body, html
{
	padding: 0px;
	margin: 0px;
	background-color: #0f0f0f;
	height: 100%;
	min-height: 100%;
	color: black;
	background-image: url(../images/bg.png);
	background-position: top;
	background-repeat: repeat-x;
	font: 14px Tahoma;
}

#main
{
	width: 980px;
	margin: 0 auto;
	min-height: 430px;
	background-image: url(../images/head.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.head-top
{
	height: 207px;
	overflow: hidden;
}

.menu
{
	height: 33px;
	overflow: hidden;
}

.menu ul
{
	margin: 0;
	padding: 0;
	height: 33px;
	list-style: none;
}

.menu ul li
{
	margin: 0;
	padding: 0;
	padding-right: 3px;
	float: left;
	display: inline;
	background-image: url(../images/li_bg.png);
	background-position: right;
	background-repeat: no-repeat;
}

.menu ul li.nob
{
	background-image: none !important;	
	padding-right: 0px !important;
}


.menu ul li a
{
	display: block;
	height: 33px;
	padding: 0px 25px;
	font-size: 16px;
	font-family: "hhelveticaCondensed", Arial, Helvetica, sans-serif;
	color: #ebffcf;
	text-transform: uppercase;
	text-decoration: none;
}

.menu ul li a:hover
{
	color: #a85c44;
}


.menu ul li a span
{
	display: block;
	padding-top: 11px;
}


#content
{
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-y;
}

#content > div
{
	background-image: url(../images/content_top.png);
	background-repeat: no-repeat;
	padding-top: 40px;	
}

#bottom
{
	height: 315px;
	overflow: hidden;
	background-image: url(../images/bottom_bg.png);
	background-repeat: no-repeat;
	clear: both;
}

#bottom .right
{
	margin-top: 50px;
	color: #ebffcf;
}

#bottom .right a
{
	color: #d8b97a;
	text-decoration: none;
}

#bottom .right a:hover
{
	text-decoration: underline;
}

.left
{
	width: 364px;
	float: left;
	text-align: justify;
}

.left > div.margos
{
	margin: 0 15px 0 15px;
	line-height: 18px;
}

.left > div.margos-ru
{
	margin: 0 15px 0 15px;
	line-height: 16px;
	font-size: 13px;
}


.letoltes
{
	background-color: #638d2e;
	padding: 10px 20px;
	color: #ebffcf;
}

.letoltes .pdf
{
	height: 50px;
	background-image: url(../images/pdf.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 60px;
}

.letoltes .pdf a
{
	color: #ebffcf;	
	text-decoration: none;
}

.letoltes .pdf a span
{
	display: block;
	padding-top: 7px;
}

.letoltes .pdf a:hover
{
	text-decoration: underline;
}


.right
{
	margin-left: 364px;
}

.right img
{
	border: 0;

}

a
{
	border: none;
	outline: none;
}

h1,h2,h3
{
/*	font-family: "InformaProMediumCondensed", Verdana, Geneva, Arial, Helvetica, sans-serif;
*/

	font-family: "hhelveticaCondensed", Arial, Helvetica, sans-serif;
	color: #ebffcf;
	padding: 0;
	margin: 0;
	text-align: left !important;
}

.lgreen
{
	color: #ebffcf;
}

