html, body {
  margin: 0;
}

body { 
  font-family: Arial,Helvetica,sans-serif;
  background-image: url('images/repeat.jpg');  
  font-size: 13px;
}

body.front_page  #main_content {
  position:relative;  
  width: 800px;
  height:307px;
  margin: 0;
}

#main_content {
  width: 794px;
  background-color: white;
  margin: 3px;
  overflow: auto;
}

body.faq #main_content {
  padding-top: 15px;
}

#popup_ad { 
  position:absolute;
  top: -60px;
  left: 270px;
  width: 324px;
  visibility:hidden;
}

#slideshow img {
  display: block;
}

#page {
  margin: 0 auto;
  width: 800px;
  background-color: #3e3e3e;
}

#header img {
  display: block;
  border: 0;
}
#nav {
  height: 19px;
}
#nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: white;
}
#nav ul li {
  display: block;  
  float: left;
  width: 158px;
  height: 17px;  
  font-size: 13px;
  border: 1px solid black;  
}
#nav ul li a {
  display: block;
  width:158px;
  height: 19px;
  background: url('images/nav.jpg') repeat-x;
  text-align: center;  
  text-decoration: none;
  color: black;
  font-weight: bold;
}
#nav ul li a:hover {
  background: url('images/nav_over.jpg') repeat-x;
  color: white;
}

#nav ul li a.active {
  background: url('images/nav_on.jpg') repeat-x;
  color: white;
  cursor: default;
}

#content_bottom {
  background-color: black;
  padding-top: 3px;  
  overflow: auto;
  height: 155px;
}

#content_bottom .product_category {
  float: left;
  padding: 10px 0 10px 6px;
  width: 120px;
}
#content_bottom .product_category h3 {
  height: 30px;
  margin: 0;    
  background: url('images/prodlabel.gif') repeat-x;   
}
#content_bottom .product_category.active  h3 {
  background: url('images/prodlabel_on.jpg') repeat-x;   
}
#content_bottom .product_category h3 a {
  display: block;
  width: 115px;
  padding-left: 5px;
  height: 30px;
  line-height: 30px;
  vertical-align:middle;
  text-decoration: none;
  color: white;
  font-size: 14px;
  font-weight: normal;
  
}
#content_bottom .button_container {
  float: left;
  width: 153px; 
  text-align: center;
  padding: 10px 0 0 10px;
}

#content_bottom .button_container img {
  display: block;
  padding: 0 0 12px 0;
}

#footer {
  width: 100%;
  height: 35px;
  font-size: 11px;
  background-color: #3e3e3e;
  color: white;
  line-height: 35px;
  vertical-align:middle;
}
#footer .left { 
  float: left;
  width: 45%;
  padding-left: 10px;
  text-align: left;
}
#footer .right { 
  float: left;
  width: 50%;
  padding-right: 10px;
  text-align: right;
}

#cart_headerbar {    
  width: 700px;
  height:28px;
  line-height: 28px;
  vertical-align: middle;
  margin: 25px auto 0 auto;
  padding-left:20px;
  color:#ffffff; 
  background:url("images/label.jpg");  
}
#cart_headerbar h1{
  font-size: 15px;
  float: left; 
  width: 550px;
  margin: 0;
}
#cart_table {
  width: 700px;
  margin: 0 auto;
}
#cart_table tr.product_row td {
  height: 25px;
  border-top: 1px solid #c3c3c3;
}
#cart_table tr.header_row td {
  height: 25px;  
}

#category_description { 
  width: 293px;
  float: left;
}
#products_table {
  margin-top: 10px;
}
#products_table th { 
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  background: url('images/label.jpg');
  color: white;
  font-weight: normal;
  font-size: 13px;  
}
#products_table th #label { 
  float: left;
  width: 280px;
  padding-left: 20px;
  text-align: left;
  font-size: 15px;
}
#products_table th #pager_link { 
  float: left;
  width: 143px;
  padding-right: 20px;
  text-align: right;
}
#products_table th #pager_link a { 
  text-decoration:none; 
  font-size:13px; 
  color:#ffffff;
}

#products_table td {
  font-size: 10px;
  margin-top: 10px;
}

#products_table td img {
  border: 2px solid black;
  /* border: 0; */
}

.addtocart_form_container {
  float: left; 
  width: 300px;
}
