/* GENERAL FORMATING */
html, body {
	height:100%;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	background: url(../images/bg.jpg) repeat-x top left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	min-width: 980px;
	height:100%;
}
h1{
	font:Arial, Helvetica, sans-serif;
	font-size: 35px;
	color:#052955;
}
h2{
	font:Arial, Helvetica, sans-serif;
	font-size: 25px;
	color:#000000;
	padding:0;
	margin:0;
	}
h3{
	font:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	padding:0;
	margin:0;
	}
p{
	padding:0;
	margin:0;
	padding-bottom:15px;
	}	
#wrapper {
	width:980px; 
	margin:0 auto; 
	text-align: left;
	min-height:100%;
	height:auto !important;
	height:100%;
}
img{
	border:none;
}

/* CLASSES */
.smallText {
	font-size:10px;
	color:#333333;
	font-weight:normal;
}
.imagePad {
	padding-right:10px;
}
.caption {
	text-align:center; 
	font-style:italic; 
	font-weight:bold; 
	color:#0b74ab;
}
.clear {
	clear:both;
}	
.boldBlue {
	font-weight: bold;
	color:#0b74ab;
}

/* HEADER */
#header{
	background:url(../images/header.jpg) no-repeat top left; 
	width:980px; 
	height:165px;
}
.headerLinks{
	float:right; 
	margin:10px 20px 0 0;
	font-weight: bold;
}
.headerLinks a{
	color:#FFFFFF;
	text-decoration: none;
}
.headerLinks a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}
.challengeLink {
	position:relative; 
	top:71px; 
	right:227px; 
	height: 41px; 
	width: 369px;
	border:0;
}

/* MAIN MENU */
#menuContainer {
	width:200px;
	float:left; 
	background: url(../images/menuBg.gif) repeat-x top left;
}
#menu {
	margin:21px 5px 0 5px;  
	width:190px;
}
.mainMenu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.mainMenu li{
	list-style: none;
}
.mainMenu a{
	margin:0;
	padding:0;
	display: block;
	width:189px;
	height:30px;
	line-height:30px;
	color:#FFFFFF;
	text-decoration:none;
	background: url(../images/nav.gif) no-repeat top left;
	text-indent:15px;
}
.mainMenu a:hover{
	background: url(../images/nav.gif) no-repeat top right;
	color:#000000;
	font-weight: bold;
}

/* CONTENT */
#content {
	width:740px; 
	float:right;
	margin: 0 20px;
}
#content a {
	color:#0b74ab;
	font-weight: bold;
	/*text-decoration: underline;*/
}
#content a:hover {
	color:#153c51;	
	font-weight: bold;
	/*text-decoration: underline;*/
}
#rightContainer{
	float:right; 
	width:215px;
}
	
/* BREAD CRUMBS */
.breadCrumbs {
	vertical-align:middle; 
	color:#FFFFFF; 
	padding-top:3px; 
	font-size:10px;
	height:20px;
}
.breadCrumbs a{
	color:#3c89e6;
	text-decoration: underline;
}
.breadCrumbs a:hover{
	color:#021123;
	text-decoration: underline;
}

/* FOOTER */
#footerExAll {
	background-color:#021123;
	color: #CCCCCC; 
	font-size: 10px;
	margin:0 auto;
	height:100px;
	margin-top:-100px;
}
#footerExAll a{
	color: #3c89e6;
	text-decoration:underline;
}
#footerExAll a:hover{
	color: #e6a62a;
	text-decoration: none;
}

/* BOTTOM MENU */
#btMenu {
	background-color:#E6A62A; 
	border-top:2px solid #021123; 
	height:21px; 
	width:100%; 
	text-align:center; 
	padding-top:4px;
	color: #000000;
}
#btMenu a{
	color:#1a5398;
	text-decoration: none;
}
#btMenu a:hover{
	color:#021123;
	text-decoration:underline;
}
#footer{
	width:980px;
	padding:10px 0; 
}


/************************* HOMEPAGE ********************************/
/* TESTIMONIALS */
.testimonials {
	background:url(../images/testimonialsBG.gif) no-repeat top left; 
	width:495px; 
	height:75px;
	}
.testimonials p{
	padding:10px 120px; 
	text-align:center; 
	font-style:italic; 
	font-weight:bold; 
	color:#0b74ab;
	}
#readMoreBtn{
	float:right; 
	vertical-align:top; 
	margin:25px 10px 0 0;
	}

/* FEATURED CONTENT */
.featuredContainer {
	background-image: url(../images/fcBG.jpg); 
	background-repeat: no-repeat; 
	width: 225px; 
	height: 495px;
	}
.fcImage {
	padding:19px 0 0 9px;
	}
.fcLinks {
	font-size: 16px; 
	font-weight:bold;
	}
.fcLinks a{
	color: #FFFFFF;
	text-decoration: underline;
	}
.fcLinks a:hover{
	color: #e6a62a;
	text-decoration: underline;
	}
