/* CSS Document */
*{
	padding:0;
	margin:0;
	text-decoration:none;
}

img{
	border:none;
}

.clear{
	clear:both;
	height:0;
	font-size:0;
}

body{
	background:url(/images/body_bgr.jpg) repeat-x #596841;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1{
	font-size:15px;
	font-weight:bold;
	color:#4f3300;
}

ul{
	color:#393939;
	line-height:15px;
}

p{
	color:#393939;
	line-height:18px;
}

#container{
	width:1194px;
	position:relative;
	margin-left:-596px;
	_margin-left:0px;
}

#header{
	width:966px;
	height:171px;
	background:url(/images/header_bg.jpg) no-repeat;
	margin:0 auto;
}

#logo{
	width:185px;
	height:104px;
	padding:12px 0 0 38px;
}

#content_container{
	width:966px;
	background:url(/images/content_bgr.jpg) repeat-y;
	margin:0 auto;
	padding-bottom:44px;
	min-height:640px;
}

#content_menu{
	width:218px;
	float:left;
	margin-right:4px;
}

#content_menu a{
	color:#f1f1f1;
}

.menu_item{
	background:url(/images/menu_item_bg.jpg) no-repeat right;
	border-bottom:1px dotted #735D34;
}

.menu_item a{
	width:208px;
	height:21px;
	padding:7px 0 0 10px;
	display:block;
}

.menu_item_sel{
	background:url(/images/menu_item_sel_bg.jpg) no-repeat right #553A07;
	border-bottom:1px dotted #735D34;
}

.menu_item_sel a{
	width:208px;
	height:21px;
	padding:7px 0 0 10px;
	display:block;
}

#content{
	width:712px;
	float:left;
	padding:6px 16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#6C552B;
}

#content img{
	margin:10px;
}

#footer_container{
	width:1194px;
	background:url(/images/footer_bgr.jpg) repeat-x;
	position:relative;
	margin-left:-596px;
	_margin-left:0px;
}

#footer{
	width:1194px;
	height:122px;
	background:url(/images/footer_bg.jpg) no-repeat ;
	margin:0 auto;
	position:relative;
	top:-43px;
}

#footer_content{
	margin:60px 140px 0 0;
	font-size:10px;
	color:#535353;
	text-align:right;
	float:right;
}

#footer_content a{
	color:#535353;
}

#small_text{
	color:#301f00;
	font-size:10px;
	border-top:1px solid #c9bea9;
	padding:10px 0 0 0;
}

.contact_form{
	margin:14px auto;
	text-align:right;
	font-size:12px;
	color:#484848;
	border-top:1px solid #bad68d;
	border-left:1px solid #bad68d;
	border-right:1px solid #bad68d;
}

.contact_form_1{
	border-bottom:1px solid #bad68d;
	background:#c6e09d;	
}

.contact_form_2{
	border-bottom:1px solid #bad68d;
	background:#daefba;
}

.form_textinput, .form_textarea{
	width:460px;
	margin:8px;
	border:1px solid #bad68d;
	background:#f8f7f3;
}

.form_submit{
	width:100px;
	height:24px;
	margin:8px;
	float:right;
	display:block;
	cursor:pointer;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#fff;
	background:#596942;
	border:none;
}

.error_msg{
	color:#bb2d2d;
	border-bottom:1px solid #d96a6a;
	border-top:1px solid #e59c9c;
	background:#f0c8c8;
	padding:4px;
	font-size:11px;
	margin:5px 0;
}

.form_msg_sent{
	color:#337425;
	border-bottom:1px solid #69bd76;
	background:#baef9a;
	padding:4px;
	font-size:11px;
	margin:5px 0;
}

.gallery-image{
	float:left;
	width:220px;
}