html {
	margin: 0px;
	padding: 0px;
	background-color: #00131A;
	font-family: Arial, Verdana;
	font-size: 13px;
	color: #FFFFFF;
}

body {
	margin: 0px;
	padding: 0px;
}


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

a:hover {
	text-decoration: underline;
}

#page_container {
	width: 760px;
	margin: 0px auto 0px auto;
}

#left_nav {
	width: 195px;
	height: 620px;
	float: left;
	background-image: url(../images/nav_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#top_nav {
	margin: 121px 0px 0px 8px;
}

#btm_nav {
	margin: 120px 0px 0px 8px;
}

.spacer { clear: both; }

#credit {
	margin: 210px 0px 0px 8px;
	font-size: 10px;
}

#credit a {
	color: #FFFFFF;
	text-decoration: none;
}

#credit a:hover {
	text-decoration: underline;
}


#content_home {
	width: 549px;
	height: 620px;
	background-image: url(../images/home_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 180px;
	margin-left: 195px;
}

#content_home p {
	margin: 5px 400px 0px 16px;
}

#content_mot {
	width: 565px;
	height: 620px;
	background-image: url(../images/mot_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 135px;
	margin-left: 195px;
}

#content_mot p {
	margin: 5px 400px 0px 16px;
}


#content_tyres {
	width: 565px;
	height: 620px;
	background-image: url(../images/tyres_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 135px;
	margin-left: 195px;
}

#content_tyres p {
	margin: 5px 400px 0px 16px;
}

#content_repair {
	width: 565px;
	height: 620px;
	background-image: url(../images/repair_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 135px;
	margin-left: 195px;
}

#content_repair p {
	margin: 5px 400px 0px 16px;
}


#content_diagnostics {
	width: 549px;
	background-image: url(../images/p3_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 408px;
	margin-left: 195px;
}

#content_diagnostics p {
	margin: 5px 194px 0px 16px;
}

#content_contact {
	width: 565px;
	height: 620px;
	background-image: url(../images/contact_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 135px;
	margin-left: 195px;
}

#content_contact p {
	margin: 5px 400px 0px 16px;
}

#content_links {
	width: 565px;
	height: 620px;
	background-image: url(../images/links_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 135px;
	margin-left: 195px;
}

#content_links p {
	margin: 5px 400px 0px 16px;
}

#content_links h2 {
	margin: 20px 20px 0px 16px;
	font-weight: bold;
	font-size: 16px;
}


#print_footer { display: none; }

/*	FORM ELEMENTS
----------------------------*/
.field_text {
	border: 1px solid #333333;
	font-size: 12px;
	font-family: Arial, Verdana;
	color: #333333;
	width: 300px;
}

.field_textarea {
	border: 1px solid #333333;
	font-size: 12px;
	font-family: Arial, Verdana;
	color: #333333;
	width: 300px;
	height: 50px;
}

.field_button {
	border: 1px solid #333333;
	font-size: 12px;
	font-family: Arial, Verdana;
	color: #333333;
	background-color: #CCCCCC;	
}

.field_button_over {
	border: 1px solid #333333;
	font-size: 12px;
	font-family: Arial, Verdana;
	color: #FFFFFF;
	background-color: #5A5E59;	
	cursor: pointer;
}

label {
	font-style: italic;
	color: #333333;
}