﻿body
{
	background-color: #000000;
	font-family: Verdana;
	font-size: 12px;
	color: #C0C0C0;	
	text-align: center;
	min-width: 800px;
}

A
{
	color: #C0C0C0;
}

.DayGlo
{
	color: #F75F00;
}

#MainLayer
{
	width: 800px;
	height: 1000px;
	top: 0px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
}

#HeaderLayer
{
	background-position: center center;
	width: 800px;
	height: 228px;
	top: 25px;
	left: 0px;
	position: absolute;
	background-repeat: no-repeat;
}

#Overlay
{
	background-position: center center;
	width: 800px;
	height: 228px;
	top: 25px;
	left: 0px;
	position: absolute;
	background-image: url('/Images/overlay.png');
	background-repeat: no-repeat;
	z-index: 200;
}

#HomeLink
{
	background-position: center center;
	width: 160px;
	height: 25px;
	top: 203px;
	left: 0px;
	position: absolute;
	background-image: url('/Images/home.png');
	background-repeat: no-repeat;
}

#HomeLink:hover
{
	background-image: url('/Images/homeu.png');
	cursor: pointer;
}

#PorscheLink
{
	background-position: center center;
	width: 160px;
	height: 25px;
	top: 203px;
	left: 150px;
	position: absolute;
	background-image: url('/Images/porsche.png');
	background-repeat: no-repeat;
}

#PorscheLink:hover
{
	background-image: url('/Images/porscheu.png');
	cursor: pointer;
}

#DetailingLink
{
	background-position: center center;
	width: 160px;
	height: 25px;
	top: 203px;
	left: 320px;
	position: absolute;
	background-image: url('/Images/detailing.png');
	background-repeat: no-repeat;
}

#DetailingLink:hover
{
	background-image: url('/Images/detailingu.png');
	cursor: pointer;
}

#TrackLink
{
	background-position: center center;
	width: 160px;
	height: 25px;
	top: 203px;
	left: 480px;
	position: absolute;
	background-image: url('/Images/track.png');
	background-repeat: no-repeat;
}

#TrackLink:hover
{
	background-image: url('/Images/tracku.png');
	cursor: pointer;
}

#MapLink
{
	background-position: center center;
	width: 160px;
	height: 25px;
	top: 203px;
	left: 635px;
	position: absolute;
	background-image: url('/Images/findus.png');
	background-repeat: no-repeat;
}

#MapLink:hover
{
	background-image: url('/Images/findusu.png');
	cursor: pointer;
}

#BlogLink
{
	background-position: center center;
	width: 160px;
	height: 25px;
	top: 950px;
	left: 0px;
	position: absolute;
	background-image: url('/Images/blog.png');
	background-repeat: no-repeat;
	z-index: 102;
}

#BlogLink:hover
{
	background-image: url('/Images/blogu.png');
	cursor: pointer;
}

#ContactsLink
{
	background-position: center center;
	width: 160px;
	height: 25px;
	top: 950px;
	left: 160px;
	position: absolute;
	background-image: url('/Images/contacts.png');
	background-repeat: no-repeat;
	z-index: 102;
}

#ContactsLink:hover
{
	background-image: url('/Images/contactsu.png');
	cursor: pointer;
}

#KroLink
{
	background-position: center center;
	width: 50px;
	height: 45px;
	top: 930px;
	right: 0px;
	position: absolute;
	background-image: url('Images/kro.png');
	background-repeat: no-repeat;
	z-index: 102;	
}

#KroLink:hover
{
	background-image: url('/Images/krou.png');
	cursor: pointer;	
}


#MainContent
{	
	width: 500px;
	height: 650px;
	top: 270px;
	left: 0px;
	position: absolute;
	text-align: left;
}

#ContactDetails
{
	width: 230px;
	height: 210px;
	right: 0px;
	top: 270px;
	position: absolute;
}

#Logo
{
	background-image: url('/Images/logo.png');
	width: 235px;
	height: 44px;
	right: 0px;
	top: 270px;
	position: absolute;
}

#LatestNews
{
	/*border: thin double #F75F00;*/
	width: 235px;
	height: 250px;
	right: 0px;
	top: 600px;
	position: absolute;
}

#Facebook
{

	width: 235px;
	height: 250px;
	right: 0px;
	top: 600px;
	position: absolute;
}
#BookService
{
	border: thin double #F75F00;
	width: 235px;
	height: 250px;
	right: 0px;
	top: 330px;
	position: absolute;
}

#FooterLayer
{
	width: 800px;
	height: 25px;
	top: 950px;
	left: 0px;
	position: absolute;
	background-color: #F75F00;
	background-image: url('Images/dayglo.png');
	background-repeat: repeat;
}


#Address
{
	width: 800px;
	height: 50px;
	top: 975px;
	left: 0px;
	position: absolute;
	line-height: 50px;
}

.BoxText
{
	width: 205px;
	height: 170px;
	top: 10px;
	left: 10px;
	position: absolute;
	color: #FFFFFF;
	text-align: left;
}

.BoxText A
{
	color: #FFFFFF;
	text-decoration: none;
}

.BoxText A:Hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.BlogPostsLabel
{
	text-decoration: none;
}
