﻿*
{
	margin: 0px;
	padding: 0px;
}
html
{
	width: 100%;
	height: 100%;
}
body
{
	background-color: #838989;
	font-family: Arial, Verdana;
	font-size: 10pt;
	color: White;
	width: 100%;
	height: 100%;
}
#header { width: 800px; height: 0px; margin: 0px auto; text-align: center;}
	#header h1 { margin: 0 auto; padding: 0; display: block; width: 800px; height: 100px; text-indent: -9999px;}
	#header h1 a { margin: 0; padding: 0; display: block; width: 100%; height: 100%; outline: none; }
.tidyUp
{
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.repeatBG
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 700px;
	overflow: hidden;
	background-image: url(../images/repeatbg.jpg);
	background-repeat: repeat-x;
	z-index: 1;
}
.wrapper
{
	position: absolute; 
	left: 50%; 
	margin-left: -445px; 
	width: 891px;
	height: 610px; 
	background-image: url(../images/mainbg.jpg);
	background-repeat: no-repeat;
	z-index: 2;
	overflow: hidden; 
}
.builtBy
{
	position: absolute;
	bottom: 76px;
	right: 50px;
}
.logos
{
	position: absolute;
	top: 175px;
	left: 450px;
}
.phone
{
	font-size: 160%;
	font-weight: bold;
	position: absolute;
	top: 190px;
	left: 270px;
}
.homePage
{
	font-size: 120%;
	font-weight: bold;
	position: absolute;
	top: 125px;
	left: 90px;
	color: Yellow;
}
.enquiryForm
{
	font-size: 120%;
	font-weight: bold;
	position: absolute;
	top: 125px;
	left: 235px;
}
.terms
{
	font-size: 120%;
	font-weight: bold;
	position: absolute;
	top: 125px;
	left: 385px;
}
a:link
{
	text-decoration: none;
	color: White;
}
a:visited
{
	text-decoration: none;
	color: White;
}
a:hover
{
	text-decoration: none;
	color: Yellow;
}
.page
{
	position: absolute;
	top: 245px;
	left: 220px;
	width: 430px;
	height: 240px;
	z-index: 3;
}
.classic
{
	position: absolute;
	top: 245px;
	right: 60px;
}
.fast
{
	position: absolute;
	top: 375px;
	right: 60px;
}
.ebay
{
	position: absolute;
	top: 425px;
	left: 280px;
}
.brakes
{
	position: absolute;
	top: 385px;
	left: 480px;
}
p
{
	margin: 10px 0 10px 0;
}
label
{
	font-size:90%;
	font-weight:bold;
	display: -moz-inline-box;
	display: inline-block;	
	white-space: normal;
	vertical-align:top;
	margin: 5px 10px 5px 0px;
}
input
{
	display: -moz-inline-box;
	display: inline-block;	
	white-space: nowrap;
}
.biggerText
{
	font-weight: bold;
	font-size: 110%;
}
.formLabel
{
                font-size:90%;
                color: red;
                display: -moz-inline-block;
                display: inline-block;
                float: left;
                min-width:120px;
                max-width:250px;
                width: 320px;
                text-align:right;

                line-height: 13px;
                vertical-align: top;
                margin: 5px 10px 5px 0px;
padding:2px;
margin:0px;
}
.footer
{
	position: absolute;
	bottom: -255px;
	left: 249px;
	width: 880px;
	height: 40px;
	z-index: 4;
}
