/**********************************************************************
 	*******************************************************************
	Website Name: D & K Simpson Builders
	Website URL: http://www.dksimpsonbuilders.com.au/
	Description: Simple 2 column light and dark, commercial layout.
	Version: 1.0
	Author: Adz Power Agencies
	Author URL: http://www.adzpower.com.au/
	*******************************************************************
**********************************************************************/ 
	

/*********************************************************/ 
	/* Colors used:                                */
	/* ------------------------------------------- */
	/* HEX #013D6D = BLUE  						   */
	/* HEX #E70B22 = RED						   */
	/* HEX #FFFFFF = WHITE						   */
			
/*********************************************************/ 


/* UNIVERSAL RULES
---------------------------------------- */
body, html {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body {
	background-image: url(images/bg.png);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

h1 {
	margin: 0px;
	padding: 0px;
	color: #013D6D;
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h2 {
	margin: 0px;
	padding: 0px;
	color: #E70B22;
	font-size: 12px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
}

p {
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	text-align: left;
	text-align: justify;
}

b {
	font-weight: 100;
}


/* LINKS */
a, a:visited {
	text-decoration: none;
	color: #E70B22;
}

a:hover {
	color: #013D6D;
}


/* TEXT COLOR VARIANTS */
.color-reset {
	color: #333;
}

.grey {
	color: #666;
}

/* IE PNG FIX */
img, div { 
	behavior: url(iepngfix.htc);
}



/* TEMPLATE LAYOUT
---------------------------------------- */

/* --- WRAPPER ----------- */
#wrapper {
	width: 1000px;
	margin: auto;
	text-align: left;
}

/* --- HEADER ----------- */
#header {
	width: 1000px;
	height: 180px;
	background-image: url(images/header.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

/* --- CONTAINER ----------- */
#container {
	width: 1000px;
	background-image: url(images/content.png);
	background-repeat: repeat-y;
}

/* --- CONTENT ----------- */
#content {
	width: 640px;
	float: right;
	margin-right: 30px;
	margin-top: -150px;
	padding-top: 15px;
}

#content h1 {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#content h2 {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#content ul {
	margin: 10px 0px 0px 30px;
	padding: 0px 0px 0px 30px;
	list-style-type: square;
	color: #E70B22;
}

#content li {
	padding: 0px 0px 10px 0px;
}

#content .yeppoon {
	width: 620px;
	height: 301px;
	margin: 0px 10px 10px 10px;
}


/* --- SIDEBAR ----------- */
#sidebar {
	width: 295px;
	float: left;
	margin-left: 30px;
}

#sidebar h1 {
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 5px;
	padding-top: 10px;
	color: #013D6D;
	font-size: 12px;
}

#sidebar h2 {
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 5px;
	padding-top: 10px;
	letter-spacing: 1px;
	font-size: 12px;
	color: #013D6D;
}

#sidebar p {
	text-align: center;
	color: #777;
	padding-bottom: 15px;
}

#sidebar p.small {
	font-size: 10px;
}

#sidebar .qmba {
	width: 123px;
	height: 55px;
	margin: 10px 86px 20px 86px;
}

#sidebar a, a:visited {
	text-decoration: none;
	color: #E70B22;
}

#sidebar a:hover {
	border-bottom: 1px dotted #E70B22;
	color: #013D6D;
}

#sidebar .spacer {
	margin-left: -4px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* --- MENU ----------- */
#nav {
	padding-left: 18px;
	margin-top: 20px;
}

/* --- SPACER ----------- */
#spacer {
	width: 1000px;
	height: 0px;
	clear: both;
}

/* --- FOOTER ----------- */
#footer {
	width: 1000px;
	height: 100px;
	clear: both;
	background-image: url(images/footer.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#footer p {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	padding-top: 20px;
}

#footer a, a:visited {
	text-decoration: none;
	color: #E70B22;
}

#footer a:hover {
	border-bottom: 1px dotted #E70B22;
	color: #013D6D;
}


/* PAGES LAYOUT
---------------------------------------- */

/* HOME */
#home {
	width: 640px;
}

#home .gallery {
	width: 600px;
	height: 105px;
	margin: 20px auto 30px auto;
}

#home .gallery h1 {
	font-size: 12px;
	color: #E70B22;
}

#home .gallery-box {
	width: 150px;
	height: 100px;
	margin-left: 23px;
	margin-right: 23px;
	float: left;
	border-bottom: 2px solid #013D6D;
}



/* RESIDENTIAL PAGE */
#residential {
	width: 640px;
}

#residential .gallery {
	width: 600px;
	height: 370px;
	margin: 20px auto 30px auto;
}

#residential .gallery h1 {
	font-size: 12px;
	color: #E70B22;
}

#residential .gallery-box {
	width: 150px;
	height: 100px;
	margin-left: 23px;
	margin-right: 23px;
	margin-bottom: 20px;
	float: left;
	border-bottom: 2px solid #013D6D;
}



/* PLANS PAGE */
#plans {
	width: 640px;
}

#plans img {
	width: 250px;
	height: 350px;
	margin: 20px 20px 20px 40px;
	border: 0px;
}


/* RENOVATIONS/COMMERCIALS */
#renovations {
	width: 640px;
}

#renovations .gallery {
	width: 600px;
	height: 105px;
	margin: 20px auto 30px auto;
}

#renovations .gallery h1 {
	font-size: 12px;
	color: #E70B22;
}

#renovations .gallery-box {
	width: 150px;
	height: 100px;
	margin-left: 23px;
	margin-right: 23px;
	float: left;
	border-bottom: 2px solid #013D6D;
}


/* GALLERY */
#gallery {
	width: 640px;
}

#gallery .gallery {
	width: 600px;
	height: 280px;
	margin: 0px auto 25px auto;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px dashed #333;
	clear: both;
}

#gallery .gallery h1 {
	font-size: 11px;
	color: #013D6D;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	text-align: center;
}

#gallery .gallery h2 {
	padding-top: 20px;
}

#gallery .gallery-box {
	width: 150px;
	height: 125px;
	margin-left: 23px;
	margin-right: 23px;
	margin-bottom: 20px;
	float: left;
}


#gallery .gallery2 {
	width: 600px;
	height: 230px;
	margin: 0px auto 20px auto;
	clear: both;
}

#gallery .gallery-box2 {
	width: 150px;
	height: 100px;
	margin-left: 23px;
	margin-right: 23px;
	margin-bottom: 20px;
	float: left;
}

/* Awards */
#gallery .gallery-awards {
	width: 600px;
	height: 480px;
	margin: 0px auto 20px auto;
	clear: both;
}

#gallery .gallery-box-awards {
	width: 150px;
	height: 140px;
	margin-left: 23px;
	margin-right: 23px;
	margin-bottom: 20px;
	float: left;
}

#gallery .gallery-box-awards h1 {
	font-size: 10px;
	color: #013D6D;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 0px 0px;
	text-align: center;
}

#gallery .divider {
	width: 620px;
	height: 4px;
	margin: 30px auto 20px auto;
	padding: 0px;
	clear: both;
	background-image: url(images/divider.png);
	background-position: center center;
	background-repeat: no-repeat;
}



/* CONTACT */
#contact {
	width: 640px;
}

#contact h1 {
	text-align: center;
	margin: 150px 0px 20px 0px;
	padding: 0px;
}

#contact p {
	text-align: center;
}


/* PRIVACY */
#privacy {
	width: 640px;
}

#privacy h1 {
	text-align: center;
}