/* ============> Reset Styles (from meyerweb.com)  <============= */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:					0;
	padding:				0;
	border:					0;
	outline:					0;
	font-size:				100%;
	background:			transparent;
}

body {
	line-height:			1;
}

html {
	height:					100.5%;
	min-height:			100.5%;
	}

ol, ul {
	list-style:				none;
}

blockquote, q {
	quotes:					none;
}

:focus {
	outline:					0;
}

ins {
	text-decoration:		none;
}
del {
	text-decoration:		line-through;
}

table {
	border-collapse:		collapse;
	border-spacing:		0;
}

/* ======================================> Website Styling
*/

/* On Your Bike styles */

p{
		padding:5px 0 10px 0;
	}

h1{
		font: normal 14px/20px arial;
		padding:13px 10px 0 140px;
	}

h2{
		font: bold 12px arial;
		color:#f00;
		padding-bottom:15px;
	}

 a{
		text-decoration:none;
		font-weight:normal;
		color:#FFF;
	}


body{

		text-align:center;
		background:url(../images/background.gif) repeat;
		font-family:arial, sans-serif;
		line-height:1.3;
		}

.container{
		margin:0px auto;
		width:850px;
		background-color:#FFF;
		padding-top:15px;
		margin-bottom:1px;
		overflow:auto;
		}

.header{
		width:820px;
		height:161px;
		background:url(../images/header.jpg);
		margin:0px auto;
		margin-bottom:2px;
		}

	.header a{
		width:820px;
		height:161px;
		display:block;
		}

.menu{
		width:821px;
		height:30px;
		margin:0px auto;
		margin-bottom:15px;
		}
	.menu ul{
			margin:0px;
			}
	.menu li{
			display:inline;
			padding-top:5px;
			}
	.menu a{
			font: bold 13px arial;
			float:left;
			padding:0px 21px;
			border-right:1px solid #666;
			border-left:1px solid #000;
			height:24px;
			background:url(../images/nav_bg.jpg);
			display:block;
			padding-top: 6px;
			white-space: nowrap;
			}
	.menu a:hover, .menu a#menuon{
			background:url(../images/nav_hover.jpg);
			}

	.menu a.first {
			padding-right: 22px;
			border-left:none;
			}

	.menu a.last{
			padding-right: 22px;
			border-right:none;
			}

.wrapper{
		margin-bottom:15px;
		float:left;
		}

.mainleft{
		clear:both;
		float:left;
		width:204px;
		padding-left:15px;
		text-align:left;
		}


.mainleft a {
		font: bold 13px arial;
		color:#000;
		text-decoration:underline;
		}

.mainleft a:hover{
		color:#666;
		text-decoration:none;
		}

.mainleft p{
		font: normal 11px arial;
		color:#000;
		width: 186px;
		margin-left:10px;
		}

	.box{
		float:						left;
		width:					204px;
		height:					174px;
		background:			url(../images/box.jpg) no-repeat;
		margin-bottom:		3px;
		padding:				0px;
		}

	.box .featureImg {
		float:						left;
		width:					184px;
		height:					105px;
		padding:				0px;
		margin:					0px;
		}

	.box .featureImg p {
		padding:				0px;
		margin:					0px;
		}

	.box img{
		margin:					11px 0 0 10px;
		}

	.box h3 a {
		float:						left;
		width:					184px;
		margin-left:			10px;
		}

.submenuBack {
	float:							left;
	width:						202px;
	border-left:				1px solid #d7d7d7;
	border-right:				1px solid #d7d7d7;
	margin-bottom:			9px;
	}

.submenuBottom {
	position:					relative;
	top:							10px;
	clear:						both;
	width:						204px;
	height:						10px;
	background:				url(../images/submenu_bg_bottom.gif) no-repeat;
	margin-left:				-1px;
	}


.submenu {
	float:							left;
	width:						204px;
	min-height:				98px;
	background:				url(../images/submenu_bg_top.gif) no-repeat;
	margin-bottom:			14px;
	margin-left:				-1px;
	}

.submenu a {
	font:							normal 11px arial;
	color:						#000;
	text-decoration:			none;
	}

.submenu a:hover, .submenu a#submenuon {
	font-weight:				bold;
	}

.submenu ul.sub {
	float:							left;
	width:						204px;
	margin-top:				5px;
	}

.submenu ul.sub li {
	background:				url(../images/bullet.gif) 10px 9px no-repeat;
	}

.submenu ul.sub li p.sub {
	width:						180px;
	margin:						0 0 0 20px;
	padding:					5px 0 5px 0px;
	border-bottom:			1px dotted #c3c3c3;
	}

.submenu ul.subsubmenu li {
	background:				none;
	}

.submenu ul.subsubmenu li p.subsub {
	width:						180px;
	margin:						0 0 0 20px;
	padding:					5px 0 5px 0px;
	border-bottom:			1px dotted #c3c3c3;
	}

.submenu p.subsub a:hover, .submenu p.subsub a#subsubmenuon {
	color:						#f00;
	font-weight:				bold;
	}


	.mainright{
		float:left;
		width:626px;
		text-align:left;
		}


	.mainformat{
		font: 12px/1.3 arial,sans-serif;
		float:left;
		margin-left:10px;
		width:442px;
		color:#000;
		}

	.mainformat table {
		border:					1px solid #fff;
		}

	.mainformat a{
		color:#000;
		text-decoration:underline;
		}

	.mainformat a:hover {
		color:#666;
		text-decoration:none;
		}

	.mainformat p{
		font-family:arial,sans-serif;
		font-size:12px;
		color:#000;
		}

	.mainformat ul {
	list-style:				disc;
	padding-left:			20px;
	margin-bottom:		0px;
	margin-top:			5px;
	}

