* {
	margin: 0px;
	padding: 0px;
}
/*html, body {margin: 0px; padding: 0px; height: 100%}
#box { position: relative; min-height: 100%; height: auto !important; height: 100%;}
#wrapper {padding-bottom: 120px;}
#footer {position: absolute; bottom: 0px !important; bottom: -1px;}*/

/*#content p,#content ul,#content a,#content strong,#content b,#content i,#content td, #content ol{
    font-size: 13px;
}*/
#content {
    font-size: 0.85em;
}

body {
	background: #fff8ee;
	font-family: Arial;
	color: #000;
}

a img {
	border: none;
}

#wrapper {
	width: 980px;
	margin: 0px auto;
	padding: 10px 10px 10px 10px;
}

#header {
    background: url(/images/new/header_back.png) bottom left no-repeat;
    height: 182px;
    padding-top: 20px;
}
	#header table {
		padding: 0px;
		margin: 0px 0px 10px 0px;
	}
		#header table td.r{
			color: #CD8517;
			font-size: 2.2em;
			font-weight: bold;
			padding: 0px 0px 0px 0px;
			vertical-align: bottom;
		}

    #logo {
	padding-left: 40px;
    }
	#logo a {
	    position: absolute;
	    width: 400px;
	    height: 170px;
	    display: block;
	}

#menu_cover {
	padding: 15px 0px 15px 0px;
}
#mainmenu {
	width: 980px;
	height: 45px;
	display: block;
}
	#mainmenu ul{
		list-style: none;
		list-style-position: outside;
		padding: 0px;
		margin: 0px;
	}
		#mainmenu ul li{
			position: relative;
			padding: 0px;
			margin: 0px;
			float: left;
		}
			#mainmenu ul ul li a{
				height: auto;
				padding: 2px 10px 2px 10px;
				font-size: 0.8em;
				width: 160px;
				border: none;
			}
			#mainmenu ul li a {
				display: block;
				width: auto;
				color: #000;
				height: 25px;
				font-size: 1em;
				padding: 10px 30px 4px 30px;
				border-right: 1px solid #f8a374;
				background: url(/images/new/menu_center.png) bottom left no-repeat;
			}
				#mainmenu ul li a:hover,#mainmenu ul li a.first:hover {
					color: #fff;
					background-position: top left;
				}
				#mainmenu ul li a.last:hover {
					color: #fff;
					background-position: top right;
				}
				#mainmenu ul li a.first {
				    background: url(/images/new/menu_left.png) bottom left no-repeat;
				}
				#mainmenu ul li a.last {
				    background: url(/images/new/menu_right.png) bottom right no-repeat;
				    border: none;
				}
				#mainmenu ul li:hover ul li a {
					background: #fddcc5;
					color: #000;
					border-bottom: 1px solid #E4E2E3;
				}
				#mainmenu ul li:hover ul li a:hover {
					background: #f4d4be;
				}
				#mainmenu ul li ul li:hover ul li a {
					background: #f4d4be;
					border-bottom: 1px solid #F2F2F2;
				}
				#mainmenu ul li ul li:hover ul li a:hover {
					background: #F9F9F9;
				}
	
		#mainmenu ul ul, #mainmenu ul li:hover ul ul{
			display: none;
		}
	
		#mainmenu ul li:hover ul, #mainmenu ul ul li:hover ul{
			display: block;
		}

		#mainmenu ul ul {
			left: 0px;
			top: 39px;
			z-index: 1000;
			position: absolute;
		}
		#mainmenu ul ul li a{
			display: block;
		}
		#mainmenu ul ul ul{
			left: 180px;
			top: 0px;
			z-index: 1000;
			position: absolute;
		}

#leftmenu {
	padding: 0px 0px 20px 0px;
	background: #fff;
	margin-bottom: 8px;
}
	#leftmenu ul{
		padding: 0px;
		margin: 0px;
		line-height: 1em;
		list-style: none;
	}
		#leftmenu ul a{
			font-size: 1.1em;
			color: #e35820;
			display: block;
			padding: 8px 20px;
		}
		#leftmenu ul ul a{
			padding: 4px 20px 4px 40px;
			font-size: 0.9em;
			background: url(/images/new/arrow.gif) 20px 9px no-repeat;
		}
		#leftmenu ul ul ul a{
			padding: 4px 20px 4px 60px;
			font-size: 0.75em;
			background: none;
		}
		#leftmenu ul a:hover{
			background: #f4d4be;
		}
		#leftmenu ul ul a:hover{
			background: url(/images/new/arrow.gif) 20px 9px no-repeat #f4d4be;
		}
.cleaner {
	clear: both;
}
#contentwrapper {
	margin-bottom: 20px;
}
	#contentwrapper table {
		margin-bottom: 0px;
	}
		#contentwrapper table td{
			padding: 0px;
		}
			#contentwrapper table td.sidebar-left {
				width: 220px;
				padding-right: 15px;
			}
			#contentwrapper table td.sidebar-right {
				width: 220px;
				padding-left: 15px;
			}

#content {
	padding-bottom: 10px;
}

#footer {
	border-top: 1px solid #f4722e;
	font-size: 0.8em;
	padding: 15px;
	color: #f4722e;
}
	#footer a {
		color: #f4722e;
	}

#news_main_head {
	padding: 0px;
	margin: 40px 0px 0px 0px;
}
	#news_main_head table{
		margin: 0px;
	}
	#news_main_head td{
		padding: 0px;
	}
	#news_main_head td a{
		color: #D1891D;
	}
	#news_main_head h2{
		margin: 0px;
		padding: 0px;
	}

.new_main {
	background: #fff;
	padding: 15px;
	margin-bottom: 7px;
}
	.new_date {
		color: #b74306;
		font-size: 0.75em;
		padding-bottom: 3px;
	}
	.new_header {
		color: #b74306;
		font-size: 1em;
		padding-bottom: 7px;
	}
		.new_header a {
			color: #b74306;
		}
	.new_text {
		font-size: 0.89em;
	}
	.new_main img {
		margin: 0px 15px 15px 0px;
		background: #F7F5F6;
	}




.block {
	background: #fff;
	padding: 15px;
	margin-bottom: 7px;
}
	.block_header {
		font-size: 1.1em;
		color: #b74306;
		padding: 3px 0px 8px 0px;
	}
	.block_text {
		font-size: 0.9em;
	}


.r {
	text-align: right;
}

#pager {
	
}
	#pager ul {
		list-style: none;
		list-style-position: inside;
	}
		#pager ul li{
			display: inline;
			margin-right: 5px;
		}
			#pager ul li a, #pager ul li span{
				color: #fff;
				font-size: 0.8em;
				text-align: center;
				display: inline-block;
				width: 24px;
				height: 22px;
				background: #fdd077;
			}
			#pager ul li span{
				background: #ccc;
				color: #464646;
			}
.padtop {
	margin-top: 20px;
}

#footer table{
	width: auto;
}
	#footer table td{
		padding: 0px 20px 0px 0px;
	}
.fright {
	float: right;
	width: 190px;
}
.fleft {
	margin-right: 190px;
}

#gosts {
  color: #CA8817;
}

#gosts ul li{
  display: inline-block;
}

#statusString {
    padding-bottom: 10px;
    font-size: 12px;
}
    #statusString a{
	color: #e35820;
	font-size: 12px;
    }


.field_name {
    font-weight: bold;
}
#pager {
    padding-top: 20px;
}
