/*
*************************************************

file : screen.css
client : Bindoon Tractors
author : Karl Brightman
date created : 16th July 2007
the music: Original Cast Recording from Wicked Musical - Defying Gravity 
on this day : 622 – The epoch of the Islamic calendar occurred, marking the year that Muhammad began his Hijra from Mecca to Medina.

*************************************************
*/

/*-------------------------------------------
	Basic Selectors
-------------------------------------------*/
* { line-height: 2; margin: 0; padding: 0; }

body {
	background: #e5e0cb url(../images/core/bg.jpg) repeat-x 0 0;
	color: #6e6e6c;
	font: normal 62.5% Arial, Helvetica, sans-serif;
}

a img { border: 0; }
p { line-height: 1.8; margin-bottom: 1em; }
ul,ol,dl { margin-bottom: 1em; margin-left: 2em; }

#container {
	background: #fff;
	font-size: 1.2em;
	margin: 0 auto;
	width: 760px;
	height: auto;
	display: block;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*-------------------------------------------
	Header
-------------------------------------------*/
#header {
	background: #F5F1E0;
	color: #918B71;
	height: 90px;
	position: relative;
}

#header a {
	color: #cc3112;
	text-decoration: none;
	text-indent: -9999px;
}

#header #logo a {
	background: url(../images/core/logo.jpg) no-repeat 0 0;
	display: block;
	height: 78px;
	left: 12px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 4px;
	width: 344px;
}

#header #slogan { display: none; }

#header #call_now_email {
	display: block;
	font-size: .9em;
	position: absolute;
	right: 18px;
	text-align: right;
	top: 40px;
}

#header #call_now_email span { color: #CC3112; }
#header #call_now_email a {
	background: url(../images/core/icon-envelope.gif) no-repeat 10px 0;
	border-left: 1px dashed #cc3112;
	margin-left: 10px;
	padding-left: 30px;
}
#header #call_now_email a:hover { color: #000; }

/*-------------------------------------------
	Navigation
-------------------------------------------*/
#navigation {
	background: url(../images/core/navigation_bg.jpg) no-repeat 0 0;
	display: block;
	height: 36px;
	list-style: none;
	margin: 0;
	margin-bottom: 1em;
	padding: 0 6px;
}

#navigation li {
	background: url(../images/core/navigation_splitter.jpg) no-repeat right bottom;
	display: block;
	float: left;
	height: 30px;
	margin-top: 6px;
	padding-right: 1px;
}

#navigation li a {
	color: #fff;
	display: block;
	line-height: 1em;
	padding: 9px;
	text-decoration: none;	
}

#navigation li a:hover { background: url(../images/core/navigation_rollover.jpg) repeat-x 0 0; }
#navigation li.active a { background: #f6f2e1; color: #647945; }
#navigation li.active a:hover { background: #f6f2e1; color: #647945; }
#p-home #n-home a { background: #f6f2e1; color: #647945; }
#p-home #n-home a:hover { background: #f6f2e1; color: #647945; }
#p-trailers #n-trailers a { background: #f6f2e1; color: #647945; }
#p-trailers #n-trailers a:hover { background: #f6f2e1; color: #647945; }
#p-tractors #n-tractors a { background: #f6f2e1; color: #647945; }
#p-tractors #n-tractors a:hover { background: #f6f2e1; color: #647945; }
#p-implements #n-implements a { background: #f6f2e1; color: #647945; }
#p-implements #n-implements a:hover { background: #f6f2e1; color: #647945; }
#p-contact_us #n-contact_us a { background: #f6f2e1; color: #647945; }
#p-contact_us #n-contact_us a:hover { background: #f6f2e1; color: #647945; }

/*-------------------------------------------
	Banner
-------------------------------------------*/
#banner {
	background: url(../images/core/banner.jpg) no-repeat 0 0;
	height: 355px;
	margin: 0 auto 1em;
	width: 740px;
}

/*-------------------------------------------
	Content
-------------------------------------------*/
#content {
	margin: 0;
	padding: 0 20px;
	width: 720px;
	height: auto;
	float: left;
	display: block;
	clear: both;
}

#content h1, #content h2 {
	color: #d72906;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
}

#content h3 {
	color: #d72906;
	font-size: 1.1em;
}

#content h4 {
	color: #000;
	font-size: 1.1em;
}

