* { padding: 0; margin: 0; }



h1 {
	color:#069;
	font-size:22px;
	margin-top:10px;
	margin-bottom:10px;
}

h2 {
	color: #333;
	font-size:18px;
	margin-top:10px;
	margin-bottom:10px;
}

p {
		margin-top:10px;
	margin-bottom:10px;
}
	
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#faux {
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
	background-image: url(design-images/background.gif);
}
#header {
	color: #333;
	width: 922px;
	height: 166px;
	background-image: url(design-images/logo.gif);
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainmenu {
	color: #FFF;
	float: right;
	width: 560px;
	margin-top: 15px;
	margin-right: 10px;
}

#mainmenu ul {
	list-style:none;
	display:inline;
}

#mainmenu li{

	float:left;

}

#mainmenu li a{
		padding-left:20px;
			margin-right:20px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	background-image:url(design-images/bullet.gif);
	background-repeat:no-repeat;
	background-position: left;
	display:block;
}
#mainmenu li a:hover{
		padding-left:20px;
			margin-right:20px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	background-image:url(design-images/bulleton.gif);
	background-repeat:no-repeat;
	background-position:left;
	display:block;
}

#leftcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 195px;
 float: left;
}
#leftcolumn ul{
	list-style:none;
}
#leftcolumn li a{ 
	display:block;
	background-image:url(design-images/button.gif);
	width:195px;
	height:24px;
	margin-bottom:6px;
	color:#FFF;
	text-decoration:none;
	line-height:24px;
	font-weight:bold;
	text-indent:15px;
	
}
#leftcolumn li a:hover{ 
	display:block;
	background-image:url(design-images/button-pressed.gif);
	width:195px;
	height:24px;
	margin-bottom:6px;
	color:#FFF;
	text-decoration:none;
	line-height:24px;
	text-indent:15px;
	font-weight:bold;
	
}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 683px;
 display: inline;
 position: relative;
}
#footer {
	width: 902px;
	clear: both;
	color: #FFF;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background-color: #069;
	font-size: 11px;
}
.clear { clear: both; background: none; }


#design-by {
	float: right;
	width: 200px;
}



.price {
	color:#C00;
	font-weight:bold;
	font-size:14px;
}

#breadcrumbs {
	font-size: 11px;
	color: #000;
	width: 683px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding-bottom:3px;
	text-indent:5px;
}

#breadcrumbs a{
	color:#069;

}
#menuheader {
	font-size: 16px;
	width: 195px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	font-weight: bold;
	text-indent: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.bikeheader {
	width: 672px;
	background:#069;
	padding:4px;
	float: left;
}
.bikebody {
	width: 672px;
	margin:4px;
	float: left;
	padding-bottom: 20px;
}

.bikebody a{
	color:#069;
	font-weight:bold;
}
.bikeheader a{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}


body {
	background-color: #036;
}

.imagemargins{
	margin:10px;
}
