@charset "utf-8";
/* CSS Document */
body{
	background:url(../images/track-bg.jpg) no-repeat 50% 0;
	background-color:#000;
	margin:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#pageWrapper{
	width: 850px;
	margin:auto;
	background:#fff;
	border-left: #cecece 1px solid;
	border-right: #cecece 1px solid;
	padding-bottom: 40px;
}
#header{
	width: 770px;
	margin: auto;
	margin-top: 60px;
}
/*////////////////////////// FONTS */
h2, h3, h5, p{	
	margin-bottom: 15px;
}
h2{
	text-transform:uppercase;
}
h3{
	text-transform:capitalize;
	margin-top: 20px;
	background:#ccc;
	padding:6px;
}
h4{
	clear:both;
	font-size: 90%;
	margin-bottom: 10px;
	border-top: 1px #ccc solid;
	padding-top:10px;
}
.noBorder{
	border-top:none;
	padding-top:0;
}
p{
	color:#3f3f3f;
}
#content a:hover{
	color:#000;	
}
/*////////////////////////// NAV */
#nav{
	float:left;
	font-size: 85%;
	margin-top: 20px;
}
#nav li{	
	float:left;
	margin-right: 1px;
}
#nav a{
	background:#9a0909;
	color:#fff;
	text-decoration:none;
	margin:0;
	padding: 2px 5px 2px 5px;
	line-height: 2em;
}
#nav a:hover, #nav .selected{
	background:#3f3f3f;
}
/*////////////////////////// HEADER */
.call, .email{
	float:left;
	line-height: 1.6em;
}
#headerTop{
	width: 770px;
}
#headerTop img{
	float:right;
	border: none;
}
#headerImage{
	width: 770px;
	height: 230px;
	background:url(../images/main-image-01.jpg);
}
.email a{
	color:#3f3f3f;
}
.email a:hover{
	color:#9a0909;
}
#headerTop p{
	margin-bottom:0;
}
/*////////////////////////// CONTENT */
#content{
	width: 740px;
	margin:auto;
	background:#e7e7e7;
	padding: 15px;
	margin-top: 6px;
	margin-bottom: 6px;
}
#content h2{
	float:left;
	color:#9a0909;
	font-size: 110%;
}
#content p{
	font-size: 85%;
	color:#3f3f3f;
	line-height: 1.4em;
}
#content li{
	color:#3f3f3f;
	font-size:85%;
	line-height: 1.3em;
}
#content ul{
	margin-bottom: 15px;
}
/*////////////////////////// BUTTONS */
.imageNav{
	margin-left: 40px;
}
.imageNav li{
	width:253px;
	height: 163px;
	background:url(../images/button-our-drivers.jpg) top;
	float:left;
	margin-right: 5px;
}
.imageNav a{
	width:253px;
	height: 163px;
	display:block;
}
.history a{
	background:url(../images/button-our-drivers.jpg) top;
}
.history a:hover{
	background:url(../images/button-our-drivers.jpg) bottom;
}
.corporatePackages a{
	background:url(../images/button-corporate-packages.jpg) top;
}
.corporatePackages a:hover{
	background:url(../images/button-corporate-packages.jpg) bottom;
}
.raceCarHire a{
	background:url(../images/button-race-car-hire.jpg) top;
}
.raceCarHire a:hover{
	background:url(../images/button-race-car-hire.jpg) bottom;
}
/*////////////////////////// FOOTER */
#footer{
	font-size: 70%;
	width: 840px;
	height: 50px;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 80px;
}
.copyrightSlipstream{
	float:left;
	color:#666;
}
.sayhej{
	float:right;
}
.sayhej a{
	color:#e15175;
	text-decoration: none;
}
.sayhej a:hover{
	color:#fff;
}
/*////////////////////////// STYLING */
.stripes{
	background:url(../images/stripes.gif) repeat;
	width: 770px;
	height: 35px;
	margin:auto;
}
.buttonStripes{
	width: 253px;
	float:left;
	margin-right: 5px;
}
.buttonStripesFirst{
	margin-left: 40px;
}
.hideMe{
	display:none;
}
.clearMe{
	clear:both;
	margin:0;
	padding:0;
}
.red{
	color:#9a0909;
}
.bold{
	font-weight:bold;
}
.centre{
	text-align:center;
}
.marginBottom{
	margin-bottom:10px !important;
}
