html {
	padding:0;
	margin:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background:#d1e0f0;
	margin:0;
	padding:0;
}
div.outerwrapper {
	width:794px;
	margin:0px auto 0px;
	float:none;
}
div.innerwrapper {
	width:794px;
	background:url("../images/siteobjects/b_main.gif") repeat-y;
	float:left;
}
div.mainwrapper {
	width:692px;
	margin:0 0 0 51px;
	background: #fff;
	float:left;
	display:inline;
}
div.mainwrapper div.topbar {
	background:#ffcc00;
	width:692px;
	float:left;
	border-bottom: 7px solid #fff;
}
div.topbar div.topbarleft{
	float:left;
	width:328px;
	padding:20px 0 0 14px;
	height:40px;
}	
div.topbar div.topbarright{
	float:left;
	width:350px;
	padding:42px 0 0 0;
}
div.banner {
	padding:0 0 0 6px;
	width:686px;
	margin:0;
	background:#fff;
	height:250px;
	float:left;
}

div.content {
	float:left;
	clear:both;
	background:#fff;
	width:692px;
	padding:6px 0 9px 0;
}
div.content div.contentleft {
	float:left;
	width:420px;
	padding:0 6px 0 6px;
}
div.contentleft div.maincontent {
	float:left;
	padding:0 5px 0 7px;
	width:408px;
}
div.maincontent div.container {
	background:#dddddd;
	float:left;
	width:408px;
	padding:0 0 18px 0;
	margin:5px 0 15px 0;
}
div.container div.containerleft {
	float:left;
	width:180px;
}	
div.container div.containerright {
	float:left;
	width:160px;
}	


div.content div.contentright {
	float:left;
	width:254px;
}
div.contentright div.contactcontainer {
	border-top:3px solid #000000;
	background:#ffcc00;
	margin-bottom:6px;
	padding-bottom:11px;
	float:left;
	width:254px;
}
div.contentright div.recenthotspot {
	background:#edf3f9;
	margin-bottom:1px;
	padding-bottom:12px;
	float:left;
	width:254px;
}
div.contentright div.customerhotspot {
	background:#edf3f9;
	padding-bottom:13px;
	float:left;
	width:254px;
}
/*bottombar*/
div.bottombar {
	background:#fff;
	float:left;
	display:inline;
	width:680px;
	margin:0 0 0 6px;
	color:#000;
	text-align:left;
	border-top:1px solid #000;
}
div.bottombar div.bottomleft {
	float:left;
	padding-left:9px;
}	
div.bottombar div.bottomright {
	float:right;
	padding-right:5px;
}
