* {
	margin:0;
	padding:0;
}
html,body {
	width:100%;
}
.clearer {
	clear:both;
}

/* HEADER */
#header {
	width:100%;
	height:149px;
	background:#241f1b;
	border-bottom:2px #e18857 solid;
}
#header_inner {
	width:950px;
	height:149px;
	position:relative;
}
#header_inner #logo_left {
	float:left;
	width:475px;
	text-align:left;
	margin-top:20px;
}
#header_inner #phone_right {
	float:left;
	width:475px;
	text-align:right;
	margin-top:93px;
	color:#FFF;
	font-size:20px;
}
#header_inner #phone_right .number_space {
	letter-spacing:1px;
}

/* CONTAINER */
#container {
	width:100%;
	background:#FFF;
}
#container_inner {
	width:950px;
	text-align:left;
	padding:33px 0 43px 0;
	_padding:33px 0 10px 0;
	min-height:300px;
	height:auto !important;
	height:300px;
}
#container_inner #data_full {
	line-height:21px;
}
#container_inner #data_left {
	float:left;
	width:379px;
	padding:0 87px 0 0;
	line-height:21px;
}
#container_inner #data_right {
	float:left;
	width:433px;
	padding:0 0 0 50px;
	font-size:12px;
	line-height:16px;
	border-left:1px #ebebeb solid;
}

/* NAV */
#nav {
	width:210px;
	float:left;
}
#nav ul {
	list-style:none inside none;
}
#nav ul li ul {
	display:none;
	list-style:none inside none;
}
#nav ul li {
	border-bottom:1px solid #ebebeb;
	padding:0;
}
#nav ul li a {
	font:700 12px/12px Arial, Helvetica, sans-serif;
	color:#241f1b;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	background:url(/filebin/images/bullet.jpg) no-repeat 16px 17px;
	padding:15px 10px 15px 32px;
	_padding:12px 10px 15px 16px;
}
#nav ul li a#selected, #nav ul li a.selected, #nav ul li a:hover {
	background:url(/filebin/images/bulletSelected.jpg) no-repeat 16px 17px;
	color:#e08954;
}
#nav ul li.first {
	border-top:1px solid #ebebeb;
}
#nav ul li ul.show_class {
	display:block;
	list-style:none inside none;
	margin:-5px 0 0 0;
	padding:0 0 15px;
}
#nav ul li ul li {
	border:none;
	padding:0;
}
#nav ul li ul li.first {
	border:none;
	padding:0;
}
#nav ul li ul li a {
	font:400 11px Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	color:#424242;
	background:url("/filebin/images/subnav.gif") no-repeat scroll 35px 7px #FFF;
	padding:2px 0 2px 45px;
	_display:inline;
}
#nav ul li ul li a:hover, #nav ul li ul li a#selected, #nav ul li ul li a.selected {
	background:url("/filebin/images/subnavSelected.gif") no-repeat scroll 35px 7px #000000;
	color:#FFF;
}

#consultation {
	background:#E6E5E5;
	border:1px solid #D5D3D3;
	padding:8px;
	font:11px/14px Arial, Helvetica, sans-serif;
	color:#313131;
	letter-spacing:0.2px;
	margin:25px 0;
}
#consultation p {
	margin:0 0 10px 0;
}
#consultation h6, #signup h6 {
	text-transform:uppercase;
	margin:0 0 5px;
}

/* SIGN UP */
#signup {
	background:#E6E5E5;
	border:1px solid #D5D3D3;
	padding:8px;	
}
#signup .input {
	border:1px #c6c5c4 solid;
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	color:#6c6969;
	padding:2px;
	width:185px;
}
#signup .submit {
	margin:8px 0 0;
}
#signup form {
	text-align:right;
}

/* HOME CONTENT */
#home {
	float:left;
	margin:0 0 0 60px;
	width:675px;
}
#home #flash {
	margin:0 0 30px;
}
#home #content {
	width:350px;
	float:left;
	padding:0 25px 0 0;
	border-right:1px solid #ebebeb;
}
#home #featured {
	padding:0 0 0 25px;
	float:left;
	width:274px;
}
#home #featured h4 {
	letter-spacing:.25px;
	margin:0 0 10px;
}

