

@import url("/menustyle.css"); 

body, ol, ul, li, p, td, div, span, b, li, th, textarea, option {
	font: 12px Arial;
	color: #5a514a;
}

body {
	background: #395c24 url('/tmp/imgbg.jpg') no-repeat center top;
}

body, h1, h2, h3, h4, h5, h6{
	margin: 0px;
	padding: 0px;
}

h1 { font-size: 24px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

img { border: none; }
/*
 * Цвета шрифтов
 */
.gr_fnt {
	color: #83aa51;
}
#wh_fnt {
	color: #ffffff;
}

/*
 * Стили ссылок
 */
a:link, a:visited {
	color: #4c843b;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#grb a{
	padding: 4px 11px 4px 9px;
	margin:0px;
	line-height: 100%;
	background:  url('/tmp/bgs.gif') no-repeat 0px -120px ; 
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
}


#wh_fnt a {
	color: #ffffff;
	text-decoration: none;
}
#wh_fnt a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#bl_fnt {
	color: #5a514a;
	text-decoration: none;
}

/*** Главное меню ***/
#MMenuBox {
	width: 855px; 
	height: 63px; 
	text-align: left; 
	padding: 0px 20px 0px 0px; 
	margin: 0px 0px 15px 0px; 
	background: url('/tmp/bgs.gif') no-repeat 0px -312px;
}
#MMenuBox a {
	float: right;
	width: 102px;
	padding: 24px 0px 23px 0px ;
	text-align: center;
	color: #5a514a;
	text-decoration: none;
	font: 13px Tahoma;
	margin: 0px 0px 0px 2px;
}
#MMenuBox a:hover, #MMenuBox .was {
	background: #f5eb75 url('/tmp/bgs.gif') no-repeat 0px -445px;
}



/*** Нижний бокс ***/
#FooterBox {
	width: 855px; 
	text-align: left; 
	padding: 0px; 
	padding: 30px 10px 0px 10px; 
	margin: 0px; 
	background-color: #ffffff;
}
#FooterBox a {
	color: #5a514a ;
	margin: 10px;
}
#FooterBox .banBox {
	margin: 10px 10px 0px 0px;
}
.underBG {
	width: 875px;
	background:  url('/tmp/bgs.gif') 0px -400px;
	height: 25px;
	margin: 0px 0px 50px 0px; 
}



/*
 * Стили блоков
 */
#gblock_top {
	background: #ffffff url('/tmp/bgs.gif') -245px -184px;
	padding: 10px 20px 10px 20px;
}

#gblock_bot {
	background: #ffffff url('/tmp/bgs.gif') 0px -203px;
	padding: 10px 20px 20px 20px;
}
#gblock_top a, #gblock_bot span {
	font-size: 20px;
	text-decoration: none;
	color: #ffffff;
	padding: 0px; 
	margin:0px;
}
#gblock_bot span {
	background: url('/tmp/bgs.gif') no-repeat -885px 4px;
	padding: 0px 0px 0px 20px; 
	margin: 0px;
}
#gblock_bot input {
	padding: 4px;
	margin: 5px 0px 5px 0px ;
	width: 160px;
	height: 15px;
	color: #83aa51;
	font-size: 11px;
	background-color: #ffffff;
	border: #ffffff 0px solid;
	float:left;
}
#gblock_bot .btn {
	float:left; 
	padding:3px; 
	margin: 5px 0px 5px 0px ;
	width:17px; 
	height:17px;
	background: #ffffff url('/tmp/bgs.gif') no-repeat 0px 3px;
}


#uho_green {
	background: url('/tmp/bgs.gif') no-repeat -865px -548px; 
	padding: 20px 20px 20px 50px;
}
#uho_green h1, h2, h3, h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 20px;
}
#uho_gray {
	background: #f0f6ec url('/tmp/bgs.gif') no-repeat 0px -548px; 
	padding: 20px 20px 20px 50px;
}

#pg {
	background: url('/tmp/imgbg_bot.gif') repeat-x center bottom;
}

#admTbl td{
	padding:0px;
	margin: 0px;
}
#admTbl td, #admTbl select, #admTbl a{
	font-size: 10px;
}
#admTbl tr:hover{
	background-color: #dddddd;
}

.alb{
	float:left; 
	width:160px; 
	margin:5px; 
	padding: 0px;

}
	.alb div {
		position:relative; 
		padding:5px; 
		display:block;
	}
	.alb:hover div{
		background-color: #d8e8b4;
		-moz-box-shadow: 3px 3px 10px rgba(57, 92, 36, 0.6);
		-webkit-box-shadow: 3px 3px 10px rgba(57, 92, 36, 0.6);
		box-shadow: 3px 3px 10px rgba(57, 92, 36, 0.6);
	}
	.alb a{
		font: normal 11px Tahoma;
		color: red;
	}