.fcDesc{
	padding:5px 20px;
	color: #FFFFFF;
	font-size: 11px;
	}
	
/************************* ABOUT PAGE ********************************/
.aboutDiv {
	margin-left:80px; 
	padding:10px 0; 
	border-bottom:2px dotted #CCCCCC;
}

/****************************LITERATURE AND VIDEOS ************************************/
/* PDF LINKS */
.pdfLink {
	margin:0;
	padding:0;
	list-style-type: none;
	font-weight:bold;
	}
.pdfLink li{
	background: url(../images/pdfLink.jpg) no-repeat 0 50%;
	padding-left:30px;
	margin:5px 0;
	}
/* VIDEO LINK */
.vidLink {
	margin:0;
	padding:0;
	list-style-type: none;
	font-weight:bold;
	}
.vidLink li{
	background: url(../images/vidLink.jpg) no-repeat 0 50%;
	padding-left:30px;
	margin:5px 0;
	}
.exLink {
	margin:0;
	list-style: square;
	}
/****************************CHALLENGE ************************************/
.checkList {
	list-style-type: none;
	font-weight:bold;
	font-size:14px;
	}
.checkList li{
	background: url(../images/check.gif) no-repeat 0 50%;
	padding-left:30px;
	margin:5px 0;
	}
.borderRight {
	border-right:2px dotted #CCCCCC;
}


/*********************************** CONTACT **********************************/
/*** CONTACT FORM ***/
.addressBold {
	font-weight:bold;
	color:#052955; 
}
.contactInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.contactContainerLeft {
	float: left;
	top: 0px;
	width: 500px;
}
.contactContainerRight {
	float: right;
	width: 200px;
	margin-left:20px;
}
.contactContainerColor {
	background:;
}
.contactCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.copyAreaCode {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.copyPadding {
	padding-left: 15px;
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
}
.copyHighlight {
	color: #CC0000;
}
.contactStatement {
	font-size:16px;
	font-weight:bold;
	margin-top:20px;
	padding:5px 0 2px 28px;
	color:#052955;
}
.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border:1px solid #cccccc;
}
.requiredFields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFCC;
}
.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #8f2021;
	color : #ffffff;
	font-weight: bold;
} 
input.required, textarea.required {
	border: 1px solid #CC0000;
}

.formErrorMsg {
	margin-top: 20px;
	padding:10px;
	background-color: #8F2021;
	color: #ffffff;
	border: 1px solid #000000;
}
.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

/*** FOOTER TAGS ***/
.footerBG {
	background:url(images/footer_bg.gif) no-repeat; 
	width:871px; 
	height:92px; 
	padding:22px 85px 0 24px; 
	color:#003e7e; 
	line-height:13px;
}
.contactInfo {
	float:right; 
	text-align:right;
}
	
/*********************************** TESTIMONIALS *****************************/	
.quoteTitle{
	font:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	padding:0;
	margin-top:10px;
	}
.quoteAuthor {
	font:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-style:italic;
	}
.fullStory{
	background: url(../images/fullstory.gif) no-repeat 0 50%;
	padding:0;
	padding-left:30px;
	}
.Testimonials td{
	border-bottom:2px dotted #CCCCCC;
}

/*********************************** DISTRIBUTORS *****************************/
.distList{
	padding:0;
	margin:0;
	list-style:none;
}
.distBorder {
	padding:5px;
	border-bottom:2px dotted #CCCCCC;
	margin-bottom:10px;
}
.distTitle {
	font-size:16px;
	font-weight: bold;
	color:#000000;
	padding-bottom:2px;
 }
 
/*********************************** BRAKE ALERT PART NUMBER *****************************/
.brakeAlert {
	float:right; 
	margin-right:20px; 
	width:200px;
}
.headerRow {
	background:#000000
	}
.headerRow td {
	font:Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#FFFFFF;
	padding:5px;
	font-weight: bold;
	}
.oddRow {
	background:#f1f1f1;
}
.partNumber {
	background:#FFCC00;
}
/*********************************** SITEMAP *****************************/
.sitemap {
	list-style:square;
	}
.sitemap li{
	font-weight:bold; 
	padding:5px 0;
	}

/*********************************** XTREME BRAKE *****************************/
.xtremeHeader {
	border-bottom:3px solid #333333;
}
.xtremeImg {
	padding-right:10px;
	margin-bottom:20px;
}

/*********************************** XTREME CAM *****************************/
.partNumberGenerator {
	border: 5px solid #CCC; 
	padding: 5px;
}
.partNumberWarning {
	background: #7d0000;
	color: #FFFFFF;
	font-weight: bold;
}
.checkList2 {
	list-style-type: none;
	font-weight: bold;
	color:#0b74ab;
	}
.checkList2 li{
	background: url(../images/check.gif) no-repeat 0 50%;
	padding-left:30px;
	margin:5px 0;
	}