body {
	background: #fff;
	color: #5b573e;
	font-family: Arial, sans-serif;
	font-size: 62.5%;
}

a, a:active, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

big {
	font-size: 1.8em;
}

hr {
	clear: both;
	visibility: hidden;
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

#page {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background: #3c3115 url("../images/back.gif") repeat-y;
}

body.sub #page {
	background: #3c3115;
}

/* Masthead */

#masthead {
	width: 822px;
	margin: 0 auto;
	height: 42px;
	padding-top: 18px;
}

body.sub #masthead {
	padding-left: 370px;
	width: 491px;
	margin: 0;
	background: #3c3115 url("../images/welcome_back.gif") no-repeat 345px 6px;
	height: 24px;
	padding-top: 12px;
}

p#welcome {
	float: left;
	color: #fff;
	font-size: 1.1em;
	margin: 0 0 0 120px;
}

body.sub p#welcome {
	margin: 0;
}

/*#contact_btn {}*/
a#contact_btn {	
	background: url("../images/contact_btn_new.gif");	
	float: right;
	overflow: hidden;
	text-indent: -9999em;
	font-size: 0em;
	width: 65px;
	height: 16px;
	}
a:hover#contact_btn {	
	background: url("../images/contact_btn_new_over.gif");
	}

a#home_btn {
	float: right;
	overflow: hidden;
	text-indent: -9999em;
	font-size: 0em;
	background: url("../images/home_btn.gif");
	width: 65px;
	height: 16px;
}
a:hover#home_btn {
background:url("../images/home_btn_over.gif");
}
a#blog_btn {
	float: right;
	overflow: hidden;
	text-indent: -9999em;
	font-size: 0em;
	background: url("../images/blog_btn.gif");
	width: 65px;
	height: 16px;
}
a:hover#blog_btn {
background:url("../images/blog_btn_over.gif");
}


/* Header */

#header {
	background: url("../images/header_back.gif") 17px 7px no-repeat;
	width: 822px;
	padding: 0 38px 0 40px;
	height: 129px;
}

#specialholder {
	width: 10px;
	margin: 0 auto;
	height: 42px;
	padding-top: 18px;
	position: absolute;
	height: 100px;
	z-index: 50;
}

#holiday_special {
	position: absolute;
	top: 40px;
	left: 527px;
	width: 130px;
	height: 130px;
	margin: 0 0 0 0; !important
	padding: 0 0 0 0; !important
	z-index: 0;

}

#financingavailable {
	position: absolute;
	top: 120px;
	left: 667px;
	width: 109px;
	height: 109px;
	margin: 0 0 0 0; !important
	padding: 0 0 0 0; !important
	z-index: 999;

}




body.spaces #header {
	height: 94px;
	padding: 23px 38px 0 40px;
	background: #fff url("../images/header_back_active.gif") 17px 30px no-repeat;
}

body.approach #header {
	height: 94px;
	padding: 23px 38px 0 40px;
	background: #fff url("../images/header_back_active.gif") 17px 78px no-repeat;
}

body.philosophy #header {
	height: 94px;
	padding: 23px 38px 0 40px;
	background: #fff url("../images/header_back_active.gif") 185px 30px no-repeat;
}

body.consultation #header {
	height: 94px;
	padding: 23px 38px 0 40px;
	background: #fff url("../images/header_back_active.gif") 185px 78px no-repeat;
}
body.contractornav #header {
	height: 94px;
	padding: 23px 38px 0 40px;
	background: #fff url("../images/header_back_active.gif") 353px 78px no-repeat;
}
body.homeowner #header {
	height: 94px;
	padding: 23px 38px 0 40px;
	background: #fff url("../images/header_back_active.gif") 353px 30px no-repeat;
}

#header h1#logo a {
	float: right;
	margin-top: 20px;
	width: 211px;
	height: 45px;
	text-indent: -9999em;
	overflow: hidden;
	background: url("../images/logo_sub.gif");
}

