body {
	background:#442301;
	font-family: Arial, Tahoma, verdana;
	padding:0px;
	margin:0px;
	font-size:12px;
	color:#89744e;
}


a {
	font-family: Verdana, Arial, Tahoma;
	color:#c7c7c7;
	text-decoration:none;
}

a img {
	border:none;
}

.tahoma {
	font-family: Tahoma, Verdana, Arial;
}

.arial {
	font-family: Arial, Tahoma, Verdana;
}


.clear_cont, .cc {
	min-height:1px;
}



.clear_cont:after, .cc:after {
	clear:both !important;
	content:".";
	display:block;
	font-size:0;
	height:0;
	visibility:hidden;
}

.clear_all {
	clear:both;
}
/*-------------------------------------------------------------*/

#wrapper {
	background:url(../img/background.jpg) repeat-x center 0;
	
}
#wrapper1 {
	background:url(../img/background_inner.jpg) repeat-x center 0;
	
}
.bg_decor {
	background:url(../img/bg_foot.jpg) repeat-x 0 bottom;

}

.site_content {
	width:977px;
	margin:0 auto;		
}

.header {
	position:relative;
	padding-top:77px;
}
.header1 {
	position:relative;
	padding-top:120px;
}
.main_logo {
	position:absolute;
	margin:0;
	padding:0;
	top:2px;
	left:50%;
	margin-left:-168px;
	z-index:1;	
}

.mailus {
	position:absolute; 
	top:0; 
	left:34px;
}

.callus_block {
	position:absolute;
	top:30px;
	right:23px;
	color:#fff;
	font-size:19px;
	background:url(../img/callus.gif) no-repeat 0 center;
	padding-left:25px;
}

.callus_block span {
	color:#ffde9c;
}

.top_nav {
	background:url(../img/menu_bg.gif) repeat-x 83px 0;

	
}

.tn_left {
	background:url(../img/tn_left.gif) no-repeat 0 0;
	
}

.tn_right {
	background:url(../img/tn_right.gif) no-repeat right 0;
	height:61px;
	position:relative;
	z-index:10;
}

.topnav_list {
	margin:0;
	padding:21px 35px 0 35px;
}

.topnav_list li {
	list-style:none;
}

.topnav_list li.tn_leftelem {
	float:left;
	padding:0 10px;
}

.tn_rightelem {
	float:right;
	padding:0 10px;
}

.main_banner {
	padding-top:19px;
	background:url(../img/main_banner.jpg) no-repeat 0 19px;
	width:975px;
	height:330px;
}

.banner_menu {
	margin:0;
	padding:219px 0 0 748px;
}

.banner_menu li {
	padding:0 0 10px 20px;
	list-style:none;
	background:url(../img/banner_bullet.gif) no-repeat 0 0;
}

.banner_menu li a {
	color:#986a18;
}


.top_cont {
	background:url(../img/content_bg_top.jpg) no-repeat 0 0;
}


.bottom_cont {
	background:url(../img/content_bg_bottom.jpg) no-repeat 0 bottom;
	padding:25px;
	min-height:500px;
}

.left_cont {
	background:#f2eecd url(../img/cont_left.jpg) repeat-y 0 0;
}

.right_cont {
	background:url(../img/cont_right.jpg) repeat-y right 0;
}

.content_container {
	width:969px;
	margin:22px auto 0;
}

.separator {
	clear:both;
	background:url(../img/separator_bg.gif) repeat-x 0 center;
	text-align:center;
	padding:0 0 10px 0;
}


.header_title {
	margin:0;
	padding:10px 0 10px 45px;
	background:url(../img/header_bullet.gif) no-repeat 0 center;	
	color:#592a00;
	font-style:italic;
	line-height:20px;
	font-size:24px;
}

.subtitle {
	margin:0;
	padding:5px 0;
	font-size:20px;
	color:#6e5622;
	font-weight:normal;
}

.left_col {
	float:left;
	width:500px;
}

.right_col {
	float:right;
	width:400px;
}

.footer {
	padding:30px 0 50px;
}

.foot_left {
	float:left;
}

.foot_right {
	width:700px;
	float:right;
	text-align:right;
}

.footer_nav {
	margin:0;
	padding:0;
}

.footer_nav li {
	display:inline;
	list-style:none;
	padding:0 10px;
	border-right:1px solid #ecd580;
}

.footer_nav li a {
	color:#ecd580;
	text-decoration:none;
}

.footer_nav li.last-elem {
	border:none;
}


.copyright {
	text-align:right;
	padding:10px 10px 0 0;
}

.copyright a {
	color:#a8d7ee;
	font-weight:bold;
	text-decoration:none;
}

.admin_block {
	position:absolute;
	top:50px;
	left:130px;
	color:#fff;
	font-size:20px;
	padding-left:25px;
	font-weight:bold;
}
.log_block {
	position:absolute;
	top:5px;
	right:15px;
	color:#ffde9c;
	font-size:17px;
	padding-left:15px;
}

.log_block a{	
	color:#F0EDCA;	
	font-size:15px;
	text-decoration: none;	
}
.log_block a:HOVER{	
	color:#e32;	
}


.topnav_list li a{
	font-size: 15px;
	text-decoration: none;
	color: #fff;
}
.topnav_list li a:HOVER{
	color: #e32;
}




	/* Big box with list of options */
	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:175px;	/* Width of box */
		height:250px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #6E5622;	/* Dark green border */
		background-color:#FFF;	/* White background color */
		text-align:left;
		font-size:0.9em;
		z-index:1100;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:0.9em;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#6E5622;
		color:#FFF;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}
.bottom_cont_admin {
	padding:10px;
	min-height:500px;
}

.left_cont_admin {
	background:#f2eecd url(../img/bg_admin.jpg) repeat-y 0 0;
	margin-top: 26px;
}

.content_container .fieldset {
  border:1px solid #978557;
  background:#EEE8B4;
  width:auto;
	position:relative;
	padding:19px 8px 8px;
}

.content_container .legend {
  background:#DDC68C;
  padding:2px 15px;
  color:#592A00;
  border:1px solid #978557;
	position:absolute;
	left:10px;
	top:-11px;
	
}

.latest_news {
  background:#f2eecd url(/images/latest_news.jpg) no-repeat 0 0;
  width:363px;
  height:223px;
  padding:143px 23px 0 50px;
  width:290px;
  
}

.news_block {
  background: url(../img/separator_bg.gif) repeat-x 0 bottom;
  padding:7px 0;
}

.news_block .news_date {
  color:#23597f!important;
  font-weight:bold;
}

.nws_format {
  height:52px;
  overflow:auto;
  background: url(../img/header_bullet.gif) no-repeat 0 0;
  padding:0 0 0 44px;
}

.news_readmore {
  padding:19px 0 0 220px;
}

.news_readmore a{
  color:#fff;
  font-weight:bold;  
  text-decoration:none;
}

#PostForm {
	margin:0;
	padding:0;
}

#PostForm table {
	border:none!important;
}




