	
/* LAYOUT */

#motoWrapper { 
	top: -10px;
	margin: -10px auto 0px auto; 
	width: 960px;
	height: 600px; 
	text-align: center;
	position: relative;
	background-image: url(/motoshow/images/motoshowBG.jpg);
	background-repeat: no-repeat;
	}

#motoContent {
	top: 10px;
	margin: 20px auto 0px auto;
	padding: 0px;
	width: 900px;
	height: 552px;
	/*border: 1px solid #999;*/
	position: relative;
	}
	
#motoLogo {
	margin: -10px;
	width: 255px;
	height: 92;
	position: absolute;
	z-index: 99;
	}

#motoMovie {
	margin: 0px;
	padding-top: 5px;
	width: 640px;
	height: 400px;
	float: left;
	position: relative;
	z-index: 90;
	}

#motoEpisodes {
	margin-top: 5px;
	padding: 0px auto;
	width: 245px;
	height: 403px;
	text-align: center;
	background-color: #000; /* Change */
	float: right;
	position: relative;
	z-index: 90;
	overflow: hidden;
	}

.thumb {
	padding: 10px;
	width: 71px;
	height: 40px;
	float: left;
	position: relative;
	}

.episodeCopy {
	padding: 14px 10px 10px 0px;
	text-align: left;
	float: left;
	}

.episodeName {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	}

.episodeDescription {
	font-size: 12px;
	font-weight: normal;
	color: #C1C1C1;
	line-height: 18px;
	}
	
#featureFlash {
	}
	
#sponsors {
	top: 8px;
	margin: 100px auto 0px auto;
	width: 100%;
	height: 96px;
	text-align: center;
	background-color: #000;
	position: relative;
	clear: both;
	}

#topSponsorWrapper {
	margin-left: 1px;
	padding: 0px;
	height: 50px;
	width: 100%;
	text-align: center;
	}

.topSponsorLogo {
	margin-left: 1px;
	padding: 1px 0px 1px 8px;
	height: 50px;
	text-align: right;
	float: right;
	}

.sponsorLogo {
	margin-left: 1px;
	padding: 7px 25px 7px 25px;
	text-align: center;
	float: left;
	}


/* EPISODE NAVIGATION */



.episode {
	top: 0px;
	left: 0px;
	width: 245px;
	height: 335px;
	position: relative;
	}

.episode ul {
	top: 0px;
	left: 0px;
	white-space: nowrap;
	position: relative;
	}

.episode li {
	margin-top: 0px;
	margin-bottom: 4px;
	margin-left: -36px;
	list-style-type: none;
	width: 237px;
	height: 61px;
	background-image: url(/motoshow/images/episodePanel.jpg);
	background-repeat: no-repeat;
	position: relative;
	}

.nextEpisode {
	margin-top: -8px;
	margin-left: 4px;
	width: 237px;
	height: 61px;
	background-image: url(/motoshow/images/nextEpisodePanel.jpg);
	background-repeat: no-repeat;
	position: relative;
	}

.episode li a:hover .episodeName, .episode li a:hover .episodeDescription {
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	}

.episode li:hover {
	background-image: url(/motoshow/images/episodePanel2.jpg);
	background-repeat: no-repeat;
	}


/* TEXT */

body {
	margin: 0;
	background-color: #111;
	font-family:
	}
	
td, th, body { 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal;
	}

a:link { 
	color: #CC0000; 
	text-decoration: none; 
	}
	
a:visited, img a:hover { 
	text-decoration: none; 
	color: #CC0000; 
	}
	
a:hover { 
	text-decoration: none; 
	color: #CC0000; 
	}

a:active { 
	text-decoration: none; 
	color: #990000; 
	outline: none; 
	}

a img { 
	border: 0px; 
	color: #FFFFFF; 
	text-decoration: none; 
	}
	
