html {
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background: #f9f7e9 url(../images/body.png) repeat-x 0 0;
	color: #1d1515;
	height: 100%;
}

#container {
	min-height: 100%;
	_height: 100%;
}

#main {
	padding: 0 0 130px 0;
	width: 976px;
	margin: 0 auto;
}

a:link {
	text-decoration: underline;
	color: #379331;
}

a:visited {
	text-decoration: underline;
	color: #379331;
}

a:hover {
	text-decoration: none;
	color: #379331;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

a img {
	border: none;
}

a {
	outline: none;
}

form {
	padding: 0;
	margin: 0;
}

.w205 {
	width: 205px;
}

.w320 {
	width: 320px;
	overflow: hidden;
}

.w510 {
	width: 510px;
	overflow: hidden;
}

.green {
	color: #0b6b32;
}

.w49 {
	width: 49%;
}

.w46 {
	width: 46%;
}

.milk {
	color: #bfbeb3;
}

.line {
	clear: both;
	border-top: 1px solid #e8e7d6;
	margin-bottom: 10px;
}

.mt5 {
	margin-top: 5px;
}

h1 {
	font-size: 24px;
	margin: 0;
	padding: 0 0 20px 0;
}

h2 {
	font-size: 18px;
	margin: 0;
	padding: 0 0 10px 0;
}

h3 {
	font-size: 16px;
	margin: 0;
	padding: 0 0 10px 0;
}

h4 {
	font-size: 14px;
	margin: 0;
	padding: 0 0 10px 0;
}

h5 {
	font-size: 12px;
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: normal;
}

h6 {
	font-size: 12px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1,h2,h3 {
	line-height: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
}

p {
	padding: 0 0 10px 0;
	margin: 0;
}

.decor {
	border-bottom: 1px solid #e8e7d6;
	padding: 0 0 6px 0;
	margin: 0 0 10px 0;
}

/* Меню начало */
#menu {
	position: relative;
	z-index: 1;
	height: 27px;
	zoom: 1;
}

#menud1 {
	width: 4px;
	height: 27px;
	overflow: hidden;
	background: #e0dfd2 url(../images/menu.png) no-repeat 0 -27px;
	position: absolute;
	z-index: 10;
	left: 26px;
	top: 0;
}

#menud2 {
	width: 31px;
	height: 27px;
	overflow: hidden;
	background: #e0dfd2 url(../images/menu.png) no-repeat 0 -54px;
	position: absolute;
	z-index: 10;
	left: 945px;
	top: 0;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 30px;
	width: 945px;
	height: 27px;
	background: url(../images/menu.png) repeat-x 0 0;
}

#menu ul li {
	padding: 0;
	margin: 0;
	float: left;
	height: 27px;
	font-size: 15px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	position: relative;
	z-index: 5;
	background: #e6e5df url(../images/menu.png) repeat-x 0 0;
	border-right: 1px solid #b0b0a9;
	zoom: 1;
}

#menu ul li a {
	display: block;
	/*padding: 5px 17px 0 17px;*/
	padding:5px 19px 0 18px;
	height: 22px;
	float: left;
	line-height: normal;
}

#menu li a:link,#menu li a:visited,#menu li a:hover {
	text-decoration: none;
	color: #0c9137;
}

#menu ul li .c1 {
	display: block;
	width: 3px;
	height: 2px;
	overflow: hidden;
	background: url(../images/menu.png) no-repeat 0 -81px;
	position: absolute;
	z-index: 7;
	top: 0;
	left: -1px;
}

#menu ul li .c2 {
	display: block;
	width: 3px;
	height: 2px;
	overflow: hidden;
	background: url(../images/menu.png) no-repeat -3px -81px;
	position: absolute;
	z-index: 7;
	top: 0;
	left: -2px;
	margin-left: 100%;
}

#menu li:hover,#menu li.jshover,#menu li.current {
	background: #02892d;
}

#menu li:hover a:link,#menu li:hover a:visited,#menu li:hover a:hover,#menu li.jshover a:link,#menu li.jshover a:visited,#menu li.jshover a:hover,#menu li.current a:link,#menu li.current a:visited,#menu li.current a:hover
	{
	color: #fff;
}

#menu li:hover .c1,#menu li.jshover .c1,#menu li.current .c1 {
	background-position: 0 -83px;
}

