@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'CuprumRegular';
    src: url('font/cuprum.eot');
    src: local('☺'), url('font/cuprum.woff') format('woff'), url('font/cuprum.ttf') format('truetype'), url('font/cuprum.svg#CuprumRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
	margin:0px;
	padding:0px;
	position:relative;
	height:100%;
	
	
	
}
body, td, div {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#000;
}
body {
	text-align:left;
	background:#4ca421 url(fav_bg.gif) 0 0 repeat-x;
	
	
	
}

a {
	color:#137800;
	text-decoration:none;
}
a:hover {
	color:#137800;
	text-decoration:underline;
}

a img           {border-color:#666666}

h1,h2,h3,h4,h5,h6 { margin:0px; padding:0; color:#189400; font-family:'CuprumRegular';font-weight:normal}
h1 { font-size:30px; }
h2 { font-size:25px}
h3 { font-size:20px}
h4 { font-size:15px}
h5,h6 { font-size:11px}



.shadow {
	position:absolute;
	top:0;
	left:0;
	right:0;
	background:url(shadow_bg.jpg) 50% 0 no-repeat;
	width:100%;
	height:667px;
}
#wrap {
	margin:0 auto;
	height:auto !important;
	height:100%;
	min-height:100%;
	width:990px;
	position:relative;
	background:url(wrap_bg.gif) 0 0 repeat-y;
	z-index:3;
	overflow:hidden;
}

/*----------- header ---------*/
#header {
	position:relative;
	height:340px;
	background:url(header.jpg) 0 0 no-repeat;
	z-index:1;
}
.logo {
	width:373px;
	height:83px;
	display:block;
	position:absolute;
	top:41px;
	left:14px;
	background:url(logo.png) 0 0 no-repeat;
}
.leaves {
	position:absolute;
	left:231px;
	top:0;
	width:167px;
	height:103px;
	background:url(leaves.png) 0 0 no-repeat;
}
.phone {
	position: absolute;
	top: 100px;
	left: 40px;
	font: 20px "Times New Roman",Times,serif;
	color: #674C09;
	padding-bottom: 5px;
	line-height: 0.4;
}
.phone strong {
	font-size:26px;
	font-weight:normal;
	color:#419701;
}
.health {
	background:url(health.jpg) 0 0 no-repeat;
	position:absolute;
	top:49px;
	right:0;
	width:475px;
	height:109px;
	font-family:'CuprumRegular';
	font-size:21px;
	color:#fff;

}
.health div {
	font-size:50px;
	color:#2b8400;
	display:block;
	padding:34px 0 0 19px;
	height:75px;
	text-transform:uppercase;
	position:relative;
	font-family:'CuprumRegular';
}
.health div span {
	position:absolute;
	top:0;
	right:0;
	font-size:18px;
	font-family:'CuprumRegular';
	color:#fff;
	padding:13px 0 0 0;
	display:block;
	width:246px;
	line-height:27px;
	text-transform:lowercase;	
}

#upm {
	list-style:none;
	padding:195px 0 0;
	margin:0;
	font-size:14px;
	line-height:30px;
	font-weight: 600;
	
	height:30px;
	text-align:center;
	
}
#upm li {
	display:inline;
	border-right:solid 1px #b9ae56;
	
}
#upm li a {
	display:inline-block;
	color:#4b3500;
}
#upm li a:hover {
	background:url(upm_hover_l.gif)	0 0 no-repeat;
	color:#fff988;
	text-decoration:none;
}
#upm li a span {
	display:block;
	padding:0 10px;
	margin:0 -1px 0;
}
#upm li a:hover span {
	background:url(upm_hover_r.gif) 100% 0 no-repeat; 	
}


/*----------- conteiner ---------*/
#conteiner {
	position:relative;
	clear:both;
	z-index:2;
}
#sitebar {
	width:250px;
	float:left;
	position:relative;
	background:url(sitebar_up.jpg) 0 0 no-repeat;
	
}
.sim_box {
	width:240px;
	background:url(um_top.gif) 0 0 no-repeat;
	margin:-98px 0 0;
	padding-top:12px;
}
#sim {
	list-style:none;
	background:url(um_bg.png) 0 0 repeat-y;
	margin:0;
	padding:0 10px 9px 10px;
}
#sim li {
		
}
#sim li a {
	display:block;
	color:#674c09;
	font-size: 14px;
	text-decoration:none;
	border-bottom:solid 1px #ebe57d;
}
#sim li a span {
	display:block;
	padding:5px 16px;
	
}
#sim li a:hover {
	background:#4ca421 url(sim_hover_up.gif) 0 0 no-repeat;	
	color:#fff988;
	border-bottom:solid 1px #fff988;
}
#sim li a:hover span {
	background:url(sim_hover_dw.gif) 0 100% no-repeat;	
}
#sim li.nested {
	padding:0 0 0 22px;
}
#sim li.nested a {
	color:#686868;
	padding:2px 0;
}
#sim li.nested a:hover {
	color:#168501;
	text-decoration:underline;
	background:none;
	border-bottom:solid 1px #ebe57d;
}
div.um_bot { background:url(sim_bg_dw.png) 0 100% no-repeat; height:20px; }

