html {	overflow-y: scroll; }
body {
	background-color: #000;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-y;
	background-position: top center;
	font-family: arial, helvetica;
	color: #fff;
	line-height: 14pt;
}

body, h1,h2,h3,h4, img,
form, p, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
}

h3 { 
	font-size: 11pt;
	color: #c29f01; 
}

a, a:visited { color: #c29f01; }
a:hover { color: #fff; }

.container {
	position: relative;
	margin: 0 auto;
	width: 933px;
}

div#header {
	position: relative;
	display: block;
	height: 190px;
	background-image: url('../images/header_bg.jpg');
	background-repeat: no-repeat;
}

img#logo {
	position: absolute;
	top: 25px;
	left: -90px;
}

img#vendors {
	position: absolute;
	top: 0;
	right: 0;
}

ul#topnav {
	position: absolute;
	bottom: 52px;
	right: 10px;
	list-style-type: none;
}
ul#topnav li {
	display: block;
	float: left;
}
ul#topnav li a {
	display: block;
	width: 106px;
	height: 48px;
	text-decoration: none;
	background-repeat: no-repeat;
}
ul#topnav li a.home { background-image: url('../images/home.png'); }
ul#topnav li a.aboutus { background-image: url('../images/aboutus.png'); }
ul#topnav li a.street { background-image: url('../images/street.png'); }
ul#topnav li a.motocross { background-image: url('../images/motocross.png'); }
ul#topnav li a.dealers { background-image: url('../images/dealers.png'); }
ul#topnav li a.contact { background-image: url('../images/contact.png'); }

ul#topnav li a:hover,
ul#topnav li a.active { background-position: 0 -48px; }

div#cart {
	position: absolute;
	bottom: 19px;
	right: 15px;
	font-size: 8pt;
}
div#cart span.price {
	font-weight: bold;
	padding-right: 15px;
}
div#cart img {
	position: relative;
	top: 4px;
}
div#cart a.cart_icon {
	margin-left: 6px;
}

div#crumbs {
	position: absolute;
	bottom: 19px;
	left: 238px;
	font-size: 8pt;
	color: #bbbbbb;
}

div#left {
	position: absolute;
	top: 0;
	left: 0;
	width: 268px;
}

div#left ul#leftnav {
	width: 253px;
	position: absolute;
	top: -34px;
	left: -40px;
	background-color: #121212;
	padding: 3px;
	list-style-type: none;
}
div#left ul#leftnav li {
	background-color: #292929;
	margin-bottom: 3px;
	font-size: 9pt;
	color: #fff;
}
div#left ul#leftnav li.last {
	margin-bottom: 0;
}
div#left ul#leftnav li a,
div#left ul#leftnav li a:visited {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 8px;
}
div#left ul#leftnav li a:hover,
div#left ul#leftnav li a.active {
	color: #c29f01;
	background-color: #525252;
}
div#left ul#leftnav li a img,
div#left ul#leftnav li.selector img { padding: 0 7px 0 7px; }
div#left ul#leftnav h3 {
	margin-bottom: 3px;
}
div#left ul#leftnav li.selector {
	background-color: #292929;
	margin-bottom: 3px;
	font-size: 9pt;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 8px;	
}
div#left ul#leftnav li.selector select {
	margin-left: 10px;
	width: 150px;
	font-size: 8pt;
	padding: 2px;
}

div#right {
	padding-top: 7px;
	padding-left: 236px;
	padding-bottom: 40px;
	min-height:950px !important;
    height:auto !important;
    height:1250px;
}

h3.yellow {
	position: relative;
	background-image: url('../images/yellowbar_bg.png');
	background-repeat: repeat-x;
	color: #fff;
	border-left: 1px solid yellow;
	border-right: 1px solid yellow;
	font-size: 8pt;
	text-transform: uppercase;
	padding: 7px 0 0 5px;
	height: 21px;
}

h3.yellow span.category {
	position: absolute;
	top: 5px;
	left: 82px;
	text-transform: none;
}


div.pagination {
	top: 5px;
	right: 10px;
	text-transform: none;
	font-size: 8pt;
	font-weight: bold;
}
div.pagination a,
div.pagination a:visited {
	color: #fff;
	padding: 0 3px 0 3px;
}
div.pagination a:hover {
	color: #856f0c;
}

div.pagination a.on {
	background-color: #856f0c;
    text-decoration: none;
}

h3.yellow div.pagination {
    position: absolute;
    top: 5px;
    right: 10px;
}

div.bottom_bar {
	border-top: 1px solid #3e350b;
	padding: 10px 10px 10px 10px;
	margin-top: 25px;
}
div.bottom_bar div.pagination {
	float: right;
}
a.backtotop {
	background-image: url('../images/backtotop_arrow.png');
	background-repeat: no-repeat;
	padding-left: 12px;
	font-size: 8pt;
}

