/* CSS Document */

/*******CSS RESET******/

/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	color: #999;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


	
/***************/


#header-wrapper{
	width:100%;
	height:180px;
	display:block;
	background-color:#000;
	background-image:url(../images/header-bg.jpg);
}

#header-container{
	width:960px;
	margin:0 auto;
	height:180px;
		
}

#logo{
	width:350px;
	height:104px;
	margin-top:34px;
	margin-left:31px;
	display:block;
	float:left;	
}

#contact-details{
	width:350px;
	height:70px;
	background-image:url(../images/contact-bg.png);
	margin-top:0px;
	margin-left:208px;
	display:block;
	float:left;	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.1em;	
}

#contact-details p{
	color:#c4d82d;
	margin-bottom:5px;
	text-align:right;
}

#contact-details .white{
	color:#FFF;
}

#contact-details .grey{
	color:#999;
}

#contact-details-text{
	margin-top:15px;
	margin-right:60px;

}

#nav{
	width:360px;
	height:35px;
	margin-top:15px;
	margin-left:178px;
	display:block;
	float:left;
	color:#FFF;	
	
}




#nav ul{
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.1em;
	float:right;
	margin-right:20px;
}

#nav ul li{
	position: relative;
	display: inline;
	float: left;
}

#nav ul li a{
	display: block;
	padding: 0px 20px;
	text-decoration: none;
	color:#FFF;
}

#nav ul li a:hover{
	color:#CCC;}

#nav .line{
	border-right: 1px solid #ccc;
}
#nav .current{
	color:#999;
	}

#body-wrapper{	
	width:100%;
	height:100%;
	display:block;
	
}


#body-container{	
	width:960px;
	margin:0 auto;
	height:1100px;
	display:block;
	/*background-color:brown;*/
	margin-top:-35px;	
}


#slide-show-wrapper{
	width:960px;
	height:360px;
/*	background-color:pink;*/
	
	
}

#ss-bottom-shadow{
	width:960px;
	height:32px;
	/*background-color:blue;*/
	background-image:url(../images/ss-shadow.jpg);	
	
}

#home-body-content{
	width:528px;
	height:428px;
	/*background-color:pink;*/
	display:block;
	float:left;
	/*margin-top:70px;*/
	margin-left:25px;
}

#about-body-content{
	width:438px;
	height:228px;
	/*background-color:pink;*/
	display:block;
	float:left;
	margin-right:50px;
	margin-top:70px;
	margin-left:25px;
}

#contact-body-content{
	width:438px;
	height:928px;
	/*background-color:pink;*/
	display:block;
	float:left;
	margin-right:50px;
	margin-top:70px;
	margin-left:25px;
}

#about-side-content{
	width:350px;
	height:218px;
	display:block;
	float:left;
	margin-top:120px;

}
#about-body-text{
	width:355px;
	height:323px;
	display:block;
	margin-left:60px;
	margin-top:60px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	
	
}



#home-body-text{
	width:405px;
	height:323px;
	display:block;
	margin-left:60px;
	margin-top:60px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	
	
}

#contact-body-text{
	width:405px;
	height:723px;
	display:block;
	margin-left:60px;
	margin-top:60px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;	
}

#home-body-text H3,
#about-body-text H3,
#contact-body-text H3{
	margin-bottom:30px;
	font-size:1.5em;
	color:#333;
	}

#home-body-text H4,
#about-body-text H4{
	margin-bottom:30px;
	font-size:1.1em;
	color:#333;
	}
#home-body-text p,
#about-body-text p,
#contact-body-text p{
	margin-bottom:30px;
	line-height:1.2em;
	font-size:.9em;
	}

#home-side-content{
	width:300px;
	height:418px;
	background-color:#e3dfdf;
	display:block;
	float:left;
	margin-top:30px;
}

#side-content-text{
	margin-top:40px;
	margin-left:50px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:1.1em;
}

#side-content-text h4{
	
	margin-bottom:30px;
	font-size:1.1em;
	color:#333;	
}

#side-content-text ul li{
	margin-bottom:13px;
}

.odd{	
	color:#333;}
	
#home-contact-btn{

	
}	


#home-contact-btn a{
		text-indent:-5000px;
	width:149px;
	height:37px;
	display:block;
background-image:url(../images/contact-btn-rollover.png);
}

#home-contact-btn a:hover{
	background-position: 0 -37px;}

#footer-wrapper{
	width:100%;
	height:400px;
	background-color:#CCC;	
}

#footer-container{
	margin: 0 auto;
	width:960px;
	height:200px;
}
	
#master-builders{
	
	margin-top:-40px;
	float:left;}
	
#copyright,
#speak{
	margin-left:30px;
	margin-top:30px;
	font-size:.8em;
	color:#666;
	float:left;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
}

#speak{
	float:right;
}


#speak a{
	color:#999;
	text-decoration:none;}
	
	
	
	
#slide_show_wrapper{
	width:960px;
	height:360px;
	position:relative;
}

#slide_show{
	width:960px;
	height:360px;
	background-repeat:no-repeat;
	/*background-color:red;*/
	display:block;	
}

.bold{
	font-weight:bold;}

img.master_builder { max-width: 75px;}