*
{
    margin: 0;
    padding: 0;
}

body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    text-align: center;
    background: url('../images/background.jpg') left top repeat #fff;
}

img
{
    border: 0;
}

a
{
    color: #2969a7;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}


h3,h4,h5,h6{
    margin-left: 20px;
    color: #1E63EF;    
    }

h1
{
    position: absolute;
    left: 350px;
    top: 62px;
    width: 312px;
    height: 42px;
}

h1 span
{
    visibility: hidden;
}

h2
{
    background: url('../images/mainmiddle.jpg') left top no-repeat;    
    color: #FFFFFF;
    font-size: 17px;
    font-style: italic;
    margin: 0px 0 10px 0;
    padding: 10px 0 10px 20px;
}

h3
{
    margin-bottom: 5px;
    font-size: 16px;    
    
}

h4,h5,h6 {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    }

p
{
    margin-bottom: 1.5em;
    margin-left: 20px;
}

#container
{
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}


#header
{
    width: 964px;
    height: 163px;
    text-align: left;
    position:relative;
}

#languages{
    float: right;
    text-align: right;
    width: 180px;
    height: 20px;
    position:relative;
    right:35px;
    top:30px;    
    }

ul#lang {
    float: right;
    list-style: none;   
    }   

ul#lang li{
    float: left;
    }   

ul#lang li a{
    }           

ul#lang li img{
    border: 0px;
    }


#navigation
{
    position: absolute;
    top: 135px;
    left:55px;
    font-weight: bold;
}

#navigation ul
{
    font-size: 14px;
    list-style: none;
    height: 33px;
    display: block;
    color: #1F60F3;
}

#navigation ul li
{
    float: left;
    border-right: 1px solid #DBEBFF;
    padding: 0px 10px 0px 10px;
    
}

#navigation ul li.last
{
    border: 0;
}

#navigation ul li a
{
    padding: 7px 5px;
    color: #5A8AF6;
    text-decoration: none;
}

#navigation ul a:hover
{
    color: #78ABDE; 
}

#navigation ul a.active
{
    color: #2969a7;
}

#wrap
{
    background: url('../images/wrapbg.png') repeat-y;   
}

#sidebar
{
    background: url('../images/centerblock.jpg') right top no-repeat;     
    width: 307px;
    margin-left:25px;
    float:left;
}

#sidebar .sidebartop
{
    background: url('../images/leftnavtop.jpg') 0px 0px no-repeat;     
    width: 100%;
    height: 20px;
}


#content
{
    float: left;
    width: 607px;
}

#content ul
{
    margin-left: 30px;
    list-style: none;    
    
}


#product
{

}


#product h2
{
    background: url('../images/mainmiddle.jpg') left top no-repeat;         
    color: #FFFFFF;
    font-size: 17px;
    font-style: italic;
    margin: 0px 0 10px 0;
    padding: 10px 0 10px 20px;
}

#product h2 a
{
    color: white;
}


#product h3 a
{
    font-weight: bold;
    font-size: 16px;    
    padding: 10px 0;
    margin: 0;
    color: #1E63EF;
}

#product #description
{
    width: 280px;
    float: left;
}

#product #photo
{
    width: 313px;
    height: 232px;
    overflow: hidden;
    float: left;
    margin-left: 10px;
}

#product #photo img
{
    display: none;
    width: 313px;
    height: 232px;
}

#footer
{
    width: 970px;
    margin: 0 auto;    
    background: url('../images/footer.png') left top no-repeat;       
    height: 84px;
    color: #3E7DF3;
    padding-top:3px;
    padding-left:45px;
}

#footer p
{
    padding: 40px 0 0 0;
}

.product_card
{
    padding: 5px 10px;
    border-bottom: 3px solid #c0c0c0;
    border-right: 3px solid #c0c0c0;
    width: 90%;
    clear: both;
    background: #c2d6ef;
}

.product_card:hover
{
    background: #d3e1f1;
}

.galleria {
    margin: 0px;
}

.galleriakuva {
    width: 100px;
    height: 150px;
    float: left;
    display: inline;
    margin: 10px;
}

    .galleriakuva a {
        margin: 0px;
        padding: 0px;
        color: #000000;
    }

    .galleriakuva img {
        border: 0px;
        margin: 0px;
    }

.clear
{
    visibility: hidden;
    height: 0;
    border: 0;
    clear: both;
}

/* GALLERIA */

div.imagebox {
    float: left;
    display: inline;
    width: 120px;
    height: 135px;
    margin: 5px;
    text-align: center;
}

    div.imagebox a {
        color: #ff0000;
    }
