@charset "utf-8";
/* CSS Document */
/* background= #dde1cf  menus= #89714f text= #89714f bold-text= #603913 */
* { margin: 0; padding: 0;}
p, ul, ol {font-size: 1.4em;}
a {color: #960;}
a:hover {color: #656761;}
.float_r {float: right; display: inline;}

/* global nav */
#nav {
	background: #89714f url(img/sprite_nav.gif) no-repeat 35px 0;
	width: 878px;
	height: 25px;
}
#nav li, #nav li a {
	float: left;
	display: inline;
	list-style-type: none;
}
#nav li a {
	display: block;
	height: 25px;
	margin: 0 9px;
}
#nav li a span {
	display: none;
}

#nav li #home_nav {width:65px; margin-left: 35px;}
#nav li #about_nav {width:65px;}
#nav li #services_nav {width:85px;}
#nav li #contact_nav {width:93px;}

#nav li #home_nav:hover {
	background: #89714f url(img/sprite_nav.gif) no-repeat 0 -25px;
}
#nav li #about_nav:hover {
	background: #89714f url(img/sprite_nav.gif) no-repeat -83px -25px;
}
#nav li #services_nav:hover {
	background: #89714f url(img/sprite_nav.gif) no-repeat -166px -25px;
}
#nav li #contact_nav:hover {
	background: #89714f url(img/sprite_nav.gif) no-repeat -269px -25px;
}

#home-page #nav li #home_nav {background: #89714f url(img/sprite_nav.gif) no-repeat 0 -25px;}
#about-page #nav li #about_nav {background: #89714f url(img/sprite_nav.gif) no-repeat -83px -25px;}
#services-page #nav li #services_nav {background: #89714f url(img/sprite_nav.gif) no-repeat -166px -25px;}
#contact-page #nav li #contact_nav {background: #89714f url(img/sprite_nav.gif) no-repeat -269px -25px;}
/*-----------*/

/* global footer */
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer div,
#footer ul {
	float: right;
	font-size: 10px;
	display: inline;
	margin-top: 15px;
}
#footer small {
	font-size: 10px;
	color: #999999;
	margin-top: 20px;
}
#footer small a:hover {
	color: #89714f;
}
#footer #margin_small {
	margin-right: 20px;
}
#footer #footer_nav {
	float: left;
	display: inline;
	margin: 15px 0 0 20px;
}
#footer #footer_nav li {
	float: left;
	display: inline;
	list-style-type: none;
	margin: 0 10px;
}
#footer #footer_nav li a:hover {
	color: #89714f;
}
/*-----------*/


/* global structure */
html {
	background: #dde1cf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #89714f;
	text-align: left;
}
body {
	width: 900px;
	margin: 0 auto;
}
#wrapper {
	background: transparent url(img/main_bg.gif) 0 0 repeat-y;
}
#container {
	width: 878px;
	margin: 0 auto;
}
#content {
	width: 728px;
	float: left;
	display: inline;
	margin-top: 10px;
}
#estimate {
	width: 150px;
	float: left;
	display: inline;
	background: #89714f;
}
#footer {
	clear: both;
	width: 900px;
	height: 40px;
	background: transparent url(img/footer_bottom.gif) no-repeat left bottom;
	margin-left: -11px;
	text-align: right;
}
#myGallery {
	float: left;
	display: inline;
	margin: 0 0 0 30px;
}
/*-----------*/

/* global classes */
.hide {display: none;}
.bold {color: #603913; font-weight:bold;}
.clear {clear:both;}
/*--------------*/

/* global styles */
h1 {
	background: transparent url(img/header.gif) 0 0 no-repeat;
	width: 900px;
	height: 190px;
}
dl {
	color: #89714f;
	font-size: 14px;
	padding: 20px;
	font-weight: bold;
	font-style: italic;
}
dl dd {
	text-indent: 10px;
	padding-bottom: 15px;
}
#company_statement {
	width: 210px;
	float: left;
	display: inline;
	padding: 30px 0 20px 20px;
	font-size: 1.4em;
	line-height: 1.5em;
}
/*-------------*/

/* estimate form */
#estimate-form {
	color: #FFF;
	padding: 0 10px 10px 10px; 
}
#estimate-form h2 {
	padding: 10px 0 5px 0;
	font-size: 16px;
}
input {
	width: 120px;
	margin: 0 0 5px 0;
}
select {
	width: 126px;
	margin: 0 0 5px 0;
}
textarea {
	width: 125px;
}
#submit, #reset {
	width: 50px;
	height: 20px;
	margin: 10px 8px 0 0;
	background-color: #603913;
	color: #FFF;
	font-weight: bold;
	border: none;
}
#submit { width:60px;}
/*----------*/

