*, html { margin: 0; padding: 0; }

body {
	background: #d6e9cd;
	font-size: 62.5%;
	font-family: Arial, Verdana, "Times New Roman";
	text-align: center;
}

#container {
	background: #fff;
	text-align: left;
	margin: 25px auto 0 auto;
	width: 980px;
	position: relative;
}

#header {
	background: url(images/header.png) no-repeat;
	width: 100%;
	height: 130px;
	position: relative;
}
	#header h1 { position: absolute; top: 0; left: 40px; width: 215px; height: 65px; display: block; text-indent: -999em; }
	#header ul { list-style: none; position: absolute; bottom: 0; left: 0; width: 100%; height: 21px; background: #103b7a; }
	#header ul li { float: left; }
	#header ul li a { text-indent: -999em; height: 21px; display: block; }
	#header ul li a.home { width: 125px; background: url(images/navigation.png) -20px 0; }
	#header ul li a.plastic-fans { width: 125px; background: url(images/navigation.png) -125px 0; }
	#header ul li a.fiberglass-fans { width: 125px; background: url(images/navigation.png) -265px 0; }
	#header ul li a.scrubbers { width: 125px; background: url(images/navigation.png) -395px 0; }
	#header ul li a.manuals-downloads { width: 165px; background: url(images/navigation.png) -520px 0; }
	#header ul li a.company-profile { width: 140px; background: url(images/navigation.png) -695px 0; }
	#header ul li a.contact-us { width: 125px; background: url(images/navigation.png) -840px 0; }
		#header ul li a.home:hover { background: url(images/navigation.png) -20px -21px; }
		#header ul li a.plastic-fans:hover { background: url(images/navigation.png) -125px -21px; }
		#header ul li a.fiberglass-fans:hover { background: url(images/navigation.png) -265px -21px; }
		#header ul li a.scrubbers:hover { background: url(images/navigation.png) -395px -21px; }
		#header ul li a.manuals-downloads:hover { background: url(images/navigation.png) -520px -21px; }
		#header ul li a.company-profile:hover { background: url(images/navigation.png) -695px -21px; }
		#header ul li a.contact-us:hover { background: url(images/navigation.png) -840px -21px; }
	#header a.appgallery { position: absolute; top: 37px; right: 15px; width: 215px; height: 35px; display: block; text-indent: -999em; }

#content { margin: 15px; }
	#content h1 { color: #3b82c8; font-size: 18px; margin: 5px 0 5px 0; }
	#content h2 { color: #27adf4; font-size: 16px; margin: 10px 0 5px 0; }
	#content ul { list-style: none; color: #000; line-height: 16px; font-size: 12px; margin: 10px 0 5px 10px; font-style: italic; }
	#content p { color: #000; font-size: 12px; line-height: 16px; margin: 10px 0 0 0; }
		#content p a { color: #2164a8; }
		#content p a:hover { text-decoration: none; }
	#content .box-left { float: left; width: 45%; }
	#content .box-right { float: right; width: 50%; }
	#content .callout { background: url(images/callout.png) no-repeat; width: 412px; height: 85px; display: block; margin: 10px 0 10px 0; }
		#content .callout a { width: 100%; height: 105px; display: block; text-indent: -999em; }
	#content img.fans { margin: 10px 0 10px 0; }

#footer {
	background: url(images/footer.png); background-repeat: repeat;
	width: 100%;
	height: 75px;
	position: relative;
}
	#footer a { font-size: 12px; color: #fff; }
	#footer ul { list-style: none; width: 80%; text-align: center; margin: auto; padding: 10px 0 5px 0; clear: both; height: 20px; }
	#footer ul li { margin: 0 15px 0 0; float: left; }
	#footer ul li a { display: block; font-size: 12px; color: #fff; text-transform: uppercase; }
	#footer p { color: #fff; font-size: 12px; text-align: center; width: 100%; clear: both; display: block; }
	
	img { border:0px; }