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


body {
	position: relative;
	margin: auto;
	
	background-color: #f7e3bd;
	
	font-family: Arial, Helvetica, sans-serif;
}

.container1 {
	background-image: url(images/brickwall.jpg);
	background-repeat: repeat-x;
	height: auto;
	
}

.header1 {
	background-image: url(images/brickwall.jpg);
	background-repeat: repeat-x;
	
	height: 154px;
	
	
}

.container2 {
	width: 900px;
	margin: auto;
	
	position: relative;
	
	height: auto;
	

}

.header2 {
	background-image: url(images/logo_header.jpg);
	background-repeat: repeat-x;
	
	height: 154px;

}


.menu {
	position: absolute;
	
	top: 0px;
	left: 620px;

}

.submenu {
	margin: 10px 0px 0px 20px;
}

.submenu a {
	color: #bf502e;
	background-image: url(images/submenu_rollover.gif);
	background-position: 0px 0px;
	
	display: block;
	
	font-weight: bold;
	
	text-decoration: none;
	font-size: 13px;
	padding: 5px 0px 5px 30px;
	width: 300px;
	
	font-size: 12px;
}

.submenu a:hover {
	background-position: 0px 28px;
}

.content {
	background-image: url(images/body.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	
	min-height: 550px !important;
	height: auto;
	background-color: #FFFFFF;
	
	padding: 0px 0px 20px 0px;
}

.content .text {
	width: 500px;
	
	padding: 20px 0px 0px 20px;
	
	font-size: 11px;
	font-weight: bold;
}

.content h1 {
	font-size: 16px;
	color: #632918;
	
	font-weight: bold;
	
	margin: 0px 0px 10px 0px;
}

.content .caption {
	background-image: url(images/caption.gif);
	
	width: 420px;
	height: 21px;
	
	color: #FFFFFF;
	font-size: 12px;
	
	padding: 5px 0px 0px 12px;
}

.content a {
	color: #bf502e;
	
	text-decoration: none;
}

.testimonial {
	
	border-bottom: 2px dashed #999999;
	
	padding: 10px 0px 10px 145px;
	width: 715px;
	min-height: 140px !important;
	height: auto;
}

.testimonial .name {
	position: relative;
	display: block;
	color: #bf502e;
	
	font-size: 21px;
	font-weight: 100;
	
	border-bottom: 1px solid #825344;

	width: 420px;
	padding: 0px 0px 5px 0px;

}

.testimonial .sep {
	display: inline;
	color: #f6993a;
	padding: 0px 5px 0px 5px;
	font-size: 16px;
}

.testimonial .name .date {
	display: inline;
	color: #634b1f;
	
	font-size: 15px;
	font-weight: bold;
}

.testimonial .name .icon {
	display: inline;
	position: absolute;
	top: -5px;
	left: 380px;
}

.testimonial .thumbnail {

	float: left;
	width: 120px;
	height: 140px;
	
	border: 1px solid #c6a66c;
	
	margin-right: 10px;
	
	position: absolute;
	left: 30px;
}

.testimonial .text {
	padding: 10px 0px 10px 0px;
	margin: 0px;
	
	line-height: 18px;
	
	width: 450px;
	
}

.footer {
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	
	height: 50px;
	
	margin: 0px 0px 20px 0px;
	padding: 15px 0px 0px 0px;
	
	text-align: center;
	font-size: 11px;
	color: #7c3608;
	
	font-weight: bold;
	
	bottom: 0px;
}

.footer b {
	color: #c76121;
}

.footer a {
	text-decoration: none;
	color: #7c3608;
}


