/* ----- end float fix ----- */
body{
	color: #353e3d;
	font: 70%  Arial, Helvetica, sans-serif;	
	text-align:center;
	line-height:150%;
	margin: 0;
	padding:0;

}
body#homepage, body#aboutpage, body#contactpage{
	background: url(../i/headerhomebg.jpg) repeat-x;
}

body#gallerypage, body#oaktrussespage{
	background: url(../i/headerredbg.jpg) repeat-x;
}

body#servicespage{
	background: url(../i/headerproductsbg.jpg) repeat-x;
}

body#residentialpage{
	background: url(../i/headerbrownbg.jpg) repeat-x;
}

body#gardenpage, body#oakbeamspage{
	background: url(../i/headergreenbg.jpg) repeat-x;
}

body#outbuildingspage, body#miscpage{
	background: url(../i/headerbluebg.jpg) repeat-x;
}

/* ----- global links ----- */
a:link, a:visited, a:active{
	color: #5a7060;
	text-decoration:none;
	font-weight: bold;
}
a:hover{color:#5a7060;text-decoration:underline;}

/* ----- global paragraphs, headers & horizontal rules ----- */
h1, h2, h3, h4{margin: 0;}
p{margin: 0 0 1em 0;font-size:120%;}
h1{font-size:140%;}
h2{font-size:130%;}
h3{font-size:120%;}
h4{font-size:110%;}
hr{display:none;}

/* ----- global images ----- */
img{border:none;}

/* ----- hidden items ----- */
#skip{display:none;}
.hidden{display:none;}

/* ----- container size & positioning ----- */
#container{
	margin: 0 auto;
	width:980px; 
	text-align:left;
	position:relative;
	padding: 0;
}

/* ----- header area ----- */
#header{
	height:230px;
	/*width:980px;*/
	position:relative;
	margin:0;
}

body#homepage #header, body#aboutpage #header, body#contactpage #header{
	background: url(../i/headerhome.jpg) top left no-repeat;
}

body#gallerypage #header, body#oaktrussespage #header{
	background: url(../i/headerred.jpg) top left no-repeat;
}

body#servicespage #header{
	background: url(../i/headerproducts.jpg) top left no-repeat;
}

body#residentialpage #header{
	background: url(../i/headerbrown.jpg) top left no-repeat;
}

body#gardenpage #header, body#oakbeamspage #header{
	background: url(../i/headergreen.jpg) top left no-repeat;
}

body#outbuildingspage #header, body#miscpage #header{
	background: url(../i/headerblue.jpg) top left no-repeat;
}

/* ----- main content area ----- */
#main{
	float:left;
	display:inline;
	margin:4px 0 0 0;
	padding:14px 0 0 0;
	width:980px;
	background: #f1ede3;
}
#main h2{
	font-weight:normal;
	padding:0;
	color:#5e3485;
	font-size:160%;
	clear:both;
}
#main h2#pageTitle{
	margin: 0;	
	padding: 14px 0;
	font-size:280%;
	border-bottom:1px solid #cdcac1;
	text-transform:uppercase;
	font-family: Futura, Arial, Helvetica, sans-serif;
}

body#homepage #main h2#pageTitle, body#aboutpage #main h2#pageTitle, body#contactpage #main h2#pageTitle{
	color: #353e3d;
}

body#gallerypage #main h2#pageTitle, body#oaktrussespage #main h2#pageTitle{
	color: #540604;
}

body#servicespage #main h2#pageTitle{
	color: #353e3d;
}

body#residentialpage #main h2#pageTitle{
	color: #5e5d4b;
}

body#gardenpage #main h2#pageTitle, body#oakbeamspage #main h2#pageTitle{
	color: #65755a;
}

body#outbuildingspage #main h2#pageTitle, body#miscpage #main h2#pageTitle{
	color: #3b3d49;
}

#content h3, #content2 h3{
	font-weight: bold;
	margin: 1em 0 .5em 0;	
	padding: 0;
	color: #353e3d;
	font-size:130%;
	text-transform:uppercase;

}

body#gallerypage #content h3, #content2 h3{
	border-bottom: 1px dotted #fff;
	clear:both;
	padding: 1em 0 0 0px;
}

#content h4, #content2 h4{
	font-weight: bold;
    margin: 0;	
	padding: 0 0 0 0;
	color: #000;
	font-size:100%;

}

.highlight{
	font-size:140%;
	color: red;
	line-height: 180%;
	font-weight: bold;
	list-style:none;
	padding-left:24px;
	margin-left:0;
}

strong{
	font-weight: bold;
}

img#banner{
	display: block;  /* Fixes problem of firefox adding 3px to bottom. See http://garyblue.port5.com/webdev/object-gap.html and http://developer.mozilla.org/en/docs/Images,_Tables,_and_Mysterious_Gaps */
}

#content {
	float:right;
	width: 562px;
	margin:0 14px;
	padding: 0 0 9px 0; /*9px bottom padding added for IE7 and IE6 on gallery page*/
	display: inline; /* to fix double margin bug in ie6 */
/*min-height:406px;*/
}

/* Hides from IE5-mac \*/

* html #content{
	overflow: hidden; /* fix ie6 expanding box bug www.positioniseverything.net/explorer/expandingboxbug.html */
}

/* End hide from IE5-mac */ 




