/* ------------------------------------------------------------  
Website Name: CP Cowie Builders
Website URL: http://www.cpcowiebuilders.com/
Description: Simple 2 column light and dark, commercial layout.
Version: 1.0
Author: Adz Power Agencies
Author URL: http://www.adzpower.com.au/
------------------------------------------------------------ */ 



/********** UNIVERSAL RULES **********/
body, html {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body {
	background-image: url(images/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #0b0b0b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

.clear {
	clear:both;
}


h1 {
	font-size: 15px;
	color: #4f2f91;
	padding-left: 20px;
	padding-top: 10px;
}

h2 {
	font-size: 14px;
	color: #a7d277;
	padding-left: 20px;
}

h2 a {
	color: #a7d277;
}

p {
	text-align: left;
	padding: 0 20px 0 20px;
}

b {
	font-weight: 100;
}


/* TEXT VARIANTS */
.center {
	text-align: center;
}

.small {
	font-size: 11px;
}

.x-small {
	font-size: 9px;
}

.list-grey {
	color: #666;
}


/* LISTS */
ul {
}

li {
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	margin-left: 20px;
}

/********** TEMPLATE LAYOUT **********/
#wrapper {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


/* --- HEADER ----------- */
#header {
	width: 970px;
	height: 154px;
	margin: 0 auto;
	background-image: url(images/logo.png);
	background-position: top center;
	background-repeat: no-repeat;
}

/* contact-button */
#contact-button {
	width: 14px;
	height: 10px;
	float: right;
	margin-right: 20px;
	margin-left: 5px;
	margin-top: 10.95px;
}

/* home-button */
#home-button {
	width: 12px;
	height: 11px;
	float: right;
	margin-top: 10px;
}

/* --- SLIDESHOW ----------- */
#slideshow-container {
	width: 970px;
	height: 250px;
	margin: 0 auto;
	background-image: url(images/slideshow_bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: left;
}

#slideshow {
	width: 950px;
	height: 250px;
	margin: 0 auto;
	max-height: 250px;
	overflow: hidden;
	padding: 0px;
}


/* --- MENU ----------- */
#nav {
	width: 100%;
	height: 35px;
	background-image: url(images/wrapper.png);
	background-repeat: repeat-y;
	background-position: center center;
	margin-top: 1px;
	overflow: hidden;
}

#CMPH_nav {
	width: 950px;
	height: 35px;
	margin: auto;
}


/* --- MAIN CONTAINER ----------- */
#container {
	width: 970px;
	margin: auto;
}


/* --- CONTENT CONTAINER ----------- */
#capsule {
	width: 950px;
	margin: auto;
	background-image: url(images/wrapper.png);
	background-repeat: repeat-y;
	background-position: top center;
}


/* --- CONTENT ----------- */
#content {
	width: 680px;
	float: right;
	padding: 15px 0 15px 0;
	text-align: left;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 20px 0 20px;
}


/* --- SIDEBAR ----------- */
#sidebar {
	width: 270px;
	float: left;
	padding-bottom: 25px;
}

#sidebar h1 {
	font-size: 12px;
	padding: 0;
	margin-top: 15px;
	
}

#sidebar p {
	padding-bottom: 10px;
}

#sidebar .logo {
	width: 120px;
	height: 120px;
	margin-left: 75px;
	margin-right: 75px;
	margin-top: 15px;
	margin-bottom: 5px;
}

#sidebar a, a:visited {
	text-decoration: none;
	color: #a7d277;
}

#sidebar a:hover {
	border-bottom: 1px dotted #a7d277;
	color: #4f2f91;
}

/* REGISTRATION NUMBERS */
#sidebar .reg-numbers {
	width: 170px;
	margin-left: auto;
	margin-right: auto;
}

#sidebar .reg-numbers p {
	margin: 0px;
	padding-left: 24px;
}


#sidebar .hia {
	margin-left: 40px;
	margin-right: 20px;
	float: left;
}


/* --- SPACER ----------- */
#spacer {
	clear: both;
	height: 0;
	background-image: url(images/wrapper.png);
	background-repeat: repeat-y;
	background-position: top center;
}


