/*
*************************************************

file : screen.css
client : All 4x4 Services
author : Guy Lillico
date created : 4th January 2008

*************************************************
*/

/* layout styles */


* {
	padding: 0;
	margin: 0;
} /* this will reset all elements to margin/padding = 0 */

body {
	margin: 0;
	padding: 0;
	background: #9b8e83 url('../images/core/body-bg.gif') 0 0 no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a8a6a6;
}

body.home #main-content { background: url('../images/flash/home-bg.jpg') 0 0 no-repeat; height: 480px; }
body.profile #main-content { padding-bottom: 34px; height: auto; }
body.new-products #main-content { padding-bottom: 34px; }
body.services #main-content { padding-bottom: 34px; }
#services-images { padding-top: 30px; }
#services-images img  { padding: 5px 7px 5px 10px; }
body.request #main-content { height: 680px; }
body.contact #main-content { height: 580px; }

/* Added by Celine Chung 26/01/2008 */
body.privacy #main-content { padding-bottom: 34px; }
body.terms #main-content { padding-bottom: 34px; }
.clear { display: block; clear: both; }


#container {
	margin: 0 auto;
	top: 20px;
	position: relative;
	height: 100%;
	padding: 0;
	width: 960px;
	background: url('../images/core/container-bg.gif') 0 0 repeat-y;
}

#content {
	background: url('../images/core/content-bg.gif') repeat-y 0 0;
	margin-left: 10px;
	width: 951px;
	height: auto;
}

#content-left {
	float: left;
	width: 261px;
	background-color: #1d1919;
	padding-left: 20px;
	z-index: 400;
	height: auto;
}

#content-right {
	float: right;
	width: 658px;
	background-color: #ddd4ca;
	margin-right: 11px;
	z-index: 0;
	height: auto;
}

#google-map {
	position: absolute;
	left: 340px;
	top: 26px;
}

#header {
	margin: 0 auto;
	padding: 0 0px 0 0px;
	width: 941px;
	height: 127px;
	z-index: 200;
}

#header-phone { 
	margin-left: 40px; 
	font-size: 14px; 
	color: #FFFFFF; 
	z-index: 400; 
}

#header-phone h2 { 
	font-size: 12px;
	left: 350px; 
	top: 36px; 
	position: absolute; 
	font-weight:500; 
}

#header-search {
	left: 568px;
	position: absolute;
	top: 30px;
	height: 19px;
	width: 360px;
}

#header-search form {
	padding: 3px;
	height: 19px;
	width: 350px;
}

#minicart { 
	padding: 9px 0px 0 0px; 
	border-bottom: 1px solid #242121; 
	padding-bottom: 10px; 
	text-align: left; 
	height: 30px; 
}



#navigation {
	left: 350px;
	position: absolute;
	top: 90px;
}

#navigation ul { list-style-type: none; }

#navigation li { float: left; }

#navigation li.navigation_item a {
	display: block;
	float: left;
	height: 15px;
	overflow: hidden;
	text-indent: -9999px;
}

#navigation li.navigation_item a:hover { background-position: left bottom !important; }

#navigation li#ni-home a { background: url('../images/nav/btn-home.gif') no-repeat 0 0; width: 61px; }
#navigation li#ni-home a:hover { background: url('../images/nav/btn-home-r.gif') no-repeat 0 0; }

#navigation li#ni-profile a { background: url('../images/nav/btn-profile.gif') no-repeat 0 0; width: 79px; }
#navigation li#ni-profile a:hover { background: url('../images/nav/btn-profile-r.gif') no-repeat 0 0; }

#navigation li#ni-new-products a { background: url('../images/nav/btn-new-products.gif') no-repeat 0 0; width: 132px; }
#navigation li#ni-new-products a:hover { background: url('../images/nav/btn-new-products-r.gif') no-repeat 0 0; }

#navigation li#ni-services a { background: url('../images/nav/btn-services.gif') no-repeat 0 0; width: 90px; }
#navigation li#ni-services a:hover { background: url('../images/nav/btn-services-r.gif') no-repeat 0 0; }

#navigation li#ni-request-a-part a { background: url('../images/nav/btn-request-a-part.gif') no-repeat 0 0;	width: 140px; }
#navigation li#ni-request-a-part a:hover { background: url('../images/nav/btn-request-a-part-r.gif') no-repeat 0 0; }

