﻿body {
     background-color: Black;
     font-family: Tahoma, Verdana, Arial, Sans-Serif;
     font-size: 62.5%;
     color: #000000;
}

.cb {
    clear: both;
}

img a, a img {
    border: 0px;
}

label {
    width: 100px;
    float: left;
    margin-bottom: 23px;
    padding-top: 7px;
}

input {
    padding: 2px;
    width: 200px;
}

textarea {
    font-family: tahoma, Verdana, Arial, sans-serif;
    margin-bottom: 10px;
}

a, a:focus, a:hover {
    outline: none;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #EA0000;
}

a:hover {
    text-decoration: none;
}

h1 {
    font-size: 3em;
    font-weight: normal;
    color: #EA0000;
}

h1 .small, .small {
    font-size: 0.8em;
}

h2, h2 a {
    font-weight: normal;
    font-size: 1.2em;
    color: #000000;
} 

p, ul, ul li {
    line-height: 160%;
}

#main-wrapper {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    background-color: White;
    padding: 20px;
    margin-top: 30px;
}

#header {
    position: relative;
    margin-bottom: 20px;
}

#polariods {
    position: absolute;
    top: -40px;
    right: -55px;
}

.ie6 {
	display: none;
	_display: block;
}

.ie7 {
	_display: none;
}

#top-nav {
    margin-top: 40px;
}

#top-nav ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    background: url('/images/navigation.png') no-repeat;
    width: 689px;
    height: 50px;
}

#top-nav ul li {
    list-style-type: none;
    float: left;
}

#top-nav ul li span {
    display: none;
}

#top-nav ul li a {
    background: url('/images/navigation.png') no-repeat;
    height: 50px;
    display: block;
    width: 689px;
}

#top-nav ul li a#home {
    width: 69px;
}

#top-nav ul li a#home:hover {
    background-position: 0px -50px;
}

#top-nav ul li a#riders {
    background-position: -69px 0px;
    width: 83px;
}

#top-nav ul li a#riders:hover {
    background-position: -69px -50px;
}

#top-nav ul li a#fixtures {
    background-position: -152px 0px;
    width: 104px;
}

#top-nav ul li a#fixtures:hover {
    background-position: -152px -50px;
}

#top-nav ul li a#sponsors {
    background-position: -256px 0px;
    width: 106px;
}

#top-nav ul li a#sponsors:hover {
    background-position: -256px -50px;
}

#top-nav ul li a#gallery {
    background-position: -362px 0px;
    width: 99px;
}

#top-nav ul li a#gallery:hover {
    background-position: -362px -50px;
}

#top-nav ul li a#contact {
    background-position: -461px 0px;
    width: 96px;
}

#top-nav ul li a#contact:hover {
    background-position: -461px -50px;
}

#sidebar {
    width: 220px;
    float: left;
    margin-right: 20px;
    font-size: 1.5em;
    margin-top: 7px;
}

#sidebar ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#sidebar ul li {
    border-bottom: 1px solid #CCCCCC;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 100%;
}

#sidebar ul li.left {
    background: url('/images/bullet.gif') no-repeat left 10px;
    padding-left: 40px;
}

#sidebar ul li.right {
    background: url('/images/bullet-right.gif') no-repeat left 10px;
    padding-left: 40px;
}

#sidebar ul li.sidebar-heading {
    font-size: 1.9em;
    color: #ea0000;
    padding-bottom: 10px;
    padding-top: 0px;
    background: none;
    padding-left: 0px;
}

#sidebar ul li a {
    font-weight: normal;
    color: #000000;
    font-size: 0.9em;
}

#sidebar ul li a:hover {
    color: #EA0000;
}

#sidebar ul li.selected a {
    color: #ea0000; 
}

#content {
    margin-top: 80px;
}

#content #content-area {
    margin-left: 240px;
    font-size: 1.2em;
}

#content #fullwidth-content-area {
    font-size: 1.2em;
}