/* --- FOOTER ----------- */
#footer {
	width: 970px;
	height: 100px;
	background-image: url(images/footer.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
}

#footer p {
	padding-top: 25px;
	padding-bottom: 2px;
	text-align: center;
	font-size: 10px;
}

#footer a, a:visited {
	text-decoration: none;
	color: #a7d277;
}

#footer a:hover {
	border-bottom: 1px dotted #a7d277;
	color: #4f2f91;
}


/*********** PAGES LAYOUT ***********/
/* --- HOME ----------- */
#home {
}

#home .gallery-home {
	width: 570px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

#home .gallery-home .box {
	width: 150px;
	height: 100px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}

#home .gallery-home .box img {
	border: 1px solid #666;
}

#home .gallery-home .box h1 {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
}

#home .gallery-home .box a:hover {
	border-bottom: 4px solid #a7d277;
}


/* --- RESIDENTIAL ----------- */
#residential {
}

#residential .gallery {
	width: 640px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

#residential .gallery-box {
	width: 150px;
	height: 85px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}

#residential .gallery-box img {
	border: 1px solid #666;
}

#residential .gallery-box a:hover {
	border-bottom: 4px solid #4f2f91;
}


/* --- COMMERCIAL ----------- */
#commercial {
}

#commercial .gallery {
	width: 640px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

#commercial .gallery-box {
	width: 150px;
	height: 85px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}

#commercial .gallery-box img {
	border: 1px solid #666;
}

#commercial .gallery-box a:hover {
	border-bottom: 4px solid #4f2f91;
}


/* --- INSURANCE ----------- */
#insurance {
}


/* --- PROJECT GALLERY ----------- */
#gallery a:hover {
	text-decoration: none;
}

/* RESIDENTIAL GALLERY */
#gallery .residential-gallery {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-top: 1px dashed #666;
	clear:both;
}

#gallery .residential-gallery h1 {
	margin: 0px;
	padding-left: 5px;
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px
}

#gallery .residential-gallery-box {
	width: 150px;
	height: 75px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	float: left;
}

#gallery .residential-gallery-box img {
	border: 1px solid #666;
}

#gallery .residential-gallery-box a:hover {
	border-bottom: 4px solid #4f2f91;
}


/* COMMERCIAL GALLERY */
#gallery .commercial-gallery {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-top: 1px dashed #666;
	clear:both;
}

#gallery .commercial-gallery h1 {
	margin: 0px;
	padding-left: 5px;
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px
}

#gallery .commercial-gallery-box {
	width: 150px;
	height: 75px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	float: left;
}

#gallery .commercial-gallery-box img {
	border: 1px solid #666;
}

#gallery .commercial-gallery-box a:hover {
	border-bottom: 4px solid #4f2f91;
}


/* DECKING GALLERY */
#gallery .decking-gallery {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-top: 1px dashed #666;
	clear:both;
}

#gallery .decking-gallery h1 {
	margin: 0px;
	padding-left: 5px;
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px
}

#gallery .decking-gallery-box {
	width: 150px;
	height: 75px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	float: left;
}

#gallery .decking-gallery-box img {
	border: 1px solid #666;
}

#gallery a, a:visited {
	text-decoration: none;
	color: #a7d277;
}

#gallery .decking-gallery-box a:hover {
	border-bottom: 4px solid #4f2f91;
	color: #4f2f91;
}



/* --- CONTACT ----------- */
#contact {
}

#contact h1 {
	text-align: center;
}

#contact p {
	text-align: center;
}

#contact a, a:visited {
	text-decoration: none;
	color: #a7d277;
}

#contact a:hover {
	border-bottom: 1px dotted #a7d277;
	color: #4f2f91;
}


/* --- PRIVACY ----------- */


/* --- SITEMAP ----------- */

#sitemap a, a:visited {
	text-decoration: none;
	color: #a7d277;
}

#sitemap a:hover {
	border-bottom: 1px dotted #a7d277;
	color: #4f2f91;
}
