/* CSS Document */

.container {
  position: relative;
  width: 900px;
  margin: auto;
  border: 0px;
  padding: 0px;
  }
  
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px solid #000000;
	background-image: url(../images/header_map_background.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 94px;
	padding-left:0px;
}
.header_nav {
    height: 67px;
	padding-left: 220px;
	background-image: url(../images/top_nav_background.gif);
	}
#LOGO {
	position: relative;
	width:144px;
	height:115px;
	z-index:1;
	left: 58px;
	top: 8px;
}
#fullheight{height:100%}
.clear {
   clear: both;
   margin: 0;
   padding:0;
   }

   .footer {
   background-image: url(../images/footer_background.gif);
   height: 23px;
   margin-bottom: 10px;
   padding-top: 6px;
   font-family:Arial, Helvetica, sans-serif;
   font-size: 10px;
   text-align: center;
   }
   
.footer .style1 a {color: #513E2D; }

hr {border: none 0; 
	border-bottom: 1px solid #663333;
	height: 1px;
	text-align: left;
	}


/** NAVIGATION CSS**/

#navigation {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 22px;
	color: #fff;
	padding-top: 4px;
	border-bottom: 1px solid #FFFF99;
	}
#navigation ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#navigation ul li {
    color: #FFFFFF;
	font-size: 12px;
	margin-left: 0;
	padding-right: 3px;
	padding-left: 20px;
	border: none;
	list-style: none;
	display: inline;
	}
#navigation li a {
    text-decoration: none;
	color: #FFFFFF;
		}	
#navigation li a:hover {
		color: #FFFFFF;
		text-decoration: overline, underline;
		}

#bottomPageNavigation {
  float: right;
  margin-right: 10%;
  margin-top: 25px;
  font-weight: bold;
}

#bottomPageNavigation a:link, #bottomPageNavigation a:visited, 
#bottomPageNavigation a:hover { font-weight: bold;}
    
/** END NAVIGATION CSS **/

/** AD BOXES **/

.ad_header {
    width: 150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	border-bottom: 2px solid #000000;
	background-color: #513E2D;
	}
.ad_image {
    width: 150px;
	}
.ad_text {
    width: 144px;
    font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #FFFFFF;
	background-color: #9A7656;
	border-top: 2px solid #000000;
	padding: 3px;
	}
.ad_text a:link {
    text-decoration: none;
	color: #FFFFFF;
	}
.ad_text a:hover {
    text-decoration: none;
    color: #FFFF99;
    }
.ad_text a:visited {
    text-decoration: none;
	}
.border_index {
    background-color: #B4B48D;
    text-align: left;
    padding: 6px;
	border: 1px solid #757444;
	width: 550px;
	}
.ad_border {
    width: 152px;
    padding: 3px;
	border: 1px dotted #757444;
	background-color: #DACDAF;
	}
	
/** END AD BOXES **/

/**GENERAL CONTENT **/

.left_content {
   background-color: #DACDAF;
   padding: 5px;
   float: left;
   width: 575px;
   font-family: Arial, Helvetica, sans-serif;
   }
.info_div {
   padding-top: 10px;
   padding-left: 10px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   width: 98%;
   position: relative;
} 
   
/** END GENERAL CONTENT **/


/** CATEGORY CSS **/

.category_container {
   float: right;
   margin-right: 0px;
   width: auto;
   margin-top: 10px;
   }

.category_header {
   background-color: #513E2D;
   border-bottom: 2px solid #000000;
   padding: 6px 0px 0px 6px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   color: #FFFFFF;
   width: 250px;
   height: 20px;
   }
.category_buttons a {
   display: block;
   background-image: url(../images/button_background.gif); 
   border-bottom: 2px solid #FFFF66;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   height: 16px;
   padding: 2px 0px 2px 10px;
   text-decoration: none;
   color: #FFFFFF;
   }
.category_buttons a:hover {
   color: #FFFF99;
   }

a.categoryLinks, a.categoryLinks:hover {
  display: block;
  position: relative;
  left: -5px;
  top: -5px;
  padding-top: 5px;
  padding-left: 5px;
  width: 249px;
  height: 20px;
  text-decoration: none;  
}
a.categoryLinks:hover { 
  background-color: #DACDAF; 
  color: #513E2D; 
}  
		
/** END CATEGORY CSS **/

.buttons_container {
   text-align: cener;
   padding: 6px;
   background-color: #C3AB95;
   float: right;
   width: 260px;
   margin-right: 20px;
   padding-bottom: 22px;
   }
.form_buttons {
   background-image: url(../images/button_background.gif);
   border: 1px solid #663333;
   height: 18px;
   font-family: Arial, Helvetica, sans-serif;
   font-size:12px;
   color: #FFFFFF;
   display: block;
   }
.info_div_light {
   padding-top: 6px;
   padding-left: 6px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   width: 100%;
   background-color: #E2D9C2;
   border: 1px solid #C4B384;
   margin-top: 10px;
   } 
input, select {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   border: 1px solid #C4B384;
   }  
.site_button {
   background-image: url(../images/button_background.gif);
   border: 1px solid #663333;
   height: 16px;
   font-family: Arial, Helvetica, sans-serif;
   font-size:12px;
   color: #FFFFFF;
   display: block;
   width: auto;
   padding: 2px 4px 0px 4px;
   text-decoration: none;
   width: 100px;
   text-align: center;
   }

/**Products**/

.product_box {
   width: 120px;
   height: 220px;
   margin: 10px;
   float: left;
   background-color: #E2D9C2;
   position: relative;
   text-align: center;
   }
.product_image {
   padding: 4px 2px;
   }
.product_text {
   padding: 0px 2px 2px 1px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   }
.product_text a{
   color: #3C4F62;
   }
.product_text a:visited{
   color: #3C4F62;
   }
.price_text {
   font-size: 11px;
   color: #CC0000;
   padding: 1px;
   }
.addtocart_button {
   position: absolute;
   bottom:0;
   left: 0;
   margin: 0px 0px 4px 17px;
   background-image: url(../images/button_background.gif);
   border: 1px solid #663333;
   height: 16px;
   font-family: Arial, Helvetica, sans-serif;
   font-size:12px;
   color: #FFFFFF;
   display: block;
   width: auto;
   padding: 2px 2px 0px 2px;
   text-decoration: none;
   width: 80px;
   text-align: center;
   }
   
/**Product Details**/

.left_details_image {
   float: left;
   margin: 0px 6px 6px 2px;
   width: 250px;
   }
.right_details_text {
   float: left;
   margin: 0px 6px;
   width: 290px;
   }