/* basic styles */
body {
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #797979;
	margin:0px
}
body, td, th {
	font-family: Arial;
	font-size: 12px;
	color: #383838;
	line-height:18px;
}
a:link {
	color: #c32020;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #c32020;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #c32020;
}
div.mainContainer {
	width:960px;
	margin:0px auto;
}
/* Heading Tags */

h1 {
	color:#FFF;
	margin:0px
}
h2 {
	color:#FFF;
	margin:0px;
	font-size:15px;
	font-weight:normal
}
h3 {
	color:#601111;
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
	margin:0px;
}
h4 {
	font-size:16px;
	text-transform:uppercase;
	margin:0px 0px 18px 0px;
	color:#FFF
}

h5 {color:#6f6f6f; font-weight:bold; font-size:13px; line-height:20px; margin:0px}
h6 {color:#601111; font-weight:bold; font-size:17px; line-height:20px; margin:0px}
/* header styles*/

div.header {
	width:960px;
	height:169px;
	background-image:url(/images/header_bg.jpg);
	background-repeat:no-repeat;
}
.miniNav {
	width:438px;
	height:23px;
	background-image:url(/images/mini-nav-bg.jpg);
	background-repeat: no-repeat;
	float:right;
	padding-top:7px;
	font-size:11px;
	font-weight:bold;
	color:#FFF
}
.miniNav a:link, .miniNav a:active, .miniNav a:visited {
	color:#FFF;
	text-decoration:none
}
.miniNav a:hover {
	color: #CCC;
	text-decoration:none;
}
/* display styles*/
div.display {
	background-repeat:no-repeat;
	width:678px;
	height:95px;
	border:#FFF solid 1px;
	color:#FFF;
	font-size:15px;
	line-height:20px;
	margin-bottom:10px;
	padding:18px 0px 0px 280px;
	background-color:#000;
}
.mainContainer .display h1 img {
	margin-left:-8px;
	margin-bottom:5px
}

/* sidebar styles*/
div.sidebarContainer {
	width:235px;
	float:left
}
div.socialSidebar {
	width:209px;
	height:150px;
	background-image: url(/images/sidebar-social-bg.jpg);
	background-repeat:no-repeat;
	font-size:11px;
	line-height:14px;
	color:#d0d0d0;
	padding:13px;
	margin-bottom:10px;
	background-color:#900
}
div.socialSidebar img {
	margin:10px 8px 0px 0px;
}
div.emailSidebar {
	width:209px;
	height:146px;
	background-image: url(/images/sidebar-email-bg.jpg);
	background-repeat:no-repeat;
	font-size:11px;
	line-height:14px;
	color:#d0d0d0;
	padding:13px;
	margin-bottom:10px;
	background-color:#666
}
div.relatedSidebar {
	width:207px;
	background-image: url(/images/sidebar-related-bg.jpg);
	background-repeat:no-repeat;
	font-size:11px;
	line-height:14px;
	color:#d0d0d0;
	padding:13px;
	margin-bottom:10px;
	background-color:#6a6a6a;
	border:#999 1px solid;
	
}

div.videoSidebar {
	width:207px;
	font-size:11px;
	line-height:14px;
	color:#d0d0d0;
	padding:13px;
	margin-bottom:10px;
	background-color:#252525;
	border:#999 1px solid;
	
}

.relatedSidebar a:link, .relatedSidebar a:active, .relatedSidebar a:visited {
	color:#FFF;
	text-decoration:none;
	font-weight:bold
}
.relatedSidebar a:hover {
	color: #CCC;
	text-decoration:none;
	font-weight:bold
}

.mainContainer .sidebarContainer .relatedSidebar ul li {
	font-size:12px;
	color:#FFF;
	line-height:18px;
	margin:5px 0px 0px -15px;
	list-style-image:url(/images/bullet.gif);
}
/* body styles*/

div.mainText {
	width:633px;
	background-color:#f0f0f0;
	border:#FFF 1px solid;
	padding:30px 40px;
	float:right;
	text-align:left;
	margin-bottom:15px
}
.whiteSub {
	text-transform:uppercase;
	color:#FFF
}
.lightGrey {
	color:#999;
}
.contentSplitter {
	margin:15px 0px; clear:both
}

/* subnav styles*/
div.subnavCont {
	float:right;
	width:713px;
	text-transform:uppercase;
	font-weight:bold;
	color:#000;
}

.mainContainer .subnavCont #selectbrand {
	height:22px;
	float:left;
	padding-top:7px;
}
.mainContainer .subnavCont #off {
	width:109px;
	height:22px;
	text-transform:none;
	float:left;
	text-align:center;
	color:#FFF;
	background: url(/images/subnav-OFF.jpg) no-repeat;
	padding-top:7px;
	margin-left:10px;
}

.mainContainer .subnavCont #on {
	width:109px;
	height:22px;
	text-transform:none;
	float:left;
	text-align:center;
	color:#666;
	background: url(/images/subnav-ON.jpg) no-repeat;
	padding-top:7px;
	margin-left:10px;
}

.subnavCont a:link, .subnavCont a:active, .subnavCont a:visited {
	color:#FFF;
	text-decoration:none;
}
.subnavCont a:hover {
	color: #CCC;
	text-decoration:none;
}
/* footer styles*/


div.footerContainer {
	width:960px;
	height:74px;
	background-image:url(/images/footer-bg.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-bottom:25px; 
	
}
div.footer {
	float:left;
	font-size:11px;
	line-height:17px;
	margin:10px 0px 0px 30px;
	color:#797979;
	width:740px;
}
.footer a:link, .footer a:active, .footer a:visited {
	color:#4d4c4c;
	text-decoration:none;
}
.footer a:hover {
	color: #666;
	text-decoration:none;
}
div.footerNav {
	font-size:9px;
	color:#c7c7c7;
	margin-top:5px;
}

/* product styles*/
div.productContainer {
	width:616px;
	background-color:#FFF;
	border:#e2e2e2 1px solid;
	padding:10px;
	margin:10px 0px;
	float:left;
	font-size:11px
}
.mainText .productContainer img {
	float:left;
	margin-right:15px;
}
div.productLeft {
	float:left;
	width:155px;
}

div.productLeftBike {
	float:left;
	width:300px;
}

.regPrice {
	color:#000;
	font-size:15px;
	margin:0px 0px 15px 0px;
}

.oldPrice {
	color: #999;
	font-size:15px;
	margin:0px 0px 15px 0px;
	
}

.salePrice {
	color:#c01c1c;
	font-size:15px;
	font-weight:bold;
	text-decoration:none
}

.spec {
	color:#999;
	font-weight:bold;
	text-transform:capitalize;
}

.shopOnline {font-size:16px; color:#c01c1c; font-weight:bold; float:left}

div.rightShop {
	width:315px;
	float:left;
	padding-left:15px;
	border-left:#e2e2e2 1px solid;
	font-size:11px;
	color:#797979;
	font-weight:bold;
}
.mainContainer .mainText .productContainer .rightShop #paypal {
	float:left;
	margin-top:3px;
	margin-bottom:10px
}
.mainContainer .mainText .productContainer .rightShop hr {
	clear:both;
	margin-bottom:15px
	
}
div.faq {
	float:right;
	font-size:10px;
}
.faq a:link, .faq a:active, .faq a:visited {
	color: #999;
	text-decoration:none;
}
.faq a:hover {
	color: #CCC;
	text-decoration:none;
}

