html, body { 
	margin: 0;
	padding: 0;
	background-color:#000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#FFF;
	text-align:center;/* IE hack to center page contents */
}
table, td, h1, h2, h3, p, a, span, ul, li, dl, dt, dd, input, textarea {text-align:left;}
.clearFloats {clear:both; line-height:0; height:0; font-size:1px;}
td{
	vertical-align: top;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
}
a{color:#33CC33; text-decoration:none; font-weight:bold;}
p{margin:0 0 12px 0}
ul {margin:0 0 12px 20px;padding:0;}
li {margin:0 0 6px 0;padding:0;}

#frame{margin:10px auto;width:766px;text-align:left;}

#leftdiv{width:206px;float:left;margin-bottom:25px;}
	#logo{margin-bottom:27px;}


#navdiv{
	width:206px;
}
	#nav{
		float:left;
	}
	#nav ul{
		margin:0;
		padding:0;
	}
	#nav li{
		margin:0;
		padding:0;
		list-style:none;
	}
	#nav img {display:inline;}
	#nav a {
		display: block;
		margin:0 0 10px 0;
		padding:0 0 0 27px;
		font-family: Helvetica, Arial, sans-serif;
		font-size:18px;
		line-height:18px;
		font-weight:normal;
		text-decoration:none;
		color:#FFF;
		background: url(images/icon_menu.gif) left center no-repeat;
		height:18px;
	}
	#nav a:hover {
		color:#FFF;
		background: url(images/icon_menu_active.gif) left center no-repeat;
	}
	#nav .active a {color:#FFF;background: url(images/icon_menu_active.gif) left center no-repeat;}
	
	
	#nav .sub {margin-top:32px;}
	#nav .sub a {
		display: block;
		margin:0 0 10px 0;
		padding:0 0 0 27px;
		font-family: Helvetica, Arial, sans-serif;
		font-size:14px;
		line-height:18px;
		font-weight:normal;
		text-decoration:none;
		color:#FFF;
		height:18px;
	}
	#nav .sub a:hover {
		color:#FFF;
		background: url(images/icon_menu_active.gif) left center no-repeat;
	}
	#nav .store a {
		color:#FFF;
		background: url(images/icon_store.gif) left center no-repeat;
	}
	#nav .cart a {
		color:#FFF;
		background: url(images/icon_cart.gif) left center no-repeat;
	}
	#nav .email a {
		color:#FFF;
		background: url(images/icon_tellfriend.gif) left center no-repeat;
	}
	

#contentdiv{
	width:560px;
	float:left;
	margin-bottom:25px;
}

#homefeatured {margin-top:12px}
	#homefeatured p {margin:2px 0 0 0;padding:0;}
	#homefeatured img {display:block}
	#homefeatured a {color:#FFFFFF; font-weight:normal;}

.contentarea {margin-top:20px}

.teaserarea {padding:30px 30px 10px 30px; font-size:14px; line-height:20px;}

#checkheader {background: url(images/back_check.gif) repeat-x;margin:20px 0 0 0;padding:0;height:18px; width:558px}
	#checkheader .blackbox {
		background-color:#000000;
		margin:0 0 0 24px;
		padding: 0 15px 0 15px;
		text-align:center;
		font-size:18px;
		line-height:18px;
		font-weight:normal;
	}


.bikelisting {width:560px;margin-top:25px;}
	.bikelisting h3 {
		font-size:18px;
		font-weight:normal;
		padding:0 0 3px 0;
		margin:0 0 5px 0;
		border-bottom:2px solid #666666;
	}
	.bikelisting h3 a {text-decoration:none;color: #FFFFFF; font-weight:normal;}
	.bikelisting h4 {
		font-size:13px;
		font-weight:bold;
		padding:0 0 3px 0;
		margin:0 0 5px 0;
	}
	.bikelisting h4  a {text-decoration:none;color: #FFFFFF;}
	.readmore a {
		display: block;
		margin:10px 30px 0 0;
		float:left;
		height: 17px;
		text-decoration:none;
		color: #FFFFFF;
		padding:0 0 0 27px;
		background: url(images/icon_readmore.gif) left center no-repeat;
	}
	.readmore a:hover {
		background: url(images/icon_menu_active.gif) left center no-repeat;
	}
	.buynow a {
		display: block;
		margin:10px 30px 0 0;
		float:left;
		height: 17px;
		text-decoration:none;
		color: #FFFFFF;
		padding:0 0 0 27px;
		background: url(images/icon_buynow.gif) left center no-repeat;
	}
	.buynow a:hover {
		background: url(images/icon_menu_active.gif) left center no-repeat;
	}
	.tellfriend a {
		display: block;
		margin:10px 0 0 0;
		float:left;
		height: 17px;
		text-decoration:none;
		color: #FFFFFF;
		padding:0 0 0 27px;
		background: url(images/icon_tellfriend.gif) left center no-repeat;
	}
	.tellfriend a:hover {
		background: url(images/icon_menu_active.gif) left center no-repeat;
	}
	.back a {
		display: block;
		margin:10px 30px 0 0;
		float:left;
		height: 17px;
		text-decoration:none;
		color: #FFFFFF;
		padding:0 0 0 27px;
		background: url(images/icon_back.gif) left center no-repeat;
	}
	.back a:hover {
		background: url(images/icon_menu_active.gif) left center no-repeat;
	}
	.viewcartlg {width:100px;}
	.viewcartlg a {
		display: block;
		margin:10px 0 0 0;
		height: 22px;
		text-decoration:none;
		color: #FFFFFF;
		padding:0 0 0 30px;
		background: url(images/icon_cart_lg.gif) left center no-repeat;
	}
	.viewcartlg a:hover {
		background: url(images/icon_menu_active_lg.gif) left center no-repeat;
	}
	.storeinfolg {width:100px;}
	.storeinfolg a {
		display: block;
		margin:10px 0 0 0;
		height: 22px;
		text-decoration:none;
		color: #FFFFFF;
		padding:0 0 0 30px;
		background: url(images/icon_store_lg.gif) left center no-repeat;
	}
	.storeinfolg a:hover {
		background: url(images/icon_menu_active_lg.gif) left center no-repeat;
	}

.bikedetail {width:560px;margin-top:25px;}
	.bikedetail h3 {
		font-size:14px;
		font-weight:bold;
		padding:0;
		margin:0 0 5px 0;
	}
	#bikegallery {
		background-color:#333333;
		padding:5px;
		font-size:11px;
		line-height:14px;
	}
	#bikegallery img {display:block;}
	#bikegallery .bikeimage {width: 200px;margin-bottom:20px;}
	#bikegallery .bikeimage .biketext {
		float:left;
		width: 173px;
		margin: 2px 10px 0 0;
		padding:0;
	}
	#bikegallery .bikeimage .bikeview {
		float:left;
		margin:2px 0 0 0;
		padding:0;
		width: 17px;
	}
	
	
	
	
	
	

#footerdiv {clear:both; width:766px;}
#footer {float:left;width:160px;margin-top:50px;padding:5px 0 5px 0; font-size:10px; line-height:12px; color:#999999; border-bottom: 14px solid #333;}
	#footer a {text-decoration:none;color:#ccc;}
	#google {float:right;margin-top:50px;}
	
#adminmenu {
	width:200px;
	clear:both;
	}
	#adminmenu table {background-color:#FFFFFF;margin-top:20px;width:160px;}
	#adminmenu a {text-decoration:none; color:#000000;}
	