@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top;
	background-color: #e9e7d8;
	color: #43040f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
img {
	border: none;
}
a {
	color: #bf6802;
	text-decoration: none;
}
a:hover{
	color: #43040f;
	text-decoration: none;
}
.main-container {
	width: 851px;
	margin: 0px auto 0px auto;
}
.container {
	width: 851px;
	float: left;
}
.top {
	float: left;
	width: 851px;	
	height: 100px;
	background-image: url(../images/top-right-bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
.top-left {
	width: 5px;
	height: 100px;
	float: left;
}
.top-banner {
	width: auto;
	float: right;
	margin: 0 20px 5px 0;
}
.top-links {
	width: auto;
	float: left;
	text-align: right;
	margin: 0 15px 0 180px;
}
.top-right {
	width: 5px;
	height: 100px;
	float: right;
}
.top-bottom {
	width: 851px;
	height: 4px;
	background-image: url(../images/top-bottom-bg.jpg);
	float: left;
}
.logo {
	width: 296px;
	height: 52px;
	float: left;
	margin: 30px 0px 0px 15px;
}
.middle {
	float: left;
	width: 790px;
	margin-left: 30px;
	margin-top: 0px;
}
.navigation {
	width: 259px;
	float: left;
}
.navi-top {
	float: left;
	height: 14px;
	width: 231px;
	background-color: #84061c;
	border-left: 28px #43040f solid;
}
.navi-bottom {
	float: left;
	height: 16px;
	width: 259px;
	background-image: url(../images/navi-bottom-bg.jpg);
}
.navigation ul {
	padding-left: 0px;
	margin: 0px;
	float: left;
}
.navigation li {
	list-style: none;
	line-height: 29px;
	font-size: 12px;
	width: 224px;
	height: 34px;
	background-image: url(../images/bullet-normal.jpg);
	padding-left: 35px;
}
.navigation li a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.navigation li a:hover {
	font-weight: bold;
	color: #cac9b5;
	text-decoration: none;
}
.banner {
	float: left;
	width: 531px;
}
.content-top {
	width: 851px;
	height: 4px;
	background-image: url(../images/content-top-bg.jpg);
	float: left;
}
.content-container {
	float: left;
	height: inherit;
	width: 851px;
}
.content-left {
	width: 5px;
	height: 100px;
	float: left;
	background-image: url(../images/content-left-bg.jpg);
}
.content-right {
	width: 5px;
	height: 100px;
	float: right;
	background-image: url(../images/content-right-bg.jpg);
}
.main-content {
	float: left;
	width: 790px;
	margin-left: 25px;	
}
.left-content {
	margin-top: 10px;
	width: 259px;
	height: inherit;
	float: left;
}
.testimonial {
	background-color: #cac9b5;
	margin-top: 10px;
	padding-left: 21px;
	padding-right: 21px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 217px;
	float: left;
}
.right-align {
	width: 231px;
	text-align: right;
	float: left;
}
.right-content {
	width: 515px;
	height: inherit;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	padding-left: 5px;
	line-height: 17px;
}
.title {
	color: #84061c;
	font-size: 16px;
	font-weight: bold;
}
.title1 {
	font-size: 14px;
	font-weight: bold;
	color: #b40000;
}
.footer {
	float: left;
	width: 790px;
	margin-left: 25px;
	margin-bottom: 10px;
	margin-top: 15px;
	border-top: 1px #84061c solid;
	text-align: center;
	padding-top: 10px;
	line-height: 20px;
}
.free {
	width: 220px;
	float: left;
	margin: 10px 0 10px 35px;
}
.contact-container {
	float: left;
	border-bottom: 1px #CCCCCC dashed;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-left: 20px;
	width: 500px;
}
.label {
	width: auto;
	float: left;
}
.description {
	width: auto;
	float: left;
	margin-left: 10px;
}