body {
	background-color: #e8e7e1;
	padding: 0;
	margin: 0 auto 32px auto;
	font-size: 13px;
	font-family: Arial, sans-serif;
}

#container {
	margin: 0 auto;
}

#header {
	background-color: #41231e;
	background-image: url(/_img/header-bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 96px;
}


#logo {
	width: 744px;
	margin: 0 auto;
	padding-top: 20px;
	background: url(/_img/sign.gif) top right no-repeat;
}

#header h1 {
	margin: 0;
	color: #ffc000;
	font-size: 32px;
	padding: 0;
}

#header h1 span {
	font-size: 75%;
	color: #ffe9a2;
}

#header h2 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #ffffff;
}

#navigation {
	margin: 0 auto;
	background-color: #98ad41;
	background-image: url(/_img/nav-bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-top: 8px;
	clear: both;
}

#navlist {
	width: 744px !important;
	width: 751px;
	margin: 0 auto;
	display: block;
	clear: both;
}

#navlist ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navlist li {
	float: left;
	display: block;
	margin: 0 4px 0 0;
	font-weight: bold;
}

.nav-off {
	background-color: #e9e8e2;
	border-bottom: 1px solid #d7d5c8;

}

.nav-on {
	background-color: #ffffff;
	color: #000000;
	border-bottom: 1px solid #ffffff;
}

#navlist li a {
	display: block;
	text-decoration: none;
	padding: 4px 16px;
}

#navlist li.nav-on a {
	color: #000000;
}

#navlist li.nav-off a {
	color: #361c17;
}

#navlist li.nav-off a:hover {
	color: #0066cc;
}

#page {
	width: 680px !important;
	width: 688px;
	padding: 32px;
	margin: 0 auto;
	background-color: #ffffff;
	border-left: 1px solid #d7d4c7;
	border-right: 1px solid #d7d4c7;
	border-bottom: 9px solid #98ad41;
/*	background-image: url(/_img/tester.gif);
	bacground-position: top;
	background-repeat: repeat-y;*/
}

#intro {
	margin-bottom: 16px;
}

.section {
	padding-top: 16px;
	border-top: 1px solid #d7d4c7;
	margin-top: 16px;
/*	background-color: #efefef;*/
	display: block;
	clear: both;
}

#vcard {
	width: 192px;
	background-color: #e8e7e1;
	padding: 12px;
	margin-left: 464px;
}

#vcard span {
	font-size: 13px;
	display: block;
	margin-bottom: 4px;
}


#vcard span.photo {
	margin: 0 0 12px 0;
}

#vcard span.name {
	color: #000000;
	font-weight: bold;
	margin-top: 8px;
}

#vcard span.org {

	font-weight: bold;
}

#vcard dl {
	font-size: 11px;
	line-height: 14px;
	margin: 6px 0 0 0;
	padding: 0;
}

#vcard dt {
	float: left;
	margin-right: 8px;
	width: 40px;
	color: #615c4f;
}

#vcard dd {
	color: #000000;
	font-weight: bold;
}

#blogpromo {
	font-size: 13px;
	width: 216px;
	margin-left: 464px;
}

#intro {
	width: 448px;
	float: left;
	
}

#intro h2 {
	font-size: 13px;
}

#intro p {
	line-height: 130%;
}

#services {
	border: 1px solid #e4dca6;
	background-color: #fef8d9;
	padding: 12px;
}

#services p {
	margin-top: 0;
	margin-bottom: 12px;
	padding: 0;
}

ul.checklist {
	margin: 0 0 12px 12px;
	padding: 0;
	list-style: none;
	color: #401000;
	display: block;
}

ul.checklist li {
	padding-left: 16px;
	background-image: url(/_img/checkmark.gif);
	background-position: 2px left;
	background-repeat: no-repeat;
	margin-bottom: 8px;
}

.right li
{
	margin-left: 16px;
}

.action {
	font-size: 15px;
}

.action button {
	font-size: 15px;
}

.testimonial {
	width: 216px;
	color: #401000;
	margin-left: 464px;
}

.testimonial blockquote {
	font-size: 13px;
	line-height: 130%;
	margin: 0 0 16px 0;
	padding: 0;
}

.testimonial .attrib {
	color: #843d04;
	font-size: 13px;
}

.testimonial p {
	font-size: 15px;
	margin: 0 0 16px 0;
}

.testimonial2 {
	color: #401000;
	margin-top: 16px;
}

.testimonial2 blockquote {
	font-size: 13px;
	line-height: 130%;
	margin: 0 0 16px 0;
	padding: 0;
}

.testimonial2 .attrib {
	color: #843d04;
	font-size: 13px;
}

.testimonial2 p {
	font-size: 15px;
}

#slideshow {
	width: 448px;
	float: left;
	display: block;
}



.content h2 {
	font-size: 24px;
	text-align: center;
	color: #571d00;
	margin-top: 0;
}

.fivesteps h3 {
	background-color: #f34710;
	color: #ffffff;
	padding: 4px 8px;
	font-size: 18px;
	border-bottom: 1px solid #e22224;
}

.fivesteps h3 .note {
	font-size: 13px;

	color: #ffdd83;
}

