html {
    height:100%;
}

body {
    background: #000;
    margin: 0;
    height:100%;
    font-family: Arial, Verdana, Sans-Serif;
}

img {
    border:0;
}

a {
	color: #00419c;
	text-decoration: none;
}

a:hover {
	color: #00419c;
	text-decoration: underline;
}


#comingSoonContainer {
	position: absolute;
	top: 100px;
	left: 50%;
	width: 700px;
	margin-left: -350px;
}

#container {
	position: absolute;
	top: 0;
	left: 50%;
	width: 980px;
	margin-left: -490px;
}

/*--->>> HOME PAGE STYLES <<<-------------------------------------------------------------------------------------------------*/

#homeHeader {
	position: relative;
	height: 428px;
	/*background: url(/i/home-header-bkgd.jpg) no-repeat;*/
}

#homeNavigationContainer {
	position: relative;
	height: 70px;
	background: url(/i/home-nav-bkgd.jpg) no-repeat;
}

#homeNavigation {
	position: absolute;
	top: 0;
	left: 186px;
}

#mainContentHome {
	position: relative;
	height: 414px;
	/*background: url(/i/home-main-area-placeholder.jpg) no-repeat;*/
}

#homeFooter {
	position: relative;
	height: 288px;
	background: url(/i/home-footer-placeholder.jpg) no-repeat;
}

#homeFooterLinks {
	position: relative;
	margin-top: 10px;
	text-align: center;
	width: 980px;
	font-size: 12px;
	color: #999999;
}
#homeFooterLinks a{
	color: #999999;
	text-decoration: none;
}
#homeFooterLinks a:hover{
	color: #fff;
	text-decoration: underline;
}

/*--->>> SUB PAGE STYLES <<<-------------------------------------------------------------------------------------------------*/

#subHeader {
	position: relative;
}

#subNavigationContainer {
	position: relative;
	height: 70px;
	background: url(/i/sub-nav-bkgd.jpg) no-repeat;
}

#subNavigation {
	position: absolute;
	top: 0;
	left: 186px;
}

#subMainContent {
	position: relative;
	height: 100%;
	background: url(/i/sub-content-bkgd-repeat.jpg) repeat-y;
}

#contactUs {
	position: relative;
	height: 800px;
	background: url(/i/contact-us-bkgd-top.jpg) no-repeat top;
}

#subContentArea {
	position: absolute;
	top: 125px;
	left: 210px;
	width: 600px;
	font-size: 15px;
	color: #fff;
	line-height: 24px;
}

#ridersMainContent {
	position: relative;
	height: 1000px;
	background: url(/i/riders-content-bkgd-top.jpg) no-repeat top;
}

#ridersMainContent img{
	position: absolute;
	top: 140px;
	left: 133px;
}

#ridersMainContentArea {
	position: absolute;
	top: 176px;
	left: 322px;
	width: 600px;
	font-size: 15px;
	color: #fff;
	line-height: 24px;
	z-index: 1000;
}

#ridersMainContentImgLink1	{
	position: absolute;
	top: 560px;
	left: 55px;
}

#ridersMainContentImgLink2	{
	position: absolute;
	top: 560px;
	left: 195px;
}

#ridersMainContentImgLink3	{
	position: absolute;
	top: 560px;
	left: 335px;
}

#ridersMainContentImgLink4	{
	position: absolute;
	top: 560px;
	left: 475px;
}

#ridersMainContentImgLink5	{
	position: absolute;
	top: 560px;
	left: 615px;
}


#ridersBioContent {
	position: relative;
	height: 1850px;
	background: url(/i/riders-content-bkgd-top.jpg) no-repeat top;	
}

#ridersBioContent img{
	margin-left: 133px;
	margin-top: 150px;
}

#ridersBioContentArea {
	position: absolute;
	top: 650px;
	left: 300px;
	width: 530px;
	font-size: 15px;
	color: #fff;
	line-height: 24px;
	text-align: left;
}

#companyContent {
	position: relative;
	height: 300px;
	background: url(/i/company-content-bkgd-top.jpg) no-repeat top;
}

#companyContentArea {
	position: absolute;
	top: 125px;
	left: 210px;
	width: 600px;
	font-size: 15px;
	color: #fff;
	line-height: 24px;
}

#thankYouContent {
	position: relative;
	height: 300px;
	background: url(/i/thank-you-bkgd-top.jpg) no-repeat top;
}

#thankYouContentArea {
	position: absolute;
	top: 125px;
	left: 210px;
	width: 600px;
	font-size: 15px;
	color: #fff;
	line-height: 24px;
}

#storeContent {
	position: relative;
	height: 1500px;
	background: url(/i/gear-content-bkgd-top.jpg) no-repeat top;
}

#storeFrame {
	position: absolute;
	top: 78px;
	left: 186px;
	height: 1400px;
	width: 671px;
	border: none;
}

#comingSoonContent {
	position: relative;
	height: 252px;
	background: url(/i/coming-soon-bkgd-top.jpg) no-repeat top;
}

#comingSoonFooter {
	position: relative;
	height: 159px;
	background: url(/i/coming-soon-footer-bkgd.jpg) no-repeat;
}


#subContentFooter {
	position: relative;
	height: 159px;
	background: url(/i/sub-content-footer-bkgd.jpg) no-repeat;
}

#subFooter {
	position: relative;
	height: 288px;
	background: url(/i/home-footer-placeholder.jpg) no-repeat;
}

#subFooterLinks {
	position: relative;
	margin-top: 10px;
	text-align: center;
	width: 980px;
	font-size: 12px;
	color: #999999;
}
#subFooterLinks a{
	color: #999999;
	text-decoration: none;
}
#subFooterLinks a:hover{
	color: #fff;
	text-decoration: underline;
}

.formLabel {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	margin-left: 0;
	text-align: left;
	line-height: 20px;
}

.formInput {
	width: 300px;
}

.formTextArea {
	width: 500px;
}

.formSend {
	font-size: 16px;
	font-weight: bold;
	width: 150px;
}

