body{
	margin: 0px;
	padding: 0px;
	font-family:Tahoma;
	font-size:12px;
	width:100%;
	color:#004323;
	min-width: 990px;
}

* html .wrap {	width: expression((document.body.offsetWidth <= 990) ? '990px' : '100%'); }

* html .png {
	filter:expression(fixcropPNG(this));
}
.left_gal{
position:relative;
float:left;
width: 100px;
height:160px;
margin-right:20px;
text-align:center;

}
.left_gal img{
border:1px solid #20642f;
}
img{
	border:0;
}
a {
	font-size:12px;
	color:#004323;
	text-decoration:underline;
}
a:hover {
	font-size:12px;
	color:#005e31;
	text-decoration:underline;
}
h1 {
	font-family:Tahoma;
	font-size:18px;
	color:#02723e;
	display:inline;
	margin-bottom:15px;
}
h2 {
	font-family:Tahoma;
	font-size:18px;
	color:#004323;
}
h3 {
	font-family:Tahoma;
	font-size:16px;
	font-weight:bold;
	color:#02723e;
	display:inline;
	margin-bottom:15px;
	text-align:center;
}
h4 {
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#004323;
	display:inline;
	margin:0 0 20px;
}

p {
	line-height: 1.5em;
}


.grey {
	margin:5px 10px 3px;
	padding:0 0 3px;
	border-bottom:1px solid #999;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#999;
}
.red {
	margin:0 10px 5px;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#ff3300;
}
/* Header */
.header {
	height:453px;
	width:100%;
	position:relative;
	z-index:10;
	background:url(images/hbg.jpg) repeat-x top left;
}
.earth {
	width:100%;
	height:453px;
	background:url(images/earth.png) no-repeat top center;
	filter:expression(fixPNG(this));
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.moon {
	width:152px;
	height:194px;
	background:url(images/moon.png) no-repeat top center;
	filter:expression(fixPNG(this));
	position:absolute;
	bottom:80px;
	left:0;
	z-index:1;
}

#swf {
	position: absolute;
	width:100%;
	height:100%;
	display:block;
	z-index:10;
}

/* /Header */

/* Menu */
#mbg-wrap {
	position: absolute;
	z-index:20;
	bottom: 0;
	left: 0;
	height: 114px;
	width: 100%;
}

.mbg {
	height: 114px;
	width: 100%;
	background:url(images/mbg.png) repeat top left;
	filter:expression(fixscalePNG(this));
	margin: 0;
	padding: 0;
}

.mbg .second-wrap {
	position: absolute;
	top: 100%;
	left: 0;
	margin: -10px 0 0;
	z-index: 100;
	clear: both;
	width: 175px;
	border-collapse: collapse;
	color: #fff;
}

