body{
	background-image: url("graphics/background.gif");
	background-position: top center;
	background-color: #424e2d;
	background-repeat: repeat-y;
	margin: 0px;
	text-align: center;

}
table{
	font-size: 13px;
	line-height: 150%;
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial;
	font-weight: normal;
	color: #525552;
}
.maincontainer{
	margin: 0 auto;
	width: 804px;
}
.banner{
	background-image: url("graphics/banner1.jpg");
	height: 116px;
	width: 804px;
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 auto;
}
.banner3{
	background-image: url("graphics/banner3.jpg");
	height: 52px;
	width: 804px;
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 auto;
}
.maintable{
margin: 0px;
padding: 0px;
border: 0px;
text-align: center;
}

.textarea{
	width: 730px;
	margin: 0 auto 0 auto;
	text-align: left;
	background-color:#FAF8F1;
	
}
p{
	margin:10px 0 0 0;
	padding:0px;
}
	
.footer{
	height: 90px;
	background-image: url("graphics/footer.gif");
	background-repeat: no-repeat;
	background-position: top center;
	color: #949ba9;
	font-size: 12px;
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial;
	font-weight: 100;
	margin: 0 auto;
}
.footer_text{
	text-align: center;
	width: 790px;
	margin: 0 auto;
	height: 80px;
}

.leftarea{
	width: 315px;
	float: left;
	padding-bottom:15px;
	

}

.rightarea{
	width: 405px;
	
	text-align:right;
	float: right;
	background-image:url('graphics/bg_center.gif');background-repeat:no-repeat;background-position:top left;
}

.leftareapadding{
	
	margin: 0 auto;

}

h1{
	color: #b56f00;
	font-size: 22px;
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial;
	line-height: 140%;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
h2{
	color: #b56f00;
	font-size: 22px;
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial;
	line-height: 140%;
	padding:0;
	margin:0;
}

h3{
	font-size:17px;
	margin:35px 0 10px 0;
	padding:0;
	
}

h4{
	color: #b56f00;
	font-size: 16px;
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial;
	line-height: 140%;
	padding:0;
	margin:0;
}

.productmenu{
	width:115px;
	list-style:none;
	margin:5px 0 0 0;
	padding:0;
}

.productmenu li{
	padding:9px 0 9px 0;
	margin:0 0 0 3px;
	font-weight:bold;
	border-top:dashed #B8BED0 1px;
	line-height:120%;
}
.product {
	margin:15px 0 0 0;
	border-bottom:dashed #CED5BB 2px;
	width:532px;
	float:right;
}
div.product img {
float:left;margin: 0 25px 15px 0;
}

div.product a img {
margin: 10px 0 0 0;
}

a:link, a:active, a:visited{
	color:#6475A5;
	text-decoration:none;
}
a:hover{
	color:#455581;
	text-decoration:underline;
}



/* BELOW IS THE CSS FOR THE NAVIGATION */
			.menu {
						height: 41px;
						width: 804px;
			}
			.cssnav	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: 'Trebuchet MS', Tahoma, Verdana, Arial;
						background: url("graphics/home_o.jpg") no-repeat;
						height: 41px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssnav a {

						color: #000000;
						font-size: 11px;
						display: block;
						float: left;
						color: black; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav a:hover {
						color: #ffffff;
			}

			.cssnav img {
				height: 41px; 
				border: 0; 
			}
			
			* html a:hover {
				visibility:visible
			}
			.cssnav a:hover img{
				visibility:hidden
			}
			
			
			