@font-face{
	font-family:'FontAwesome';
	src:url('fonts/fontawesome-webfont.eot?v=4.1.0');
	src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype');
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family: "NeoSansCyrReg";
	src:  url("./fonts/neosanscyr-reg.ttf") format("truetype");
	/*
	url("./fonts/neosanscyr-reg.eot"),
	url("./fonts/neosanscyr-reg.eot?#iefix") format("embedded-opentype"),
	;*/
	font-weight: normal;
	font-style: normal;
}
/* @font-face {
font-family: "Trebuchet";
src: url("./fontface/trebuc.eot");
src: url("./fontface/trebuc.eot?#iefix") format("embedded-opentype"),
url("./fontface/trebuc.ttf") format("truetype");
font-weight: normal;
font-style: normal;
} */
html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background:  #f8fafa;
	font-family: Arial, Tahoma;
	font-size: 10pt;
}
.maindiv {
	width: 980px;
}
.topdiv {
	width: 100%;
	height: 129px;
	background: url(./images/bg-lenta-top.png) no-repeat top left;
	overflow: hidden;
}
.toplogo {
	position: absolute;
	z-index: 100;
	width: 327px;
	height: 129px;
}
.toplogo img {
	width: 327px;
	height: 129px;
	border: 0px;
}
a:hover, a:focus {
	color: #1154c0;
	text-decoration: underline;
}
a {
	color: #3079ed;
	text-decoration: none;
}