/*
	by
	Anton Caceres,
          great.antosha@gmail.com
*/
body{ text-align: center;
 background: url(images/background.jpg);
}

a:link {
	color: black;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: black;
}
a:hover {
	text-decoration: underline;
	color: #943229;
}
a:active {
	text-decoration: underline;
	color: #943229;
	}
tr, p, div {
font-family: Arial, sans-serif;
font-size: 14px;
color: #2f2f2f;
}
td{
  vertical-align: top;
}

.h1 {
text-indent: 5;
font-family: Arial, sans-serif;
font-size: 20px;
color: #943229;

}
.h2 {
letter-spacing: 0.5px;
font-family: Arial, sans-serif;
font-size: 23px;
color: #943229;
}
.h3 {
	letter-spacing: 0.5px;
	font-family: Arial, sans-serif;
	font-size: 17px;
	color: #943229;

}
.logo {
vertical-align: bottom;
}
.date {
font-family: Arial, sans-serif;
font-size: 12px;
color: gray;
}
.menu {
font-family: Arial, sans-serif;
font-size: 17px;
color: #943229;
font-style: regular;
text-align: left
}
.variant {
font-family: Arial, sans-serif;
font-size: small;
color: #2f2f2f;
}
.mn { 
padding: 25px;
	margin: 0px auto;
	text-align: right;
	background: #fff;
}
.content{ 
width: 95%;
height: 80%;
padding: 0;
vertical-align:top;
margin: 0px auto;
background: #fff;
}
.text { 
vertical-align:top;
	padding: 60px 10px 15px 20px;
	margin: 0px auto;
	text-align: left;
	background: #fff;
}
.production {
width: 20%;
vertical-align:top;
	padding: 80px 10px;
	margin: 0px auto;
	text-align: center;
	background: #fff;
	}

.poll {
width: 15%;
vertical-align:top;
		padding: 80px 20px;
	margin: 0px auto;
	text-align: center;
	background: #fff;
	}
.footer {
width: 100%;
	padding: 10px;
	margin: 0px auto;
	text-align: center;
	background: #fff;
	}

/*Alexey Smirnov UPD*/
    @font-face { font-family: "Rubl Sign"; src: url(http://www.artlebedev.ru/;-)/ruble.eot); }
    span.rur { font-family: "Rubl Sign"; text-transform: uppercase; // text-transform: none;}
    span.rur span { position: absolute; overflow: hidden; width: .45em; height: 1em; margin: .1ex 0 0 -.55em; // display: none; }
    span.rur span:before { content: '\2013'; }