#content img.float-left {float: left; margin-right: 10px;}
#content img.float-right {float: right; margin-left: 10px;}

#content a { color: #cc3112; text-decoration: none; }
#content a:hover { color: #000; text-decoration: underline; }

/*-------------------------------------------
	Affiliates
-------------------------------------------*/
#affiliates { margin: 0 auto 1em; text-align: center; width: 720px; clear: both; display: block;  }
#affiliates img { margin: 0 5px; }

/*-------------------------------------------
	Contact Details
-------------------------------------------*/
#contact_details {
	background: url(../images/core/contact_details_bg.jpg) no-repeat 0 0;
	border-top: 1px solid #e5e4cf;
	color: #9d9a8c;
	font-size: .9em;
	padding: 1em 0;
	text-align: center;
	display: block;
}

#contact_details p { margin-bottom: -.25em; }
#contact_details a { color: #d7593f; text-decoration: none; }
#contact_details a:hover { color: #000; }

#contact_details span { margin: 0 5px; }

/*-------------------------------------------
	Footer
-------------------------------------------*/
#footer {
	background: #e5e0cb url(../images/core/footer_bg.jpg) no-repeat 0 0;
	font-size: .9em;
	height: 60px;
	padding: 16px 20px;
	position: relative;
}

#footer p { margin: 0; }

#footer ul { list-style: none; margin: 0; margin-bottom: -.25em; padding: 0; }
#footer ul li { border-left: 1px solid #cc3112; display: inline; margin-right: 5px; padding-left: 8px; }
#footer ul li.first { border-left: 0; padding-left: 0; }

#footer a { color: #cc3112; text-decoration: none; }
#footer a:hover { color: #000; }

#site_created_by_webfirm {
	background: url('../images/webfirm.jpg') no-repeat 0 0;
	display: block;
	height: 37px;
	margin-top: 5px;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	top: 10px;
	width: 106px;
}

/*-------------------------------------------
	Tables
-------------------------------------------*/

th { border-bottom: 1px solid #515151; color: #515151; }
tr.alt td { background-color: #faf9f5; }

td { padding: 4px; text-align: center; }

td.redcell { color: #cc3112; }
td.important { background-color: #f4efdd; }
tr.alt td.important { background-color: #f1ecd7; }

table#size_combinations { margin-bottom: 1em; }

/*-------------------------------------------
	Product
-------------------------------------------*/

.product { margin-bottom: 1em; width: 720px; }
.product div.clear { clear: both; display: block; height: 0; }

.product h4 {
	border-bottom: 1px solid #515151;
	color: #515151 !important;
	padding: 3px 0;
	margin-bottom: .5em;
}

.product_content {
	float: left;
	width: 395px;
}

.product_image { float: right; padding: 20px 0; text-align: center; width: 325px;  }

.product_image table td {
	line-height: 1.5em;
}

.product_image table td img {
	padding: 0;
}

.product_image img { padding: 10px 0; }
.product_links {
	background: #FFFDF3;
	border-bottom: 1px solid #E5DAAC;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.product_links li { border-top: 1px solid #E5DAAC; padding: 2px 4px; }

.product_links .pdf_link { background: url(../images/icon-pdf.gif) no-repeat left center; padding: 4px 0 4px 20px; }
.product_links .email_link { background: url(../images/core/icon-envelope.gif) no-repeat left center; padding: 4px 0 4px 20px; }

p.price { color: #cc3112; font-size: 120%; font-weight: bold; }


/*
*************************************************
file : cmxform.css
use : Standard enquiry form stylesheet
author : Karl BRIGHTMAN
date created: 19th February 2007
*************************************************
*/

#enquiryform {
	border: 0;
	margin-bottom: 10px;
	padding: 0;
	width: 100%;
}

#enquiryform em {
	color: #ff0000;
}

#enquiryform fieldset {
	border: 0;
	display: block;
	height: auto;
}

#enquiryform fieldset ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#enquiryform fieldset ol li {
	padding: 10px;
}

#enquiryform fieldset ol li.alt {
	background: #f7f3d7;
}

#enquiryform label {
	display: inline-block;
	padding-top: 3px;
	vertical-align: top;
	width: 150px;
}

#enquiryform textarea, #enquiryform input {
	color: #555;
	font-size: 1em;
	padding: .25em;
	width: 180px;
}

#enquiryform textarea {
	font: 1em/1.2em "Arial", "Helvetica", sans-serif;
}
