@charset "utf-8";
body{
	margin:0 auto;
	padding:10px 0;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #333333;
	
}
#wrapper{
	width: 772px;
	margin: 0 auto;
	overflow: hidden;
}
a{
	color: #6e6358;
}
a:hover{
	color: #c0b199;
}
h2{
	font-size: 15px;
	color: #333;
	margin-bottom: 1.5em;
}
a img{
	border: none;
}

#header{
	width: 772px;
	margin-bottom: 0em;
}
#headerTop{
	overflow: hidden;
}
#headerInfo{
	float: right;
	text-align: right;
}
#headerTop h2{
	margin: .85em 0 .2em 0;
	font-size: 18px;
	color: #6e6358;
}
#headerTop p{
	text-align: right;
	color: #000;
	font-size: 11px;
	display: block;
	line-height: 2em;
	font-weight: bold;
	margin-top: 0;
}

#headerTop #logo{
	float: left;
}
#headerTop span{
	display: none;
	text-indent: -10000px;
}
#headerNav{
	clear: both;
	overflow: hidden;
	line-height: 1.5em;
	margin-bottom: 2px;
	width: 772px;
	height: 43px;
	background: url(../images/navigation-background.jpg) no-repeat 0 0;
}
#headerNav ul{
	margin:0 0 0 15px;
	padding: 0;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .75em;
	display: table;
	position: absolute;
	z-index:900;
	line-height: 42px;
	width: 600px;
}
#headerNav li{
	float: left;
	list-style: none;
	padding: 0 0px 0 1px;
	background: url(../images/navigation-divider.jpg) no-repeat left 50%;
	/*position: relative;*/
}
#headerNav ul li.first{
	background: none;
}
#headerNav a{
	text-decoration: none;
	color:#6e6358;
	display: block;
	padding:0 0 0 7px;
	float: left;
	font-weight: bold;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}
/* navigation activation styles */
#services .services a,
#catalog .catalog a,
#gallery .gallery a,
#about .about a,
#contact .contact a{
	background:url(../images/navigation-on-bg.jpg) repeat-x 0 0;
}
#headerNav a span{
	float: left;
	cursor: pointer;
	padding: 0 7px 0 0;
}

#headerNav li ul{
	display: none;
	clear: both;
	width: 155px;
	border: 1px solid #333;
	border: none;
	left: 0px;
	top:41px;
	overflow: hidden;
	padding-bottom: 14px;
	padding-right: 6px;
	background-color: transparent;
	background-image: url(../images/subnav-bottom-curve.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0;
}

#headerNav li:hover a,
#headerNav li.hover a {
	background: url(../images/navigation-over-bg.jpg) repeat-x 0 0;
	text-decoration: none;
	color:#393939;
}
#headerNav li:hover a span,
#headerNav li.hover a span,
#headerNav a.active span {/*background: url(../images/navigation-active.gif) no-repeat 100% 50%;*/}

/* dropdown styles */
#headerNav li:hover, #headerNav li.hover {position: relative;}
#headerNav li:hover ul, #headerNav li.hover ul {display: block;}

#headerNav li:hover ul a,
#headerNav li.hover ul a {
	background: none;
	text-decoration: none;
	color: #000;
	display: block;
	float: none;
	font-size: 11px;
	padding: 0 10px;
	background-color: #fff;
	width:130px;
}

#headerNav li.hover ul li, #headerNav li ul li{
	width: 100%;
	float: left;
	padding: 0px;
	background:transparent url(../images/dropdown-shadow-right.png) repeat-y right top;
	line-height: 3em;
}
#headerNav li.hover ul li a,
#headerNav li:hover ul li a{
	background-image: none;
	width: 130px;
	color: #999;
}
#headerNav li.hover ul li a:hover,
#headerNav li:hover ul li a:hover{
	color: #fff;
	background-color:#666;
}


/* Search module */
#headerNav #search{
	width: auto;
	float: right;
	padding: 9px 12px 0 0;
}

#infoBar{
	background-color:#CCC;
	width: 772px;
	overflow: hidden;
	margin:.75em 0;
}
#infoBar h5.estimate{
	float: right;
}
.estimate a{
	color: #f00;	
}
#infoBar h5{
	float: left;
	letter-spacing: -0.5px;
	margin: 8px 10px;
	padding: 0;
	font-size: 12px;
}

