@charset "utf-8";
/* CSS Document */

body {
	background-color:#430c0c;
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#top {
	background-image:url(images/top_bg.png);
	width: 631px;
	height: 43px;
	background-repeat:no-repeat;
	display: block;
	}
#middle {
	background-image: url(images/middle_bg.png);
	background-repeat:repeat-y;
	
}
#bottom {
	background-image:url(images/bottom_bg.png);
	width: 631px;
	height:50px;
	background-repeat:no-repeat;
	display:block;
	}
 
#container {
	margin: 0 auto;
	text-align: left;
	width: 632px;
}
.clearall {clear:both;}

p {padding-left: 45px; padding-right: 45px;}

h1 {font-size: 130%; color: #430c0c; padding-left: 45px; padding-right: 45px; margin-top: 4px;}

h2 {font-size: 110%; color:#993300; padding-left: 45px; padding-right: 45px; margin-top: 4px;}

.testimonial {
	font-style: italic;
	background-image:url(images/deco-line.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom: 20px;
 
	margin-left: 40px;
	margin-right: 40px;

}

/*right nav*/

#rightNav {
	position:absolute;
	margin-left: 630px;
	display:block;
	width: 170px;
 	float:right;
}

#rightNav a {
	padding: 6px;
	margin-bottom: 4px;
	border: 1px solid #81816f;
	color:#000000;
	display:block;
	height: 20px;
	text-decoration:none;
	background: #e3e3c3; /* Old browsers */
	background: -moz-linear-gradient(top, #e3e3c3 0%, #81816f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e3c3), color-stop(100%,#81816f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e3e3c3 0%,#81816f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e3e3c3 0%,#81816f 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #e3e3c3 0%,#81816f 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3c3', endColorstr='#81816f',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #e3e3c3 0%,#81816f 100%); /* W3C */
	}
#rightNav a:hover {
	color: #430c0c;
	background: #e3e3c3; /* Old browsers */
	box-shadow:inset 0 0 10px #000000;
	-webkit-box-shadow:inset 0 0 5px #000000;
	-moz-box-shadow:inset 0 0 5px #000000;
	}	
	
#home .home,
#restoration .restoration,
#appraisal .appraisal,
#testimonials .testimonials,
#photos .photos,
#about .about 
{	background:#430c0c;
	color:#fff;
	border: 1px solid #fff;
 }	