#menu li:hover .c2,#menu li.jshover .c2,#menu li.current .c2 {
	background-position: -3px -83px;
}

#menu ul li ul {
	display: none;
	list-style: none;
	padding: 5px 0 10px 0;
	margin: 0;
	width: 180px;
	height: auto;
	position: absolute;
	z-index: 15;
	left: -1px;
	top: 27px;
	background: #02892d;
	border-right: 1px solid #b0b0a9;
	border-left: 1px solid #b0b0a9;
}

#menu ul li ul li {
	padding: 5px 0 0 27px;
	margin: 0;
	float: none;
	height: auto;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	position: relative;
	z-index: 5;
	background: url(../images/menuarr.png) no-repeat 17px 10px !important;
	border: none;
}

#menu ul li ul li a {
	display: inline;
	padding: 0;
	float: none;
	height: auto;
}

#menu ul li ul li a:link {
	text-decoration: underline;
	color: #fff;
}

#menu ul li ul li a:visited {
	text-decoration: underline;
	color: #fff;
}

#menu ul li ul li a:hover {
	text-decoration: none;
	color: #fff;
}

#menu ul li ul li.podmenuc {
	padding: 0;
	height: 6px;
	width: 100%;
	font-size: 1px;
	position: absolute;
	z-index: 1;
	bottom: -6px;
	zoom: 1;
	background: none !important;
}

#menu ul li ul li.podmenuc b.cc1 {
	width: 6px;
	height: 6px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	left: -1px;
	bottom: 0;
	background: url(../images/menu.png) no-repeat 0 -85px;
}

#menu ul li ul li.podmenuc b.cc2 {
	width: 6px;
	height: 6px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	left: -5px;
	margin-left: 100%;
	bottom: 0;
	background: url(../images/menu.png) no-repeat -6px -85px;
}

#menu ul li ul li.podmenuc div {
	height: 5px;
	background: #02892d;
	margin: 0 5px;
	border-bottom: 1px solid #b0b0a9;
}

#menu ul li:hover ul,#menu ul li.jshover ul {
	display: block;
}

/* Меню конец */ /* Колонки начало */
.colLeft {
	width: 200px;
	background: #DCFFD9;
	float: left;
	position: relative;
	z-index: 1;
}

.colCenterContainer {
	float: right;
	width: 100%;
	margin-left: -200px;
}

.colCenter {
	margin-left: 220px;
}

.colRight {
	float: right;
	width: 200px;
	background: #FFDFE0;
	position: relative;
	z-index: 1;
}

.contentContainer {
	float: left;
	width: 100%;
	margin-right: -200px;
}

.content {
	margin-right: 220px;
}

/* Колонки конец */
#topBlock {
	overflow: hidden;
	zoom: 1;
	padding: 7px 0 0 0;
	height: 55px;
	font-size: 11px;
}

#topBlock ul.left {
	list-style: none;
	padding: 0;
	margin: 0;
}

#topBlock ul.left li {
	margin: 0;
	padding: 0 0 0 35px;
	display: inline;
}

#topBlock .right {
	width: 205px;
}

#logo {
	float: left;
	padding: 5px 0 0 0;
	width: 200px;
	height: 104px;
}

#logo img {
	float: left;
}

#header {
	padding: 0 0 0 30px;
	overflow: hidden;
	zoom: 1;
}

#header .w205 {
	font-size: 11px;
}

#header .w205 h3 {
	padding: 0 0 8px 0;
}

#header .w205 p {
	padding: 5px 0 0 0;
}

#header .w205 img {
	margin: 0 0 13px 0;
}

#header .w205 img.phonepic {
	margin: 3px 0 0 0;
	vertical-align: middle;
}

.headPpic {
	width: 720px;
}

#contentBlock {
	background: #fcfbf6 url(../images/content.png) repeat-y -976px 0;
}

#contentBottom {
	background: url(../images/content.png) -1952px 0;
	height: 25px;
	overflow: hidden;
	clear: both;
}

#content {
	background: url(../images/content.png) no-repeat 0 0;
	padding: 30px 35px;
	overflow: hidden;
	zoom: 1;
	line-height: 150%;
}

.moreLink {
	float: right;
	font-size: 11px;
}

dl.newsItems {
	padding: 0 0 15px 0;
	margin: 0;
}

