@charset "utf-8";
/* CSS Document */

body {background-image:url(images/main_bg.gif); background-repeat:repeat-x; background-color:#d4d4d4; 
font-family:Arial, Helvetica, Verdana, sans-serif; 
font-size: 14px; 
line-height:18px;
color: #796A3E; 
text-align: center; 
margin: 0px;}

a:visited, a:link {text-decoration: underline; color: #8A7B48;}
a:hover {text-decoration: none;}

.clear {clear: both;}

#container {
	width: 955px;
	text-align: left;
	z-index: 1;
	background-color:#FFFFFF;
	margin-top:0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#menu {
	width: 955px;
	height: 26px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background:#BEBBAD;


}

#banner { background: url("images/banner.gif") top center no-repeat; height: 139px;}

#content {
    float:right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right:0px;
	background:#E8E4BB;
	width:330px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	min-height:650px;
	padding-left: 10px;
}

#content a:link { color:#8A7B48;}

#box_right {
	float:left;
	width:592px;
	text-align: left;
	z-index: 3;
	height:auto;
	background-image:url(images/left_bg.gif);
	padding-left:10px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;

}

#box_products {
	float:left;
	width:915px;
	text-align: left;
	z-index: 3;
	height:auto;
	background-image:url(images/left_bg.gif);
	padding-left:20px;
	padding-right:20px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;

}
h1, h2, h3 {font-family: Arial, Helvetica, sans-serif; color: #8A7B48;}
h1 {font-size: 18px; margin: 0; padding: 5px 0 5px 0;}
h2 {font-size: 16px; margin: 0; padding: 5px 0 5px 0; font-style: italic;}
h3 {color: #c2c2c2;}

#footer {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	font-size: 12px;
	background-color:#CEC4A2;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height:30px;
}
#footer p { margin:7px}


.image { margin: 10px 3px 0px 3px; border:1px solid #666666}
.productimage { margin: 10px 10px 5px 10px; border:1px solid #666666}

#hrline { text-align:right; font-size:10px; border-bottom: 1px dotted #C7C78D; margin-bottom:15px }

.fonttext { font-size:14px}