/* TEMPLATE */
#template {
	float:left;
	margin:0 0 0 45px;
	width:690px;	
}
#template #content {
	width:690px;
}
#template #content.narrow {
	float:left;
	width:462px;
	margin:0 35px 0 0;	
}
#template #right {
	float:left;
	width:193px;
	overflow:hidden;
}
#template #photos img, #template #logo img {
	margin:0 0 10px;
}
#template #blurb {
	background:#E6E5E5;
	border:1px solid #D5D3D3;
	padding:8px;
	font:11px/14px Arial, Helvetica, sans-serif;
	color:#313131;
	letter-spacing:0.2px;
	margin:0 0 10px;
}
.divider {
	height:1px;
	border-top:1px solid #D5D3D3;
	padding:0 0 10px;
}

/* Exterior Makeovers */
.left {
	margin:0 25px 0 0;
}
.house a {
	display:block;
	text-decoration:none;
}
.house {
	margin-bottom:15px;
}
.house a:hover, .house .hover {
	background:#f6f4f4;	
}
.house h5 {
	margin:0;
	padding:0 0 5px;
}
.house .bottom a {
	padding:10px;
}
.hover .link, .over .link {
	text-decoration:underline;
}

#largeImg {
	border-bottom:2px solid #E18857;
}
#thumbs img {
	border:1px solid #D5D3D3;
	margin:5px 5px 5px 0;
}
#thumbs img.last {
	border:1px solid #D5D3D3;
	margin:5px 0;
}
.full {
	margin:15px 0 5px;
}

/* CONTACT US FORM */
#content #contact {
	width:410px;
}
#contact {
	background:#f2f2f2;
	border:1px #ebebeb solid;
	padding:20px;
	margin-top:20px;
	font-size:13px;
	color:#313131;
}
#container_inner .form_data {
	padding:0 10px 0 0;
}
#contact table td {
	padding:6px 15px 6px 0;
}
#contact table td.required {
	padding:0 15px 12px 0;
	font-weight:bold;
	font-style:italic;
}
#contact input, #contact textarea, #contact select {
	border:1px #c6c5c4 solid;
	font-family:Arial, Verdana, sans-serif;
	font-size:13px;
	color:#6c6969;
	padding:4px;
}
#contact textarea.input {
	width:270px;
	height:120px;
}
#contact input.input {
	width:270px;
}
#contact select.input {
	width:280px;
}
#contact input.input_sm {
	width:40px;
}
#contact input.input_med {
	width:55px;
}
#contact input.submit {
	border:none;
	padding:0;
}

/* HOME SLIDESHOW */
#slideshow_holder #ss_full img {
        width:672px;
        overflow:hidden;
}
#slideshow_holder #ss_thumbs {
	border-top:2px #e99c6b solid;
	border-bottom:2px #e99c6b solid;
	list-style:none;
	width: 672px;
	overflow:hidden;
}
#slideshow_holder #ss_thumbs li {
	display:inline;
	padding:0;
	margin:0;
}
#ss_thumbs li a {
	width: 112px;
	height: 86px;
	position: relative;
	overflow: hidden;
	text-decoration:none;
}
#ss_thumbs li a strong {
	background: rgba(0, 0, 0, 0.5);
	display:inline;
	position: absolute;
	text-align: center;
	margin: 0;
	top:-73px;
	padding: 34px 0 0 0;
	width: 112px;
	height: 52px;
	font-family: 'Helvetica Neue', Helvetica, Arial;
	color: #fff;
	text-decoration:none;
	font-size: 15px;
	letter-spacing:2px;
	text-indent:3px;
	font-weight:lighter;
	opacity: 0;
	z-index: 5000;
	-moz-opacity: 0;
}
#ss_thumbs li a.activeSlide strong, #ss_thumbs li a:hover strong {
	opacity: 1 !important;
	-moz-opacity: 1 !important;
}

/* END HOME SLIDESHOW */

/* FOOTER */
#footer, #footer2 {
	margin:30px auto 0;
	width:100%;
	background:#241F1B;
	border-top:2px #e18857 solid;
	padding:30px 0;
	font-size:11px;
	color:#716963;
	text-align:center;
}
#footer {
	margin:0 auto;
}
#footer a, #footer2 a {
	color:#716963;
	text-decoration:none;
}
#footer a:hover, #footer2 a:hover {
	color:#e18857;
	text-decoration:underline;
}
#footer2 a {
	padding:0 15px 0 10px;
	background:url(/filebin/images/footerBullet.gif) no-repeat right 5px;
}
#footer2 a.last {
	background:none;
}