/* --------------------------------------------------------------
	http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------------------------- */
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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	overflow: scroll;
}
#popup_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.7;
}
/* --------------------------------------------------------------
   typography
-------------------------------------------------------------- */

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.7;
	color: #333;
}
h2, h3, h4, h5, h6 {
	color: #333;
	margin: 5px 20px 0px 30px;
}
h2 {
	font-size: 1.4em;
	margin-bottom: 15px;
	text-transform: uppercase;
}
h3 {
	font-size: 1.2em;
	text-transform: uppercase;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: .9em;
}
p {
	font-size: 1.1em;
	margin: 5px 20px 15px 30px;
}
ol, ul, dl {
	font-size: 1.1em;
	margin: 5px 15px 15px 55px;
}
img {
	vertical-align: bottom;
	margin: 5px 15px 5px 30px;
}
p img {
	float: left;
	margin-left: 0;
}
h2 img, h3 img {
	margin: 0;
}
h2.ridername, h2.title {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 3.2em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
a {
	color: #000;
	text-decoration: none;
}
a:focus, a:hover {
	color: #000;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
dt {
	font-weight: bold;
}
/* Some default classes
-------------------------------------------------------------- */
.small {
	font-size: .8em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
.first {
	margin-top: 15px;
}
.clear {
	clear: both;
}
.padding {
	padding: 10px 0;
}
.toppadding {
	padding-top: 30px;
}
.hide {
	position:absolute;
	left:-9990px;
	top:0px;
	width:1px;
	height:1px;
	overflow:hidden;
}
.sub {
	font-size: 50%;
}
.left {
	float: left;
}
.right {
	float: right;
}
.divider {
	border-bottom: 3px solid #41BCC3;
	height: 1px;
	clear: both;
}
.divider2 {
	border-bottom-color: #cdff0a;
}
.column {
	float: left;
}
.center {
	text-align: center;
}
/*	=Layout
-------------------------------------------------------------- */
html {
	height: 100%;
	background: #000;
}
body {
	width: 1222px;
	margin: 0 auto;
	min-height: 100%;
	background: url(../images/body_bg_1.jpg) no-repeat;
}
.container {
	width: 950px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.content {
	background: url(../images/content_bg.gif) repeat;
	padding-bottom: 30px;
	padding-top: 15px;
	margin-bottom: 48px;
	border-top: 3px solid #41bcc3;
	overflow:  hidden;
	width: 100%;
	clear: both;
}
.maincontent {
	width: 540px;
	overflow: hidden;
	min-height: 400px;
}
/* two columns */
.twocolumns .maincontent {
	float: left;
}
.twocolumns .sidecontent {
	float: right;
	width: 410px;
}
.sidecontent fieldset, .sidecontent p, .sidecontent h2, .sidecontent h3 {
	margin-left: 10px;
}
/* =header
-------------------------------------------------------------- */
.header {
	padding-top: 27px;
	float: left;
	width: 100%;
	height: 186px;
}
.utility {
	clear: both;
	font-size: .8em;
	height: 29px;
	background: url(../images/bar_bg.gif) no-repeat;
	text-transform: uppercase;
	color: #bbbbbb;
}
.utility p {
	float: left;
	display: inline;
	margin: 10px 10px 0px 10px;
}
.utility .links {
	float: right;
}
.utility a {
	color: #bbbbbb;
}
.topsearch {
	float: left;
}
.topsearch fieldset {
	display: inline;
	margin: 4px 3px 2px 3px;
}
.topsearch input.text {
	width: 175px;
	float: none;
}
.topsearch input.button {
	margin: 0 10px;
	vertical-align: text-top;
}
.pagetitle {
	float: right;
	margin: 35px 8px 0 0;
	display: inline;
}
.pagetitle img {
	margin: 0;
}
/* =nav
--------------------------------------------------------------- */
#navcontainer {
	clear: both;
	height: 105px;
	width: 349px;
	float: left;
	margin-top: 20px;
	background: url(../images/logo.gif) left top no-repeat;
}
#nav {
	position:relative;
	margin: 57px 0 0 30px;
	float: left;
	background: url(../images/nav_2.gif) no-repeat;
	display: inline;
}
#nav li {
	float:left;
	list-style: none;
}
#nav li a {
	position: absolute;
	top:0;
	display:block;
	height:27px;
	background:url(../images/nav_2.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	font-size:1%;
}
li#nav1 a {
	width:81px;
	left:0;
}
li#nav2 a {
	width:56px;
	left:81px;
	background-position:-81px top;
}
li#nav3 a {
	width:53px;
	left:205px;
	background-position:-205px top;
}
li#nav4 a {
	width:69px;
	left:258px;
	background-position:-258px top;
}
/* hover states */
li#nav1 a:hover {
	background-position:0 bottom;
}
li#nav2 a:hover {
	background-position:-81px bottom;
}
li#nav3 a:hover {
	background-position:-205px bottom;
}
li#nav4 a:hover {
	background-position:-258px bottom;
}
/* you-are-here navigation marker */
li#nav1.current a {
	background-position:0 bottom;
}
li#nav2.current a {
	background-position:-81px bottom;
}
li#nav3.current a {
	background-position:-205px bottom;
}
li#nav4.current a {
	background-position:-258px bottom;
}
/* drop-down sub nav */
#nav li .subnav {
	position: absolute;
	top: 22px;
	margin-left: 0;
	line-height: normal;
	text-align: left;
	z-index: 100;
	font-size: .9em;
	background: url(../images/subnav_top.gif) left top no-repeat;
	padding-top: 4px;
	width: 100px;
}
#nav li#nav1 .subnav {
	left: 0px;
}
#nav li#nav2 .subnav {
	left: 81px;
}
#nav li#nav3 .subnav {
	left: 205px;
}
#nav li#nav4 .subnav {
	left: 258px;
}
#nav li .subnav a {
	width: 75px;
}
#nav li .subnav {
	background: url(../images/subnav_top.gif) left top no-repeat;
	padding-top: 4px;
	width: 100px;
}
#nav li .subnav li {
	background: url(../images/subnav_bg.png) repeat-y;
}
#nav li .subnav a {
	text-indent: 0px;
	font-size: 1.1em;
	position: static;
	color: #fff;
	text-decoration: none;
	padding: 5px 5px 5px 20px;
	height: auto;
	background: url(../images/arrow.gif) 10px 50% no-repeat;
}
#nav li .subnav a:hover {
	text-decoration: underline;
	color: #66d6ee;
	background: url(../images/arrow.gif) 10px 50% no-repeat;
}
#nav li .subnav .current a {
	text-decoration: underline;
	color: #66d6ee;
}
#nav li .subnav {
	display: none;
}
#nav li:hover .subnav, #nav li.over .subnav {
	display: block;
}

