
@import url("nav.css");


/*-----------------------
Colours - Mephalene Rust Control

Grey = #7f8084
Dark Grey = #222731
Red = #822934

----------------------*/


* {
	padding: 0;
	margin: 0;
}/* this will reset all elements to margin/padding = 0 */



/*-----------------------
Body
----------------------*/
body {
	margin: 0;
	padding: 0;
	background: #000 url('../images/core/bg.jpg') repeat-x top center;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}


/*-----------------------
Wrap
----------------------*/
div.wrap {
	width: 886px;
	height: auto;
	margin: 0 auto;
}


/*-----------------------
Container
----------------------*/
div.container {
	width: 886px;
	margin: 0 auto;
	padding: 0;
}


/*-----------------------
Header
----------------------*/
div.header {
	width: 886px;
	height: 104px;
	margin: 0 auto;
	position: relative;
}

/* ---- Logo (Mephalene) ----- */
div.logo {
	width: 251px;
	height: 39px;
	top: 32px; 
	left: 0;
	position: absolute;
}

div.logo img {
	border: 0;
}

/* ---- Slogan ----- */
div.slogan {
	width: 365px;
	height: 39px;
	top: 32px;
	right: 0;
	position: absolute;
}

div.slogan h2 {
	width: 365px;
	height: 39px;
	text-indent: -9999px;
	overflow: hidden;
	background: url('../images/core/header-slogan.jpg') 0 0 no-repeat;
}


/* ---- Call Action ----- */
div.call-action {
	width: 214px;
	height: 22px;
	top: 77px;
	right: 23px;
	position: absolute;
}

div.call-action h2 {
	width: 214px;
	height: 22px;
	text-indent: -9999px;
	overflow: hidden;
	background: url('../images/core/call-action.jpg') 0 0 no-repeat;
}


/*-----------------------
Banner
----------------------*/
div.banner {
	width: 886px;
	height: 390px;
	padding: 0;
	margin: 0;
}


/*-----------------------
Banner Left
----------------------*/
div.banner-left {
	width: 251px;
	height: auto;
	margin-right: 2px;
	float: left;
}

/* ---- Logo (Rust Control) ----- */
div.left-logo {
	width: 251px;
	height: 84px;
}

/* ---- Nav ----- */
div.nav {
	width: 229px;
	height: 306px;
	background: url('../images/core/bg-nav.jpg') no-repeat top center;
	padding: 0 11px;
}


/*-----------------------
Banner Right
----------------------*/
div.banner-right {
	width: 633px;
	height: auto;
	float: left;
	position: relative;
}

div#cycle { 
	width: 633px;
	height: 390px; 
	overflow: hidden;
	background: #000;
}

/* ---- Banner Contact 
div.banner-contact {
	width: 197px;
	height: 155px;
	position: absolute;
	top: 217px;
	right: 0;
	float: left;
	padding: 18px 0 0 56px;
	color: #cccccc;
}

div.banner-contact h2 {
	font: bold 11px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc;
	margin-bottom: 10px;
	text-transform: uppercase;
}

div.banner-contact p {
	margin-bottom: 10px;
}

div.banner-contact a {
	color: #cccccc;
	text-decoration: none;
}

div.banner-contact a:hover {
	color: #822934;
	text-decoration: underline;
}----*/


/*-----------------------
Content
----------------------*/
div.content {
	width: 885px;
	height: auto;
	margin: 2px 0 0 1px;
	background: url('../images/core/title-content.gif') 0 0 repeat-y;
}


/*-----------------------
Content Left
----------------------*/
div.content-left {
	width: 584px;
	height: auto;
	margin-right: 2px;
	padding: 36px 23px 20px 23px;
	background: #fff;
	float: left;
}


/*-----------------------
Content Right
----------------------*/
div.content-right {
	width: 253px;
	height: auto;
	float: left;
}

div.content-right img {
	border: 0;
}

div.cta h2,
div.cta ul,
div.cta li,
div.cta p {
	text-indent: -9999px;
	overflow: hidden;
	list-style-type: none;
	float: left;
}

div.cta h2,
div.cta ul { 
	display: none;
}

div.cta a {
	display: block;
	width: 253px;
	height: 374px;
	background: url('../images/core/bg-cta.jpg') 0 0 no-repeat;
}


