@charset "UTF-8";

/* Universals */

* {
	padding: 0;
	margin: 0;
}

html, body, #bg, #bg table, #bg td {
    height:100%;
    width:100%;
}

html.first, body.first {
	overflow:hidden;
}

#bg {
    position: fixed;
	top: 0;
	left: 0;
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

.box {
    margin: 0 auto;
	padding: 80px 0 60px 0;
    width: 960px;
	text-align: center;
	overflow: auto;
	z-index:70;
}

body {
	font: 12px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	background:url(/images/body-bg.gif) center repeat-y;
}

img {
	border:0;
}

h1 {
	margin: 20px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:normal;
}

h2 {
	color: #ff3300;
	font-size: 12px;
	margin: 20px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;

}

p {
	margin: 20px 0 20px 0;
}

ol {
	margin: 20px 0 20px 30px;
}

ol li {
	margin: 0 0 10px 0;
}

td {
	text-align:center;
}

table.prices td {
	font-style:italic;
	text-align: left;
}

table {
	margin: 0 0 20px 0;
}

table.helmet td {
	border: 1px solid #CCC;
	font-style:normal;
	width: 120px;
	height: 60px;
}

a:link, a:visited, a:active {
	text-decoration:underline;
	color: #ff3300
}

a:hover {
	text-decoration:none;
}

textarea {
	width: 428px;
}


/* Arrows */

#l-arrow {
	position: fixed;
	left: 0;
	z-index:72;
	top: 50%;
	margin-top: -24px;
}

#r-arrow {
	position: fixed;
	right: 0;
	z-index:72;
	top: 50%;
	margin-top: -24px;
}


/* Header */

#header {
	background:url(/images/header-bg.png) repeat-x; 
	height: 70px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 900px;
	z-index: 71;
}

#header ul {
	list-style:none;
	margin: 4px auto;
	width: 960px;
}

#header ul li {
	float: left;
	margin: 0 16px 0 16px;
	position:relative;
}

#header ul li ul {
	display:none;
	position: absolute;
	top: 47px;
	left: -25px;
	width: 153px;
	height: 104px;
	padding: 0 0 0 17px;
	background-image:url(/images/guides_bg.png);
}

#header ul li:hover ul {
	display:block;
}

#header ul li ul li {
	padding: 0;
	margin: 0;
	height: 21px;
	width: 134px;
}


/* Middle */

.beginnerItem {
	width: 450px;
	margin: 0 0 15px 0;
	position: relative;
}

.beginnerItem.l {
	text-align:left;
	float: left;
	left: 20px;
}

.beginnerItem.r {
	text-align:right;
	right: 20px;
	float: right;
}

.box #ridersDiv {
	background-image:url(/images/riders_2_main.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height: 470px;
	position:relative;
	padding: 130px 0;
}

.box #contactDiv {
	width: 960px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -480px;
}

.box #contactDiv p {
	float: left;
	margin: 7px 0;
	color: #FFF;
	width: 205px;
	text-align:left;
}

.box #contactDiv p.r {
	width: 150px;
}

.box #contactDiv table {
	float: right;
}

.box #contactDiv td {
	padding: 2px;
	font-style:normal;
}

.box #contactDiv input.text {
	width: 150px;
}

.box #contactDiv textarea {
	width: 357px;
	height: 40px;
}

.box #brandsDiv {
	width: 855px;
	background:url(../images/brands_1_front.jpg) no-repeat;
	height: 336px;
	padding:18px 0 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -163px;
	margin-left: -425px;
}

.box #brandsDiv img {
	margin: 8px 4px 8px 4px;
	float: left;
}

.box #gearDiv {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top:-220px;
}

.box #gearDiv.three {
	margin-left: -346px;
	width: 692px;
}

.box #gearDiv.four {
	margin-left: -468px;
	width: 938px;
}

.box #gearDiv .storeItem {
	text-align: center;
	width: 204px;
	height: 370px;
	float: left;
	margin-right: 40px;
}

.box #gearDiv .storeItem.lastItem {
	margin-right: 0;
}

.box #leftCol.centered {
	width: 480px;
	position:fixed;
	top: 50%;
	left: 50%;
	margin-left: -480px;
	margin-top: -53px;
}

.box #rightCol {
	width: 356px;
	position: relative;
	right: 124px;
	float: right;
	overflow: auto;
	text-align:justify;
}


/* Footer */

#footer { 
	background:url(/images/footer-bg.png) repeat-x;
	height: 35px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	min-width: 600px;
	z-index:71;
}

#footer ul {
	list-style:none;
	height: 58px;
	width: 960px;
	margin: 0 auto;
	padding: 12px;
}

#footer ul li {
	float: left;
	margin:0 16px 0 16px;
}

#footer ul li.spacer {
	width: 300px;
	height:1px;
}

#emailPopup {
	width: 283px;
	height: 86px;
	background-image:url(/images/email_bg.png);
	position: fixed;
	bottom: 30px;
	padding: 27px 38px 30px 35px;
}

#emailPopup input {
	margin: 0 8px 0 8px;
}


/* Classes */

.fltl {
	float: left;
}

.fltrt {
	float: right;
}

.gray {
	color: #707070;
}

p.popUp {
	margin: 5px 0;
}

.pricelabel {
	color: #ff3300;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
}

#bar {
	width: 100%;
	background: url(../images/bar_bg.png) repeat-x;
	height: 224px;
	z-index: 0;
	top: 50%;
	left: 0;
	position: absolute;
	margin-top: -112px;
}

.storycenter {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -165px;
	margin-left: -442px;
}

.frontcenter {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -132px;
	margin-left: -480px;
	width: 960px;
	height: 224px;
}

.magcenter {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -67px;
	margin-left: -356px;
}