li#nav_home a {
    height: 130px;
    top: -60px;
    width:68px;
    left:137px;
    background: transparent;
}

/* =footer
-------------------------------------------------------------- */
.footer {
	clear: both;
	font-size: .8em;
	height: 29px;
	background: url(../images/bar_bg.gif) no-repeat;
	text-transform: uppercase;
	color: #bbbbbb;
}
.footer p {
	float: left;
	display: inline;
	margin: 10px 10px 0px 10px;
}
.footer .links {
	float: right;
}
.footer a {
	color: #bbbbbb;
}
/* =forms
-------------------------------------------------------------- */
form fieldset {
	margin: 0px 30px 0px 30px;
}
form fieldset.submit {
	margin-top: 10px;
}
form ol {
	list-style: none;
	margin: 15px 20px 0px 30px;
}
form fieldset ol {
	margin: 0;
}
form fieldset img, form fieldset p, form ol img, form ol p {
	margin-left: 0;
	margin-right: 0;
}
form li {
	margin-bottom: 4px;
	clear: both;
	overflow: hidden;
	width: 100%;
	background: #000;
	padding: 2px 2px 2px 10px;
}
.label {
	display: block;
	float: left;
	width: 24%;
	color: #dadada;
}
input.text, select, textarea {
	color: #fff;
	background: #646c71;
	border: 1px solid #313538;
	float: right;
}
input.text {
	width: 75%;
}
.select {
	width: 75%;
}
.textarea {
	width: 75%;
	height: 150px;
}
.checkbox, .radio {
	margin-top: 0;
}
label.checkboxlabel, label.radiolabel {
	display: inline;
	float: none;
}
form p.divider {
	margin-top: -10px;
}

