body {
    background: url('/assets/images/bg.gif') 0px 67px repeat-x;
}

#wrap {
    width: 1015px;
    margin: 0 auto;
    background: url('/assets/images/centerBg.gif') 0px 91px no-repeat;
    min-height:1000px;
      height:auto !important;
      height:1000px;
}

#logo {
    display: block;
    width: 294px;
    height: 47px;
    margin: 11px 0 15px 10px;
}

#flashWrap {
    
}

#narrowFlashWrap {
    margin: -7px 0 0 -9px;
}
    

/****************************************** header ***************************************/

#header ul {
    margin: 0 0 0 7px;
}

#header ul li {
    display: block;
    float: left;
    position: relative;
    margin: 0 4px 0 0;
    width: auto;
}

#header ul li:hover {
    background: url('/assets/images/nav/tabLeft.gif') left top no-repeat;
}

#header ul li:hover span {    
    background: url('/assets/images/nav/tabRight.gif') right top no-repeat;
    
}

#header ul li span {
    display: block;
    height: 26px;
    padding: 8px 15px 0 14px;
}

#header ul li.on a  {
    color: #3d3d37;
    padding: 0 0 0 13px;
    background: url('/assets/images/nav/arrow.gif') 0px 3px no-repeat;
}

#header ul li a  {
    color: #86867e;
    font-size: 13px;
}

#header ul li a:hover {
    color: #3d3d37;
}

/************************* sub menu *********************/

#header ul li ul {
    position: absolute;
    z-index: 0;
    top: 34px;
    width: 172px;
    padding: 10px 16px 2px;
    background: url('/assets/images/nav/subBg4.png') left bottom no-repeat;
    left: -99999px;
}

#header ul li:hover ul {
    left: -6px;
}

#header ul li ul li {
    margin: 0 0 5px 0;
    height: none;
    display: block;
    float: none;
    background: url('/assets/images/nav/subDivide.gif') left bottom repeat-x;
    padding: 0 0 5px 0;
}

#header ul li ul li:hover {
    background: url('/assets/images/nav/subDivide.gif') left bottom repeat-x;
    
}

#header ul li ul li:last-child {
    background: none;
}

#wrap #header ul li ul li a {
    padding: 0;
}

#wrap #header ul li ul li a:hover {
    color: #3d3d37;
}

#wrap #header ul li ul li.on a {
    color: #3d3d37;
}

#wrap #header ul li ul li a {
    background: none;
}

#header ul li.on ul li a {
    color: #86867e;
    background: none;
}

/****************************************** main ***************************************/

#main {
    padding: 12px 20px 0 20px;
}

#homeWrap {
    margin: 0 0 15px 0;
}

#homeWrap img {
    display: block;
    width: 649px;
    float: left;
    padding: 0 17px 0 0;
}

#homeWrap div {
    width: 303px;
    float: left;
}

#homeWrap h1 {
    font-size: 22px;
    color: #53534a;
    margin: 0 0 10px 0;
}

.homeButton {
    width: 386px;
    float: left;
    padding: 5px 10px 0 90px;
    min-height:110px;
      height:auto !important;
      height:110px;
    margin: 0 0 2px 0;
    background-position: top left;
}

#wrap .homeButtonOn {
    background-position: top right;
    background-color: #64696d;
    cursor: pointer;
}

#wrap .homeButtonOn h2 {
    background: url('/assets/images/home/dotLight.gif') left bottom repeat-x;
}

#wrap .homeButtonOn h2 a {
    color: #fff;
    text-decoration: underline;
}

#wrap .homeButtonOn p {
    color: #fff;    
}

.homeButton h2 {
    padding: 0 0 3px 0;
    background: url('/assets/images/home/dotDark.gif') left bottom repeat-x;
    margin: 0 0 5px 0;
}

.homeButton h2 a {
    font-size: 22px;
    color: #53534a;
    font-family: "Lucida Grande", "Lucida Sans Unicode",arial;
    
}

#wrap .homeButtonRight {
    float: right;
}


#homeTimber {
    background: #f1f2f2 url('/assets/images/home/barTopLeft.gif') no-repeat;
}

#homeConstruction {
    background: #f1f2f2 url('/assets/images/home/barTopRight.gif') no-repeat;
}

#homeRepair {
    background: #f1f2f2 url('/assets/images/home/barBottomLeft.gif') no-repeat;
}
#homeDesign {
    background: #f1f2f2 url('/assets/images/home/barBottomRight.gif') no-repeat;
}

#homeDownloadLink {
	background: url('/assets/images/global/pdfIcon.png') left top no-repeat;
	font-size: 13px;
	color: #61615c;
	font-family: "Lucida Grande", "Lucida Sans Unicode",arial;
	padding: 4px 0 5px 37px;
	text-decoration: underline;
	font-weight: bold;
}

#homeDownloadLink:hover {
	text-decoration: none;
}

/************************* inner left *********************/

#innerLeft {
    width: 710px;
    float: left;
    margin: 0 5px 0 0;
    padding: 5px 18px 0 10px;
}



.sec {
    margin: 0 0 16px 0;
}

