/* CSS file */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* Default text set to dark grey */
	color: #666666;
	margin: 0px;
	height: 100%;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

.textsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #744335;
}


.textgreybold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
}
.Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: ffff99;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.Headingbike {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #CC0000;
}
.HeadingContact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FF0000;
	font-weight: normal;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	color: #666666;
	background-color: #ededed;
}


/* Controls for the main hyperlinks to be used through out the site */

a:link, a:visited
{
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

a.second:link, a.second:visited
{
	color: #333333;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

a.second:hover {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}


/* 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;

}

