@import url("reset.css");
@import url("forms.css");

body {
	font-family: Myriad, Arial, Sans-serif;
	font-size: .75em;
	color: #000000;
	background: url('../images/topbg.gif') top center repeat-x #4D4D4F;
	line-height: 1.25em;
}
#container {
	margin: 0 auto;
	width: 930px;
	position: relative;
	background: url('../images/bg.gif') top center repeat-y;
}
#leftside {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	background: url('../images/lsbg.gif') top center repeat-y;
}
#lsheader {
	position: relative;
	display: block;
	height: 281px;
	width: 307px;
	background: url('../images/lsheader.jpg') top center no-repeat;
}
#lscontent {
	position: relative;
	display: block;
	padding-bottom: 46px;
	padding-top:15px;
	min-height: 200px;
	padding-left: 15px;
	text-align: center;
	width: 292px;
	color: white;
	line-height:1.35em;
}
#lsfooter {
	position: absolute;
	bottom: 0px;
	height: 22px;
	width: 307px;
	background: url('../images/lsfooter.gif');
	left:0px;
}
#header {
	position: relative;
	display: block;
	height: 374px;
	width: 930px;
	background: url('../images/header.jpg') top center no-repeat;
}
#headerbikes {
	position: relative;
	display: block;
	height: 374px;
	width: 930px;
	background: url('../images/headerbikes.jpg') top center no-repeat;
}
#headerservice {
	position: relative;
	display: block;
	height: 374px;
	width: 930px;
	background: url('../images/headerservice.jpg') top center no-repeat;
}
#headerlinks {
	position: relative;
	display: block;
	height: 374px;
	width: 930px;
	background: url('../images/headerlinks.jpg') top center no-repeat;
}
#headernews {
	position: relative;
	display: block;
	height: 374px;
	width: 930px;
	background: url('../images/headernews.jpg') top center no-repeat;
}
#headercontact {
	position: relative;
	display: block;
	height: 374px;
	width: 930px;
	background: url('../images/headercontact.jpg') top center no-repeat;
}
#headersales {
	position: relative;
	display: block;
	height: 374px;
	width: 930px;
	background: url('../images/headersales.jpg') top center no-repeat;
}
#headerstaff {
	position: relative;
	display: block;
	height: 374px;
	width: 930px;
	background: url('../images/headerstaff.jpg') top center no-repeat;
}
#content {
	color: #fff;
	position: relative;
	display: block;
	min-height: 150px;
	padding-bottom: 151px;
	padding-left: 356px;
	padding-right:63px;
}
#content a {
	font-weight:bold;
}
#rightcol {
	position: relative;
	float: right;
	display: block;
	width: 150px;
	padding-left: 40px;
}
#modelcol {
	position: relative;
	float: left;
	display: block;
	width: 150px;
	padding-right: 10px;
}
#sizecol {
	position: relative;
	float: left;
	display: block;
	width: 75px;
	padding-right: 10px;
}
#colorcol {
	position: relative;
	float: left;
	display: block;
	width: 75px;
	padding-right: 10px;
}
#pricecol {
	position: relative;
	float: left;
	display: block;
	width: 75px;
	padding-right: 10px;
}
#salepricecol {
	position: relative;
	float: left;
	display: block;
	width: 75px;
	padding-right: 10px;
}
.graybox {
	background: #58595B;
	padding: 10px;
	margin: 18px 0px 0px 0px;
	font-weight: bold;
	font-size: 1.1em;
}
#nav {
	display: block;
	position: absolute;
	top: 315px;
	left: 331px;
	height: 16px;
	width: 572px;
	font-weight: bold;
	font-size: .9em;
	text-align: center;
	font-family: "Arial Narrow", Arial, Sans-serif;
}
#nav a {
	padding-right:9px;
	color: #fff;
	text-decoration: none;
}
#nav a.first {
	border-left: 0px;
}
#nav a:visited {
	color: #fff;
	text-decoration: none;
}
#nav a:hover {
	color: #000;
	text-decoration: none;
}
#footer {
	position: absolute;
	bottom: 0px;
	height: 151px;
	width: 930px;
	background: url('../images/footer.jpg');
	left:0px;
}
#footerlogos {
	position: absolute;
	left: 314px;
	top: 24px;
}
#twofish {
	position: absolute;
	left: 660px;
	top: 104px;
}
#copy {
	position: absolute;
	left: 729px;
	top: 105px;
	font-size: .75em;
	color: #949495;
}

a {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #D9991F;
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
.gold {
	color: #D9991F;
}
.blue {
	color: #00718F;
}
.bigger {
	font-size: 1.1em;
}
.italics {
	font-style: italic;
}
h1 {
	font-family:Myriad, Arial, San-serif;
	color: #D9991E;
	font-weight: bold;
	font-size: 1.05em;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	
}
p {
	padding-top: 6px;
	padding-bottom: 6px;
}	