* {
	margin: 0;
	padding: 0;
}

body {
	background: #cbcbcb url(images/BG.jpg) repeat-x 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 125%;
}

h3 span {
	visibility: hidden;
}

h4 {
	color: #205589;
}

	#welcome {
		background: transparent url(images/welcomeHeader.png) no-repeat 0 0;
		height: 55px;
	}
	
	#why {
		background: transparent url(images/whyHeader.png) no-repeat 0 0;
		height: 55px;
	}
	
	#dealers {
		background: transparent url(images/dealersHeader.png) no-repeat 0 0;
		height: 55px;
	}
	
	#news {
		background: transparent url(images/newsHeader.png) no-repeat 0 0;
		height: 55px;
	}
	
	#racecars {
		background: transparent url(images/racecarsHeader.png) no-repeat 0 0;
		height: 55px;
	}
	
	#upgrades {
		background: transparent url(images/upgradesHeader.png) no-repeat 0 0;
		height: 55px;
	}
	
	#option1 {
		background: transparent url(images/option1Header.png) no-repeat 0 0;
		height: 55px;
	}
	
	#option2 {
		background: transparent url(images/option2Header.png) no-repeat 0 0;
		height: 55px;
	}
	
	#option3 {
		background: transparent url(images/option3Header.png) no-repeat 0 0;
		height: 55px;
	}
	
	#teamHeader {
		background: transparent url(images/teamHeader.png) no-repeat 0 0;
		height: 55px;
	}
	
	#contactHeader {
		background: transparent url(images/contactHeader.png) no-repeat 0 0;
		height: 55px;
	}	
	
	#galleryHeader {
		background: transparent url(images/galleryHeader.png) no-repeat 0 0;
		height: 55px;	
	}
	
	#address {
		background: transparent url(images/address.png) no-repeat 0 0;
		height: 55px;
	}
	
	#emailaddys {
		background: transparent url(images/email.png) no-repeat 0 0;
		height: 55px;
	}
	
	#phone {
		background: transparent url(images/phone.png) no-repeat 0 0;
		height: 55px;
	}
	
	#location {
		background: transparent url(images/location.png) no-repeat 0 0;
		height: 55px;
	}
	
	#cForm {
		background: transparent url(images/form.png) no-repeat 0 0;
		height: 55px;
	}

p {
	margin-bottom: 10px;
}

p img {
	background-color: #ffffff;
	padding: 6px;
	margin: 6px;
}

a, a:visited {
	color: #A42122;
}

#outerwrapper {
	width: 100%;
	margin-top: 43px;
	text-align: center;
}

#innerwrapper {
	width: 870px;
	margin: 0 auto;
}

#navbar {
	height: 56px;
}

	#navar ul {
		display: block;
	}
	
	#navbar ul li {
		list-style: none;
		float: left;
	}
	
	#navbar ul li a span {
		visibility: hidden;
	}

	#navbar li a img {
		border: none;
	}
	
		#navbar ul li a {
			display: block;
			height: 56px;
			text-decoration: none;
			background-position: top left;
		}
		
			#navbar #home_btn {
				width: 95px;
			}			
		
				#navbar #home_btn a {
					background: transparent url(images/home_btn.png) no-repeat;
				}
				
				#navbar #home_btn a:hover {
					background-position: -95px;
				}
		
				#home #navbar #home_btn a {
					background-position: -190px;
				}
		
			#navbar #chassis_btn, #navbar #contact_btn {
				width: 130px;
			}
			
				#navbar #chassis_btn a {
					background: transparent url(images/chassis_btn.png) no-repeat;
				}
				
				#navbar #chassis_btn a:hover {
					background-position: -130px;
				}
				
				#chassis #navbar #chassis_btn a {
					background-position: -260px;
				}
				
				#navbar #contact_btn a {
					background: transparent url(images/contact_btn.png) no-repeat;
				}
				
				#navbar #contact_btn a:hover {
					background-position: -130px;
				}
				
				#contact #navbar #contact_btn a {
					background-position: -260px;
				}
		
			#navbar #team_btn {
				width: 145px;
			}
			
				#navbar #team_btn a {
					background: transparent url(images/team_btn.png) no-repeat;
				}
				
				#navbar #team_btn a:hover {
					background-position: -145px;
				}
				
				#team #navbar #team_btn a {
					background-position: -290px;
				}
		
			#navbar #gallery_btn {
				width: 134px;
			}
			
				#navbar #gallery_btn a {
					background: transparent url(images/gallery_btn.png) no-repeat;
				}
				
				#navbar #gallery_btn a:hover {
					background-position: -134px;
				}
				
				#gallery #navbar #gallery_btn a {
					background-position: -268px;
				}

#header {
	background: transparent url(images/navBG.jpg) no-repeat 0 0;
	height: 23px;
	text-align: left;
	font-size: 85%;
	padding-left: 20px;
	padding-top: 233px;
}

#contentContainer {
	background: transparent url(images/contentBG.jpg) no-repeat 0 0;
	padding: 20px;
	text-align: left;
	position: relative;
}

#content {
	float: left;
	text-align: left;
	width: 480px;
	padding-right: 40px;
}

#leftList {
	float: left;
	width: 50%;
}

#rightList {
	float: left;
	width: 50%;
}

#content ul li {
	list-style: none;
	margin-bottom: 6px;
}

#sidebar {
	float: left;
	text-align: left;
	width: 290px;
}

#sidebar a img {
	margin: 6px;
}

#leftCol, #leftColContact {
	float: left;
	padding: 0 30px 0 20px; 
}

#rightCol, #rightColContact {
	float: left;
}

#leftColContact, #rightColContact {
	width: 350px;
}

.clearboth {
	clear: both;
	height: 100px;
	width: 800px;
}

.right {
	float: right;
}

#leftshadow {
	background: transparent url(images/leftBGshadow.jpg) no-repeat 0 0;
	height: 556px;
	width: 77px;
	top: 0;
	left: -77px;
	position: absolute;
}

#rightshadow {
	background: transparent url(images/rightBGshadow.jpg) no-repeat 0 0;
	height: 556px;
	width: 77px;
	position: absolute;
	top: 0;
	right: -77px;
}

#copyright {
	font-size: 9px;
}

#chassis ul {
	margin-bottom: 15px;
}

#chassis #contentContainer ul li {
	list-style: disk;
	line-height: 150%;
	margin-left: 20px;
}

#galleryContent, #contactContent, #teamContent {
	height: 600px;
}

.galRow {
	margin-top: 30px;
}

.galImg img {
	margin: 0 auto;
	padding: 6px;
	background: #ffffff;
	border: 0;
}

.name {
	background: transparent url(images/checks.png) no-repeat 0 0;
	padding-left: 40px;
	font-weight: bold;
	color: #205589;
}

.input {
	width: 300px;
	margin-bottom: 10px;
}