.mainformat ul li {
	margin-bottom:		15px;
	}
	
.mainformat ul.nolb li {
	margin-bottom:		0px;
	}

.mainformat ol {
	padding:				0 0 0 0px;
	margin:					0 0 0 25px;
	}

.mainformat ol li {
	margin:					0 0 15px 0;
	padding:				0px;
	}

.mainformat form p {
	float:						left;
	width:					443px;
	}

.mainformat form label {
	float:						left;
	width:					100px;
	font-weight:			bold;
	padding-top:			3px;
	}

.mainformat form label.ServiceOption {
	width:					421px;
	font-weight:			normal;
	color:					#666;
	}

.mainformat form label.ServiceOption b {
	color:					#000;
	}

.mainformat form label.ServiceOption.other {
	width:					150px;
	}

.mainformat form input {
	float:						left;
	}

.mainformat form p span {
	float:						left;
	padding-top:			3px;
	padding-left:			5px;
	}

.mainformat form input.textbox {
	float:						left;
	width:					330px;
	height:					15px;
	background:			url(../images/formBack.gif) repeat-x;
	border-top:			1px solid #6b6b6b;
	border-left:			1px solid #939393;
	border-bottom:		1px solid #b5b5b5;
	border-right:			1px solid #939393;
	font-family:			verdana,sans-serif;
	padding:				4px;
	}

.mainformat form input.textbox.other {
	width:					259px;
	}

.mainformat form input.textbox.date {
	width:					80px;
	}

.mainformat form input.textbox.short {
	width:					20px;
	}

.mainformat form input.textbox.medium {
	width:					40px;
	}

.mainformat form input.formBtn {
	float:						right;
	width:					111px;
	height:					28px;
	margin-right:			4px;
	text-align:				center;
	background:			url(../images/formBtn.gif) no-repeat;
	text-decoration:		none;
	color:					#324727;
	border:					0px;
	cursor:					pointer;
	}

a.calendar {display: block; float: left; margin-left: 5px; width: 14px; height: 13px; background: url(../images/icon_calendar.gif) no-repeat}
div#calDiv {position: absolute; background: white; display: block; z-index: 10000;}

	.top{
		width:621px;
		height:245px;
		background:url(../images/welcome.jpg);
		margin-left:4px
		}

	.middle{
		width:613px;
		height:126px;
		background:url(../images/25years.gif) no-repeat;
		margin-left:4px;
		color:#FFF;
		}
	.middle h1 {
		padding-top: 6px;
		}
	.base{
		width:616px;
		height:157px;
		background:url(../images/bikes_base.jpg) no-repeat;
		}
	.base ul{
		text-align:center;
		padding:127px 0 0 13px;
		}
	.base li {
		float:left;
		margin-right:2px;
		text-decoration:none;
		background-color:#999;
		display:inline;
		padding-bottom:0px;
		}
	.base li a{
		display:block;
		height:18px;
		width:147px;
		padding: 2px 0px 0 0px;
		font-size:12px;
		}

	.base li a:hover{
		background:#666;
		}

/* ----------------------------------------> PRODUCT STYLING
*/

.product {
	float:						left;
	width:					443px;
	border-top:			1px dotted #ccc;
	padding:				5px 0;
	}

.thumbBox {
	float:						left;
	width:					145px;
	}

.thumbBox span {
	float:						left;
	width:					135px;
	height:					90px;
	overflow:				hidden;
	}

a.enlarge {
	float:						left;
	font-size:				10px;
	font-weight:			bold;
	color:					#999;
	width:					100px;
	height:					20px;
	background:			url(../images/plus.gif) no-repeat;
	padding-left:			23px;
	margin-left:			12px;
	margin-top:			5px;
	}

/* ----------------------------------------> PAGE IMAGE
*/

.pageimage {
	float:						left;
	}

.pageimage p {
	padding:				0px;
	margin:					0 0 0 10px;
	}

/* ----------------------------------------> FOOTER
*/

.footer{
		width:850px;
		height: 37px;
		clear:both;
		margin:1px auto;
		padding-bottom:25px;
		background-color:#FFF;
		}

.footer h4{
		float:left;
		clear:left;
		font-size:11px;
		font-weight: normal;
		text-align:left;
		margin-top:15px;
		padding-left:14px;
		color:#666;
		}

.footer ul{
		float:left;
		margin:0px;
		}
.footer li{
		float:left;
		display:inline;
		padding-top:10px;
		}
.footer a{
		padding-left:14px;
		float:left;
		font-size: 11px;
		text-decoration: underline;
		}
.footer a:link{
		color:#666;
		}
.footer a:visited{
		color:#666;
		}
.footer a:hover{
		color:#9A9A9A;
		}

.zooicon{
	float:					right;
	text-align:			left;
	margin-top:		4px;
	}

.zooicon a {
	padding:			10px 0 0 0;
	margin:				0 0 0 0;
	width:				115px;
	height:				27px;
	background:		url(../images/zooicon.jpg) 85px 0 no-repeat;
	}