/*-----------------------
Content wide
----------------------*/
div.content-wide {
	width: 839px;
	height: auto;
	margin: 2px 0 0 1px;
	padding: 36px 23px 20px 23px;
	background: #fff;
}


/*-----------------------
Standard
----------------------*/
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 {
	margin-left: 15px;
	margin-bottom: 10px;
}

div.standard ul li {
	list-style-type: square;
	margin-left: 15px;
}

div.standard h1 {
	font: bold 18px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #822934;
	margin-bottom: 25px;
}

div.standard h2 {
	font: bold 15px Verdana, Arial, Helvetica, sans-serif;
	color: #222731;
	margin-bottom: 20px;
}

div.standard h3 {
	font: bold 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #222731;
	margin-bottom: 20px;
}

div.standard p { 
	margin-bottom: 20px;
}

div.standard a {
	 color: #7f8084; 
	 text-decoration: none;
}

div.standard a:hover {
	 color: #7f8084;
	 text-decoration: underline; 
}

div.standard hr {
	border: 0;
	height: 0;
	border-bottom: 1px solid #c3c3c3;
	margin-bottom: 30px;
}


/*-----------------------
Chemical Cleaning
----------------------*/
div.product-chemical {
	width: 799px;
	height: auto;
	padding: 0 20px;
	margin-bottom: 30px;
}

div.product-chemical img {
	float: left;
	margin-right: 20px;
	border: 5px solid #c3c3c3;
}


/*-----------------------
Protective Coatings
----------------------*/
div.product-protective {
	width: 799px;
	height: auto;
	padding: 0 20px;
	margin-bottom: 30px;
}

div.product-protective img {
	float: left;
	margin-right: 20px;
	border: 5px solid #c3c3c3;
}


/*-----------------------
Contact Form
----------------------*/
div.content-contact {
	width: 213px;
	height: auto;
	padding: 20px;
	float: left;
	color: #cccccc;
}

div.content-contact p { 
	margin-bottom: 20px;
}

div.content-contact a {
	 color: #fff; 
	 text-decoration: none;
}

div.content-contact a:hover {
	 color: #e0bbc0;
	 text-decoration: underline; 
}


/* Enquiry Form */
form.form fieldset,
form.form ol, 
form.form li, 
form.form legend {
	margin: 0;
	padding: 0;
}

form.form fieldset { border: 0; }

form.form fieldset p { margin-bottom: 10px; }

form.form ol { list-style: none; }

form.form li { margin-bottom: 5px; }

form.form label {
	display: inline-block;
	width: 150px;
}

form.form input, form.form select, form.form textarea {
	width: 250px;
	padding: 3px;
	border: 1px solid #ddd;
	background: #fff;
	font: normal 13px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	vertical-align: top;
}

form.form textarea { height: 200px; }

form.form select {
	padding: 0;
	width: auto;
}

form.form li.button { margin-top: 15px; }

form.form li.button input {
	width: auto;
	border: 0;
	background: #666666;
	color: #fff;
	cursor: pointer;
}

form.form fieldset legend {
	padding: 20px 0;
	font-weight: bold;
	font-size: 18px;
	color: #444;
	_margin: 0 -7px; /* IE Win fix */
}

/* IE Mac legend fix */
form.form legend {
  display: inline-block;
}




/*-----------------------
Footer
----------------------*/
div.footer {
	width: 886px;
	height: 75px;
	margin-bottom: 30px;
}

div.footer-redbar {
	width: 886px;
	height: 1px;
	margin-top: 2px;
	background: url('../images/core/bg-redbar.jpg') no-repeat top center;
}

div.footer-links {
	width: 550px;
	height: 60px;
	padding: 10px 0 0 5px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	float: left;
}

div.footer-links p {
	margin-bottom: 22px;
}

div.footer-links a { 
	color: #fff;
	text-decoration: none;
}

div.footer-links a:hover {
	color: #822934;
	text-decoration: underline;
}

div.wflogo {
	width: 74px;
	height: 32px;
	margin: 21px 12px 0 0;
	float: right;
}


/*-----------------------
Extra
----------------------*/
.clearfix:after {
    content: "."; 
    clear: both; 
    display: block; 
    height: 0; 
    visibility: hidden;
}