.sec div {
    background: url('/assets/images/lightDot.gif') left bottom repeat-x;
    text-align: right;
    padding: 0 0 4px 0;
    margin: 0 0 15px 0;
}

.sec h3 {
    width: 563px;
    float: left;
    text-align: left;
    color: #53534a;
    font-size: 18px;
}

.sec div a {
    background: url('/assets/images/arrowUp.gif') 100% 5px no-repeat;
    padding: 0 19px 0 0;
    font-size: 14px;
    color: #53534a;
}

#innerLeft p {
    color: #8f8f8d;
    line-height: 1.4em;
    margin: 0 0 25px 0;
}

#innerLeft p span {
    color: #8f8f8d;
    font-size: 14px;
}

.sec p img {
    float: left;
    margin: 0 10px 10px 0;
}

.sec table td {
    padding: 0 10px 0 0;
}

.sec .label {
    text-align: center;
    font-size: 12px;
    color: #53534a;
    width: 79px;
    padding: 4px 10px 0 0;
}

.sec h4 {
    text-align: left;
    color: #53534a;
    font-size: 14px;
	clear: both;
	font-weight: bold;
	margin: 0 0 15px;
}

/************************* products landing page *********************/

.prod {
    background: #f1f2f2;
    margin: 0 0 1px 0;
    padding: 10px;
}

.prod img {
    display: block;
    width: 79px;
    height: 82px;
    float: left;
    padding: 0 10px 0 0;
}

.prod div {
    width: 596px;
    float: left;
}

.prod h3 {
    color: #6b6b6b;
    font-size: 18px;
    background: url('/assets/images/dot.gif') left bottom repeat-x;
    padding: 0 0 4px 0;
    margin: 0 0 4px 0;
}

#wrap .prod p {
    margin: 0 0 6px 0;
    color: #6b6b6b;
    
}

.prod a {
    font-size: 12px;
    font-weight: bold;
    color: #6b6b6b;
}

/************************* inner right *********************/

#innerRight {
    width: 229px;
    float: right;
}

#innerRight li {
    display: block;
    background: url('/assets/images/nav/rightBg.gif') left top repeat-y;
    margin: 0 0 1px 0;
}

/**************** no child items, no child hovers*************/

#innerRight li a  {
    display: block;
    font-size: 13px;
    color: #53534a;
    background: url('/assets/images/nav/sub/greyRightTop.gif') left top no-repeat;
}

#innerRight li a span {
    display: block;
    padding: 5px 0 7px 20px;
}

#innerRight li a:hover {
    background: url('/assets/images/nav/sub/whiteRightTop.gif') left top no-repeat;
}

#innerRight li a:hover span {
    background: url('/assets/images/nav/sub/whiteRightBottom.gif') left bottom no-repeat;
}

#innerRight li a.on, #innerRight li a.on:hover {
    background: url('/assets/images/nav/sub/darkGreyRightTop.gif') left top no-repeat;
    color: #fff;
}

/**************** parent items, parent hovers, parent onstates *************/


#innerRight li#parent a, #innerRight li#parent a:hover {
    background: url('/assets/images/nav/sub/greyDownTop.gif') left top no-repeat;
}


#innerRight li#parent a:hover span {
    background: none;
}

#innerRight li#parent a.on, #innerRight li#parent a.on:hover {
    background: url('/assets/images/nav/sub/darkGreyDownTop.gif') left top no-repeat;
    color: #fff;
}

/**************** nested list items *************/

#wrap #innerRight li ul li a {
    background: url('/assets/images/nav/sub/greyRighterTop.gif') left top no-repeat;
    color: #53534a;
}

#wrap #innerRight li ul li a:hover {
    background: url('/assets/images/nav/sub/whiteRighterTop.gif') left top no-repeat;
    color: #53534a;
}

#wrap #innerRight li ul li a:hover span{
    background: url('/assets/images/nav/sub/whiteRightBottom.gif') left bottom no-repeat;
}

#wrap #innerRight li ul li a.on, #wrap #innerRight li ul li a.on:hover{
    background: url('/assets/images/nav/sub/darkGreyRighterTop.gif') left top no-repeat;
    color: #fff;
}

#wrap #innerRight li ul li a.on:hover span {
    background: none;
}

#innerRight li ul li a span {
    padding: 5px 0 7px 33px;
    
}
/****************************************** footer ***************************************/ 

#footer {
    background: url('/assets/images/dot.gif') left top repeat-x;
    padding: 3px 0 0;
    margin: 20px 20px 0;
}

#footer li {
    font-size: 12px;
    color: #85857f;
    margin: 0 10px 0 0;
    display: inline;
}

#footer li a {
    color: #85857f;
}

#footer li a:hover {
    color: #5b5b56;
}

/****************************************** sitemap ***************************************/

.sitemap ul li {
    margin: 0 0 20px 0;
}

.sitemap ul li span {
    display: block;
    background: url('/assets/images/sitemap/dot.gif') left bottom repeat-x;
    padding: 0 0 3px 0;
    
}

.sitemap ul li a {
    font-size: 16px;
    color: #53534a;
}

