
@import url("nav.css");


/*-----------------------
Colours - Tate's Coating Services

Dark Green = #00714d
Light Green = #85c6b2

----------------------*/


* {
	padding: 0;
	margin: 0;
}/* this will reset all elements to margin/padding = 0 */



/*-----------------------
Body
----------------------*/
body {
	background: #fff;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/*-----------------------
Wrap
----------------------*/
/*
#wrap {
	width: 953px;
	height: auto;
	margin: 0 auto;
}
*/

/*-----------------------
Container Header
----------------------*/
div#container-header {
	height: 485px;
	border-top: 5px solid #45ae8d;
	background: #ffeec8;
}

/* ---- Header ----- */
div.header {
	width: 820px;
	height: 451px;
	margin: 0 auto;
	padding: 34px 133px 0 0;
	background: url('../images/core/bg-header.gif') top right no-repeat;
	position: relative;
}

/* ---- Logo ----- */
div.header-logo {
	width: 441px;
	height: 94px;
	margin: 0;
}

div.header-logo img {
	border: 0;
}

/* ---- Slogan ----- */
div.header-slogan {
	display: block;
	width: 345px;
	height: 22px;
	text-indent: -9999px;
	background: url('../images/core/slogan.gif') 0 0 no-repeat;
	position: absolute;
	top: 99px;
	right: 133px;
}

/* ---- Nav (see nav.css) ----- */

/* ---- Banner ----- */
div.banner {
	width: 820px;
	height: 275px;
	float: left;
	margin-top: 20px;
}

div.banner-left {
	width: 545px;
	padding-right: 10px;
	float: left;
}

div.banner-right {
	float: left;
}


/*-----------------------
Standard
----------------------*/
div.standard {
	font-size: 1.2em;
	color: #3e3e3b;
}

div.standard img.left {
	float: left;
	margin: 0 20px 20px 0;
	border: 0;
}

div.standard img.right {
	float: right;
	margin: 0 0 20px 20px;
	border: 0;
}

div.standard ul {
	padding-left: 30px;
	margin-bottom: 18px;
}

div.standard ul li {
	list-style: disc;
	line-height: 1.5em;
}

div.standard ol {
	padding-left: 30px;
	margin-bottom: 18px;
}

div.standard ol li {
	margin-left: 20px;
	line-height: 1.5em;
}

div.standard h1 {
	font: 2em "Verdana";
	color: #85c6b2;
	margin-bottom: 20px;
}

div.standard h2 {
	font: 1.8em "Verdana";
	color: #85c6b2;
	margin-bottom: 18px;
}

div.standard h3 {
	font: 1.2em "Verdana";
	color: #85c6b2;
	margin-bottom: 18px;
}

div.standard h4 {
	font: 1.1em "Verdana";
	color: #85c6b2;
	margin-bottom: 18px;
}

div.standard h5 {
	font: 1em "Verdana";
	color: #85c6b2;
	margin-bottom: 18px;
}

div.standard p { 
	margin-bottom: 18px;
	line-height: 1.5em;
}

div.standard a {
	color: #00714d;
	text-decoration: underline;
}

div.standard a:hover {
	color: #a6d5c7;
	text-decoration: underline;
}

div.standard hr {
	border: 0;
	height: 0;
	border-bottom: 1px solid #cecece;
	margin-bottom: 25px;
}


/*-----------------------
Container Content
----------------------*/
div#container-content {
	height: auto;
}

/* ---- Content ----- */
div.content {
	width: 820px;
	height: auto;
	margin: 0 auto;
	padding: 24px 133px 45px 10px;
}

div.content:after {
    content: "."; 
    clear: both; 
    display: block; 
    height: 0; 
    visibility: hidden;
}

/* ---- Content Wide ----- */
div.content-wide {
	width: 793px;
	height: auto;
	padding-right: 20px;
}

/* ---- Content Left ----- */
div.content-left {
	width: 558px;
	padding-right: 47px;
	float: left;
}

/* ---- Content Right ----- */
div.content-right {
	width: 208px;
	float: left;
}

div.cta {
	padding-bottom: 44px;
}

div.cta h2 {
	font: 1.9em "Verdana";
	color: #85c6b2;
	border-bottom: 3px solid #e5e5e5;
	padding-bottom: 7px;
}

div.cta-text {
	font: 1.2em "Verdana";
	color: #3e3e3b;
	line-height: 1.6em;
	padding: 15px 0 0 4px;
}

div.cta-text a {
	color: #00714d;
	text-decoration: underline;
}

div.cta-text a:hover {
	color: #a6d5c7;
	text-decoration: underline;
}

div.cta-text.bottom {
	padding-bottom: 18px;
}

/* ---- Content Logo ----- */
div.affiliate {
	border-top: 1px dotted #999999;
}

div.affiliate img {
	padding: 7px 3px;
}


/*-----------------------
Contact
----------------------*/
div.contact-left {
	width: 400px;
	height: auto;
	padding-left: 8px;
	float: left;
}

div.contact-right {
	width: 300px;
	height: auto;
	float: left;
}

div.contact-right img {
	border: 12px solid #ddf0ea;
	padding: 2px;
}


/*-----------------------
Container Footer
----------------------*/
div#container-footer {
	height: 60px;
	background: #85c6b2;
}

div.footer {
	width: 810px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 133px 20px 10px;
	position: relative;
}

div.footer p {
	font: 1em "Verdana";
	line-height: 1.4em;
	color: #fff;
}

div.footer a {
	color: #fff;
	text-decoration: none;
}

div.footer a:hover {
	color: #35886e;
	text-decoration: underline;
}

div.wflogo {
	width: 72px;
	position: absolute;
	top: 20px;
	right: 153px;
}


