/*
CSS - Camboon Powder Coating
*/

/* layout styles */


* {
	padding: 0;
	margin: 0;
}/* this will reset all elements to margin/padding = 0 */

body {
	margin: 0;
	padding: 0;
	background: #000;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 750px;
}

.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 */

img {border: none;}



/***************************
		HEADER
***************************/
div#header {
	width: 750px;
	height: 84px;
	border: 1px solid #938c8c;
	background: #000;
	margin: 20px 0 20px 0;
}

div#header img.logo {
	margin: 5px;
	float: left;
	display: inline;
	}
	
div#header img.mobile-number {
	float: right;
	display: inline;
	margin: 24px 0 0 35px;
}


/***************************
	CONTENT-CONTAINER
***************************/
div#content_container {
	width: 750px;
	background: #fff;
	border: 1px solid #938c8c;
	padding: 10px;
}

div#content_container div#banner {
	float: left;
	display: inline;
}


/***************************
	NAVIGATION
***************************/
div#navigation {
	width: 180px;
	float: right;
	display: inline;
	font: 14px Helvetica, Arial, sans-serif;
	margin: 30px 12px 0 0;
	letter-spacing: 1px;
}

div#navigation a {color: #7e7e7e; text-decoration: none;}
div#navigation a:hover {color: #d90909;}

div#navigation li {
	list-style: none;
	border-bottom: 1px solid #e5e5e5;
	padding: 8px 0 7px 5px;
}

div#navigation ul.home li#home a {color: #000;}
div#navigation ul.profile li#profile a {color: #000;}
div#navigation ul.services li#services a {color: #000;}
div#navigation ul.gallery li#gallery a {color: #000;}
div#navigation ul.contact li#contact a {color: #000;}




/***************************
	CTA
***************************/
div#cta {
	width: 179px;
	margin: 68px 12px 0 0;
	float: right;
	background: #d8d8d8;
}

div#cta blockquote {
	display: block;
	background:url(../images/core/cta-quote.gif) top center no-repeat;
	width: 179px;
	height: 122px;
	text-indent: -999em;
}

div#cta p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000;
	text-align: center;
	margin: 10px 5px;
}

div#cta a {color: #ff0101; text-decoration: underline;}
div#cta a:hover {text-decoration:none;}




/***************************
	TEXT
***************************/
div#text {
	clear: left;
	float: left;
	display: inline;
	width: 536px;
	background: #ededed;
	margin: 20px 0 12px 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 10px;
}

div#text div.text-header {
	background: #d8d8d8;
	display: block;
	width: 536px;
	height: 42px;
}

div#text div.text-header h1 {
	color: #000;
	font-family:  Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: 14px 0 0 13px;
	letter-spacing: 2px;
}

div#text p {
	line-height: 18px;
	color: #000;
	margin: 14px 34px 14px 28px;
}

div#text a {color: #ff0101; text-decoration: underline;}
div#text a:hover {text-decoration:none;}

div#text p a.pdf {
	background: url(../images/core/icon-pdf.gif) left center no-repeat;
	padding-left: 13px;
}

div#text hr {
	clear: both;
	margin: 10px;
}

div#text ul.list {margin-left: 40px;}
div#text ul.list li {padding: 5px 0 5px 0;}

div#text img {border: 5px solid #D8D8D8;}

div#text img.float-left {float: left; margin: 20px 10px 10px 10px;}
div#text img.float-right {float: right; margin: 10px 10px 10px 10px;}

div#text div.gallery {
	width: 403px;
	margin: 10px auto 10px auto;
}

div#text div.gallery img {
	margin: 5px;
}


/***************************
	FOOTER
***************************/
div#footer {
	clear: both;
	width: 750px;
	margin: 10px auto;
}

div#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	display: inline;
	color: #8b8d8e;
	padding-left: 20px;
	margin-bottom: 20px;
}

div#footer a {color: #8b8d8e; text-decoration: none;}
div#footer a:hover {text-decoration: underline;}

div#footer img {
	float: right;
	padding-right: 20px;
}

