html{overflow-y:scroll;}
html{overflow:-moz-scrollbars-vertical;}

body{
	margin:0px;
	padding:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#6C5B35;
	/* BACKGOUND STYLES */
	background-image:url(images/main_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#6C5B35;
}

p{ margin:0px; padding:5px 0px; }

a{
	padding:2px 2px 2px 2px;
	color:#39301B;
	text-decoration: none;
	font-weight:bold;
}
a:hover{
	color: #FFFFFF;
	background-color: #785200;
}
a.footer{
	padding:2px 2px 2px 2px;
	color:#39301B;
	text-decoration: none;
	font-weight:normal;
}
a.footer:hover{
	color: #FFFFFF;
	background-color: #785200;
}
h1{
	font-size:19px;
	font-weight:bold;
	margin-top:0px;
}
h2{
	font-size:14px;
	font-weight:bold;
	margin-top:0px;
	margin-left:0px;
}
#header{
	z-index:3;
	position: relative;
	margin:0px auto;
	padding:0px;
	height:111px;
	width:767px;
	
}

#wrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    width:767px;
	overflow:visible;
	margin:0px auto;
	position:relative;
	left:-60px;
	/* BACKGOUND STYLES */
	background-color:#0033FF;
}
#shadowLeft{
	width:60px;
	height: auto !important;
	min-height:356px;
	height:356px;
	position:absolute;
	top:0px;
	left:0px;
	/* BACKGOUND STYLES */
	background-image:url(images/bg_top_left.gif);
	background-repeat:repeat-y;
	background-position:top;
}
#shadowRight{
	z-index:10;
	width:60px;
	height: auto !important;
	min-height:356px;
	height:356px;
	position:absolute;
	top:0px;
	left:827px;
	/* BACKGOUND STYLES */
	background-image:url(images/bg_top_right.gif);
	background-repeat:repeat-y;
	background-position:top;
}
#contentWrapper{
	z-index:2;
	width:767px;
	height: auto !important;
	min-height:400px;
	height:400px;
	position:relative;
	top:0px;
	left:60px;
	/* BACKGOUND STYLES */
	background-color:#F3E7D1;
}
#content{
	width:767px;
	height: auto !important;
	min-height:215px;
	height:215px;
	position:relative;
	top:0px;
	/* BACKGOUND STYLES */
	background-color:#F3E7D1;
}
.contentHome{
	padding:0px 14px 0px 14px;
	width:739px; 
	height: auto !important;
	min-height:75px;
	height:75px; 
	background-image:url(images/home_content_bg.jpg);
	background-repeat:repeat-y;
	background-position:bottom;
}
.contentSub{
	padding:10px 14px 20px 14px;
	width:739px; 
	height: auto !important;
	min-height:316px;
	height:316px;  
	background-image:url(images/products_content_bg.jpg); 
	background-repeat:no-repeat;
	background-position:bottom; 
	background-color:#F2E5CD;
}
.dotDivider{
	width:739px; 
	height:25px; 
	background-image:url(images/dotted_line.jpg);
}
#contentBG{
	width:887px;
	position:absolute;
	/* BACKGOUND STYLES */
	background-image:url(images/main_bg_center.gif);
	background-repeat:repeat-y;
	background-position:top;	
}
#footer{	
	height:43px;
	position:relative;
	top:0px;
	left:0px;
	text-align:center;
	background-color:#F3E7D1;
}
#footerBG{
	z-index:1;
	padding:110px 0px 0px 0px;
	width:887px;
	height:57px;
	position:absolute;
	top:-104px !important;
	top:-104px;
	left:0px;
	/* BACKGOUND STYLES */
	background-image:url(images/footer_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
.clearAll{
clear:both;
}
.bold_12px{
font-weight:bold;
font-size:12px;
}
form{
	margin-top:0px;
}
.formField{
	width:180px;
	height:18px;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size:10px;
	color:#6C5B35;
	padding:3px 0px 0px 3px;
	border-top:solid 1px #775201;
	border-bottom:solid 1px #D1C6B1;
	border-left:solid 1px #775201;
	border-right:solid 1px #D1C6B1;
}
.formFieldText{
	height: 100px;
}
.submitBttn{
	width:80px;
	height:20px;
	font-size:10px;
	color:#000000;
	background-color:#F5F5F1;
	border:0px;
}
ul{
	padding-left:12px;
}
li{
	margin-left:0px;
}
.tdBrown{
	background-color:#6C5B35;
	color:#FFFFFF;
	text-align:center;
}
.tdBrownLighter{
	background-color:#785200;
	color:#FFFFFF;
	text-align:center;
}
.TdCenter{
	text-align:center;
	background-color:#F3E7D1;
}