body.home #header h1#logo a {
	width: 182px;
	height: 39px;
	background: url("../images/logo_home.gif");
}

/* Navigation */

ul#navigation {
	width: 508px;
	height: 84px;
	z-index: 200;
}

ul#navigation li {
	float: left;
	/*text-align: left;*/
}

ul#navigation li#spaces_btn a, ul#navigation #philosophy_btn a, ul#navigation #project_btn a, ul#navigation #consultation_btn a, ul#navigation #contractornav_btn a, ul#navigation #homeowner_btn a {
	display: block;
	overflow: hidden;
	text-indent: -9999em;
	width: 140px;
	height: 36px;
	/*text-align: left;*/
}

#spaces_btn a {
	background: url("../images/spaces_btn_new.gif");
	margin-right: 28px;
	margin-bottom: 12px;
}

body.spaces #spaces_btn a {
	background: url("../images/spaces_btn_active_new.gif");
}

#project_btn a {
	background: url("../images/project_btn_new.gif");
	margin-right: 28px;
}

body.approach #project_btn a {
	background: url("../images/project_btn_active_new.gif");
}

#project_btn {
	clear: left;
}

#philosophy_btn a {
	background: url("../images/philosophy_btn_new.gif");
	margin-bottom: 12px;
	margin-right: 28px;
}

body.philosophy #philosophy_btn a {
	background: url("../images/philosophy_btn_active_new.gif");
	margin-right: 28px;
}

#consultation_btn a {
	background: url("../images/consultation_btn.gif");
	margin-right: 28px;
}
body.consultation #consultation_btn a {
	background: url("../images/consultation_btn_active.gif");
	margin-right: 28px;
}
body.consultation_fix #consultation_btn a {
	background: url("../images/consultation_btn.gif");
	margin-right: 28px;
}

#contractornav_btn a {
	background: url("../images/contractornav_btn.gif");
	margin-right: 28px;
	margin-bottom: 12px;
}
body.contractornav #contractornav_btn a {
	background: url("../images/contractornav_btn_active_new.gif");
	margin-right: 28px;
}
#homeowner_btn a {
	background: url("../images/homeowner_btn.gif");
	margin-right: 28px;
	margin-bottom: 12px;
}
body.homeowner #homeowner_btn a {
	background: url("../images/homeowner_btn_active_new.gif");
	margin-right: 28px;
}




body.philosophy #philosophy_btn a:hover, body.spaces #spaces_btn a:hover, body.consultation #consultation_btn a:hover, body.approach #project_btn a:hover, body.contractornav #contractornav_btn a:hover, body.homeowner #homeowner_btn a:hover {
	width: 140px !important;
	margin-left: 0;
	background-position: 0;
}
#philosophy_btn a:hover, #project_btn a:hover, #spaces_btn a:hover, #consultation_btn a:hover, #contractornav_btn a:hover, #homeowner_btn a:hover, body.consultation_fix #consultation_btn a:hover{
	width: 163px !important;
	margin-left: -23px;
	background-position: -140px;
}
/* Main Content Area */

body.home #content {
	background: url("../images/content_home_back_10-21-08.jpg") no-repeat;
	margin: 0 38px 0 40px;
	width: 797px;
	min-height: 396px;
	padding: 15px 0 62px 25px;
}

body.sub #content {
	background: #fff url("../images/content_sub_back.gif") no-repeat;
	padding-top: 44px;
	min-height: 358px;
}

/* Home */
#content h6 {
	font-size: 1.5em;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	text-transform: lowercase;
	color: #fff;
}
#content h2 {
	font-size: 1.5em;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	text-transform: lowercase;
	color: #fff;
}
#content #rightnav {
width:160px;
float:right;

}
#content #rightnav h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-transform:lowercase;
text-decoration:underline;
color:#000000;
}
#content #rightnav p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-transform:lowercase;
color:#000000;
}

#flash {
margin: -15px 0  0 -25px; padding: 0 0 0 0; width: 627px; height: 274px; z-index: 0;
}

