/*   
COLORS
dark brown (bg color) #4f3c2c
light brown (outline/stroke) #b2967d
light brown (text) #e1c9b5  
blue #003f5e

white text #d6d2ce
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td { /*takes margin & padding off most elements.*/
 margin:0;
 padding:0;
	} 
	
a{
	color:#e1c9b5;
	text-decoration:underline;
	outline:none;
	}

a:hover{
	text-decoration:none;
	color:#d6d2ce;
	}

a.top{
	display:block;
	padding:3px 0;
	width:3em;
	}


body{
	background: #4f3c2c url(images/body_bg.gif) repeat-x 0 -47px; 
	color:#d6d2ce;
	font: 75% Lucida Grande,Lucidia Grande Unicode, sans-serif; /*75% resets the default font size to 12px;*/
	min-width:760px;
	text-align:center;
	margin-top:34px;
	margin-bottom:34px;
	}

body#home{
	background: #4f3c2c url(images/body_bg.gif) repeat-x 50% 0; 
	
	}

.block{
	display:block;
	}

.clear{ /*to clear FLOATS*/
 	clear:both;
	font-size:0;
	height:0;
	line-height:0;
	visibility:hidden;
	}

.clearboth{ /*to clear objects*/
	clear:both;
	}

.content_main{
	width:520px;
	float:left;
	font-size:.95em;
	line-height:1.7;
	}

.content_main#gallery img{
	border:4px solid #b2967d;
	margin-bottom:23px;
	}

.content_main#gallery img.after{
	border:0;
	margin-bottom:23px;
	}

.content_main#gallery a.top{
	margin-top:10px;
	float:left;
	}

.content_main p, .content_main ul{
	padding-bottom:23px;
	}

.content_img{
	border:3px solid #B2967D;
	margin:0 16px 16px 0;
	float:left;
	
	}

.contact_info{
	list-style-type:none;
	color: #e1c9b5;
	line-height:1.45;
	margin: 46px 0 0 0;
	text-align:center;
	}

.error{
	background-color:#fcb6a6;
	}

.form_row{
	font-size:11px;
	line-height:1.45;
	padding:5px 0 5px 0;
	}

.form_row#inline label{
	display:inline;
	}

.form_row label{
	display:block;
	}

h1 img{
	margin:-1px 0 66px 44px;
	}

body#home h1 img{
	margin:25px 0 90px 44px;
	}
	
h1 a{
	display:block;
	overflow:hidden;
	}

h2{
	clear:both;
	text-indent:-9999px;
	overflow:hidden;
	}
	
	h2.header_home{
		margin:30px 0 23px 0;
		background:transparent url(images/home_header.gif) no-repeat 0 0;
		line-height:61px;
		}
	h2.about{
		margin:0 0 23px 0;	
		background:transparent url(images/about.gif) no-repeat 0 0;
		line-height:26px;
		}
	h2.gallery{
		margin:0 0 23px 0;	
		background:transparent url(images/gallery.gif) no-repeat 0 0;
		line-height:36px;
		width:109px;
		float:left;
		}
	
	h2.testimonials{
		margin:0 0 23px 0;	
		background:transparent url(images/testimonials.gif) no-repeat 0 0;
		line-height:26px;
		}
	
	h2.contact{
		margin:0 0 23px 0;	
		background:transparent url(images/contact.gif) no-repeat 0 0;
		line-height:26px;
		}	
		
	h2.thankyou{
		margin:0 0 23px 0;	
		background:transparent url(images/thank_you.gif) no-repeat 0 0;
		line-height:26px;
		}	
h3{
	font-size:12px;
	font-weight:normal;
	color:#e1c9b5;
	}
	
h4{
	}
	
h5{
	}
	
h6{
	}

.header{
	width:206px;
	float:left;
	}

.gallery_nav{
	padding-top:10px;
	width:330px;
	float:right;
	text-align:right;
	}

.gallery_nav h3{
	padding:4px 0;
	float:left;
	width:190px;
	}

.gallery_nav h3.no_nav{
	float:right;
	}

.gallery_nav#bottom ul{
	float:right;
	}

.gallery_nav ul{
	margin:0 0 0 33px;
	padding-bottom:0;
	/*width:100px;*/
	float:left;
	list-style:none;
	}

