@charset "utf-8";
/* CSS Document */

.heading {
	background-color: #5D5E62;
	color: #D9DBDA;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	height: 25px;
	padding-left: 200px;
	line-height: 18px;
	overflow: hidden;
	white-space: nowrap;
}

.heading a {
  color: #D9DBDA;
}

.currentNavLink {
	color: #F00;
}

.navbar {
	color: #343434;
	background-color: #5D5E62;
	background-image: url(images/nav.gif);
	height: 24px;
	text-align: center;
	padding-left: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 2px;
	overflow: hidden;
	white-space: nowrap;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.navbar a {
	color: #3E3F42;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
.content {
	background-repeat: repeat-x;
	margin: 50px;
}
a {
	color: #F00;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #F00;
	text-decoration: none;
}
html {
	height: 100%;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	height: 692px;
	background-image: url(images/bg_gray.jpg);
	background-repeat: repeat-x;
	background-color: #white;
}
.mainHome {
	font-family: Arial, Helvetica, sans-serif;
	height: 692px;
	background-image: url(images/bg_blue.jpg);
	background-repeat: repeat-x;
	background-color: #35567f;
}

.homebrandlogo
{
margin: 7px;
}

.copyrightstuff
{
text-align: center;
color: #999;
font-size: 13px;
padding: 20px;
}

.bikesLinks
{
	text-align: center;
	margin-bottom: 30px;
}

.bikesLinks a
{
	color: black;
	font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  margin: 7px;
  padding: 7px;
  
}

.bikesLinks a:hover
{
  background-color: #d3d3d3;
}

.bikePic
{
border: black solid 1px;
background-color: white;
margin: 10px;
margin-right: 30px;
margin-bottom: 0px;
padding: 10px;
}

.bikeTitle
{
	color: black;
	font-size: 20px;
  font-weight: bold;
}

.bikeDesc
{
	font-size: 14px;
	height: 65px;
	margin-top: 5px;
	overflow: auto;
}

.bikeDescNoScroll
{
	font-size: 14px;
	margin-top: 5px;
}


.servicesOutside
{
width: 800px;

margin-left: auto;
margin-right: auto;
color: #333;
}

.servicesTop
{
font-style: italic;
text-align: left;
font-size: 15px;
margin-bottom: 15px;
}

.servicesColumn
{
width: 180px;
overflow: hidden;
margin-right: 30px;
margin-bottom: 30px;
vertical-align: top;
}

.spacer
{
  width: 25px;
}

.packageNumber
{
text-align: center;
color: red;
font-size: 14px;
font-weight: bold;
}

.packageTitle
{
font-weight: bold;
font-size: 17px;
color: #333;
border-bottom: 1px solid red;
margin-bottom: 5px;
text-align: center;
vertical-align: bottom;

}

.packagePrice
{
color: red;
font-weight: bold;
height: 20px;
}

.packageDetails
{
color: #333;
font-size: 13px;
}

.servicesPackages
{
margin-bottom: 20px;
height: 150px;
align: center;
}

.bikeTopParagraph
{
  width: 600px;
  text-align: left;
  font-size: 13px;
}

.otherModels
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.otherModels a
{
  color: red;  
	text-decoration: none;
	font-size: 12px;	
  margin: 5px;
  padding: 5px;
  margin-left: 0px;
  margin-right: 10px;
}

.otherModels a:hover
{
  background-color: #eee;
	cursor: hand;
}

.otherModelCurrent
{
	border: 1px solid #aaa;
  background-color: #eee;
}

.modelsText
{
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 5px;
}

.modelLink
{
  float: left;
  margin-bottom: 7px;
}

.largerImage
{
	text-align: center;
	font-size: 11px;
}

.largerImage a
{
	font-weight: normal;
	color: grey;
}

.tablePrice
{
  text-align: right;
}

.priceList
{
  
}

.title
{
  font-size: 24px;
}

.subtitle
{
  font-size: 14px;
  font-style: italic;
  color: #F00;
}

.bannerWidthLink a
{
  background-color: #35567f;
  text-align: center;
  border: 1px solid black;
  color: white;
  margin: 7px;
  padding: 5px;
  padding-left: 100px;
  padding-right: 100px;
}

.bannerWidthLink a:hover
{
  background-color: #999;
  border: 1px solid black;
  color: white;
}