body.home #content div#intro {
	width: 435px;
	color:#000000;
	margin-top: 10px;
	line-height: 1.3em;
	/*background-image:url(../images/home_text_box.gif);*/
}
body.home #content div#intro h1{
	margin:0; padding:0;
	font-size:10px;
	font-weight:bold;
	color:#3C3115;
	text-transform:none;
}

body.home #content ul#spaces {
	width: 180px;
	margin: 25px 0 0 45px;
	color: #000;
	padding: 20px 0 20px 25px;
	background: url("../images/spaces_back.png");
}

body.home #content ul#spaces li {
	display: inline;
}

body.home #content ul#spaces li:before {
	content: "\0020 \0020 \0020 \002B \0020";
}
	
body.home #content ul#spaces li.first:before {
	content: " ";
}

#location, #trademark {
	text-indent: -9999em;
	overflow: hidden;
}

/* Spaces */

#subnavigation {
	float: left;
	background: #ecebe3;
	padding: 35px 0 0 45px;
	width: 153px;
	height: 249px;
}

#subnavigation ul {
	color: #5b573e;
	font-family: Verdana, sans-serif;
	font-size: 1.1em;
	line-height: 2em;
	text-transform: lowercase;
}
#subnavigation_home {
	float: right;
	background-color:#FFFFFF;
	padding: 0px 0 0 35px;
	margin:15px 0 0 0;
	width: 150px;
	
	/*height: 249px;*/
}

#subnavigation_home ul {
	color: #5b573e;
	font-family: Verdana, sans-serif;
	font-size: 1.1em;
	line-height: 2.6em;
	text-transform: lowercase;
}
#subnavigation_home ul li {
background-image:url(../images/pink_thing.gif);
background-repeat:no-repeat;
padding-left:18px;

 }



#subnavigation_home h1 {
	color: #5b573e;
	font-family: Verdana, sans-serif;
	font-size: 1.5em;
	line-height: 2em;
	text-transform: lowercase;
}

#description {
	float: left;
	background: #aec240;
	width: 258px;
	height: 249px;
	padding: 35px 54px 0 54px;
}
#description_tips {
	float: left;
	background: #aec240;
	width: 258px;
	height: 349px;
	padding: 35px 54px 0 54px;
}

#description p {
	color: #5a5841;
	line-height: 1.6em;
	font-family: Verdana, sans-serif;
}

#description p#spacesintro {
	color: #fff;
	margin-bottom: 30px;
}

ol.controls {
	margin-top: 10px;
	width: 185px;
}

ol.controls li {
	float: left;
	margin-right: 12px;
	margin-bottom: 5px;
	font-size: 1.3em;
	font-family: Verdana;
	color: #fff;
}

ol.controls li a {
	color: #fff;
}

ol.controls li a.current {
	color: #5a5841;
}

a#surface_btn {
	display: block;
	width: 109px;
	height: 26px;
	overflow: hidden;
	margin: 10px 0 0 0;
	background: url("../images/surface_btn.gif");
	text-indent: -9999em;
}
a:hover#surface_btn {
background: url("../images/surface_btn_over.gif");
}

a#next_btn {
	display: block;
	width: 12px;
	height: 16px;
	text-indent: -9999em;
	overflow: hidden;
	background: url("../images/next_btn.gif");
}

a#tips_btn {
	display: block;
	overflow: hidden;
	float: right;
	clear: both;
	margin: 15px 62px 0 0;
	width: 89px;
	height: 39px;
	text-indent: -9999em;
	background: url("../images/tips_btn.gif") no-repeat;
}

#photo {
	float: right;
	width: 321px;
}

/* Project Approach */

body.approach #content {
	min-height: 398px;
	background: url("../images/content_sub_backlarge.gif");
}

#projectapproach {
	background: #a3c1c5;
	padding: 0 20px 0 45px;
	height: 347px;
}

#projectapproach ol.controls {
	padding-top: 5px;
	margin-bottom: 0;
}

