@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #dcdcd1;
	background-image: url(images/fade_top.png);
	background-repeat: repeat-x;

}

a {
	color: #635d54;
	text-decoration:none;}
	
#container  {
	width: 840px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	font-size: 0.7em;
} 
#stamp  {
	position: absolute;
	left: -125px;
	top: -1px;
	z-index: -100;
}
#speedo  {
	position: absolute;
	left: 675px;
	top: 0px;
	z-index: -100;
}
#plates {
	position: absolute;
	left: 175px;
	top: 290px;
	z-index: 1000;
}
#car {
	position: absolute;
	left: 5px;
	top: 425px;
	z-index: 8;
}
#facebook {
	position: absolute;
	left: -53px;
	top: 500px;
	z-index: 7;
}






#header  {
	height: 185px;
	position: relative;
} 

#content  {
	background-color: #FFF;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#slideshow {
	height: 125px;
	background-color: #CCC;
}

#menu {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	height: auto;
	background-color: #dcdcd1;
	position: relative;
}

.redtext {
	color: #920000;
}
.linkpage {
	color: #920000;
}



#menu ul {
	padding:0;
	margin:0;
	list-style:none;}

#menu li a:link, #menu li a:visited {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dcdcd1;
	background-color: #71716c;
	color: #dcdcd1;
	padding-left: 10px;
	display:block;
	text-decoration:none;
	}
	
	
#menu li a:hover{background-color:#b30101;}

a img { border:0 }
img { border:0 }

#mainContent {
	padding-left: 90px;
	padding-right: 40px;
	padding-top: 60px;
	padding-bottom: 20px;
	text-align: left;
	color: #635d54;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	position: relative;
	width: 560px;
	float: right;
	background-color: #FFF;
	min-height: 550px;
}


#footer {
	background-color: #dcdcd1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#menu ul .bluehover li a:hover{
	background-image: url(images/menuhoverblue.jpg);
	background-repeat: repeat;
	}
#clockwise {
	margin-top: 0px;
	text-align: center;
	font-size: 0.8em;
	text-decoration: none;
	margin-bottom: -20px;
	padding-top: 10px;
	padding-left: 125px;
}

