/* CSS file */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Headings
-------------------------------------------------------------- */

h1 {
	font-size: 2.2em;
	margin-bottom: 0.5em;
	color: #FFFFFF;
}
h2 {
	font-size: 1.75em;
	margin-bottom: 0.75em;
	padding-left: 5px;
	color: #666666;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
	font-weight: bold;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
	font-weight: bold;
}

/* Structure elements
-------------------------------------------------------------- */

#container {
	width: 430px;
	
}
#bike-search {
	width: 430px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 20px;
}

#bike-records {
	width: 430px;
	float: left;
	height: 30px;
	padding-top: 10px;
}
#data {
	width: 97%;
	padding-left: 10px;
	float: left;
	font-weight: bold;
	margin-bottom: 0px;
}
#next-prev {
	width: 97%;
	text-align: right;
	float: right;
	padding-right: 10px;
}
#bike-results {
	width: 420px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.bike-results-table{
	width: 420px;
	float: left;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
}

.bike-results-table-inner{
	padding: 5px;
}
.bike-results-header{
	background-color: #E0E4E9;
	color: #333333;
	padding-top: 5px;
	line-height: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 16px;
}

.bike-results-info{
}

.bike-results-underline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;

}
.bike-results-link{
	height: 20px;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#bike-view-nav {
	width: 430px;
	float: left;
	padding-bottom: 0px;
}
#bike-view-main {
	width: 420px;
	float: left;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.bike-view-header{
	background-color: #E2E7EC;
	color: #666666;
	padding-top: 5px;
	line-height: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 16px;
}
.bike-view-table{
	width: 420px;
	float: left;
	border: 1px solid #CCCCCC;
	margin: 5px;
	font-size: 12px;
	padding-bottom: 10px;
}
.bike-view-table-outer{
	width: 430px;
	float: left;

}
.bike-view-underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;

}
#contact-nav {
	width: 430px;
	float: left;
	padding-bottom: 0px;
}
#contact {
	width: 420px;
	float: left;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.contact-table{
	width: 420px;
	float: left;

}
.contact-header{
	background-color: #E0E4E9;
	color: #666666;
	padding-top: 5px;
	line-height: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 16px;
}
.contact-form{
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;

}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.textsmall {
	font-size: 11px;
	font-weight: normal;
}
.input{
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.textarea {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.textgreybold {
	font-size: 12px;
	font-weight: bold;
}
.Heading {
	font-size: 11px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.Headingbike {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF99;
	font-weight: bold;
	background-color: #582921;
}
.HeadingContact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FF0000;
	font-weight: normal;
}



/* Controls for the main hyperlinks to be used through out the site */

a:link, a:visited
{
	
	color: #000099;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

a.second:link, a.second:visited
{
	color: #CC9933;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a.second:hover {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}


/* Line Spacers */

.GreySpacer{
	height:1px;
	background-color:#666666;	
}
.BlackSpacer{
	height:1px;
	background-color:#333333;	
}
.WhiteSpacer{
	height:1px;
	background-color:#FFFFFF;	
}
.headingSpacer{
	height:20px;

}

/*Code for the roll overs on the images*/

a.rollover:hover img {
filter:alpha(opacity=40);-moz-opacity:.80;opacity:.80;

}

