/* Element Styles =========================================================== */
body {
	background:#000 url(../images/bkg_body.jpg) 50% 0 no-repeat;
	font:normal 100.1%/100.1% Arial, Helvetica, sans-serif;
	color:#fff;
}

a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#ff8000;
}

h1, h2, h3 {
	min-height:53px;
	margin:0;
	padding-left:45px;
	font-weight:bold;
	background:#333 url(../images/bkg_title.gif) 0 0 no-repeat;
}


/* Header =================================================================== */
.header-container {
	width:100%;
}

.header {
	width:1000px;
	min-height:50px;
	margin:0 auto;
	padding-bottom:9px;
	background:url(../images/bkg_orange-stripes.gif) 0 100% repeat-x;
}

.header img#logo {
	width:600px;
	height:30px;
	float:left;
}

.header table#contact {
	width:350px;
	height:50px;
	float:right;
}

.header table#contact a {
	font-weight:normal;
}

.header img#banner {
	width:998px;
	border:1px solid #ff8000;
}

/* Navigation =============================================================== */
.nav-container {
	width:100%
}

.nav {
	width:1000px;
	height:31px;
	margin:0 auto;
	padding:0;
	background:url(../images/bkg_nav.png) 0 0 repeat;
}

.nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

.nav li {
	display:inline;
	background:#fff;
}

.nav li a{
	display:block;
	height:16px;
	padding:6px 10px 9px;
	font-size:16px;
	line-height:16px;
	float:left;
}

.nav li a:hover {
	color:#fff;
	background:#ff8000;
}

/* Content ================================================================== */
.content-container {
	width:100%;
}

.content {
	width:1000px;
	margin:0px auto;
	padding:0.001em 0;
	background:url(../images/bkg_main.png);
}

.content:after {
	content:'.';
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
}

.content div {
	margin:10px;
	background:#666;
	padding-bottom:10px;
}

.content h1 {
	color:#ff8000;
	font-size:2em;
	line-height:1.5em;
}

.content h2 {
	color:#666;
	font-size:1.5em;
	line-height:2em;
}

.content p {
	padding:0 10px;
}

/* Footer =================================================================== */
.footer-container {
	width:100%;
	padding-bottom:20px;
}

.footer {
	width:1000px;
	margin:0 auto;
	padding-top:19px;
	background:url(../images/bkg_orange-stripes.gif) 0 0 repeat-x;
}

.footer:after {
	content:'.';
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
}


.footer h3 {
	min-height:30px;
	color:#666;
	font-size:1em;
	line-height:2em;
	background:url(../images/arrow.png) 10px 50% no-repeat;}

.footer p {
	padding:0 10px;
}

.footer .brands {
	width:625px;
	height:170px;
	padding:0 10px;
	background:url(../images/bkg_footer-block.gif) 0 0 repeat-x;
	float:right;
}

.footer .brands img {
	float:right;
	margin:2px;
}

.footer .brands h3 {
	margin-bottom:3px;
}

.footer .subscribe {
	width:325px;
	height:170px;
	margin-right:0;
	background:url(../images/bkg_footer-block.gif) 0 0 repeat-x;
	float:left;
}

.footer .webdesign {
	clear:both;
	text-align:center;
	padding-top:15px;
}

/* Home Page ================================================================ */
#home .content .welcome {
	width:580px;
	float:left;
}

#home .footer .news {
	width:325px;
	height:170px;
	margin-right:0;
	background:url(../images/bkg_footer-block.gif) 0 0 repeat-x;
	float:left;
}

/* About Us Page ============================================================ */
/* Tyres Page =============================================================== */
#tyres .content .tyre-info {
	width:580px;
	float:left;
}
#tyre-select {
	width:350px;
	height:200px;
	padding:0;
	margin:0;
	background:url(../images/tyre.png) 0 0 no-repeat;
}
/* Brakes Page ============================================================== */
/* Service Page ============================================================= */
/* Tracking Page ============================================================ */
/* MOTs Page ================================================================ */
/* Contact Us Page ========================================================== */
#contactus div#map div {
	margin:0;
	background:none;
	padding-bottom:0;
}

#contactus .content .contact {
	width:480px;
	float:left;
}

#contactus .content .details {
	width:480px;
	float:right;
}

#contactus .content .details table th {
	vertical-align:top;
}

#contactus .content .details table a {
	font-weight:normal;
}

/* Newsletter Form ========================================================== */
form#subscribe div.errors ul {
	list-style:none;
}

/* Contact Us Form ========================================================== */
form#contact {
	width:350px;
	margin:0 auto;
	padding:10px 0 0;
}

form#contact div.form-row {
	height:30px;
	width:350px;
	margin:0 auto;
	background:none;
}

form#contact label {
	padding-right:10px;
}

form#contact input {
	width:180px;
	float:right;
}
form#contact select {
	width:185px;
	float:right;
}
form#contact textarea {
	width:180px;
	float:right;
}

form#contact input#submit {
	display:block;
	width:100px;
	float:none;
	margin:0 auto;
}

form#contact span.required {
	color:#f00;
}


/* Tyre Calculator Form ===================================================== */
.content .tyres {
	width:380px;
	float:right;
}

form#tyres {
	width:300px;
	margin:0 auto;
	padding:10px 0 0;
	border:3px double #ff8000;
	background:#999;
}
form#tyres div.form-row {
	height:30px;
	width:250px;
	margin:0 auto;
	background:none;
}
form#tyres label {
	padding-right:10px;
}

form#tyres input {
	width:120px;
	float:right;
}
form#tyres select {
	width:125px;
	float:right;
}

form#tyres input#submit {
	display:block;
	width:100px;
	float:none;
	margin:0 auto;
}

form#tyres span.required {
	color:#f00;
}
