/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



body{
	background-color: #000;
	color: #eee;
}



#main {
	width: 785px;
	margin: 60px auto 0 auto;
	position: relative;
}


#header {
	height: 82px;
	width: 785px;
	background: transparent url(../img/header.jpg) top left no-repeat;
	position: relative;
}

h1 a{
	display: block;
	position: absolute;
	top: 0;
	left: 100px;
	width: 330px;
	height: 60px;
	text-indent: -9999px;
}

#menu {
	position: absolute;
	bottom: 3px;
	left: 50%;
	margin-left: -186px;
	width: 373px;
	height: 15px;
}
#menu li {
	float: left;
}
#menu li a{
	display: block;
	background: transparent url(../img/menu.gif) 0 0 no-repeat;
	margin: 0;
	text-indent: -9999px;
	height: 15px;
	overflow: hidden;
}


#menu li#ponsLink a{
	width: 73px;
	background-position: 0 0;
}
#menu li#ponsLink a:hover{
	background-position: 0 -15px;
}
#menu li#racingLink a{
	width: 87px;
	background-position: -73px 0;
}
#menu li#racingLink a:hover{
	background-position: -73px -15px;
}
#menu li#motogpLink a{
	width: 62px;
	background-position: -160px 0;
}
#menu li#motogpLink a:hover{
	background-position: -160px -15px;
}
#menu li#wsLink a{
	width: 88px;
	background-position: -222px 0;
}
#menu li#wsLink a:hover{
	background-position: -222px -15px;
}
#menu li#contactLink a{
	width: 63px;
	background-position: -310px 0;
}
#menu li#contactLink a:hover{
	background-position: -310px -15px;
}



#content {
	position: relative;
	
}


#corner1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index:10000;
	background: transparent url(../img/corner1.gif) top left no-repeat;
	width: 220px;
	height: 121px;
}
#corner2 {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index:1000;
	background: transparent url(../img/corner2.gif) top left no-repeat;
	width: 220px;
	height: 121px;
}



#footer {
	height: 22px;
	width: 785px;
	background: transparent url(../img/footer.jpg) top left no-repeat;
}

#footer span{
	display: none;
}







#introLogo {
	width: 785px;
	height: 417px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -208px 0 0 -392px;
	background: transparent url(../img/intro.jpg) top left no-repeat;
}

#introLinks {
	position: absolute;
	bottom: 60px;
	left: 50%;
	width: 160px;
	height: 30px;
	margin-left: -85px;
}
#introLinks a {
	display: block;
	float: left;
	height: 30px;
	width: 80px;
	text-indent: -9999px;
}



.slideshow {
	display: block;
	position: relative;
	z-index: 1000;
	height: 430px;
	width: 785px;
	margin: 0 auto;
}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
}		
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
}		
.slideshow-thumbnails {
	overflow: hidden;
}

.slideshow-images {
	height: 430px;
	width: 785px;
}		
.slideshow-images-visible { 
	opacity: 1;
}	
.slideshow-images-prev { 
	opacity: 0; 
}
.slideshow-images-next { 
	opacity: 0; 
}
.slideshow-images img {
	float: left;
	left: 0;
	top: 0;
}	



.slideshow-captions {
	background: #000;
	bottom: 0;
	color: #FFF;
	font: normal 12px/22px Arial, sans-serif;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	width: 100%;
	z-index: 10000;
}
.slideshow-captions-hidden {
	height: 0;
	opacity: 0;
}
.slideshow-captions-visible {
	height: 22px;
	opacity: .7;
}


.slideshow-controller {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index:1001;
	background: transparent url(../img/corner2.gif) top left no-repeat;
	width: 220px;
	height: 121px;
}
.slideshow-controller * {
	margin: 0;
	padding: 0;
}
.slideshow-controller-hidden { 
	opacity: 0;
}
.slideshow-controller-visible {
	opacity: 1;
}
.slideshow-controller a {
	cursor: pointer;
	display: block;
	height: 36px;
	overflow: hidden;
	position: absolute;
	bottom: 6px;
}
.slideshow-controller a.active {
	background-position: 0 36px;
}
.slideshow-controller li {
	list-style: none;
}
.slideshow-controller li.first a {
	background-image: url(../img/slideshow/controller-first.gif);
	left: 33px;
	width: 19px;
	display: none;
}
.slideshow-controller li.last a {
	background-image: url(../img/slideshow/controller-last.gif);
	left: 186px;
	width: 19px;
	display: none;
}
.slideshow-controller li.next a {
	background: transparent url(../img/nav.png) -34px 0 no-repeat;
	left: 184px;
	width: 33px;
}
.slideshow-controller li.next a.active {
	background-position: -34px -36px;
}

.slideshow-controller li.pause a {
	background-image: url(../img/slideshow/controller-pause.gif);
	left: 109px;
	width: 20px;
	display: none;
}
.slideshow-controller li.play a {
	background-position: 20px 0;
	display: none;
}
.slideshow-controller li.play a.active {
	background-position: 20px 18px;
	display: none;
}
.slideshow-controller li.prev a {
	background: transparent url(../img/nav.png) 0 0 no-repeat;
	left: 150px;
	width: 34px;
}
.slideshow-controller li.prev a.active {
	background-position: 0 -36px;
}

/**
HTML:
	<div class="slideshow-loader" />
	
Notes:
	Customize the hidden / visible classes to affect the loader animation.
*/

.slideshow-loader {
	height: 28px;
	right: 0;
	position: absolute;
	top: 0;
	width: 28px;
	z-index: 10001;
}
.slideshow-loader-hidden {
	opacity: 0;
}
.slideshow-loader-visible {
	opacity: 1;
}

/**
HTML:
	<div class="slideshow-thumbnails">
		<ul>
			<li><a class="slideshow-thumbnails-active" /></li>
			<li><a class="slideshow-thumbnails-inactive" /></li>
			...
			<li><a class="slideshow-thumbnails-inactive" /></li>
		</ul>
	</div>
	
Notes:
	Customize the active / inactive classes to affect the thumbnails animation.
	Use the !important keyword to override FX without affecting performance.
*/

.slideshow-thumbnails {
	bottom: -65px;
	height: 65px;
	left: 0;
	position: absolute;
	width: 100%;
}
.slideshow-thumbnails * {
	margin: 0;
	padding: 0;
}
.slideshow-thumbnails ul {
	height: 65px;
	left: 0;
	position: absolute;
	top: 0;
	width: 10000px;
}
.slideshow-thumbnails li {
	float: left;
	list-style: none;
	margin: 5px 5px 5px 0;
	position: relative;
}
.slideshow-thumbnails a {
	display: block;
	float: left;
	padding: 5px;
	position: relative; 
}
.slideshow-thumbnails a:hover {
	background-color: #FF9 !important;
	opacity: 1 !important;
}
.slideshow-thumbnails img {
	display: block;
}
.slideshow-thumbnails-active {
	background-color: #9FF;
	opacity: 1;
}
.slideshow-thumbnails-inactive {
	background-color: #FFF;
	opacity: .5;
}