body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	color: #555454;
	text-align:justify;
	margin-left: 5px;
	margin-right: 5px;
	background-color:#FFFFFF;
	
}
form {padding:0px; margin:0px;}

a {
	color:#555454;
	text-decoration:underline;
}	
a:hover {
	color: #001083;
	text-decoration:underline;
}
/*Main site*/

.navtext {
	color:#FFEA00;
	font-size:110%;
	padding-left:40px;
}
.navtext a {
	color:#FFEA00;
	text-decoration:none;
}
.navtext a:hover {
	color:#FFEA00;
	text-decoration:underline;
}
.headerHomepage {
	height:216px;
	background-image:url(../images/homepage/header_homepage.jpg);
	background-repeat:no-repeat;
}
.headerServices {
	height:216px;
	background-image:url(../images/whatwedo/header_whatWeDo.jpg);
	background-repeat:no-repeat;
}
.headerMOT {
	height:216px;
	background-image:url(../images/motreminder/header_motReminder.jpg);
	background-repeat:no-repeat;
}
.headerMyAccount {
	height:216px;
	background-image:url(../images/myaccount/header_myAccount.jpg);
	background-repeat:no-repeat;
}
.headerContact {
	height:216px;
	background-image:url(../images/contactus/header_contactUs.jpg);
	background-repeat:no-repeat;
}
.headerWheel {
	height:216px;
	background-image:url(../images/wheel/banner_wheel.jpg);
	background-repeat:no-repeat;
}
.baseServices {
	height:125px;
	background-image:url(../images/whatwedo/imageTyresBodywork.gif);
	background-repeat:no-repeat;
}
.footer {
	padding-right:10px;
	height:18px;
	background-color:#CECECE;
	font-size:90%;
	color: #454547;
	text-align:center;
}
.footer a {
	color: #454547;
	font-size:110%;
	text-decoration:none;
}
.footer a:hover {
	color: #454547;
	font-size:110%;
	text-decoration:underline;
}
.menubar {
	padding-right:10px;
	height:18px;
	color: #454547;
	text-align:right;
}
.menubar a {
	color: #454547;
	font-size:150%;
	text-decoration:none;
}
.menubar a:hover {
	color: #454547;
	font-size:150%;
	text-decoration:underline;
}

.maintextarea {
	padding: 0px 25px 0px 26px;	
}
.servicesTextArea {
	text-align:left;
}
.servicesTextArea ul {
	padding: 5px;
	margin-left: 10px;
	margin-top:0px;
	list-style-type: disc;

	
}
.servicesTextArea li {
	margin-top: 0px; 
	margin-bottom: 5px;
	margin-right: -6px;
	
	
}
.formStyle {
	background-color:#EFEFEF;
}
.formStyle td {
	padding:4px 0px 2px 10px;
}
.formtext {
	padding:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	color: #555454;
	text-align:left;
}
.errortext {
	color:#FF3300;
}