/* Homepage boxes */
#box-wrapper{
	width: 772px;
	overflow: hidden;
}
.info-area{
	width: 370px;
	overflow: hidden;
	float: left;
	margin: 10px 0 10px 17px;
}
.info-area.first{
	margin-left: 0;
	clear: left;
}
.info-area .image-holder{
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}
.info-area .info-text h2{
	text-decoration: underline;
	font-size:17px;
	margin: 0 0 7px 0;
	line-height: 14px;
	color: #6e6358;
}
.info-area p{
	line-height: 1.3em;
	font-size: 12px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color:#666;
}

/* Slideshow Slides Styles */
#mast{
	overflow: hidden;
	background: url(../images/header-bottom-gradient.jpg) repeat-x left 206px;
	height: 297px;
}
#mast #slideshow-slides{
	margin:0 3px 0 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 588px !important;
}
#mast #slideshow-slides div{
	margin: .75em 1em 0 1em;
}
#mast #slideshow-slides div h2{
	color: #6e6358;
	border-bottom: 1px solid #6e6358;
	padding-bottom: .3em;
	margin-bottom: .3em;
	font-size: 20px;
}
#mast #slideshow-slides p{
	font-size: 12px;
	line-height: 1.5em;
	overflow: hidden;
}
#mast #slideshow-slides h2{
	letter-spacing: -0.5px;
	color: #333;
	margin: 0 0 7px 0;
}

/* Estimate Form */
#estimate-form{
	width: 181px;
	height: 206px;
	background:#F6F5F1 /*url(../images/estimate-form-bg.jpg)*/ no-repeat 0 0;
	float: right;
}
#estimate-form a{
	font-weight: 900;
	font-size: 14px;
}
#webform-client-form-213 input, #webform-client-form-213 label{
	margin:0;
	padding: 0;
	font-size: 12px;
}
#estimate-form ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#estimate-form input{
	background: #fff;
	color: #888;
	
}
#estimate-form h3{
	text-transform: uppercase;
	font-size:14px;
	border-bottom: 1px solid #000;
	padding: 10px 0px 6px 0px;
	margin: 0 10px 5px 10px;
}
#estimate-form form{
	margin: 6px 10px 10px 10px;
	font-size: 11px;
}
#estimate-form label{
	font-size: 9px;
	color: #6e6358;
	font-weight: bold;
}
#estimate-form select, #estimate-form #edit-submit{
	font-size:10px;
	margin-top: 4px;
	background-image: none;
	width: auto;
	height: auto;	
}
#estimate-form  #edit-submit.form-submit{
	color: #fff;
	border: 1px solid #093;
	font-weight: normal;
	background: #6C6 none;
	padding: 0 4px;
}

/* Builder Logos */
#builder-logos{
	background-color: #ebebeb;
	width: 772px;
	height:100px;
	text-align:center;
	margin-top: 1.5em;
	margin-bottom: .5em;
}
#builder-logos img{
	/*padding: 1em 3em;*/
}

/* Footer styles */
#footer{
	background: url(../images/footer-gradient.jpg) repeat-x 0 0;
	color: #928575;
	font-size: 10px;
	overflow: hidden;
	height: 56px;
}
#footer p{
	float: left;
	padding: 0 0 0 10px;
}
#footer p.right{
	float: right;
	padding: 0 10px;
}
p.policies{
	text-align: center;
	font-size: 9px;
	color: #928575;
}
/* search styles */
#search-block-form{
	overflow: hidden;
}
#search-block-form input{
    vertical-align: top;
    float: left;
    display: inline;
}
#edit-search_block_form_keys{
    border: 1px solid #9D8F7D;
    border-right: 0;
    margin: 0;
    height: 21px;
    margin-bottom: 6px;
    width: 120px;
}
#search_block_submit{
    border: 1px solid #9D8F7D;
    border-left: 0;
    margin: 0;
}
a.navstrip {
    font: normal 11px/12px Verdana, Tahoma, Arial, Times, serif;
    color: #6E6358;
		text-decoration: none;
}

a:hover.navstrip {
    color: #6E6358;
		text-decoration: underline;
}
#app-nav{
	/*
    margin-left: auto;
    margin-right: auto;
    width: 500px;
	*/
}
h1.homehead{
	font-size: 16px;
}
#app-nav div{
	/*
    margin-left: 235px;
    position: absolute;
    top: 81px;*/
}
/* Gallery styles for the gallery page */
.content #slideshow{
	margin: 0 auto;
	padding: 0;
}

.apply-now-btn {
	float:right;
}