a.addtocart_btn {
	display: block;
	background-image: url('../images/addtocart_btn.png');
	background-repeat: no-repeat;
	width: 94px;
	height: 32px;
	text-decoration: none;
  margin-top: 10px;
}
a.addtocart_btn:hover { background-position: 0 -32px; }

div#features {
	display: block;
	width: 682px;
	height: 298px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

div#features div.feature {
	position: relative;
    display: block;
    width: 682px;
    height: 298px;
    overflow: hidden;
}

div#features img.feature_btn {
	position: absolute;
	top: 238px;
	right: 19px;
}

div#features a.feature_btn {
	display: block;
	position: absolute;
	top: 238px;
	right: 19px;
	width: 88px;
	height: 32px;
	background-image: url('../images/readmore_btn.png');
	background-repeat: no-repeat;
	text-decoration: none;
    z-index: 100;
}
div#features a.feature_btn:hover { background-position: 0 -32px; }

div#featuredproducts {
	width: 682px;
	height: 240px;
	background-image: url('../images/featuredproducts_bg.png');
	background-repeat: no-repeat;
	background-position: top center;
	font-size: 8pt;
}
div#featuredproducts ul {
	padding: 20px 0 0 20px;
	list-style-type: none;
}
div#featuredproducts ul li {
	display: block;
	float: left;
	width: 146px;
	padding-right: 18px;
}
div#featuredproducts ul li a img {
	border: 2px solid #fff;
}
div#featuredproducts ul li a:hover img {
	border: 2px solid #c29f01;
}
div#featuredproducts ul li span.name {
	display: block;
}
div#featuredproducts ul li span.price {
	display: block;
	font-weight: bold;
	color: #c29f01;
}




div#product_list ul {
	padding: 20px 0 0 20px;
	list-style-type: none;
	font-size: 8pt;
}
div#product_list ul li {
	position: relative;
	display: block;
	float: left;
	width: 175px;
	height: 214px;
	background-image: url('../images/product_bg.png');
	background-repeat: no-repeat;
	margin: 0 12px 12px 0;
	padding: 29px 0 0 29px;
}
div#product_list ul li a.img {
    display: block;
	border: 2px solid #fff;
    width: 153px;
    height: 102px;
    overflow: hidden;
    text-decoration: none;
    margin-bottom: 10px;
}
div#product_list ul li a.img:hover {
	border: 2px solid #c29f01;
}
div#product_list ul li span.name {
	display: block;
    padding-bottom: 3px;
}
div#product_list ul li span.price {
	position: absolute;
	bottom: 29px;
	left: 85px;
	display: block;
	font-weight: bold;
	font-size: 10pt;
	color: #c29f01;
}
div#product_list ul li span.description {
	display: block;
	color: #bbbbbb;
	font-style: italic;
}
div#product_list ul li span.description p {
    padding: 0;
}
div#product_list ul li a.view_btn {
	position: absolute;
	bottom: 29px;
	left: 29px;
	display: block;
	width: 43px;
	height: 19px;
	text-decoration: none;
	background-image: url('../images/view_btn.png');
	background-repeat: no-repeat;
}
div#product_list ul li a.view_btn:hover {
	background-position: 0 -19px;
}

div#shopping_cart {
	clear: both;
	padding: 20px 20px 0 0;
}
div#shopping_cart ul {
	padding: 0 0 20px 0;
	list-style-type: none;
	font-size: 8pt;
}
div#shopping_cart ul li {
	position: relative;
	display: block;
	padding: 20px;
    margin: 0;
    background-color: #292929;
}
div#shopping_cart ul li a.img {
    float: left;
    margin-right: 20px;
	border: 2px solid #fff;
    width: 153px;
    height: 102px;
    overflow: hidden;
    text-decoration: none;
}
div#shopping_cart ul li a.img:hover {
  	border: 2px solid #c29f01;
}
div#shopping_cart ul li span.name {
    display: block;
    font-weight: bold;
    font-size: 10pt;
    color: #fff;
    padding-bottom: 7px;
}
div#shopping_cart ul li span.price {
	display: block;
	font-weight: bold;
	font-size: 11pt;
	color: #c29f01;
    padding-bottom: 7px;
}

div#shopping_cart ul li span.optionTitle {
	font-weight:bold;
}

div#shopping_cart ul li span.model, div#shopping_cart ul li span.options {
	display:block;
	font-size:8pt;
	margin-left:178px;
}

div#shopping_cart ul li span.description {
    display: block;
	margin-left:178px;
	padding-top:10px;
}
div#shopping_cart ul li div.quantity {
    padding-top: 10px;
	margin-left:178px;
}
div#shopping_cart ul li div.quantity input {
    width: 25px;
}
div#shopping_cart ul li.totals {
  font-size: 14pt;
  background-color: #1a1a1a;
}
div#shopping_cart ul li.totals span {
  padding: 0 20px 0 0;
}
.amount {
  color: #c29f01;
  font-weight: bold;
}
div#shopping_cart ul li.totals span.amount {
  padding: 0 10px 0 0;
}
a.update {
  font-size: 8pt;
}




