body {
	background: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container{
	margin: 10px auto;
	width: 1006px;	
}
#header{
	background-color:#FFFFFF;	
	background:url(images/banner.jpg) no-repeat center;
	width: 1006px;
	height: 299px;
}
#center{
	background-color:#FFFFFF;	
	background:url(images/back.jpg) repeat-y center;
	padding: 10px 60px 0px 60px;	
}
#bottom{
	background-color:#FFFFFF;	
	background:url(images/bottom.jpg) no-repeat top center;	
	height: 5px;
}
#footer{
	font-size: 11px;
	color: #CCCCCC;
	margin: 10px 55px;
}
#contactbar{
	margin: 5px;
	padding: 3px;
	background: #CCE2F1;
	color: #006CB7;
	font-family: \"Book Antiqua\", \"Bookman Old Style\", serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
#contactbar span.space{
	display: block;
	float: left;
	margin-right: 50px;
}
#contactbar span.right{
	float: right;
}
.clear{
	clear: both;
}
#left_top{
	background: url(images/left_top.gif) no-repeat bottom center;
	height: 15px;
}
#left_center{
	background: url(images/left_center.gif) repeat-y center;
	padding: 10px 15px;
}
#left_bottom{
	background: url(images/left_bottom.gif) no-repeat top center;
	height: 15px;
}
#left{	
	width: 193px;
	margin: 5px;
	float: left;
}
#left a {
	display: block;
	background: url(images/bullet.gif) no-repeat left center;
	padding: 5px;
	padding-left: 15px;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	color: #006CB7;
	text-decoration: none;
}
div.border{
	border-bottom: 1px solid #CCCCCC;
	height: 1px;
}
#left a:hover {
	background: #FFFFFF url(images/bullet.gif) no-repeat left center;
}
h1{
	color: #006CB7;
	font-family: \"Book Antiqua\", \"Bookman Old Style\", serif;
	font-size: 16px;
	margin-top: 2px;
}
#main{
	padding: 10px;
	margin-left: 210px;
}
#left_home{	
	width: 193px;
	margin: 5px auto;
}
#left_home a {
	display: block;
	background: url(images/bullet.gif) no-repeat left center;
	padding: 5px;
	text-indent: 10px;
	font-weight: bold;
	font-family:\"Book Antiqua\", \"Bookman Old Style\", serif;
	font-size: 16px;
	color: #006CB7;
	text-decoration: none;
}
#left_home a:hover {
	text-decoration: underline;
}
a.cmsadmin{
color: white;
}
#search{
	width: 500px;
	margin: auto;
	display: table;
	margin-top: -5px;
	position: relative;
	z-index: 50;
}
#search a.button {
	display: block;
	text-align: center;
	background:url(images/button.gif) no-repeat center;
	width: 155px;
	padding: 10px 0px;
	margin: 0px 5px 15px 5px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	float: left;
	font-size: 11px;
}
#search a.button:hover {
	background:url(images/button_h.gif) no-repeat center;
}
#map {
width: 100%; 
height: 450px; 
float: left;
}
div.product{
	display: block;
	width: 190px;
	height: 220px;
	overflow: auto;
	padding: 5px;
	border: dashed thin #CCCCCC;
	margin: 5px;
	float: left;
}