/* CSS Document */

	
h2 a{
	font-style:normal;
	text-decoration:none;
	margin-top: 10px;
	}
.readmore{
	margin-bottom: 15px;
	}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 10px;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	background: #cae2c3;
	}
h1, h2{	
	font-family: 'Open Sans', sans-serif;
	color: #75c152;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
	}
h1{
	font-size: 16px;
	}
h2{
	font-size: 14px;
	}
em{
	font-style:italic;
	}
#main{
  min-height: 400px;
}
#main a{
	color: #5289c1;
	font-style:italic;
	text-decoration:underline;
	}
#main a:hover{
	color: #ff9000;
	}
.width-wrapper{
	width: 1080px;
	position: relative;
	margin: 0 auto;
	}
#struct-podr {
	margin-bottom: 30px;
	}
#struct-podr td{
	text-align: center;
	}
#struct-podr img{
	border: 1px solid #5289c1;
	margin: 5px 20px;
	}
a.opacity-a:hover{
	opacity: 0.6;
	}
#header{
	width: 100%;
	height: 250px;
	background: url(../images/head-bg.jpg) no-repeat center bottom;
	position: relative;
	}
#head-logo{
	position: absolute;
	display: block;
	width: 350px;
	padding: 25px;
	height: 130px;
	background: url(../images/gray-bg.png) repeat;		
	text-decoration: none;
	top: 30px;
	}
#head-logo p{
	margin-top: 15px; 
	text-align: center;
	color: #fff;
	line-height: 1.2;
	}
#slides{
	width: 500px;
	position: absolute;
	right: 0px;
	top: 10px;
	z-index:100;
	}
.slides_container{
	width: 440px;
	height: 200px;
	background-color: #fff;
	position:relative;
	padding: 10px 0 10px 0;
	transform:rotate(1deg);
	overflow:hidden;
	}
.slides_container img{
	display: block;
	height: 200px;
	width: 420px;
	margin: 0 0 22px 10px;
	}
.next{
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 90px;
	right: 10px;
	background: url(../images/right-arrow.png) no-repeat;
	}
.prev{
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 90px;
	left: -50px;
	background: url(../images/left-arrow.png) no-repeat;
	}
.next:hover, .prev:hover{
	opacity: 0.6;
	}
#lefter{
	width: 230px;
	background-color: #75c152;
	float: left;
	padding-top: 30px;
	padding-bottom: 20px;
	}
#lefter ul li a, #lefter .separator{
	display: block;
	width: 200px;
	padding: 8px 10px 8px 20px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	transition: background-color 0.5s;
	}
#lefter .nav-child li a{
	padding: 5px 10px 5px 30px;
	color: #fff;
	width: 190px;
  	font-size: 12px;
  	text-transform: none;
	}
#lefter ul li a:hover{
	background-color: #9ad281;
	}
#lefter li.active, #lefter li.current{
	background-color: #56a930;
	}
#lefter li ul li.active, #lefter li ul li.current{
	background-color: #409920;
	}
#lefter ul ul {
    display: none;
}
#lefter #polldiv_1{
  	width: 190px;
}
#lefter ul ul span{
    margin-left: 15px;
  	font-size: 18px;
  font-weight: bold;
}

#lefter .moduletable_adress{
  padding: 20px;
  color: #fff;
}
#lefter .moduletable_adress a{
  color: #fff;
}
#lefter .moduletable_adress h2{
  margin-top: 20px;
  font-size: 20px; 
  color: #fff;
}
#lefter .moduletable_adress p{
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}

#main{
	width: 810px;
	float: left;
	padding: 20px;
	background: white;
	}
#main strong{
	font-weight: 700;
	}
#main p{
	line-height: 1.3;
	margin-bottom: 10px;
	}
p.right-p{
	text-align: right;
	}
#righter{
	width: 250px;
	padding-top: 20px;
	background-color: #fff;
	background: url(../images/right-links-bg.jpg) repeat-y;
	float: right;
	padding-bottom: 20px;
	}
#righter a{
	display: block;
	width: 220px;
	margin: 5px auto;
	transition: opacity 0.3s;
	}
#righter a:hover{
	opacity: 0.3;
	}
.in-text-left-img{
	float: left;
	margin: 0 10px 0 0;
	}
.moduletable .poll{
	width: 300px;
	margin-left: 20px;
	margin-top: 35px;
	color: #fff;
	}
.moduletable .poll h4{
	font-size: 16px;
	font-weight:700;
	margin-bottom: 7px;
	}
#poll_links{
	width: 1px;
	height: 1px;
	display: none;
	}
#submit_vote_!{
	content: 'Голосовать';
	}