.gallery_nav ul li{
	float:left;
	padding:0 3px 0 3px;
	text-align:center;
	}

.gallery_nav ul li a{
	background-color:#634e3c;
	border:1px solid #6b655d;
	color:#fff;
	display:block;
	padding:3px 0;
	width:2em;
	text-decoration:none;
	}

.gallery_nav ul li a.on{
	/*background-color:#b2967d;*/
	/*color:#fff;*/
	border:1px solid #b2967d;
	}

.gallery_nav ul li a:hover{
	background-color:#b2967d;/*6b655d*/
	border:1px solid #b2967d;
	color:#fff;
	
	}

.image{
	margin-bottom:80px;
	}

.image img{
	border:6px solid #b2967d;
	}
	
.image a{
	color:#003f5e;
	display:block;
	font-size:10px;
	text-align:center;
	padding:130px 0 13px 0;
	text-decoration:underline;
	width:156px;
	float:left;
	
	}

.image a.new_homes{
	background: url(images/link_img_new_home.jpg) no-repeat top center;
	margin-right:24px;
	}
	
.image a.kitchen_bath{
	background: url(images/link_img_kich.jpg) no-repeat top center;
	
	}

.image a.complete{
	background: url(images/link_img_complete.jpg) no-repeat top center;
	margin-right:24px;
	}

.image a:hover{
	background-color:#b2967d;
	color:#ffffff;
	text-decoration:none;
	}

.left{
	float:left;
	}

ul.nav{
	padding-left:55px;
	}
ul.nav li{
	width:94px;
	list-style:none; 
	}
	
ul.nav li a{
	width:93px;
	display:block;
	background-image:url(images/cb_homes_7-nav.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;	
	height:33px;
	}

ul.nav li a#home-link{
	background-position:0 0;
	}

	ul.nav li a#home-link:hover{
	background-position:-94px 0;
	}
ul.nav li a#about-link{
	background-position:0 -33px;
	}
	ul.nav li a#about-link:hover{
	background-position:-94px -33px;
	}

ul.nav li a#gallery-link{
	background-position:0 -66px;
	height:32px;
	}
	ul.nav li a#gallery-link:hover{
	background-position:-94px -66px;
	}

ul.nav li a#testimonials-link{
	height:34px;
	background-position:0 -98px;
	}

	ul.nav li a#testimonials-link:hover{
	background-position:-94px -98px;
	}

ul.nav li a#contact-link{
	background-position:0 -132px;
	}

	ul.nav li a#contact-link:hover{
	background-position:-94px -132px;
	}

ul.nav li ul {
	margin:0;
	}
ul.nav li ul.sub li{
	padding-bottom:9px;
	text-align:center;
	
	}

ul.nav li ul.sub li a{
	text-indent:0;
	text-align:center;
	color:#d6d2ce;
	font-size:11px;
	text-decoration:none;
	background:none;
	background-image:none;
	display:block;
	height:auto;
	line-height:1;
	overflow:hidden;	
	}

ul.nav li ul.sub li a:hover{
	color:#e1c9b5;
	background:url(images/nav_sub_bg.gif) no-repeat 0 1px;
	}

.quotes_color{
	padding:0 10px 10px 61px;
	background:url(images/quote_2.gif) no-repeat 10px 0;
	}

.quote{
	font-style:italic;
	}

.right{
	float:right;
	}

.sidebar{
	padding:10px;
	background-color:#634e3c;
	float:right;
	width:157px;
	margin-left:16px;
	margin-bottom:16px;
	}

.sidebar h3{
	font-weight:bold;
	font-size:15px;
	color:#fff;
	padding-bottom:9px;
	}

.sidebar ul, .sidebar p{
	
	padding-bottom:0;
	}

.sidebar p{
	border-top:1px solid;
	margin-top:10px;
	padding-top:6px;
	color:#d6d2ce;
	font-size:10px;
	}

.sidebar li{
	list-style:none;
	background:url(images/bullet.gif) no-repeat 2px 5px;
	line-height:1.45;
	padding-left:12px;
	color:#fff;
	font-size:10px;
	padding-bottom:2px;
	margin-bottom:0;
	}

.space{
	height:20px;
	}

table, td{
	border-collapse:collapse;
	}

.wrap{
	margin:0 auto;
	text-align:left;
	width:760px;
	}
