* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: Calibri, "Trebuchet MS", Tahoma, Arial, Sans-Serif;
    font-size: 12px;
    /*
    font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, "Trebuchet MS", helvetica, sans-serif;
    text-align: center;
    background-image: url('images/background.jpg');
    background-repeat: repeat-x; */
    background-color: #E8E1CF;
}

h1, h2, h3, h4, h5, h6{
    color: #BA4139;
    font-weight: normal;
    }

h1 {
   font-size: 22px;   
    margin-top: 0px;
    padding-top: 10px;
    margin-bottom: 7px;
    border-bottom: 1px dotted #E5E5E5;
}

h2 {
   font-size: 19px; 
  margin-top: 0px;
    padding-top: 10px;
  margin-bottom: 7px;
}

h3 {
   font-size: 17px; 
  margin-top: 0px;
    padding-top: 10px;
    margin-bottom: 7px;
}

p {
    margin-top: 4px;
    margin-bottom: 7px;
    margin-left: 5px;
}

#container {
    text-align: left;
    margin: 0 auto;
    margin-top: 10px;
    width: 950px;
    background-color: #FFFFFF;
    padding:10px;
}

#top {
    width: 950px;
    height: 122px;
    background-image: url('images/header.jpg');
    position: relative;
}

#top .verkkokauppa{
    position: absolute;
    width: 235px; 
    top: 20px; 
    right: 30px;
    text-align: center; 
    background: url('images/verkkokauppaan.png') no-repeat; 
    padding: 10px 0px 30px 0px;    
    }

#top .logo{
    position: absolute;
    top: 10px; 
    left: 10px;
    }
    
    
#topmenu {
    width: 950px;
    height: 29px;
    background: url('images/navbg.jpg') repeat-x;
}

/*

.topmenuitem a {
    color: #fff;
    font-size: 0.8em;
    text-decoration: none;
}

.activeitem a {
    color: #000000;
    font-weight:bold;
    font-size: 0.8em;
    text-decoration: none;
}

.topmenuitem {
    display: block;
    float: left;
    height: 23px;
    margin: 0px 10px;
    padding-top: 2px;
}

.active_left {
    display: block;
    float: left;
    height: 23px;
    background-image: url('images/leftedge.jpg');
    background-repeat: no-repeat;
}

.activeitem {
    display: block;
    float: left;
    height: 23px;
    padding-top: 2px;
    background-color: #ffffff;
}

.active_right {
    display: block;
    float: left;
    height: 25px;
    background-image: url('images/rightedge.jpg');
    background-repeat: no-repeat;
}

*/

#topmenu ul{
    list-style: none;
    font-size: 1.3em;
    clear: both;        
}

#topmenu li {
    float: left;
}

#topmenu li a {
    display: block;
    color: #ffffff;
    height: 20px;
    text-decoration: none;
    padding: 5px 10px 4px 10px;
    font-weight: normal;
    border-right: 1px solid #A89984;    
}

#topmenu li a:hover {
    background: #9C8B77;
}

#topmenu li a.active {
    color: #BA4139;
}

#middle {
    width: 950px;
/*    background-image: url('images/keskiosa.jpg');
    background-repeat: repeat-y; */
}

#middleleft {
    float:left;    
    width: 230px;
    margin-right: 10px;
}

#middleleft h3{
    margin-bottom: 0px;
}

#middleleft p{
    margin-top: 2px;
}


#product_categories {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

#product_categories li {
    margin: 0;
}

#product_categories li a {
    margin: 0;
    padding: 0 15px;
    display: block;
    line-height: 20px;
    margin-bottom: 1px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;    
}

#product_categories li.cat a {
    color: #fff;
    background: #B6A385 url('images/navbg.jpg') repeat-x left top;
    padding: 7px 5px;    
}

#middleright {
    float: left;
    width: 680px;
    min-height: 600px;
    margin-left: 20px;
}

#middleright a {
color:#e24445;
text-decoration:none;
}

#middleright h2 {
  margin-top: 0px;
    padding-top: 10px;
  color: #333333;
  margin-bottom: 7px;
}

#bottom {
    width: 950px;
    padding-bottom:8px;
    border-top: 2px solid #BA4139;
}


#bottom a {
    text-decoration: none;
    color: #E5E5E5;
    float: right;
}

img.nuoli { 
    margin: 0px 7px 2px 0px;
}

.pvm {
    font-weight: bold;
    color: #aa0000;
}

span.gallery_image {
    display: block;
    float: left;
    padding: 5px 5px 15px 5px;
    margin-right: 15px;
    margin-bottom: 60px;
    text-align: center;
    background: #FFFFFFF;
}

span.gallery_image a {
    display: block;
    clear: both;
    padding: 3px;
    background: #FFFFFF;
}

span.gallery_image a:hover {
    background: #fdedd3;
    border: 0;
}

div.gallery_page_navigation {
    text-align: center;
    height: 30px;
    line-height: 50px;
    clear: both;
}
