@charset "utf-8";
/* CSS Document */

body, html {
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px;
	background-image:url(pic/bg.gif);
	background-repeat:repeat;
	}
a {
	color:#01697a;
	font-weight:bold;	
}
a:hover {
	color:#856a56;	
}
ul{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	padding:0px;
	margin:0px 0px 6px 12px;
	color:#666666;
	}
p{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	padding:0px;
	margin:0px 0px 6px 0px;
	color:#666666;
	}
h1{
	font-size:23px;
	line-height:36px;
	font-weight:bold;
	text-transform:uppercase;
	color:#CCCCCC;
	}
h3{
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#CCCCCC;
	}
img	{
	margin:0px;
	padding:0px;
	border:0px;
	}
#contain {
	margin:0px auto;
	text-align:left;
	width:900px;
	background-color:#FFFFFF;
	border-bottom:6px solid white;
}
#greenhead{
	width:888px;
	height:172px;
	background-color:#6db43f;
	margin-left:6px;
}
#navibar{
	width:888px;
	height:40px;
	margin-left:6px;
	margin-top:4px;
	margin-bottom:4px;
}
#navibar a{
	display: inline-block;
	height: 27px; /*height of tab image */
	width:125px;
	float: left;
	margin-right: 2px; /*spacing between tabs */
	padding-top: 13px; /*vertical offset of tab text from top of tab*/
	background:url(pic/naviback.gif) repeat-x; /*URL to tab image */
	text-align: center;
}
#navibar a:hover{
background:url(pic/naviwhite.gif) repeat-x; /*URL to tab image onmouseover */
}
#navibar a.current{
background:url(pic/naviwhitew.gif) repeat-x; /*URL to tab image onmouseover */
width:126px;
}
#maincontent{
	margin-left:6px;
	width:888px;
}
#footer{
	height:33px;
	width:888px;
	margin-left:6px;
	background-color:#231f20;
	padding-top:24px;
}
#footer span{
	margin-left:20px;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}
#footer a{
	color:#FFFFFF;
	text-decoration:underline;
}
#footer a:hover{
	text-decoration:none;
}
.flashback{
	width:600px;
	height:10px;
	background:url(/pic/flashback.gif) repeat;
}
.leftbox{
	display:inline-block;
	width:252px;
	float:left;
	padding:13px;
}
.leftbox p{
	width:229px;
	font-size:12px;
	padding-bottom:5px;
	padding-top:15px;
	}
.rightbox{
	display:inline-block;
	width:600px;
	height:382px;
}
.crossbar{
	margin-top:4px;
	height:17px;
	width:875px;
	background-color:#999999;
	padding-top:8px;
	padding-left:13px;
}
.bikebox{
	width:434px;
	height:268px;
	display:inline-block;
	border:1px solid #ffffff;
	margin:6px 0px;
}
.bikebox:hover{
	border:1px solid #e7e7e7;
}
.biketype{
	display:block;
	height:18px;
	width:434px;
	background-color:#E7E7E7;
	padding-top:7px;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	color:#333333;
	text-decoration:none;
}
.headbike{
	color:#333333;
	font-size:23px;
	line-height:23px;
	text-transform:uppercase;
	float:right;
}
.stripborder{
	width:888px;
	height:17px;
	background:url(/pic/stripborder.gif) repeat;
}
.spectable{
	margin-left:7px;
}
.cssform p{
	width: 180px;
	clear: left;
	margin: 0px 0px 0px 20px;
	padding: 5px 0px 0px 20px;
	padding-left:60px;
	height: 1%;
	vertical-align:middle;
	text-align:left;
}

.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -60px;
	width: 35px;
	font-size:10px;
	line-height:12px;
}
.cssform textarea{
	float: left;
	margin-left: -60px;
	width: 350px;
	height:50px;
	font-size:12px;
	line-height:14px;
}