#projectapproach a#next_btn {
	background: url("../images/next_btn_steps.gif");
}

#projectapproach h2 {
	background: url("../images/project_header.gif");
	width: 236px;
	height: 54px;
	text-indent: -9999em;
	overflow: hidden;
}

#projectapproach p {
	color: #fff;
	line-height: 1.6em;
}

#projectapproach #description {
	background: transparent;
	margin: 50px 0 0 0;
	padding: 0 0 0 0;
	width: 236px;
	float: left;
}

#stepscontainer {
	float: right;
	width: 566px;
	height: 320px;
}

#steps img {
	clear: left;
	float: left;
}

#steps ul li {
	margin-top: 15px;
	width: 498px;
	height: 234px;
	background: #fff;
	padding: 20px 33px 0 35px;
}

#steps h3 {
	float: left;
	margin-bottom: 10px;
	font-family: Verdana;
	font-size: 1.6em;
	color: #5b573e;
	text-transform: lowercase;
}

#steps p {
	float: right;
	width: 182px;
	color: #392f00;
}

/* Design Philosophy */

#designphilosophy {
	float: left;
	padding: 32px 30px 0 64px;
	width: 607px;
	height: 252px;
	background: #e27a2d;
	color: #5b573e;
}

#designphilosophy img {
	float: right;
	margin-left: 15px;
}

#designphilosophy #description {
	width: 551px;
	padding: 30px 20px 0 37px;
	margin: 0 0 0 0;
	float: none;
	height: 190px;
	background: #fff;
}

#designphilosophy h2 {
	text-transform: none;
	margin-bottom: 1.5em;
	font-weight: normal;
	color: #5b573e;
}

body.philosophy #subnavigation {
	padding-top: 105px;
	height: 179px;
}

body.philosophy #subnavigation ul li {
	margin-bottom: 11px;

	}

#aboutus_btn a {
	width: 46px;
	height: 12px;
	display: block;
	background: url("../images/aboutus_btn.gif");
	text-indent: -9999em;
	overflow: hidden;
}

#ecofriendly_btn a {
	width: 62px;
	height: 12px;
	display: block;
	background: url("../images/ecofriendly_btn.gif");
	text-indent: -9999em;
	overflow: hidden;
}

#affordable_btn a {
	width: 130px;
	height: 12px;
	display: block;
	background: url("../images/affordable_btn.gif");
	text-indent: -9999em;
	overflow: hidden;
}

#aboutus_btn strong a, #ecofriendly_btn strong a, #affordable_btn strong a, #melamine_btn strong a, #laminate_btn strong a, #veneer_btn strong a {
	background-position: -100% 0;
}

/* Surface Options */

body.surface #content {
	padding-top: 20px;
	min-height: 398px;
	background: url("../images/content_sub_backlarge.gif");
}

#surfaceoptions {
	background: #b0c152;
	padding: 19px 29px 0 40px;
	height: 360px;
}

#surfaceoptions #subnavigation {
	width: 152px;
	float: left;
	padding: 0;
	margin: 0;
	background: transparent;
}

#surfaceoptions #subnavigation ul {
	margin-top: 15px;
}

#surfaceoptions #subnavigation ul li {
	margin-bottom: 12px;
}

#surfaceoptions #description {
	float: left;
	background: #fff;
	width: 237px;
	padding: 20px 80px 0 31px;
	margin: 0;
	min-height: 305px;
}

#surfaceoptions #description h2 {
	color: #5b573e;
	margin-bottom: .8em;
}

#surfaceoptions #thumbs {
	float: left;
	min-height: 315px;
	width: 321px;
	margin-bottom: 10px;
	padding: 10px 10px 0 0;
	background: #fff;
}

#surfaceoptions #thumbs p {
	font-size: 1.1em;
	margin: 5px 0 5px 0;
	padding: 0;
}

#laminate_btn a {
	width: 82px;
	height: 12px;
	display: block;
	background: url("../images/laminate_btn.gif");
	text-indent: -9999em;
	overflow: hidden;
}

