/*------------------------------------------------------------------

project:	Central 4WD
date created:	21st April 2009
author:	Paul Crawford

-------------------------------------------------------------------*/

@import url("baseforms.css");

/*-------------------------------*/
/* Reset
/*-------------------------------*/
*, html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


/*-------------------------------------------    
    Basic Selectors
-------------------------------------------*/
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background: #263852 url('../images/core/bg.jpg') top center no-repeat;
	color: #3a3a3a;
}

a { color: #db0b0b; text-decoration: none; }
a:hover, a:focus { color: #1b3864; text-decoration: underline; }
span.mailto { color: #ffffff; }  
a.mailto { color: #ffffff; text-decoration: none;  }  
a.mailto:hover { color: #ba07ee; text-decoration: underline; }  

h1 { font-size: 2.4em; color: #3a3a3a; border-bottom: 3px solid #db0b0b; }
h2 { font-size: 1.6em; color: #1b3864; }
h3 { font-size: 1.4em; color: #db0b0b; }
h4 { font-size: 1.2em; color: #7d7d7d; }
h5 { font-size: 1em; color: #9d9d9d; }

h1, h2, h3, h4, h5 { margin-bottom: 0.6em; }
p { margin-bottom: 1.35em; }
p, ul, ol, dd { font-size: 1.1em; line-height: 1.8em; }
ul, ul.list li { list-style-type: square; margin-left: 30px; }
ul.list li{display:list-item!important; clear:none!important;}
ul.list{margin:0 0 0 15px!important;}

dl {}
dt { font-size: 1.1em; color: #5573a1; }
dd { margin-bottom: 0.3em; }

img.left {
	float: left;
	margin: 0 1.5em 1.5em 0;
	border: 0;
	clear: left;
}

img.right {
	float: right;
	margin: 0 0 1.5em 1.5em;
	border: 0;
	clear: right;
}

hr {
	border: 0;
	border-bottom: 1px solid #d9d9d9;
	height: 1%;
	margin: 15px 0;
	^margin: 0 0 10px 0; /* IE 7 */
}


/*-------------------------------*/
/* Container
/*-------------------------------*/
#container {
	width: 960px; height: auto;
	margin: 0 auto;
	background-color: #ffffff;
}


/*-------------------------------*/
/* Header
/*-------------------------------*/
#header-container {
	height: 365px;
}

#header {
	height: 110px;
	position: relative;
}

#header h1 {
	background: url('../images/core/logo-welshpool.jpg') no-repeat;
	width: 250px;	height: 67px;
	text-indent: -9999px;
	position: absolute;
	top: 15px; left: 17px;
	border: 0;
}

#header h2 {
	background: url('../images/core/logo-arb.jpg') no-repeat;
	width: 118px;	height: 62px;
	text-indent: -9999px;
	position: absolute;
	top: 25px; left: 321px;
}

#header h3 {
	background: url('../images/core/phone_us.jpg') no-repeat;
	width: 273px; height: 19px;
	text-indent: -9999px;
	position: absolute;
	top: 63px; right: 23px; 
}

/* --- affiliate logo --- */
#affiliate-logo {
	height: 52px;
	background-color: #f1eff0;
}

#affiliate-logo ul {
	list-style-type: none;
	margin: 0;
	display: inline;
}

#affiliate-logo ul li {
	float: left;
	height: 35px;
	padding: 6px 0 5px 20px;
}

/* --- banner --- */
#banner {
	height: 175px;
	display: block;
}

body#home #banner,
body#arb #banner,
body#bushranger #banner,
body#roof #banner,
body#suspension #banner,
body#other #banner,
body#contact #banner { background: url('../images/core/banner-home.jpg') no-repeat; }

/* --- nav ---- */
div#nav {
	height: 33px;
	background-color: #1b3864;
}

div#nav ul { 	
	list-style-type: none;
	margin: 0 0 0 20px;
}

div#nav ul li {
	display: block;
	float: left;
}

div#nav ul li a {
	float: left;
	overflow: hidden;
	height: 33px;
	text-indent: -9999px;
}

