body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
h3{    
 color: #7B5A47;    
 font-size: 14px;    
 font-weight: bold;
margin:10px 0
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
body {
	font: 12px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	background:url(images/bg.png) repeat-x top left #f0efe0;
	color:#523C2F;
	line-height:20px
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 146px;
	
}

#header .logo{
	background:url(images/logo.png) no-repeat top left;
	height:63px;
	width:164px;
	margin:25px 0 0;
	float:left
}
#header .FullName{

	width:300px;
	margin:94px 0 0;
	float:left;
	font-size:24px;
	color:#B44000;
}
#header .nav_wrapper{
	background:url(images/nav_corners.png) no-repeat center right;
	padding:0 10px 0 0;
	margin:63px 0 0;
	float:right
}
.nav_wrapper .nav_left{
	background:url(images/nav_corners.png) no-repeat center left;
	float:left;
	height:51px;
	width:10px;
}
ul#nav{
	margin:0 0 0 10px;
	background:url(images/nav_bg.png) repeat-x center left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	list-style-type:none;
	height:51px;
	padding:0
}
ul#nav li{
	float:left;
	margin:0;
	background:url(images/nav_sprt.png) no-repeat right top;
}
ul#nav li.last{
	float:left;
	margin:0;
	background:none;
}
ul#nav li a{
    color: #491701;
    display: block;
    line-height: 51px;
    padding: 0 30px;
    text-decoration: none;

}
ul#nav li a:hover, ul#nav li.active a{
	color:#d17b00
}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 388px 0 0;
}
#content .left_wrap{
	border:1px solid #e9e7d8;
	width:100%;
	background:#f1f0e2;
	padding:52px 23px 72px 30px;
	margin:0 0 45px;
	background:url(images/content_srtp.png) repeat-x top left 
}
#content .left_wrap .mid_banner{
	background:url(images/mid_banner.png) no-repeat left top;
	height:75px;
	width:596px;
	margin:50px 0 0;
}
#content .left_wrap h1,#sideRight h1 {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:700;
	margin:0;
	padding:0;
	color:#523c2f;
	text-transform:uppercase
}
.prefix_m25{
	margin:25px 0!important;
}
#content .left_wrap p{
	margin:30px 0 0;
}
.choose_us img{
	float:left;
	margin:0 15px 34px 0;
}
#content .left_wrap .choose_us p{
	margin:0 !important;
	padding:0 !important;
}
/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 336px;
	margin-left: -333px;
	position: relative;
}
#sideRight .right_wrap{
	padding:52px 23px 72px 30px;
}
#sideRight .right_wrap p{
	margin:15px 0;
}

#sideRight .right_wrap .getintouch{
	margin:20px 0 15px 0;
	
}
#sideRight .right_wrap .getintouch .content{
	background:url(images/getintouch_bg.png) repeat-y top left;
	margin: 15px 0 0;
    padding: 0 0 0 25px;
}
.list li{
	background:url(images/marker-1.gif) no-repeat 0 8px;
	color: #523C2F;
    font: 12px/20px Arial,Helvetica,sans-serif;
    margin-bottom: 5px;
    padding: 0 0 10px 18px;
}
.list a {
    color: #7B5A47;
    text-decoration: none;
	outline:0
}
.list a:hover {
    color: #FF350D;
    text-decoration: none;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 100px;
	background:url(images/Footer_bg.png) repeat-x top left;
}
.footer_content{
	float:left;
	margin:43px 0 0
}
.footer_content p{
	margin:0;
	padding:0;
}
.social_network{
	float:right;
	margin:24px 0 0;
}
.social_network ul{
	list-style:none;
	margin:13px 0 0;
	float:left;
}
.social_network ul li{
	float:left;
	display:inline;
	margin:0 15px 0 0
}
 .social_network ul li.prefix{
	margin:0 40px 0 0
}
 .social_network ul li a{
	text-decoration:none;
	outline:0;
	width:24px;
	height:24px
}
.clear{
	clear:both;
}
.slider{
	background:url(images/slider.png) repeat-x top left;
}