div#intro {
	position: relative;
	width: 642px;
	background-image: url('../images/homeabout_bg.png');
	background-repeat: no-repeat;
	padding: 20px;
}
div#intro div.text {
	width: 435px;
}
div#intro div.text p {
	font-size: 9pt;
	padding: 7px 0 7px 0;
	color: #bbbbbb;
}
div#intro img {
	position: absolute;
	top: 23px;
	right: 25px;
}

div#product_list {
	clear: both;
	padding: 20px 20px 0 0;
}


div.product_details {
	float:left;
	width:340px;
	padding: 22px 0;
	
}
/*div.product_details img.product_photo {
	position: absolute;
	top: 15px;
	left: 0;
	border: 3px solid #dfb700;
	width: 307px;
	height: 244px;
	overflow: hidden;
}*/

div#details_img img.product_photo {
	border: 3px solid #dfb700;
	width: 307px;
	height: 244px;
}

div#details_img_zoom {
	margin:10px 0;
}


div.product_details img.zoom {
	position: absolute;
	top: 280px;
	left: 0;
}
#right div.product_details div.price p {
	color: #dfb700;
	font-size: 14pt;
	font-weight: bold;
}
div.product_details div.code {

}
div.product_details div.size select,
div.product_details div.quantity select {
	margin: 10px 0 10px 0;
}
div.product_details div.quantity {

}

div.fitment {
	margin-top:10px;
}


div.product_info {
	float:left;
	padding-right: 20px;
	margin-top:25px;
	z-index:100;
}


h4 {
	font-size: 10pt;
	color: #fff;
}
h4 span {
	color: #bbbbbb;
    font-size: 9pt;
    padding-left: 10px;
    font-weight: normal;
}
div.product_info div.product_description {
	width: 315px;
	float: left;
}
div.product_info div.fitment {
	width: 315px;
	float: left;
	padding-left: 24px;
}
div.product_info div.fitment p {
	font-style: italic;
}

div#product_list p#noproducts,
div#shopping_cart p#noproducts {
    padding-top: 20px;
    color: #fff;
    font-size: 11pt;
}

table#dealers {
    width: 100%;
    border-collapse: collapse;
    font-size: 10pt;
    color: #999999;
    margin-top: 10px;
}
table#dealers tr td {
    padding: 0 0 18px 0;
}
table#dealers tr td strong {
    color: #fff;
}

div#checkout {
    padding: 0 20px 20px 0;
}
div#checkout form table {
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
}
div#checkout form table tr td,
div#checkout form table tr th {
    padding: 10px;
    text-align: left;
    background-color: #292929;
    font-size: 9pt;
}
#right div#checkout p {
    padding-bottom:20px;
}
a.confirm {
  font-size: 8pt;
  padding-left: 10px;
}

div#checkout form table table.confirm_items {
	width:auto;
	text-align:left;

}

div#checkout table.confirm_items tr td, div#checkout table.confirm_items tr th{
	padding:0 5px;
}

div#checkout form table table.confirm_items td.item_option {
	text-align:right;
	font-weight:bold;
	
}















div#footer {
	display: block;
	clear: both;
	background-image: url('../images/footer_bg.png');
	background-repeat: repeat-x;
	background-color: #000;
	min-height: 400px;
}

div#footer div#footercontent {
	position: relative;
	top: -14px;
	width: 909px;
	margin: 0 auto;
	background-image: url('../images/footercontent_bg.png');
	background-repeat: no-repeat;
	height: 100px;
	padding: 10px 25px 0 25px;
	background-color: #000;
}
div#footer div#footercontent p.copyright {
	font-size: 8pt;
	color: #bbbbbb;
}
div#footer div#footercontent div#sitemap {
	position: absolute;
	top: 9px;
	left: 257px;
	font-size: 8pt;
}
div#footer div#footercontent div#sitemap ul {
	float: left;
	list-style-type: none;
	padding-right: 60px;
}

div#footer div#footercontent div#sitemap ul h3 {
	font-size: 9pt;
	color: #bbbbbb;
	padding-bottom: 10px;
}

div.clear {
	clear: both;
}

div#right h2 {
	color: #c29f01;
	padding: 10px 20px 10px 0;
}
div#right p {
	color: #bbbbbb;
	padding: 7px 20px 7px 0;
	font-size: 9pt;
}

div#product_list p.noproducts {
  font-size: 11pt;
  padding-top: 20px;
  color: #fff;
}
div#product_list ul li span.description strong { font-weight: normal; }
div#product_list ul li span.name strong { font-weight: normal; }