.sitemap ul li ul {
    background: url('/assets/images/sitemap/dotVert.gif') left bottom no-repeat;
    margin: 10px 0 0;
}

.sitemap ul li ul li {
    padding: 0 0 0 10px;
    background: url('/assets/images/sitemap/subDot.gif') 0px 50% no-repeat;
    margin: 0 0 6px 0;
}

.sitemap ul li ul li a {
    font-size: 14px;
    color: #7d7d7d;
}

/****************************************** links ***************************************/

.links h3 {
    font-size: 18px;
    color: #53534a;
    background: url('/assets/images/dot.gif') left bottom repeat-x;
    padding: 0 0 6px 0;
    margin: 0 0 10px 0;
}

.link {
    background: url('/assets/images/dot.gif') left bottom repeat-x;
    margin: 0 0 10px 0;
    padding: 0 0 1px 0;
}

.link h4 {
    margin: 0 0 3px 0;
    
}

.link h4 a{
    font-size: 16px;
     color: #53534a;
}

.link a {
    font-size: 12px;
    color: #cfcfcf;
}

#wrap .link p {
    margin: 0 0 6px 0;
}

/****************************************** contact ***************************************/

#contactImage {
    display: block;
    width: 294px;
    float: left;
}

#contactRight {
    width: 665px;
    float: right;
}

#contactRight p {
    font-size: 14px;
    margin: 0 0 15px 0;
}

#contactRight p a {
    color: #949484;
    
}

#contactRight div {
    background-color: #e6e7e8;
    width: 201px;
    padding: 6px 8px;
}

#contactRight div p {
    color: #8f8f8d;
    padding: 0 0 0 30px;
    margin: 0 0 10px 0;
}

#contactRight div strong {
    font-size: 16px;
}

#address {
    background: url('/assets/images/contact/roof.gif') left top no-repeat;
}

#tel {
    background: url('/assets/images/contact/phone.gif') 0px 1px no-repeat; 
}

#email {
    background: url('/assets/images/contact/letter.gif') 0px 4px no-repeat;
}

/****************************************** testomonials ***************************************/

#main .testimonial {
	background: none;
}

.testLeft {
	width: 240px;
	float: left;
}

#main .testRight {
	width: 452px;
	float: right;
	text-align: left;
	background: none;
}

#main .testimonial .textBox {
	background: url('/assets/images/testimonials/boxTop.png') left top no-repeat;
	margin: 0 0 10px;
	padding: 0;
	
}

#main .textBox div {
	background: url('/assets/images/testimonials/boxBottom.png') left bottom no-repeat;
	margin: 0;
	padding: 0;
	text-align: left;
	
}

#main .testRight p a {
	background: none;
	padding: none;
	font-size: inherit;
}

#main .textBox p {
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
	background: none;
	margin: 0;
	padding: 13px 13px 21px;
}

/************************* case studies *********************/

.caseStudy {
	width: 709px;
	background: url('/assets/images/caseStudies/bgTop.png') left top no-repeat;
	margin: 0 0 20px;
}

.caseInner {
	background: url('/assets/images/caseStudies/bgBottom.png') left bottom no-repeat;
	padding: 20px 25px;
}

.caseInner img {
	width: 156px;
	float: left;
}

.caseInner div {
	float: right;
	width: 485px;
}

.caseInner h3 {
	font-size: 18px;
	color: #61615c;
	font-family: "Lucida Grande", "Lucida Sans Unicode",arial;
	margin: 0 0 15px;
	font-weight: bold;
}

#main .caseInner p {
	color: #767676;
	font-size: 12px;
	margin: 0 0 10px;
	line-height: 18px;
	
}

#main .caseInner a {
	background: url('/assets/images/global/pdfIcon.png') left top no-repeat;
	float: right;
	font-size: 13px;
	color: #61615c;
	font-family: "Lucida Grande", "Lucida Sans Unicode",arial;
	padding: 4px 0 5px 37px;
	text-decoration: underline;
	font-weight: bold;
}

#main .caseInner a:hover {
	text-decoration: none;
}

/****************************************** text styles ***************************************/

a,p,h1,h2,li,h3,h4 , td{
    font-family: arial;
}

#innerTitle {
    color: #53534a;
    margin: 0 8px 0px 7px;
    padding: 7px 0 5px 20px;
    border-bottom: 5px solid #f1f2f2;
    font-size: 22px;
}

.prod h3, #innerTitle, .medGrey, #innerRight li a, .sec div a, #homeWrap h4, #header ul li a, .sec h3, .sitemap ul li a, .links h3, .link h4, .homeButton h2 a  {
    font-family: "Lucida Grande", "Lucida Sans Unicode",arial;
}

p {
    font-size: 12px;
    color: #949484;
    line-height: 1.3em;
}


p span {
    color: #53534a;
}


.darker, #innerLeft .darker {
	color: #61615c;
}

.medGrey {
    font-size: 27px;
    color: #53534a;
    background: url('/assets/images/dot.gif') left bottom repeat-x;
    padding: 0 0 1px 0;
    clear: both;
    margin: 0 0 15px 0;
}

a:hover {
    text-decoration: underline;
}