.sideContent .select {
	position: relative;
	z-index: 0;
}
/* =common elements
-------------------------------------------------------------- */
.breadcrumbs a {
	text-decoration: underline;
}
.breadcrumbs a:hover {
	text-decoration: none;
}
.decotitle {
	background: url(../images/head_deco.gif) right 3px no-repeat;
	padding-right: 80px;
	display: inline;
	text-transform: uppercase;
}
/* paging */
.paging {
	text-transform: uppercase;
	clear: both;
}
.previous a {
	background: url(../images/arrow_left.gif) left top no-repeat;
	padding-left: 25px;
	padding-right: 25px;
}
.next a {
	background: url(../images/arrow_right.gif) right top no-repeat;
	padding-right: 25px;
	padding-left: 25px;
}
.pages a {
	text-decoration: underline;
	padding: 0 5px;
}
.pages a:hover {
	text-decoration: none;
}
.pages span {
	padding: 0 5px;
}
/* end paging */
.auxlink {
	text-transform: uppercase;
	text-align: right;
	float: right;
	font-weight: bold;
}
.auxlink a {
	background: url(../images/arrow_right.gif) right top no-repeat;
	padding-right: 25px;
}
.more {
	text-transform: uppercase;
	font-weight: bold;
}
.more a {
	background: url(../images/arrow_right.gif) left top no-repeat;
	padding-left: 25px;
}
.expandlink a {
	text-decoration: underline;
}
.expandlink a:hover {
	text-decoration: none;
}
.narrowcontent {
	width: 560px;
}
/* babble
----------------------------------------------------------------*/
.forum {
	width: 100%;
	float: left;
	background: url(../images/divider.gif) 30px bottom no-repeat;
	margin-bottom: 10px;
}
.forum h3 {
	margin-bottom: -5px;
	text-transform: uppercase;
}
.forum a {
	text-decoration: underline;
}
.forum a:hover {
	text-decoration: none;
}
.forum div {
	float: left;
	width: 177px;
}
.forum div.description, .forumdetail div.description {
	width: 553px;
}
.forumdetail {
	width: 100%;
	float: left;
	background: url(../images/divider_2.gif) 30px bottom no-repeat;
	margin-bottom: 10px;
}
.forumdetail div {
	width: 354px;
}
/* downloads
---------------------------------------------------------------*/
.gallery .item {
	float: left;
	width: 32%;
	margin-bottom: 20px;
}
.media {
	padding: 3px;
	border: 1px solid #e9e9e9;
	margin-right: 0;
}
.size {
	margin-right: -3px;
	border-bottom: 3px solid #41BCC3;
	clear: both;
	float: left;
	padding-bottom: 10px;
	display:  inline;
}
.size span {
	color: #fff;
	background: #666666;
	float: left;
	margin: 0 1px 5px 4px;
	width: 64px;
	text-align: center;
	display:  inline;
}
.size a {
	color: #fff;
}
.mediasumary {
	border-bottom: 3px solid #41BCC3;
	margin-right: -3px;
	margin-top: 0;
	clear: both;
	float: left;
	padding-bottom: 10px;
	display:  inline;
}
h2.left {
	display: inline;
}
.rating {
	float: right;
	margin-right: 20px;
	display: inline;
}
.rating + .divider {
	margin-bottom: 5px;
}
.rating img {
	margin: 0 0 5px 5px;
}
.mediatable {
	margin-left: 10px;
	width: 380px;
}
.mediatable td {
	padding: 0px 12px 12px 12px;
	width: 100px;
	height: 55px;
}
.media2 {
	border: 2px solid #666666;
	margin: 0px;
}
td.control {
	background: #666;
	color: #fff;
	width: 20px;
	text-align: center;
	vertical-align: bottom;
	font-size: 2em;
	padding: 0px 1px 12px 1px;
	border-bottom: 24px solid #fff;
}
.control a {
	color: #fff;
}
/* =search results
-------------------------------------------------------------- */
.search {
	margin-bottom: 20px;
	margin-top: 10px;
}
.search fieldset {
	background: #000;
	display: inline;
}
.search input.text {
	margin: 2px;
	float: none;
	width: 190px;
}
.search input.button {
	margin: 0px 10px;
	vertical-align: text-top;
}
.byline {
	font-size: 1.1em;
}
.detail {
	margin-bottom: 20px;
}
.detail h3 {
	margin-bottom: -5px;
	text-transform: uppercase;
}
.detail a {
	text-decoration: underline;
}
.detail a:hover {
	text-decoration: none;
}
/* bios */
.teamlist {
	list-style: none;
	margin: 10px 0 0 30px;
	padding: 0;
	border-top: 3px solid #41BCC3;
	width: 275px;
	display: inline;
}
.teamlist li {
	border-bottom: 3px solid #41BCC3;
	font-size: 1.7em;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 52px;
}
.teamlist img {
	margin: 5px 0px 5px 10px;
}
.teamlist a {
	color: #333;
}
.teamlist a:hover {
	text-decoration: none;
}
/* two columns bio */
.twocolumnsbio .maincontent {
	float: left;
	width: 595px;
}
.twocolumnsbio .sidecontent {
	float: right;
	width: 355px;
}
.biophoto {
	float: left;
}
.biophoto img {
	margin-right: 0;
	margin-left: 10px;
}
.bio {
	float: left;
	width: 360px;
}
.bio p {
	margin-right: 0;
}
.photos .media {
	margin: 0 1px 5px 0;
}
/* =ask a rider
-----------------------------------------------------------*/
.question {
	margin-top: 15px;
	margin-bottom: 5px;
}
.answer {
	margin-top: 0;
}
.floating_box {
	display:none;
	position:absolute;
	border-style: solid;
	border-width: 1px;
	border-color: #FF0000;
	background-color: #FFFFFF;
	padding: 5px;
	z-index: 1000;
}
.popup {
	width: 400px;
	background: #fff;
	border: 1px solid #c1c1c1;
	padding: 20px;
}

