@charset "utf-8";
/*-------------------------------------------
Copyright 2007-2008. Pixelbit Studios, LLC.
http://pixelbitstudios.com
All Rights Reserved. 
---------------------------------------------
*/
/*###########################################
CLASS STRUCTURE / HTML
###########################################*/
body {
	background: url(../images/layout/bkg.jpg) no-repeat center top #000;
}

img {
	border: none;
	text-align: center;
	margin: 0 auto;
}

.logo {
	text-align: left;
	float: left;
	padding-left: 25px;
	padding-top: 10px;
}
.headline {
	overflow: auto;
	text-align: left;
	clear: both;
	width: 403px;
	background: url(../images/common/midAnnounce.jpg) repeat-y center;
	margin-bottom: 25px;
}

.topAd {
	width: 308px;
	min-height: 100%;
	background: url(../images/common/topAnnounce.jpg) no-repeat top center;
	padding: 5px 10px 5px 85px;
}
* .topAd {
	height: 80px;
}

.botAd {
	clear: both;
	width: 403px;
	background: url(../images/common/botAnnounce.jpg) no-repeat top center;
	height: 18px;
}

.boxClear {
	display: block;
	clear: both;
}
.commentBox {
	padding: 20px;
	background: #242424;
	text-align: justify;
	width: 400px;
	margin: 0 auto;
}
.floatLeft {
	float: left; clear: right;
}
.smallText {
	margin: 0; padding: 0; line-height: 10px; font-size: 10px;
	text-align: left; width: 200px; clear: both;
}
/*###########################################
PRODUCT CLASSES
###########################################*/
.productItem {
	width: 460px;
	height: 100px;
	border: solid 1px #FFFF00;
	padding: 5px;
	margin-bottom: 10px;
	clear: both;
}
.productImg {
	width: 150px; height: 100px;
	background: #000;
	float: left;
}
.productDesc {
	height: 90px;
	width: 300px;
	float: left;
	background: url(../images/common/productBkg.jpg) no-repeat center right #444444;
	padding: 5px;
}
.productList {
	padding: 0; margin: 5px 0 0 15px;
	list-style: none;
	color: #fff;
	font-size: .7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
/*###########################################
WRAPPER STYLES
###########################################*/
#mainWrapper {
	background: #525252;
	border-left: solid 2px #cc0000;
	border-right: solid 2px #cc0000;
}
#mainWrapper contentWrapper {
	overflow: auto;
	background: #525252;
}
/*###########################################
HEADER / LOGO STYLE
###########################################*/
#mainWrapper #header {
	height: 190px;
	background: url(../images/layout/headerBkg.jpg) no-repeat center center;
}

/* TOP NAVIGATION MENU */
#mainWrapper #header #topNav {
	clear: both;
	height: 16px;
	text-align: left;
}
#mainWrapper #header #topNav ul {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 18px 0 0 0px;
	list-style: none;
	color: #ccc;
}
#mainWrapper #header #topNav li {
	float: left;
	padding: 0 5px;
}
#mainWrapper #header #topNav li a {
	color: #ccc;
	line-height: 16px;
	font-weight: bold;
	font-size: .8em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 20px;
}
#mainWrapper #header #topNav li a:hover {
	color: #fff;
	background: url(../images/common/buttons/leftBullet.png) no-repeat left center;
	line-height: 16px;
	font-weight: bold;
	font-size: .8em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 20px;
}

/*###########################################
MAIN CONTENT AREA STYLES
###########################################*/

.leftImages {
	float: left;
	width: 100px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 10px;
}
.leftImages img {
	text-align: center;
	border: 2px solid #000;
	margin: 0px auto 5px auto;
}
#mainWrapper #contentWrapper #mainArea {
	float: left;
	text-align: left;
	width: 480px;
	min-height: 100%;
	padding: 10px;
}
#mainWrapper #contentWrapper #secondArea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	clear: right;
	text-align: center;
	width: 410px;
	padding: 10px 0 10px 10px;
	min-height: 100%;
}
#mainWrapper #contentWrapper #secondArea p {
	font-size: .65em;
	color: #ccc;
}
.pitImages {
	text-align: left;
	float: left; clear: right;
}
.trackBkg {
	height: 500px;
	padding-top: 10px;
	background: url(../images/contact/track.jpg) no-repeat center top;
}
.mainBkg {
	padding-top: 10px;
	background: url(../images/layout/mainBkg.jpg) no-repeat bottom left;
}
#mainWrapper #contentWrapper #divider {
	height: 25px;
	background: url(../images/common/redDivider.jpg) repeat-x;
	clear: both;
}

/*###########################################
GAUGES BAR DECORATION ONLY!
###########################################*/
#mainWrapper #contentWrapper #gauges {
	clear: both;
	width: 920px; height: 150px;
	background: url(../images/common/gauges.jpg) no-repeat center center;
}

/*###########################################
FOOTER STYLES
###########################################*/
#footer {
	background: url(../images/layout/footerBkg.jpg) no-repeat center center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	font-size: .65em;
	color: #999;
	border-left: solid 2px #cc0000;
	border-right: solid 2px #cc0000;
}

#footer a {
	padding: 0 5px;
	text-decoration: none;
	color: #999;
}
#footer a:hover {
	padding: 0 5px;
	text-decoration: underline;
	color: #fff;
}
#footer a {
	text-decoration: none;
	color: #999;
}