#melamine_btn a {
	width: 47px;
	height: 12px;
	display: block;
	background: url("../images/melamine_btn.gif");
	text-indent: -9999em;
	overflow: hidden;
}

#veneer_btn a {
	width: 92px;
	height: 12px;
	display: block;
	background: url("../images/veneer_btn.gif");
	text-indent: -9999em;
	overflow: hidden;
}

.thumb {
	width: 65px;
	float: left;
	margin: 0 7px 3px 0;
}

/* Consultation */

body.consultation #content {
	min-height: 398px;
	background: url("../images/content_sub_backlarge.gif");
}

body.consultation #description {
	background: #e6e6e1;
	height: 269px;
	width: 236px;
	padding: 78px 53px 0 49px;
}

body.consultation.contractor #description {
	padding-top: 20px;
	height: 327px;
}

body.consultation #description h2 {
	color: #5b573e;
	text-transform: none;
	font-family: Arial;
	font-size: 1.8em;
	line-height: 1.2em;
}

#info {
	float: right;
	background: url("../images/consultation_back.jpg");
	width: 220px;
	height: 262px;
	padding: 85px 300px 0 35px;
	color: #fff;
	font-size: 1.1em;
}
#info_form {
	float: right;
	background: url("../images/consultation_back.jpg");
	width: 220px;
	height: 262px;
	padding: 65px 300px 20px 35px;
	color: #fff;
	font-size: 1.1em;
}

body.consultation.contractor #info {
	padding: 27px 9px 0 25px;
	height: 320px;
	width: 521px;
	background: url("../images/contractor_back.jpg");
}

#contractor_nav {
	margin: 10px 0 0 90px;
	width: 40px;
}

#contractor_nav #next_btn, #contractor_nav #prev_btn {
	width: 8px;
	height: 12px;
	text-indent: -9999em;
	overflow: hidden;
	display: block;
}

#contractor_nav #next_btn {
	float: right;
	background: url("../images/contractor_next.gif");
	cursor: pointer;
}

#contractor_nav #prev_btn {
	float: left;
	background: url("../images/contractor_prev.gif");
	cursor: pointer;
}

.disabled {
	background-position: -100% 0 !important;
	cursor: default !important;
}

body.consultation.contractor #description h2 {
	display: block;
	width: 124px;
	height: 26px;
	overflow: hidden;
	margin: 0 0 20px 0;
	background: url("../images/contractor_btn.gif");
	text-indent: -9999em;
}

#info ul {
	font-size: 11px;
}

#info ul li {
	line-height: 1.7em;
}

#info h3 {
	line-height: 1.5em;
	margin-bottom: 1em;
	width: 148px;
	margin-left: 11px;
	font-weight: normal;
}

body.consultation.contractor #info p {
	float: right;
	margin-top: 230px;
	font-size: 9px;
	width: 235px;
}

#quote {
	background: url("../images/consultation_quote.gif");
	width: 148px;
	height: 66px;
	color: #65624a;
	line-height: 1.5em;
	padding: 17px 0 0 11px;
}

#quote a {
	color: #65624a;
	text-decoration: underline;
}













__________________________________________________


















/* Consultation */

#info {
	float: right;
	background: url("../images/consultation_back.jpg");
	width: 220px;
	height: 262px;
	padding: 85px 300px 0 35px;
	color: #fff;
	font-size: 1.1em;
}

#contractor_nav {
	margin: 10px 0 0 90px;
	width: 40px;
}

#contractor_nav #next_btn, #contractor_nav #prev_btn {
	width: 8px;
	height: 12px;
	text-indent: -9999em;
	overflow: hidden;
	display: block;
}

#contractor_nav #next_btn {
	float: right;
	background: url("../images/contractor_next.gif");
	cursor: pointer;
}

#contractor_nav #prev_btn {
	float: left;
	background: url("../images/contractor_prev.gif");
	cursor: pointer;
}