.news {
	padding:0 15px 0 12px;
}

.news_title {
	color:#674c09;
	font-family:'CuprumRegular';
	font-size:32px;
	border-bottom:solid 1px #674c09;
	padding:0 0 0 15px;
	width:147px;
}
.news_post {
	font-size:13px;
	padding:15px 0 12px 15px;
	background:url(news_post_border.gif) 0 100% no-repeat;
}
.news post a {
	color:#319400;
	text-decoration:underline;
}
.news_date {
	font-size:12px;
	color:#806c3a;
	text-align:right;
	padding:16px 0 0;
}
.news_all {
	color:#2b8400;
	font-size:14px;
	font-family:'CuprumRegular';
	float:right;
	padding:12px 0 0 0;
}
.news_all:hover {
	color:#2b8400;
}



.block {
	margin:20px 0 0 0;
	width:241px;
	background:url(block.gif) 0 0 repeat-y;
}
.block_bot {
	height:23px;
	background:url(block_dw.png) 0 100% no-repeat;
	
}
.block_title {
	width:195px;
	background:url(block_up.gif) 0 0 no-repeat;
	color:#604503;
	font-family:'CuprumRegular';
	font-size:24px;
	padding:23px 23px;
}
.block_post {
	padding:0 23px 30px;
	font-size:13px;
}
.informeri {
	position: relative;
	left: 25px;
	width:230px;
	height:250px;
}

#content {
	float:left;
	width:675px;
	padding:14px 47px 30px 18px;
	background:url(conteiner_up.jpg) 0 0 no-repeat;
}
.nav_page {
	color:#148300;
	font-size:11px;
	
}
.nav_page a {
	color:#606060;
	text-decoration:none;
}
.nav_page span {
	text-decoration:underline;	
}
#content p {
	margin:0;
	padding:0;
}

.clear {
	clear:both;	
}
.wrap_dw_bg {
	position:absolute;
	bottom:0;
	left:0;
	width:990px;
	height:104px;
	background:url(conteiner_dw.gif) 13px 100% no-repeat;
}

/*----------- footer ---------*/
.leaves_dw {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:483px;
	width:100%;
	background:url(leaves_dw1.gif) 100% 100% no-repeat;
	z-index:1;
}


#footer {
	position:relative;
	height:150px;
	width:100%;

}
#footer_in {
	width:990px;
	height:150px;
	margin:0 auto;
	background:url(footer.png) 0 0 no-repeat;
	z-index:3;
	position:relative;
}

#foom {
	margin:0;
	padding:0;
	list-style:none;
	font-size:11px;
	text-align:right;
	line-height:32px;
	padding:0 40px 0 0;
	position:relative;
	z-index:3;	
}
#foom li {
	display:inline;	
}
#foom li a {
	color:#4b3500;
	padding:0 8px;
}
#foom li a:hover {
	color:#407900;	
}

.adress {
	position:absolute;
	top:50px;
	left:20px;
	font-size:13px;
	color:#503c0b;
}
.adress a {
	text-decoration:underline;
	color:#fff;
	display:block;
}
.copy {
	position:absolute;
	bottom:20px;
	left:20px;	
}
.info_bar {
	position:absolute;
	right:30px;
	top:70px;
}
.developer {
	position:absolute;
	bottom:25px;
	right:30px;	
	font:normal 11px Tahoma, Geneva, sans-serif;
}
.developer a {
	color:#fff;
	text-decoration:underline;	
}





table.table0 { border-collapse:collapse;}
table.table0 td { padding:5px; border: none}


table.table1 { border-collapse:collapse;}
table.table1 tr:hover {background: #e0e0e0}
table.table1 td { padding:5px; border: 1px solid #91949a;}


table.table2 { border-collapse:collapse;}
table.table2 tr:hover {background: #e0e0e0}
table.table2 td { padding:5px; border: 1px solid #91949a;}
table.table2 th { padding:8px 5px; border: 1px solid #fff; background-color:#44637b; color:#fff; text-align:left;}

.thumb              {color:#000000}