@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	color:#999;	
	font-family:Verdana, Geneva, sans-serif;	
}
p{
	text-align:left;
}
.slideshow{
	margin-bottom:20px;
}
li{
	text-align:left;
}
.menu{
	color:#999;
	font-size:12pt;
	margin:20px;
}
.menu a:hover{
	text-decoration:underline;
}
a:link, a:visited{
	text-decoration:none;
	color:#999;
}
a:hover{
	text-decoration:underline;
}
.content{
	width:900px;
}
.tablecontent td{
	border:1px solid #999;
}
.tablecontentbold td{
	border:1px solid #999;
	font-weight:bold;
}
h1{
	text-align:left;
	font-size:18px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	color:#999;
}
.footerlinks{
	margin:5px;
}
.footerlinks a{
	margin:10px;
}
.headerline{
	height:1pt;	
	color:#999;
}
.toptable td{
	padding:0px;
}
img{
	border:0px;
}
.bikeimg{
	width:70px; 
	text-align:left; 
	vertical-align:top;
}
.bikeimg a img{
	cursor:pointer;
	border:1px solid #fff;	
}
.bikeimg a:hover img{
	border:1px solid #999;
}

.biketitle{
	padding-top:10px;
	font-size:14px;
	font-weight:bold;
}
.table td{
	border:solid 1px #999;
}
table{
	margin-top:20px;
}
td{
	color:#000;
	padding:2px;
	text-align:center;
}
.tableheader{
	font-weight:bold;
	background-color:#c00;
	color:#fff;
}
.footer{
	margin-top:30px;
	font-size:11px;	
	margin-bottom:100px;
}