/* main form */
#main-form {
	width: 270px;
	margin-top: 15px;
}
#main-form label {
	font-size: 14px;
	text-align: right;
	width: 300px;
	height: 20px;
	margin: 5px 0;
	padding: 3px;
}
#main-form input {
	width: 250px;
	height: 20px;
	margin: 5px 0;
	font-size: 1.2em;
}
#main-form select {
	width: 256px;
	height: 22px;
	margin: 5px 0 5px 0;
	border: 1px solid #999;
	padding: 2px;
	background-color: #FFF;
}
#main-form select option {
	padding: 2px 2px 2px 5px;	
}
#main-form textarea {
	width: 252px;
	height: 60px;
	margin: 5px 0 5px 0;
}
#main-form #submit, #main-form #reset {
	width: 60px;
	height: 22px;
	margin: 10px 8px 0 0;
	background-color: #603913;
	color: #FFF;
	font-weight: bold;
	border: none;
}

/*----------*/

/* home styles */
#company_statement a {
	color: #603913;
	padding-top: 20px;
	display: block;
}
/*----------*/

/* about styles */
#about-page p {
	width: 550px;
	padding: 10px 5px 5px 10px;
	margin: 0 auto;
}
#about-page img {
	margin: 15px 0 0 0;
	padding-left: 10px;
}
#about-page #ceo_letter h2 {
	margin: 30px 0 0 50px;
}
#about-page h2 .bold {
	font-size: 1.2em;
	margin: 0 0 0 10px;
}
#about-page #about_statement, #about-page #ceo_letter {
	border-bottom: 2px solid #630;
	margin: 20px 40px;
	padding-bottom: 30px;
}
#about-page #ceo_letter #derek {
	font-style: italic;
	color: #603913;
}
/*----------*/

/* services styles */
#services-page p {
	width: 300px;
	font-size: 1.4em;
	margin-left: 30px;
	padding: 10px;
	float: left;
	display: inline;
}
#services-page #kitchen_header {
	background: transparent url(img/kithchen_heading.gif) no-repeat 0 0;
	width: 239px;
	height: 40px;
	margin: 30px 0 10px 30px;
	float: left;
	display: inline;
}
#services-page #bathroom_header {
	background: transparent url(img/bathroom_heading.gif) no-repeat right 0;
	width: 324px;
	height: 39px;
	margin: 30px 40px 10px 0;
	float: right;
	display: inline;
}
#services-page #additions_header {
	background: transparent url(img/additions_heading.gif) no-repeat right 0;
	width: 292px;
	height: 41px;
	margin: 30px 0 10px 30px;
	float: left;
	display: inline;
}
#services-page #kitchen_img {
	float: right;
	display: inline;
	padding: 10px;
	margin: 40px 20px 0 0;
}
#services-page #bathroom_img {
	float: left;
	display: inline;
	padding: 10px;
	margin: 80px 0 0 20px;
}
#services-page #additions_img {
	float: right;
	display: inline;
	padding: 10px;
	margin: 90px 0 0 0;
}
#services-page h3 {
	font-size: 1.6em;
	margin: 30px 0 0 50px;
}
#services-page .additional_services {
	float: left;
	display: inline;
	margin: 10px 0 20px 80px;
	font-size: 1.4em;
}
/*----------*/

/* contact styles */
#contact-page #contact_info {
	float: left;
	display: inline;
	width: 280px;
	padding: 30px;
}
#contact-page #contact_info #quote {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	width: 200px;
	margin-bottom: 20px;
}
#contact-page #content dl {
	font-size:1.4em;
	padding: 0;
}
#contact-page #content dl dd {
	font-style: italic;
}
#contact-page #form_wrapper {
	float: left;
	display: inline;
	margin-bottom: 20px;
}
#contact-page #form_wrapper h3 {
	font-size: 1.6em;
	margin: 10px 0 0 0;
}
#contact-page #estimate {
	height: 250px;
}

/* Thank You Page styles */
#thanks-page h3 {
	margin: 20px 0 20px 80px;
	font-size: 2.2em;
}
#thanks-page p {
	width: 500px;
	margin: 0 0 0 80px;
}
#thanks-page dl {
	margin: 0 0 0 80px;
}


/* Privacy Polic */
#privacy-policy {
	border-bottom: 2px solid #630;
	margin: 20px 40px;
	padding-bottom: 30px;
}
#privacy-policy p,
#privacy-policy ul,
#privacy-policy ol {
	margin: 10px 0 20px 0;
	padding: 0;
}
#privacy-policy ul li,
#privacy-policy ol li {
	margin-left: 30px;
	list-style-postion: inside;
}
#privacy-policy h2 {
	margin: 30px 0 0 0;
}

