
@import url("nav.css");
@import url("cmxform.css");


/*-----------------------
Colours - Classic Trees

Dark Grey = #21282e

----------------------*/


* {
	padding: 0;
	margin: 0;
} /* this will reset all elements to margin/padding = 0 */


/*-----------------------
Body
----------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #75a137 url('../images/core/bg.gif') top center repeat-x;
}


/*-----------------------
Container Header
----------------------*/
div#container-header {
	width: 970px;
	height: 123px;
	margin: 0 auto;
	background: url('../images/core/bg-container-header.jpg') top center repeat-y;
}

/* ---- Header ----- */
div.header {
	width: 930px;
	height: 78px;
	margin-left: 5px;
	padding: 45px 5px 0 25px;
	background: url('../images/core/bg-header.gif') 0 0 repeat-x;
	position: relative;
}

/* ---- Logo ----- */
div.header-logo {
	width: 341px;
	height: 50px;
	float: left;
}

div.header-logo img {
	border: 0;
}

div.cta {
	width: 569px;
	height: 68px;
	float: left;
	padding-left: 20px;
}

div.cta-phone h2 {
	width: 187px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: url('../images/core/cta-phone.gif') 0 0 no-repeat;
	float: left;
	padding-right: 200px;
}

div.cta-mobile h2 {
	width: 176px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: url('../images/core/cta-mobile.gif') 0 0 no-repeat;
	float: left;
	padding-right: 11px;
}

div.cta-delivery h2 a {
	width: 94px;
	height: 68px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: url('../images/core/button-delivery.gif') 0 0 no-repeat;
	position: absolute;
	top: 35px;
	right: 210px;
}

div.cta-email h2 a {
	width: 79px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: url('../images/core/cta-email.gif') 0 0 no-repeat;
	float: left;
}

div.cta-email h2 a:hover {
	background: url('../images/core/cta-email-on.gif') 0 0 no-repeat;
}

div.cta-qas {
	width: 70px;
	height: 107px;
	display: block;
	background: url('../images/core/cta-qas.gif') 0 0 no-repeat;
	float: right;
	margin: -38px 0 -26px 0;
	padding-left: 10px;
	position: relative;
	z-index: 10;
}

/*-----------------------
Container Content
----------------------*/
div#container-content-bg {
	background: url('../images/core/bg-container-content-y.jpg') top center repeat-y;
	margin: 0 auto;
}

div#container-content {
	background: url('../images/core/bg-container-content.jpg') top center no-repeat;
}

/* ---- Content ----- */
div.content {
	width: 965px;
	margin: 0 auto;
	padding-left: 5px;
	padding-bottom: 5px;
	background: url('../images/core/bg-container-footer.jpg') bottom center no-repeat;
}

div.content:after {
	content: "."; 
	clear: both; 
	display: block; 
	height: 0; 
	visibility: hidden;
}

/* ---- Nav (See nav.css) ----- */

div.content-left {
	width: 410px;
	height: 617px;
	float: left;
}

div.content-left-inner {
	width: 293px;
	float: left;
}

div.content-middle {
	width: 480px;
	float: left;
	padding: 30px 30px 0 30px;
}

div.content-middle-inner {
	width: 595px;
	float: left;
	padding: 30px 40px 10px 323px;
	background: url('../images/core/image-left.jpg') repeat-y 0 0;
}

#contact-thankyou div.content-middle-inner {
	width: 580px;
	float: left;
	padding: 30px 40px 10px 40px;
	background:none;
}

div.content-right {
	width: 110px;
	float: right;
}

/* ---- Left Images ----- */
body#profile div.content-middle-inner {
	background-position: 0 0;
}

body#services div.content-middle-inner {
	background-position: 0 -617px !important;
}

body#tools div.content-middle-inner {
	background-position: 0 -1234px !important;
}

body#contact div.content-middle-inner {
	background-position: 0 -1851px !important;
}


/*-----------------------
Standard
----------------------*/
div.standard {
	font-size: 1.1em;
	color: #21282e;
}

div.standard img.left {
	float: left;
	margin: 20px 20px 20px 0;
	border: 0;
}

div.standard img.right {
	float: right;
	margin: 0 0 10px 10px;
	border: 0;
	clear:both;
	display:block;
}

div.standard img.right-contact {
	float: right;
	margin: 0 50px 20px 20px;
	border: 0;
}

div.standard ul {
	margin-left: 30px;
	margin-bottom: 20px;
	list-style-type: disc;
}

div.standard ul.left-col {
	padding: 0 30px 0 30px;
	margin-bottom: 20px;
	float: left;
}

div.standard ul.right-col {
	padding-left: 30px;
	margin-bottom: 20px;
	float: left;
}

div.standard ul li {
	line-height: 1.7em;
}

div.standard ol {
	padding-left: 30px;
	margin-bottom: 20px;
}

div.standard ol li {
	margin-left: 20px;
	line-height: 1.5em;
}

div.standard h1 {
	font-size: 2em;
	font-weight: normal;
	color: #21282e;
	border-bottom: 1px solid #d4d9d4;
	margin-bottom: 20px;
}

div.standard h2 {
	font: bold 1.4em "Verdana";
	color: #209f32;
	margin-bottom: 20px;
}

div.standard h3 {
	font: 1.3em "Verdana";
	color: #f68f1e;
	margin-bottom: 20px;
}

div.standard h4 {
	font: 1.2em "Verdana";
	color: #f68f1e;
	margin-bottom: 20px;
}

div.standard h5 {
	font: 1.1em "Verdana";
	color: #f68f1e;
	margin-bottom: 20px;
}

div.standard p {
	line-height: 1.7em;
	margin-bottom: 20px;
}

div.standard a {
	color: #239b33;
	text-decoration: none;
}

div.standard a:hover {
	color: #239b33;
	text-decoration: underline;
}

div.standard hr {
	border: 0;
	height: 0;
	border-bottom: 1px solid #d4d9d4;
	margin-bottom: 20px;
}

div.manual-clear { 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	line-height: 0; 
}

.clear {
	display: block;
	clear: both;
}

/* disclaimer */
#disclaimer {
	width: 580px;
	margin-top: 20px;
	padding: 10px 10px 2px 10px;
	background: #ccc;
}

#disclaimer p {
	margin: 0 0 10px 0;
	padding: 0;
}

#left-list {
	width: 150px;
	float: left;
}


/*-----------------------
Container Footer
----------------------*/
div#container-footer {
	width: 960px;
	margin: 0 auto;
	padding: 12px 0;
}

div.footer {
	width: 960px;
	color: #fff;
}

div.footer-affiliates {
	float: left;
}

div.footer-affiliates img {
	border: 0;
}

div.footer-affiliates img.isaac {
	padding: 0 0 3px 9px;
}

div.footer-links {
	float: left;
	padding: 8px 0 0 21px;
}

div.footer-links a {
	color: #fff;
	text-decoration: none;
}

div.footer-links a:hover {
	color: #21282e;
	text-decoration: none;
}

div.wflogo {
	padding: 1px 7px;
	float: left;
}



/* ACCORDION */

div.standard .basic h2 {
	color: #f68f1e;
	padding:0 0 10px 0;
	margin-bottom: 10px;
	border-bottom:1px solid #d4d9d4;
	cursor:pointer;
}

div.standard .basic div {
	border-bottom:1px solid #d4d9d4;
	margin:0 0 10px 0;
}

/*Clear fix*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
* html .clearfix {
height: 1%;
}

