/*YAHOO! RESET*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,em,strong,dfn,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}
/*---------- END RESET ----------*/

#body{
	font-size: 62.5%;
	overflow: hidden;
}

#wrapper{
	width: 100%;
	height: 630px;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

#topBar{
	position: relative;
	top: 120px;
	width: 0px;
	height: 20px;
	background-image: url(../images/shadow.gif);
	background-color: #bf0000;
	background-repeat: repeat-x;
	background-position: bottom;
	z-index: 10;

}

#menuBar{
	position: relative;
	top: 100px;
	width: 0;
	height: 50px;
	background-image: url(../images/shadow.gif);
	background-color: #bf0000;
	background-repeat: repeat-x;
	background-position: bottom;
	z-index: 10;
}

#car{
	position: absolute;
	left: -600px;
	top: 0px;
	z-index: 1;
}

#carTwo{
	position: absolute;
	left: 100%;
	top: 160px;
	margin-left: 0px;
	z-index: 1;
}

#logo{
	position: absolute;
	left: -80px;
	top: 0px;
	width: 504px;
	height: 126px;
	z-index: 1;
}

#blurred, #notBlurred{
	position: absolute;
	top: 63px;
	left: 252px;
	width: 0px;
	height: 0px;
}

#notBlurred{
	display: none;
}

#racing{
	position: absolute;
	width: 563px;
	height: 160px;
	top: 150px;
	left: 100%;
	margin-left: -500px;
	z-index: 1;
	overflow: hidden;

}

#racingBlurred, #racingNotBlurred{
	position: absolute;
	top: 76px;
	left: 282px;
	width: 0px;
	height: 0px;
	z-index: 1;

}

#sponsors{
	border-top: 1px solid #cccccc;
	padding: 20px;
	margin-top: 00px;
	position: relative;
	z-index: 1;
	width: 1110px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -100px ;
	z-index: 10;
}

#sponsors ul li{
	float: left;
	padding: 20px;
	width: 330px;
	height: 50px;
	position: relative;
}

#sponsors ul li img{
	position: absolute;
	left: 165px;
	top: 25px;
	width: 0px;
	height: 0px;
}

#nav li{
	float: left;
	 font-family: 'HelveticaNeue-CondensedBold', 'Helvetica Neue Bold Condensed', 'ArialNarrow-Bold', 'Arial Narrow', 'Arial', sans-serif; 
	 
	 font-style: italic;
	 padding: 5px;
	 color: white;
	 font-size: 24px;
	 padding-left: 100px;
}

#nav{
	position: absolute;
	left: 50%;
	margin-left: -700px;
	width: 1400px;
	overflow: hidden;
}

#panelWrapper{
	position: relative;
	overflow: hidden;
	top:100px;
	height: 0px;
	background-color: white;
	z-index: 10;
}

.panel{
	position: absolute;
	top: 0px;
	left: 50%;
	width: 900px;
	margin-left: -450px;
}

#smallLogo{
	position: absolute;
	top: 0px;
	left: 0px;
}

#videoList{
	float: left;
	width: 300px;
	height: 425px;
	background-color: white;
	overflow: hidden;
	//background-image: url(../images/dropshadow.png);
	background-position: right;
	background-repeat: no-repeat;
}

#videoList li{
	
	border-bottom: 1px solid #cccccc;
}

#videoList li a{
	color: #262626;
	font-family: "Helvetica Neue", "verdana",   "Arial Narrow", "Arial", Arial,  sans-serif;
	font-size: 12px;
	padding: 13px;
	padding-left: 30px;
	padding-right: 0px;
	display: block;
}

#videoList li a:hover{
	background-color: #646464;
}

#videoPlayer{
	float: left;
	background-color: #1d1d1d;
	overflow: hidden;
	height: 375px;
	overflow: hidden;
	border: 1px solid #333333;
}


#mediaPanel{
	background-color: white;
}


h1{
	color: #262626;
	font-family: "Helvetica Neue", "verdana",   "Arial Narrow", "Arial", Arial,  sans-serif;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 5px;
	margin-bottom: 50px;
}

p {
	color: #262626;
	font-family: "Helvetica Neue", "verdana",   "Arial Narrow", "Arial", Arial,  sans-serif;
	font-size: 12px;
	
}


#sponsorsPanel p{
	width: 300px;
	margin-bottom: 10px;
	float: left;
	margin-left: 20px;
}

#sponsorsPanel img{
	border: 1px solid #cccccc;
	float: left;
}

#sponsorsPanel div{
	border-bottom: 1px solid #cccccc;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}