#navigation li#ni-contact a { background: url('../images/nav/btn-contact.gif') no-repeat 0 0; width: 82px; }
#navigation li#ni-contact a:hover { background: url('../images/nav/btn-contact-r.gif') no-repeat 0 0; }

#popup {
	width: 500px;
	height: 450px;
	background: #000000;
	border: 1px solid #333333;
	padding: 5px;
}

#top-fix {
	background: url('../images/core/header-bg.gif') no-repeat 0 0;
	z-index: 300;
	width: 960px;
	height: 17px;
}

a#view-cart { 
	background: url('../images/core/view-cart.gif') 0 0 no-repeat; 
	text-indent: -9999px; 
	display: block; 
	margin-left: 167px; 
	top: 16px; 
	position: relative; 
	width: 66px; 
	height: 16px; 
}
 
a#view-cart:hover { background: url('../images/core/view-cart-r.gif') no-repeat; text-indent: -9999px; width: 66px; height: 16px; } 

#left-catalogue { padding: 29px 0 0 0; border-bottom: 1px solid #242121; padding-bottom: 10px; text-align: left; }
#left-catalogue h2 { background: url('../images/core/product-catalogue.gif') no-repeat 0 0; text-indent: -9999px; border-bottom: none; }

#left-info { padding: 29px 0 0 0; padding-bottom: 10px; text-align: left; }
#left-info h2 { background: url('../images/core/all-4x4-services.gif') no-repeat 0 0; text-indent: -9999px; height: 93px; }
#left-info span { color: #ffffff; }





.semi-transparent {
	top: 15px;
	left: 18px;
	position: relative;
	width: 600px;
	padding: 10px 10px 1px 10px;
	background: url('../images/core/alpha-bg.png');
	border: 1px solid #666666;
}

.semi-transparent ul {
	margin-left: 20px;
	list-style-type: circle;
	text-indent: 10px;
	color: #F8EAC0;
	margin-bottom: 1em;
}
.semi-transparent li {
	line-height: 17px;
}

.new-product, .product-listing {
	margin-top: 30px;
	margin-left: 20px;
	width: 160px;
	text-align: left;
}

.new-product { float: left; margin-bottom: 10px; }

.new-product h5, .new-product p { text-align: center; padding:0!important;  }
.product-listing h5 {text-align: center; padding:0!important;  }
.new-product h5, .product-listing h5 { font-size: 12px; color: #FBD295; padding:0!important;  }
.new-product a, .product-listing a { text-decoration: underline; padding:0!important;  }
.new-product img, .product-listing img { padding-bottom: 8px;  }
.product-list { width: 600px; }
.product-list li { list-style-type: none; width: 156px; }

.product-listing-image { height:132px; }

#cta {
	width: 100%;
	position: relative;
	top: 14px;
	left: 50px; 
}
#cta-logos { width: 250px; height: 95px; display: block; float: left; padding-right:20px; }
#cta ul { list-style-type: none; float: left; display: inline-block; }
#cta li { float: left; padding: 0 10px 0 10px; }

#cta li.cta-item a:hover { background-position: left bottom !important; }

#cta li.cta-item a {
	display: block;
	float: left;
	height: 95px;
	overflow: hidden;
	text-indent: -9999px;
}

#cta li#cta-servicing a { text-indent: -9999px; background: url('../images/core/cta-servicing.jpg') no-repeat 0 0; width: 140px; }
#cta li#cta-fitting a { text-indent: -9999px; background: url('../images/core/cta-fitting.jpg') no-repeat 0 0; width: 140px; }

#cta li#cta-servicing a:hover { background: url('../images/core/cta-servicing-r.jpg') no-repeat 0 0; }
#cta li#cta-fitting a:hover { background: url('../images/core/cta-fitting-r.jpg') no-repeat 0 0; }

#main-content { background: #4a3b1c url('../images/flash/inner-bg.gif');
				position: relative;
				top: 0px;
				color: #FFFFFF;
				height: auto;
}
				

#contact-sml { position: relative; top: 320px; left: 20px; width: 230px; }

#featured {
	top: 0px;
	position: relative;
	padding:0px;
	width: 658px;
	height: 125px;
	background: url('../images/core/featured-bg.gif') 0 0 repeat-y; 
}

#featured ul { list-style-type: none; position: relative; left: 0px; }
#featured ul li {
	float: left;
	width: 200px;
	height: 70px;
	padding: 30px 0px 0px 0px;
	margin-left: 19px;
	margin-top: 14px;
}
#featured ul li a {
	text-decoration: underline;
	padding: 0 0 0 0px;
	margin: 0; 
}