.disabled {
	background-position: -100% 0 !important;
	cursor: default !important;
}

/*body.consultation.contractor #description h2 {
	display: block;
	width: 124px;
	height: 26px;
	overflow: hidden;
	margin: 0 0 20px 0;
	background: url("../images/contractor_btn.gif");
	text-indent: -9999em;
}*/

#info ul {
	font-size: 11px;
}

#info ul li {
	line-height: 1.7em;
}

#info h3 {
	line-height: 1.5em;
	margin-bottom: 1em;
	width: 148px;
	margin-left: 11px;
	font-weight: normal;
}

/*body.consultation.contractor #info p {
	float: right;
	margin-top: 230px;
	font-size: 9px;
	width: 235px;
}*/

#quote {
	background: url("../images/consultation_quote.gif");
	width: 148px;
	height: 66px;
	color: #65624a;
	line-height: 1.5em;
	padding: 17px 0 0 11px;
}

#quote a {
	color: #65624a;
	text-decoration: underline;
}

/* Contact Us */

body.contact #content {
	height: 287px;
	padding: 0 0 0 0;
	margin-top: 50px;
	margin-bottom: 96px;
	background: #9db329;
	min-height: 287px;
	height: 287px;
}

body.contact #content h2 {
	background: url("../images/contactus_head.gif");
	width: 131px;
	height: 16px;
	text-indent: -9999em;
	overflow: hidden;
}

#contactus {
	padding-top: 12px;
	padding-left: 29px;
	width: 192px;
	float: left;
}

body.contact #info {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 576px;
	height: 287px;
	background: #fff url("../images/contact_info_back.jpg") right no-repeat;
}

body.contact #info p {
	text-indent: -9999em;
	overflow: hidden;
}

a#emailus_btn {
	top: 93px;
	left: 31px;
	display: block;
	position: absolute;
	text-indent: -9999em;
	overflow: hidden;
	width: 201px;
	height: 17px;
	background: url("../images/emailus_btn.gif") no-repeat;
}

/* Testimonial Footer */

#testimonials {
	clear: both;
	width: 822px;
	height: 91px;
	font-family: Verdana;
	color: #938c68;
	padding: 0 38px 0 40px;
}

#testimonials a {
	color: #cecbbf;
	text-decoration: underline;	
}

#testimonials a:hover {
	color: #fff;
}

a#contractor_btn {
	display: block;
	width: 124px;
	height: 26px;
	overflow: hidden;
	float: left;
	margin: 28px 40px 0 0;
	background: url("../images/contractor_btn.gif");
	text-indent: -9999em;
}

#testimonials blockquote p {
	margin: 15px 0 0 0;
	float: left;
	color: #cecbbf;
	line-height: 1.2em;
	width: 498px;
}

#testimonials p#cities {
	float: right;
	font-size: 1.2em;
	margin-top: 35px;
	color: #9cb227;
	font-family: Arial;
	text-transform: uppercase;
}

/* Footer */

#footer {
	background: #fff;
	width: 850px;
	padding: 12px 38px 5px 20px;
}

#footer p {
	float: right;
	text-transform: lowercase;
	color: #8cb2b6;
}

#footer .mplsstpl
{
	float: left;
	clear:both;
	text-transform: lowercase;
	padding-top: 3px;
	font-size: 1.15em;
	}

body.sub #footer p {
	text-transform: lowercase;
}

#footer p#tagline {
	float: left;
	text-transform: lowercase;
	margin-left: 15px;
	margin-right: 15px;
}

/*body.home #footer p#tagline {
	float: right;
	text-transform: uppercase;
	margin-left: 0px;
	margin-right: 0px;
}*/

#contact p {
	overflow: hidden;
	float: left;
	width: 320px;
	height: 11px;
	text-indent: -9999em;
	font-size: 0em;
	background: url("../images/footer_contact.gif");
}

body.home #contact p {
	width: 478px;
}

.clear {
	clear: both;
}