dl.newsItems dt {
	font-size: 11px;
	color: #9a9a9a;
	padding: 0 0 2px 0;
	margin: 0;
}

dl.newsItems dd {
	padding: 0 0 15px 0;
	margin: 0;
}

.pollItem {
	width: 215px;
	height: 10px;
	padding: 3px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background: #bfbeb3;
	float: left;
	margin-bottom: 2px;
}

.pollItem b {
	display: block;
	position: absolute;
	z-index: 1;
	width: 221px;
	height: 16px;
	background: url(../images/pollitem.png);
	overflow: hidden;
	left: 0;
	top: 0;
}

.pollLine {
	height: 10px;
	overflow: hidden;
	background: #06af4b url(../images/pollline.png) no-repeat right top;
}

.pollPer {
	float: left;
	padding: 1px 0 0 10px;
	font-size: 11px;
	color: #bfbeb3;
	line-height: normal;
}

.items {
	list-style: none;
	padding: 0 0 15px 0;
	margin: 0;
}

.items li {
	overflow: hidden;
	zoom: 1;
	padding: 0 0 25px 0;
	margin: 0;
}

.items li .itemsPic {
	float: left;
	margin-right: -100%;
}

.items li .itemsText {
	padding: 0 0 0 185px;
	font-size: 11px;
}

ul.filesList {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 150%;
}

ul.filesList li {
	padding: 0 0 6px 19px;
	margin: 0;
	background: url(../images/li1.png) no-repeat 0 4px;
}

.partners {
	padding: 20px 0;
	margin: 0 -30px;
	line-height: normal;
}

.partners img {
	vertical-align: middle;
	margin: 0 30px;
}

#footer {
	height: 120px;
	position: relative;
	z-index: 1;
	width: 906px;
	padding: 10px 35px 0 35px;
	margin: -130px auto 0 auto;
	font-size: 11px;
	color: #9e9999;
	line-height: 150%;
}

#footer p {
	padding: 0 0 10px 0;
}

#footer .right {
	padding: 20px 0 0 0;
}

.headpic {
	float: left;
	zoom: 1;
	width: 720px;
	height: 243px;
	position: relative;
	z-index: 1;
}

.headpic img {
	float: left;
	width: 720px;
	height: 243px;
}

.headpic b {
	display: block;
	width: 8px;
	height: 8px;
	overflow: hidden;
	background: url(../images/pictc.png);
	position: absolute;
	z-index: 2;
}

.headpic b.c1 {
	left: 0;
	top: 0;
	background-position: 0 0;
}

.headpic b.c2 {
	right: 0;
	top: 0;
	background-position: -8px 0;
}

.headpic b.c3 {
	right: 0;
	bottom: 0;
	_bottom: -1px;
	background-position: -8px -8px;
}

.headpic b.c4 {
	left: 0;
	bottom: 0;
	_bottom: -1px;
	background-position: 0 -8px;
}

.birthday {
	padding: 0 0 20px 0;
}

.birthday h2 {
	height: 36px;
	background: url(../images/birthday.png) no-repeat 0 0;
	padding: 14px 0 0 40px;
	margin: 0 0 0;
}

.formEnter {
	line-height: 150%;
	overflow: hidden;
	zoom: 1;
	height: 133px;
	width: 169px;
}

.formEnter .inpText {
	border-top: 1px solid #bababa;
	border-right: 1px solid #e6e5e6;
	border-bottom: 1px solid #e6e5e6;
	border-left: 1px solid #bababa;
	width: 155px;
	margin: 0 0 6px 0;
	padding: 3px 6px;
	vertical-align: top;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	float: left;
	color: #636161;
}

.inpText {
	border-top: 1px solid #bababa;
	border-right: 1px solid #e6e5e6;
	border-bottom: 1px solid #e6e5e6;
	border-left: 1px solid #bababa;
	margin: 0 0 6px 0;
	padding: 3px 6px;
	vertical-align: top;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	float: left;
	color: #636161;
}


.formEnter .inpBtn {
	width: 53px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #379331;
	background: url(../images/btn.png) no-repeat 0 0;
	padding: 4px 0 6px 0;
	margin: 7px 0 0 0;
	border: none;
	cursor: pointer;
}

.Vote table {
	width: 200px !important;
	margin: 0 !important;
}

.breads {
	font-size: 11px;
	color: #1d1515;
	margin: -10px 0 15px 0;
}