#flash {  
	width: 940px;
	height: 95px;
	display: block;
	clear: both;
	background: #1d1919;
}

.sprofile { border-bottom: 1px solid #333333; padding: 10px 0 20px 0; }
.sprofile img { padding: 10px 10px 10px 20px; }


#featured ul li.featured-item { height: 70px; padding: 0px 0 0 0px;}
#featured ul li.featured-item p { color: #d7d7d7; }
#featured ul li.featured-item p, #featured ul li.featured-item a { width: 60px; padding: 0 0 0 110px; }


/* product Detail */
#detail-thumb-container {float:left; width:200px; margin:30px 0 15px 0; text-align:center;}
#detail-content-container {float:left; width:385px; margin:30px 0 15px 10px;}
.price-large {font-size:15px; color:#FFFF66;}





#footer { padding: 35px 30px 10px 20px; width: 960px; background: #9b8e83 url('../images/core/bottom-fix.gif') no-repeat 0 0; color: #4c4240; text-align: center; }
#footer img { padding-left: 10px; padding-top: 7px; }
#footer a { color: #332d2b; text-decoration: none; padding: 0 2px 0 2px; }
#footer a:hover { color: #f2e1be; }

.clearfix:after {
    content: "."; 
    clear: both; 
    display: block; 
    height: 0; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

div#logo { background: #000000 url('../images/core/logo.gif') no-repeat 0 0; width: 281px; height: 151px; padding: 0; margin-left: 10px; position: absolute; left: 0px; top: 10px; z-index: 100; }
div#logo a { width: 281px; height: 151px; }

/* font styles */

h2 { font-size: 14px; }
h3 { font-size: 13px; padding-bottom: 6px; }
h4 { font-size: 12px; line-height: 15px; color: #C5A976; }
p { padding: 10px 26px 10px 2px; }
a { color: #d4bb86; text-decoration: none; }
a:hover { color: #ffffff; }

/* styles */

img {  border: none; }

form.cmxform {
	font-size: 1em;
	margin: 0;
	padding: 0;
	width: 100%;
}

form.cmxform textarea, form.cmxform input { padding: 2px; }

form.cmxform fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	margin-left: -30px;
}

form.cmxform fieldset legend { display: none; }
form.cmxform label {
	display: inline-block;
	line-height: 1.6;
	vertical-align: top;
}	

form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
}
	
form.cmxform fieldset li {
	list-style: none;
	padding: 1px;
	margin: 0;
}
	
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}
	
form.cmxform fieldset fieldset legend {
	display: block;
	font-weight: normal;
	padding: 0 0 5px;
}
	
form.cmxform fieldset fieldset label {
	display: inline-block;
	width: auto;
}

form.cmxform fieldset em {
	font-weight: bold;
	font-style: normal;
	color: #c31f68;
}

form.cmxform fieldset label { width: 140px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 143px; } /* Width plus 3 (html space) */
/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */

.input_submit { padding: 0px; }

input.go-btn {
	position: absolute;
	top: 4px;
	left: 290px;
	margin-left: 3px;
	width: 54px;
	height: 19px;
	background: #000 url('../images/core/btn-go.gif') no-repeat;
	outline: none;
}
input.go-btn:hover {
	background: #333 url('../images/core/btn-go.gif') no-repeat 0 -20px;
}

/* breadcrumbs */
h2#breadcrumbs { color:#C0C0C0; }
h2#breadcrumbs span { font-size:16px; color:#FFFFFF; }


div#content-home {
	width: 240px;
	height: 180px;
}

div#content-home ul {
	padding-left: 30px;
	margin-bottom: 15px;	
	list-style: disc;
}

div#content-home ul li {
	line-height: 1.5em;
}

div#scroll { 
	width: 240px; 
	padding: 0 10px 10px 0; 
	height: 180px; 
	overflow: auto; 
	overflow-x: hidden; 
}

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: #92857a;
}
.vscrollerbar {
width: 10px;
background-color: #b1a79e;
}
.hscrollerbase {
height: 10px;
background-color: #92857a;
}
.hscrollerbar {
height: 10px;
background-color: #b1a79e;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

/* google map */
#google-map small a { font-size: 120%; margin-top: .5em; color: #d4bb86 !important; text-decoration: none !important; }
#google-map small a:hover { color: #fff !important; }