.fivesteps ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.fivesteps ul li {
	margin-bottom: 8px;
	padding-left: 16px;
	background-image: url(/_img/checkbox.gif);
	background-position: 3px left;
	background-repeat: no-repeat;
}

.callpromo {
	border: 1px solid #e4dca6;
	background-color: #fef8d9;
	padding: 16px;
}

#quickad {
	width: 182px;
	float: right;
	margin: 0 0 16px 16px;
	font-size: 15px;
	line-height: 125%;
	background-color: #d3f1fa;
	border: 1px solid #b1e6f6;
}

#quickad strong {
	color: #b0232a;
	text-align: center;
	display: block;
	padding: 4px;
	background-color: #b1e6f6;
	margin-top: 4px;
}

#footpromo {
	text-align: center;
	font-size: 15px;
}

.photo-right {
	float: right;
	margin: 0 0 16px 16px;
	background-color: #f6fafd;
	padding: 8px;
	border-top: 1px solid #d2d6d9;
	border-left: 1px solid #d2d6d9;
	border-bottom: 1px solid #c3c8cd;
	border-right: 1px solid #c3c8cd;
}

.kitchen-planning .content ol li {
	margin-bottom: 8px;
	color: #571d00;
}

.sidebar-right {
	float: right;
	width: 184px;
	margin-left: 16px;
	margin-bottom: 16px;
	padding: 16px;
}

.sb-blu {
	background-color: #fef8d9;
	border: 1px solid #e4dca6;
	font-family: verdana;
	font-size: 11px;
	background-image: url(/_img/ruler-small.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

.sidebar-right h3 {
	margin: 0;
	text-align: center;
	color: #b0232a;
}

.sidebar-right h4 {
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 8px;
	border-top: 1px solid #e4dca6;
}

.sidebar-right p {
	margin-top: 0;
	margin-bottom: 8px;
}

#pricing-table {
  margin-bottom: 32px;
  background-color: #fef8d9;
}

#pricing-table td {
  vertical-align: top;
  width: 33%;
  padding: 16px;
  color: #9b592e;
}

#pricing-table h3 {
  margin: 0 0 8px 0;
  color: #000000;
  font-size: 15px;
}

#pricing-table td.option strong {
  color: #541c06;
}

#pricing-table td.price {
  background-color: #ffeeb3;
  font-weight: bold;
}


#pricing-table td.price strong {
  display: block;
  font-size: 18px;
  color: #000;
}

#pricing-table .note {
  font-size: 11px;
  display: block;
  margin-top: 12px;
  font-weight: bold;
}

ul#more-services {
  margin: 0 0 0 232px;
}

td.col-b, td.col-c {
  border-left: 1px solid #e4dca6;
}

.installation-pricing #quickad {
  float: left;
  margin: 0;
}

#more-services {
  margin-left: 232px;
}

#more-services h4 {
  margin: 0 0 8px 0;
  font-size: 15px;
}

#more-services .checklist {
  margin: 0;
}

/* Blog page styles */

#page.blog .sidebar-right {
  background-color: #f6f5f3;
}

#page.blog .sidebar-right h3 {
  font-size: 13px;
  text-align: left;
  color: #541c06;
}

#page.blog .sidebar-right ul {
  list-style: none;
  margin: 8px 0 0 0;
  padding: 0;
}

#page.blog .sidebar-right li {
  line-height: 18px;
}

#page.blog .sidebar-right #subscribe {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #d7d4c7;
}

#page.blog .sidebar-right #subscribe img {
  vertical-align: -2px;
}

#page.blog h3 {
  font-size: 15px;
  color: #541c06;
  margin: 0;
}

#page.blog h3 a {
  text-decoration: none;
  color: #541c06;
}

#page.blog h3 a:hover {
  text-decoration: underline;
  color: #0066cc;
}

#page.blog h4 {
  font-size: 13px;
  margin: 0 0 8px 0;
  color: #9b592e;
}

#page.blog .post {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d7d4c7;
}





/* Footer */

#footer {
	padding-top: 16px;
	border-top: 1px solid #d7d4c7;
	margin-top: 16px;
/*	background-color: #efefef;*/
	display: block;
	clear: both;
	line-height: 130%;
}


p#copyright {
	font-size: 11px;
	width: 448px;
	float: left;
	color: #959ba3;
	margin: 0;
	padding: 0;
}

#contact-info {
	width: 216px;
	margin-left: 464px;
	font-size: 11px;
	color: #843d04;
	line-height: 16px;
}

#contact-info strong {
	color: #401000;
}

#contact-info dl {
	margin: 0;
	padding: 0;
}

#contact-info dt {
	width: 36px;
	float: left;
	display: block;
}

/*General*/

p {
	line-height: 130%;
}

a:link {
	color: #0066cc;
}

div.clearer {
	clear: both;
}

img {border: none;}

blockquote#introquote {
	margin: 0 0 16px 0;
	padding: 0;
	line-height: 130%;
	font-size: 15px;
}

#introquote .qq {
	font-family: Georgia, serif;
	font-size: 200%;
	vertical-align: -50%;
		color: #401000;
}