#content2 {
	float:left;
	width: 376px;
	padding: 0;
	margin: 0 0 0 14px;
	display: inline;
	position:relative;
	/*height: 451px;*/
	color:#888;
}

#content2 img{
	border:14px solid #fff;
	margin: 0 0 14px 0;
	position:relative; /* fix ie6 bug */
}

#content2 p{
	font-size: 100%;
}

/* ----- float fix (so page layout displays correctly accross browsers) ----- */
/* ----- see www.positioniseverything.net/easyclearing.html ----- */
.inner:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* see www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/ */
.inner{display:inline-block;}

.inner{display:block;}

/* * html .products, * html .products li - removed as height given in these to fix ie bug */
* html .inner {height: 1%;}

/* ----- end float fix ----- */

.firstp{
	font-weight: bold;
	color: #353e3d;
	margin: 1em 0;
	font-size:120%;
}

address.firstp{
	font-weight: normal;
}

/* ----- main nav ----- */
#mainNav, #mainNav li{
	margin:0;
	list-style:none;
	height:28px;

}
#mainNav{
	width:952px;
	margin:0;
	padding: 0 14px;
	height:34px;
	z-index:1;
	position:absolute;
	top:196px;
}
#mainNav li{
	float:left;
	display:inline;
	font-size:110%;
	font-family: Futura, Arial, Helvetica, sans-serif;
	padding:0 20px 0 0;
	line-height:34px;
	height:34px;
	text-transform:uppercase;
}
#mainNav li a{
	color:#fff;
	line-height:34px;
	font-weight:normal;
	text-decoration:none;
	border-left: 1px solid #353e3d;
}
#mainNav li a:hover, #mainNav li a.selected{color:#e3dbc7;}
#mainNav li a span{
	padding-left:20px;
}
#mainNav li.first a span{
 	padding-left:0;
}
#mainNav li.first a{
	border: 0;
}
/* ----- footer area ----- */

div#footer{
	margin: 0;
	padding:0;
	height:34px;
	line-height:34px;
	width:980px; 
	border-top:5px solid #fff;
}

body#homepage div#footer, body#aboutpage div#footer, body#contactpage div#footer{
	background: #353e3d;
}

body#gallerypage div#footer,  body#oaktrussespage div#footer{
	background:#540604;
}

body#servicespage div#footer{
	background: #353e3d;
}

body#residentialpage div#footer{
	background:#5e5d4b;
}

body#gardenpage div#footer, body#oakbeamspage div#footer{
	background:#65755a;
}

body#outbuildingspage div#footer, body#miscpage div#footer{
	/*background:#3b3d49; OLD */
	background:#9cb9be;
}


div#footer address{
	margin: 0 14px;
	color: #fff;
}

/* ----- credits ----- */

#credits{
	padding:1em 0;
	width:980px;
	margin:0 auto;
}

#credits ul, #credits li{
	margin:0 0 14px 14px;
	padding:0;
	list-style:none;
}

#credits li{
	display:inline;
	float:right;
}
#credits li{float:left;margin:0 1.2em 0 0;color:#949494;}
#credits a{color:#949494}


#credits a:hover{
	text-decoration:underline;
}

/* general lists */

ul {
	margin: 1em 0 1em 10px;
	padding:0;
}

ul li {
	margin: 0 0 .1em 0px;
}

ul.linklist{
	margin: 1em 0 1em 0px;
	padding:0;
}

ul.linklist li{
	font-weight:bold;
	background: url(../i/arrow2.gif) no-repeat;
	background-position: 0 .4em;
	list-style:none;
	padding: 0 0 7px 14px;
	font-size:120%;
}	

/* ordeded list directions page */

ol {
	margin: 0.5em 0 1em 0;
	padding:0;
}

ol li {
	margin: 0 0 .1em 20px;
}

/* address */

address{
	font-style:normal;

}

/* lightbox */

.lightbox{
	width:68px;
	height:68px;
	border:6px solid #fff;
	margin:0 9px 9px 0;
	display:block;
	float:left;
}

/* Contact Link */


#main h2#subTitle{
	font-weight: bold;
	margin: -14px -14px 0 -14px;	
	padding: 0 0 0 14px;
	color: #353e3d;
	font-size:210%;
	background: #cecece;
	height:70px;
	line-height:70px;
}

#contact #content2{
	 height: auto;
	 padding: 14px;
}

#studios #content2{
	 height: auto;
}

.contactdetails{
line-height: 200%;
}

/* Products / Services Navigation */

#servicesNav, #servicesNav li{
	margin:0;
	padding:0;
	list-style:none;
}
#servicesNav{
	padding:0;
	margin-bottom:1em;
}
#servicesNav li a{
	display:block;
	width:100%;
	background:#fff;
	text-decoration:none;
	margin-bottom:5px;
	color:#383d3a;
}
#servicesNav li a:hover{text-decoration:none;}
#servicesNav li a:hover span{color:#fff;background:#540604;}
#servicesNav li a span{
	display:block;
	padding:0em 14px 0em 14px;
	color:#383d3a;
	font-weight:normal;
	/*height:28px;*/
	line-height:40px;
	font-size:180%;
	font-family: Futura, Arial, Helvetica, sans-serif;
}

/* Tagline */

#content2 p.tagline{
	font-size:150%;
	font-weight:bold;
	font-style:italic;
}
#content2 p.certified{
	font-size:100%;

}

 
