/* containers  */

#container {
 width: 900px;
 text-align: left;
 margin: 0px auto;
 padding-top: 10px;
}

#head {
 position: relative;
/* height: 100px;
 height: 70px;*/
 border: 0px solid #000;
/* background: url(/base/img/header_bg.png) no-repeat; */
 background-position: 0px -100px;
/* margin-bottom: 30px; */
  background-color: #3B6230;
  width: 880px;
}

#head h1 {
  padding: 15px;
  color: #F1BF00;
}

#foot {
 text-align: center;
 padding: 15px;
 margin-top: 10px;
}

#cats {
 padding: 0px;
 width: 190px;
}

#sidebar {
 width: 200px;
 float: left;
 margin-right: 10px;
}

#content {
 width: 670px;
 float: left;
 background-color: #F0EAD8;
 padding-bottom: 50px;
}

#main-content {
 border: 0px solid #ccc;
 padding: 0px 20px 20px 20px;
}

#mid {
 border: 0px solid #ccc;
 padding: 0px;
}

#mainpage_promo {
 margin-bottom: 5px;
}

#product {
 padding: 10px;
}

div.productlist {
 padding: 10px;
}

#page_title, .page_title_h1 {
 margin: 0px 0px 0px 0px;
 border-bottom: 1px solid #fff;
 background-color: #E1D5BA;
 color: #5B523D;
 padding: 5px 15px 10px 15px;
 height: 35px;
}

#page_title h1, .page_title_h1 h1 {
 font-size: 18px;
 font-family: verdana, arial;
 margin: 0px;
}