div#nav ul li a.home {
	width: 59px;
	background: url('../images/nav/nav-home.gif') 0 0 no-repeat;
}

div#nav ul li a.arb {
	width: 51px;
	background: url('../images/nav/nav-arb.gif') 0 0 no-repeat;
}

div#nav ul li a.bushranger {
	width: 94px;
	background: url('../images/nav/nav-bushranger.gif') 0 0 no-repeat;
}

div#nav ul li a.roof {
	width: 92px;
	background: url('../images/nav/nav-roof.gif') 0 0 no-repeat;
}

div#nav ul li a.suspension {
	width: 94px;
	background: url('../images/nav/nav-suspension.gif') 0 0 no-repeat;
}

div#nav ul li a.other {
	width: 114px;
	background: url('../images/nav/nav-other.gif') 0 0 no-repeat;
}

div#nav ul li a.contact {
	width: 89px;
	background: url('../images/nav/nav-contact.gif') 0 0 no-repeat;
}


/* -- Rollover -- */
div#nav ul li a:hover.home,
div#nav ul li a:hover.arb,
div#nav ul li a:hover.bushranger,
div#nav ul li a:hover.roof,
div#nav ul li a:hover.suspension,
div#nav ul li a:hover.other,
div#nav ul li a:hover.contact {
	background-position: 0 -33px !important;
}

/* -- Active -- */
div#nav li a:hover.home, 
body#home div#nav li a.home,
body#arb div#nav li a.arb,
body#bushranger div#nav li a.bushranger,
body#roof div#nav li a.roof,
body#suspension div#nav li a.suspension,
body#other div#nav li a.other,
body#contact div#nav li a.contact {
	background-position: 0 -33px !important;
}


/*-------------------------------*/
/* Content
/*-------------------------------*/
#content-container {
	padding: 25px 26px 25px 17px;
	^margin: 0 0 25px 0; /*IE 6/7 fixed */
	display: block; 
	height: auto;
}

#content-container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* --- content --- */
#content {
	width: 690px;
	float: left;
}

.blue {
	padding: 10px;
	background-color: #e5e5e5;
}

/* section */
#section {}

#section ul {
	list-style-type: none;
	margin: 0;
}

#section ul li { 
	margin-bottom: 1em;
	width: 100%; height: 100% !important;
	display: inline-block;
	clear: both;
}

#section ul li ul.sub li { 
	border-bottom:1px solid #cccccc;
}

.image {
	width: 150px;
	min-height: 160px;
	float: left;
	margin-right: 2.5em;
}

.extra-length{
	margin-bottom:20px;
}

.top {
	width: 100%; height: 20px; 
	float: right;
	text-align: right;
	display: block;
}

/* --- right call to action --- */
#right-cta {
	width: 203px;
	float: left;
	margin: 21px 0 0 24px;
}

#product-range,
#more-info { margin-bottom: 10px; }

/* --- product range --- */
#product-range a {
	width: 203px; height: 114px;
	display: block;
	background: url('../images/core/product_range.gif') 0 0 no-repeat;
	text-indent: -9999px;
}

#product-range a:hover {
	background-position: 0 -114px;
}

/* --- more info --- */
#more-info a {
	width: 203px; height: 193px;
	display: block;
	background: url('../images/core/more_info.gif') 0 0 no-repeat;
	text-indent: -9999px;
}

#more-info a:hover {
	background-position: 0 -193px;
}

/* --- contact --- */
#address-box { 
	height: 340px;
	display: display;
}

#address {
	width: 300px;
	float: left;
}

#map {
	width: 300px;
	float: left;
}

/* --- enquiry form --- */
#enquiry-container {
	width: 100%;
}


/*-------------------------------*/
/* Footer
/*-------------------------------*/
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 939px; height: 8px;
	background-color: #1b3864;
	color: #ffffff;
	padding: 20px 0 19px 21px;
	display: block;
	position: relative;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
	padding-right: 17px;
}

#footer a:hover {
	color: #afc2de;
	text-decoration: underline;
}

#wflogo {
	width: 70px; height: 17px;
	position: absolute;
	top: 13px; right: 24px;
}




