@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:url(../images/site_bg.jpg) repeat top left;
}

#site {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#topbanner {
	width:1000px;
	height:20px;
	background:url(../images/topbanner_bg.png) top center;
}
#header {
	width:485px;
	float:left;
	height:125px;
	margin-top:25px;
	margin-bottom:40px;
}
#extra {
	width:500px;
	float:left;
	margin-left:14px;
	height:125px;
	margin-top:25px;
	margin-bottom:40px;
}

#marquee {
	clear:both;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
}
		.ticker {
			background:url(../images/marqueebg.png) repeat-x;
			height:24px;
			border:1px solid #fff;
		}

#container {
	width:1000px;
	margin:0;
	padding:0;
}
#navCol {
	width:200px;
	clear:both;
	float:left;
	margin-top:20px;
}
		#prodmenut {
			width:175px;
			height:18px;
			background:url(../images/sidemenu/sidetop.png) no-repeat;
			margin:0;
			padding:0;
		}
		#prodmenub {
			width:175px;
			height:18px;
			background:url(../images/sidemenu/sidebot.png) no-repeat;
			margin:0;
			padding:0;
		}
		#prodmenu {
			width:175px;
			background:url(../images/sidemenu/sidemid.png) repeat-y;
			height:235px;
			margin:0;
			padding:0;
		}
		.proditems {
			background:url(../images/sidemenu/sideItem_bg.png) no-repeat;
			width:150px;
			height:20px;
			margin-bottom:-5px;
			margin-left:8px;
		}
		.proditems:hover {
			background:url(../images/sidemenu/sideItemO_bg.png) no-repeat;
			width:150px;
			height:20px;
		}
		.sideItem {
			display:block;
			padding-left:20px;
			height:18px;
		}

#mainCol {
	width:798px;
	float:left;
	min-height:450px;
}
		#contentArea {
			width:795px;
			margin-left:2px;
			background:#fff;
			min-height:450px;
		}

#footer {
	clear:both;
	width:1000px;
	height:80px;
	margin-right:auto;
	margin-left:auto;
	padding-top:45px;
}

		.btmMenu {
		}
		.bullet {
			padding-left:14px;
			padding-right:14px;
			margin-bottom:2px;
		}
		.copy {
			padding-top:15px;
		}
