/******************************************************
 * We Buy OTR Tyres
 *
 * (c) Copyright 2005, ADGTech
 * Author: FreckleCreative.com.au
-*****************************************************/

body {
	color: #737373;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0.8em;
	font-family: arial, verdana, sans-serif;
	background-repeat: repeat-x;
	background-position: top left;
	background-color: white;
	background-image: url(http://webuyotrtyres.com/site/images/body_content_bg.gif);
}
a { 
	color: #556FDE;
	text-decoration: none;
}
a:hover { text-decoration: underline; }

body#home {
	background-image: url(http://webuyotrtyres.com/site/images/body_bg.gif);
}
body #accessibility {
	display: none;
}
body #containerbox {
	display: block;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 75px;
	background-image: url(http://webuyotrtyres.com/site/images/container_content_bg.jpg);
}
body#home #containerbox {
	background-image: url(http://webuyotrtyres.com/site/images/containerbox_bg.jpg);
}
body #container {
	margin: auto auto;
	width: 753px;
	height: 340px;
	min-height: 340px;
	text-align: left;
}
body #container #header {
	display: block;
	width: 743px;
	height: 179px;
	margin: 0 5px;
	background-position: 100% 75px;
	background-repeat: no-repeat;
	background-image: url(http://webuyotrtyres.com/site/images/)
}
body#home #container #header {
	height: 340px;
	background-image: url(http://webuyotrtyres.com/site/images/header_bg.gif);
}
body #container #header h1 {
	float: left;
	margin: 0;
	padding: 0;
	width: 214px;
	height: 75px;
	font-size: 0%;
	text-indent: -3000px;
	background: #25100A url(http://webuyotrtyres.com/site/images/header_h1.gif) no-repeat;
}
/*** NAV **********************************************/
body ul#nav {
	margin: 0;
	padding: 0;
	display: inline;
	height: 75px;
	width: 529px;
	overflow: hidden;
	list-style: none;
}
body ul#nav li {
	float: left;
	width: 101px;
	height: 75px;
}
body ul#nav li a,
body ul#nav li a {
	color: white;
	float: left;
	width: 101px;
	height: 37px;
	font-size: 12px;
	padding-top: 38px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background-color: transparent;
	background-image: url(http://webuyotrtyres.com/site/images/nav_li_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 -75px;
}
body ul#nav li a span {
	display: block;
	font-weight: bold;
}
body ul#nav li a:hover {
	background-position: top left;
}
/**** NAV SELECTORS ***********************************/
body#home #m-home a,
body#offer #m-offer a,
body#contact #m-contact a,
body#profile #m-profile a {
	background-position: top left;
}

/**** CONTENT *****************************************/
body #content {
	clear: both;
	float: left;
	width: 753px;
	padding-top: 43px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	background-image: url(http://webuyotrtyres.com/site/images/content_bg.gif);
}
body#home #content {
	background-image: url(http://webuyotrtyres.com/site/images/content_home_bg.gif);
}
body #contenttext {
	margin: 0 15px;
	line-height: 120%;
	text-align: justify;
	font-family: "Lucida Grande", verdana, helvetica, sans-serif;
}

body#home #contenttext p {
	width: 385px;
}
body #contenttext h2 {
	margin-bottom: 22px !important;
}
body #contenttext h3 {
	margin: 0;
	padding: 0;
	color: #5A2817;
	font-size: 1.1em;
	font-weight: bold;
}
body#profile #contenttext {
	width: 530px;
	padding-right: 193px;
	height: 270px;
	min-height: 270px;
	background-position: top left;
	background: url(http://webuyotrtyres.com/site/images/profile_contenttext_bg.jpg) 100% 45px no-repeat; 
}
html>body#profile #contenttext {
	height: auto;
}
body #content h2 {
	display: block;
	width: 348px;
	height: 42px;
	margin: 0;
	padding: 0;
	text-indent: -3000px;
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
}
body#home #content h2 {
	background-image: url(http://webuyotrtyres.com/site/images/home_h2.jpg);
}
body#profile #content h2 {
	background-image: url(http://webuyotrtyres.com/site/images/profile_h2.jpg);
	background-position: 0 3px;
}

body#offer #content h2 {
	background-image: url(http://webuyotrtyres.com/site/images/offer_tyres.jpg);
}
body#contact #content h2 {
	background-image: url(http://webuyotrtyres.com/site/images/contact-us.gif);
}
body#sitemap #content h2 {
	background-image: url(http://webuyotrtyres.com/site/images/sitemap.gif);
}

/**** FOOTER ******************************************/
body #footer {
	clear: both;
	color: #8c8c8c;
	margin: 0 5px;
	font-size: 0.8em;
}
body #footer span {
	margin: 0 10px;
}
body #footer a, body #footer a:visited {
	color: #6c6c6c;
	text-decoration: none;
	padding: 0 10px;
}
body #footer a:hover {
	color: #1C56FA;
	text-decoration: underline;
}
body #footer hr {
	font-size: 0%;
	line-height: 0%;
	margin: 0;
	padding: 0;
	border: 1px solid white;
	border-bottom: 1px solid #dcdcdc;
}
html>body #footer hr {
	margin: 5px 0;
}
body #footer span.validate {
	color: white;
}
body #footer span.validate a {
	padding: 0 5px;
}
body #footer span.validate a:hover {
	text-decoration: none;
}

/*** SITEMAP PAGE ***************************************/
#sitemaplist {
	list-style: none;
	list-style-image: url(http://webuyotrtyres.com/site/images/);
}

/*** FORM STUFF *****************************************/
label {
	clear: both;
	float: left;
	width: 150px;
	margin-left: 15px;
}
label span {
	display: block;
	color: #9c9c9c;
	font-size: 0.8em;
	font-style: italic;
}
input.required, input.box {
	width: 240px;
	height: 23px;
	padding: 1px 2px;
}
html>body input.required, html>body input.box {
	background-attachment: scroll;
}
input.box, span.box, select {
	width: 162px;
}
input.box {
}

/*** VALIDATION IMAGES **********************************/
.frecklesite, .css, .xhtml {
	text-indent: -3000px;
	float: left;
	display: block;
	background-image: url(http://webuyotrtyres.com/site/images/freckle.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 79px;
	padding: 0 5px 0 0 !important;
	margin: 0;
}
.frecklesite { width: 89px; }
.css { background-image: url(http://webuyotrtyres.com/site/images/css.gif); }
.xhtml { background-image: url(http://webuyotrtyres.com/site/images/xhtml.gif); margin-left: 5px; }
.hide { display: none; }
.firstline { color: #4c4c4c; }
.contactbox {
	display: block;
	float: left;
	width: 345px;
	margin-left: 10px;
	margin-top: 20px;
}
.contactbox h3 {
	width: 100%;
	border-bottom: 1px solid #8A6053;
}
#status, .error {
	color: red;
}
a.otrsell, a.otrsell:visited {
	float: right;
	width: 278px;
	height: 283px;
	text-decoration: none !important;
	text-indent: -3000px;
	background: url(http://webuyotrtyres.com/site/images/buyOTR_button.jpg) top left no-repeat;
	margin: 12px 15px 0 0;
}
a.otrsell:hover {
	text-decoration: none !important;
}