.mbg .second-wrap a { color: #fff; }
.mbg .second-wrap a:hover { color: #b7f594; }

.copy a { color: #fff; }
.copy a:hover { color: #b7f594; }

.mbg .second-wrap ul,
.mbg .second-wrap li {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}

.mbg .second-wrap li {
	float: none;
	width: 100%;
	height: auto;
	margin: 16px;
	text-align: left;
	display: block;
}
.mbg .second-wrap td { padding: 0; }
.mbg .second-wrap .top .center,
.mbg .second-wrap .middle .left,
.mbg .second-wrap .middle .right,
.mbg .second-wrap .bottom .center {
	background: url( 'images/menu/bg.png' ) 0 0 repeat;
	filter:expression(fixscalePNG(this));
}

.mbg .second-wrap .middle .center {
	background: url( 'images/menu/bg.png' ) 0 0 repeat;
}

.mbg .second-wrap .top .left { background: url( 'images/menu/lt.png' ) 0 0 repeat; }
.mbg .second-wrap .top .right { background: url( 'images/menu/rt.png' ) 0 0 repeat; }
.mbg .second-wrap .bottom .left { background: url( 'images/menu/lb.png' ) 0 0 repeat; }
.mbg .second-wrap .bottom .right { background: url( 'images/menu/rb.png' ) 0 0 repeat; }

.mbg .second-wrap .top .left,
.mbg .second-wrap .top .right,
.mbg .second-wrap .bottom .left,
.mbg .second-wrap .bottom .right {
	width: 6px; height: 6px;
	font-size: 0; line-height: 0;
	filter:expression(fixPNG(this));
}

/*.active, .passive*/
.mbg li {
	width: 11%;
	height: 114px;
	float: left;
	display: inline;
	z-index: 1;
	text-align: center;
}
.mbg li span { display: block; width: 120px; height: 114px; margin: 0 auto; position: relative; }
.mbg li span.hidden { display: none; }

.active a { color: #084D1E; }
.active a:hover { color: #0a6326; }
.passive a { color: #fff; }
.passive a:hover { color: #b7f594; }
.active a, .passive a {
	vertical-align: -85px;
	line-height: 180px;
	/line-height: 100px;
}

.active {
	background:url( 'images/active.png' ) no-repeat top center;
	filter:expression(fixPNG(this));
}

.passive {
	background:url( 'images/passive.png' ) no-repeat top center;
	filter:expression(fixPNG(this));
}
.active img, .passive img {
	position: absolute;
	left: 50%;
	top: 17px;
	margin-left: -35px;
	width: 70px;
	height: 69px;
}
/* /Menu */

/* LeftBlock */
table {
	height:auto;
	margin:25px 30px 20px;
	border: none;
}
.tl, .tr, .bl, .br {
	width:14px;
	height:16px;
	font-size: 0;
	line-height: 0;
}
.tl {
	background:url() no-repeat bottom right;
}
.tr {
	background:url(images/tr.png) no-repeat bottom left;
}
.bl {
	background:url(images/bl.png) no-repeat top right;
}
.br {
	background:url(images/br.png) no-repeat top left;
}
.tc, .bc {
	width:100%;
	height:16px;
}
.tc {
	background:url(images/tc.png) repeat-x bottom left;
}
.bc {
	background:url(images/bc.png) repeat-x top left;
}
.cl, .cr {
	width:14px;
	height:100%;
}
.cl {
	background:url(images/cl.png) repeat-y top right;
}
.cr {
	background:url(images/cr.png) repeat-y top left;
}
.cc {
	width:100%;
	height:100%;
	background-color:#fff;
	text-align:center;
}
.news, .anceta {
	margin:0 30px 30px;
	overflow:hidden;
}
.news p.date, .news p.all-news {
	margin:20px 0 0;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#01713d;
}
.news p, .anceta p {
	margin:0;
	font-family:Verdana;
	font-size:12px;
	color:#004323;
}
.news p a{
	font-family:Verdana;
	font-size:12px;
	color:#004323;
	text-decoration:underline;
}
.news p a:hover {
	font-family:Verdana;
	font-size:12px;
	color:#016a38;
	text-decoration:underline;
}
p.all-news a.all{
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	color:#01713d;
	text-decoration:underline;
}
p.all-news a.all:hover {
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	color:#038a4b;
	text-decoration:underline;
}
.anceta p {
	margin-top:20px;
}

.anceta input {
	margin: 10px 8px 0 0;
}
.anceta input.vote {
	margin:0 10px 10px 0;
}
.vote {
	width:108px;
	height:20px;
	background:url(images/vote.png) no-repeat top left;
	border:none;
	color:#fff;
}
a.result{
	font-family:Verdana;
	font-size:10px;
	color:#004323;
	text-decoration:underline;
}
a.result:hover {
	font-family:Verdana;
	font-size:10px;
	color:#026a38;
	text-decoration:underline;
}
/* /LeftBlock */

/* Content */
.content {
	width:100%;
	height:100%;
	position:relative;
	z-index:1;
	background:url(images/bg.jpg) repeat-x top left;
	background-color:#a1d8ad;
	overflow:hidden;
}
.left-block, .text {
	position: relative;
	display: inline;
}
.left-block {
	width:350px;
	height:100%;
	float:left;
}
.text {
	margin-left:350px;
	width:auto;
	height:100%;
	padding:45px 30px 0;
}
/* /Content */

/* Footer */
.footer {
	height:150px;
	width:100%;
	background-color:#a1d8ad;
}
.f-menu {
	width:96%;
	margin:0 2%;
	overflow:hidden;
}

.f-menu table {
	position: relative;
	width: 100%;
	margin: 15px 0;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
	
}

.f-menu table td {
	padding: 0 20px;
	height: 12px;
	border-left: 2px solid #00713D;
}
.f-menu table td.first { border: 0 none; }
.f-menu table td a {
	color: #00713D;
}
.f-menu table td a:hover {
	color: #029853;
}

.bot {
	width:96%;
	height:92px;
	margin:0 2% 2%;
	overflow:hidden;
	background-color:#00713d;
	text-align:center;
	position:relative;
}
.f-c {
	position:absolute;
	top:30px;
	left:43%;
	margin-left:-15%;
	width:42%;
	height:31px;
	text-align:center;
}
.copy {
	width:30%;
	height:92px;
	background:url(images/arrow.gif) no-repeat top right;
	float:left;
	text-align:center;
}
.copy p {
	margin:40px 40px 0 0px;
	font-family:Verdana;
	font-size:12px;
	color:#fff;
	text-align:center;
}
.copy a { color: #fff; text-decoration:none;}
.copy a:hover { color: #b7f594;  text-decoration:none;}
.make {
	width:33%;
	height:92px;
	background:url(images/arrow.gif) no-repeat top left;
	float:right;
	position:relative;
}
.d-logo {
	position:absolute;
	top:25px;
	right:20px;
	width:70%;
	height:31px;
	text-align:center;
}

.d-logo a { color: #fff; text-decoration:none;}
.d-logo a:hover { color: #b7f594;  text-decoration:none;}

.hidden { display: none; }
/* /Footer */
.decor{
width:190px;
height:70px;

}
.decor a{
display:block;
width:190px;
height:70px;
background:url(images/decor.gif) no-repeat;
text-decoration:none;
color:#388f86;
font-size:16px;
text-align:left;
padding:15px;

}
.decor a:hover{
display:block;
width:190px;
height:70px;
background:url(images/decor_a.gif) no-repeat;
text-decoration:none;
color:#fff;
font-size:16px;
text-align:left;
padding:15px;
}
.kat_left{
position:relative;
float:left;
width:250px;
text-align:left;
height: 200px;
}

table.special {
	border: solid 1px black;
    border-collapse: collapse;
}
table.special td {
    border: solid 1px black;
}

.stroitelyam{
width:192px;
height:61px;

}
.stroitelyam a{
display:block;
width:192px;
height:61px;
background:url(images/stroitelyam1.png) no-repeat;
text-decoration:none;
color:#388f86;
font-size:16px;
text-align:left;

}
.stroitelyam a:hover{
display:block;
width:192px;
height:61px;
background:url(images/stroitelyam2.png) no-repeat;
text-decoration:none;
color:#fff;
font-size:16px;
text-align:left;
}

