a
	{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	}

a:hover
	{
	color: #CC0000;
	}
	
a:active, a:focus /* gets rid of dotted box aroundinks in Firefox */ 
	{
	outline: 0;
	}

.more a, .back a, .top a
	{
	background-repeat: no-repeat;
	padding-left: 16px;
	display: block;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	color: #FE1824;
	}

.more a:hover, .back a:hover, .top a:hover
	{
	color: #FFFFFF;
	
	}
	
.more a
	{
	background-image: url(../decoration/more.gif);
	}
	
.back a
	{
	background-image: url(../decoration/back.gif);
	}
	
.top a
	{
	background-image: url(../decoration/top.gif);
	}
	




.rollover1 a /* home rollover button in the nav-block */
	{
	background-image: url(../decoration/home-button.gif);
	background-repeat: no-repeat;
	width: 69px;
	left: 176px;
	top: 110px;
	height: 17px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	position: absolute;
	}

.rollover2 a /* showroom rollover button in the nav-block */
	{
	background-image: url(../decoration/showroom-button.gif);
	background-repeat: no-repeat;
	width: 111px;
	left: 130px;
	top: 127px;
	height: 17px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	position: absolute;
	}

.rollover3 a /* contact roller button in the nav-block */
	{
	background-image: url(../decoration/contact-button.gif);
	background-repeat: no-repeat;
	width: 85px;
	left: 147px;
	top: 144px;
	height: 17px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	position: absolute;
	}

.rollover4 a /* wheels roller button in the nav-block */
	{
	background-image: url(../decoration/wheels-button.gif);
	background-repeat: no-repeat;
	width: 180px;
	left: 44px;
	top: 161px;
	height: 17px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	position: absolute;
	}

.rollover5 a /* servicing roller button in the nav-block */
	{
	background-image: url(../decoration/servicing-button.gif);
	background-repeat: no-repeat;
	width: 100px;
	left: 108px;
	top: 178px;
	height: 17px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	position: absolute;
	}

.rollover6 a /* transport roller button in the nav-block */
	{
	background-image: url(../decoration/transport-button.gif);
	background-repeat: no-repeat;
	width: 100px;
	left: 92px;
	top: 195px;
	height: 17px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	position: absolute;
	}
 
.rollover7 a /* finance roller button in the nav-block */
	{
	background-image: url(../decoration/finance-button.gif);
	background-repeat: no-repeat;
	width: 81px;
	left: 91px;
	top: 212px;
	height: 17px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	position: absolute;
	}

.rollover8 a /* links roller button in the nav-block */
	{
	background-image: url(../decoration/links-button.gif);
	width: 59px;
	left: 82px;
	top: 229px;
	height: 17px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	position: absolute;
	}

.rollover1 a:hover /* home rollover button in the nav-block */
	{
	background-image: url(../decoration/home-button_g.gif);
	}

.rollover2 a:hover /* showroom rollover button in the nav-block */
	{
	background-image: url(../decoration/showroom-button_g.gif);
	}

.rollover3 a:hover /* contact roller button in the nav-block */
	{
	background-image: url(../decoration/contact-button_g.gif);
	}

.rollover4 a:hover /* wheels roller button in the nav-block */
	{
	background-image: url(../decoration/wheels-button_g.gif);
	}

.rollover5 a:hover /* servicing roller button in the nav-block */
	{
	background-image: url(../decoration/servicing-button_g.gif);
	}

.rollover6 a:hover /* transport roller button in the nav-block */
	{
	background-image: url(../decoration/transport-button_g.gif);
	}
 
.rollover7 a:hover /* finance roller button in the nav-block */
	{
	background-image: url(../decoration/finance-button_g.gif);
	}

.rollover8 a:hover /* links roller button in the nav-block */
	{
	background-image: url(../decoration/links-button_g.gif);
	}
	
#credits a
{
	font-weight: bold;
	color: #666666;
}

#credits a:hover
{
	color: #CC0000;
}