.breads strong {
	font-weight: normal;
	color: #379331;
}

.breads a:link,.breads a:visited,.breads a:hover {
	color: #1d1515;
}

.breads img {
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.breads .topLink {
	float: right;
}

#footer .breads {
	border-bottom: 1px solid #e8e7d6;
	padding: 0 0 5px 0;
	overflow: hidden;
	zoom: 1;
}

.params {
	float: left;
	width: 250px;
	padding: 10px 0;
}

.params h6 {
	padding: 0 0 5px 0;
	font-weight: bold;
}

.params strong {
	font-weight: normal;
	color: #379331;
}

.picItemFull {
	float: right;
	margin: 5px 0 20px 0;
}

#content table {
	width: 100%;
	padding: 0;
	margin: 0 0 30px 0;
	border: 1px solid #e8e7d6;
	border-collapse: collapse;
}

#content table td,#content table th {
	padding: 5px 10px;
	vertical-align: top;
	text-align: center;
	border: 1px solid #e8e7d6;
}

#content table td.first,#content table th.first {
	text-align: left;
}

#content table td.bg,#content table th.bg {
	background: #f9f7ea;
}

.noborder td,.noborder th,.noborder table,.noborder {
	border: 0 !important;
}

.DbVote5 {
	margin: 0 0 15px;
}

#DbVote5li {
	list-style: none;
}

#DbVote5li li {
	padding-bottom: 5px;
	margin-left: -20px;
}
#DbVote5li li input
{
	float:left;
	margin-right:5px;
}

.Beautyform {
	line-height: 150%;
	overflow: hidden;
	zoom: 1;
}

.Beautyform .inpText {
	border-top: 1px solid #bababa;
	border-right: 1px solid #e6e5e6;
	border-bottom: 1px solid #e6e5e6;
	border-left: 1px solid #bababa;
	width: 155px;
	margin: 0 0 6px 0;
	padding: 3px 6px;
	vertical-align: top;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	/*float:left;*/
	color: #636161;
}

.Beautyform .inpBtn {
	font-size: 11px;
	width: auto;
	min-width: 95px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #379331;
	background: url(../images/btn.png) no-repeat 0 0;
	padding: 4px 0 6px 0;
	margin: 7px 0 0 0;
	border: none;
	cursor: pointer;
}

.ButtonSpace { /*float:right;*/
	
}

.current a {
	color: #379331;
	font-weight: normal;
}

/*copied*/
.news_item {
	position: relative;
	margin-bottom: 36px;
}

.news_item .anonsContainer {
	padding-left: 214px;
	margin-bottom: 12px;
	color: #555555;
}

.news_item .anonsContainer p {
	padding-left: 0;
}

.news_item p {
	padding-left: 214px;
	margin-bottom: 12px;
	color: #555555;
}

.news_item h3 {
	padding-left: 214px;
	/*	margin-bottom: 18px;*/
}

.news_item h3 a {
	color: black;
	text-decoration: none;
}

.news_item h3 a:hover {
	text-decoration: underline;
}

.news_pict {
	width: 160px;
	height: 120px;
	position: absolute;
	left: 27px;
	top: 0px;
}

.news_pict_corners {
	width: 160px;
	height: 120px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/news_pict_corners.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

p.news_date {
	color: #98be85;
	margin-bottom: 0px;
}

/*end*/
.BreadCrumbs .current a {
	color: #379331;
	text-decoration: none;
}

.SiteMap .podmenuc {
	display: none;
}



.SiteMap {
	font-size: 8px;
}

div.question { /*background-image:url("img/question.png");
background-position:left top;
background-repeat:no-repeat;*/
	color: #396722;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 27px;
	padding-left: 21px;
}

div.answer {
	color: #818181;
	font-size: 12px;
	margin-bottom: 9px;
	padding-left: 50px;
}

.inpBtn{
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#379331;
	background:url(../images/btn.png) no-repeat 0 0;
	padding:4px 6px 6px 8px;
	//padding:4px 3px 6px 5px;
	margin:7px 0 0 0;
	border:none;
	cursor:pointer;
	float:left;
}
.inpBtnBorder{
	display:block;
	width:2px;
	height:23px;
	overflow:hidden;
	background:url(../images/btn.png) no-repeat right top;
	float:left;
	margin-top:7px;

}
