body{
	background-color:#007DBA;
	margin:0px auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
.top_header{
	width:782px;
	height:95px;
	background-image:url(logo.jpg);
	background-repeat:no-repeat;
	margin:0px auto;
	text-align:right;
}
.top_header img{
	padding-top:20px;
}
.header{
	width:782px;
	height:274px;
	margin:0px auto;	
	background:transparent url(menu_bg.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
.banner{
	width:780px;
	height:240px;
	margin:0px auto;
	/*text-align:center;
	overflow:hidden;*/
	margin-left:1px;
}
#rotator
{
	border: 0px solid #000;
	overflow: hidden;
	margin: 0px auto;
	position: relative;
	width: 780px;
	height: 240px;
}

#rotator img
{
	border: 0px;	
	width: 780px;
	height: 240px;
	display: none;
	position: absolute;
}


.main_menu{
	width:780px;
	height:32px;
	margin:0px auto;
	margin-top:2px;	
	padding-left:15px;	
}

.footer{	
	width:782px;
	height:66px;
	margin:0px auto;
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='images/footer_bg.png',sizingMethod='scale');	
}
.footer[class] {
	/* IE ignores styles with [attributes], so it will skip the following. */
	background:transparent url(footer_bg.png);
	background-position:bottom;
}
.copyrights{
	font-family:Arial;
	font-size:10px;
	color:#FFFFFF;
	padding-top:20px;
	padding-left:30px;
	position:relative;
}
.copyrights a{
	font-family:Arial;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}
.copyrights a:hover{
	font-family:Arial;
	font-size:10px;
	color:#333333;
	text-decoration:none;
}
.data{
	width:782px;
	height:auto;
	margin:0px auto;	
}
.data .top{
	width:782px;
	height:15px;	
	background:transparent url(dtop_bg.png) no-repeat top;
	margin-top:5px;
}
.data .middle{
	width:780px;
	height:auto;
	margin:0px auto;
	background-color:#FFFFFF;
	margin-left:1px;
}
.data .bottom{
	width:782px;
	height:15px;	
	background:transparent url(dbot_bg.png) no-repeat bottom;
	margin-bottom:5px;
}




h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#FF9900;
	margin:0px;
}
h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FF9900;
	margin:0px;
}
h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FF9900;
	margin:0px;
}
.products{
	width:750px;
	height:auto;
	clear:both;
}
.product{
	float:left;
	margin:10px;
	width:125px;
	height:125px;
}
.product img{
	border:1px solid #FF9900;
}
.clear{
	clear:both;
}
a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF9900;
	text-decoration:none;
}
a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF9900;
	text-decoration:underline;
}