@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #fff;
	margin: 0;
	padding:0;
	min-width:900px;
}
#body {
 width:900px;
 margin-left:auto;
 margin-right:auto;
}
form {
	padding:0;
	margin:0;
}
img {
	border:0;
}
a {
	color:#000;
}

div#top-icon-menu {
	height:41px;
	clear:both;
	padding-top:12px;
	width:230px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
ul#top-icon-menu {
	width:230px;
	padding:0;
	margin:0;
	list-style:none;
}
ul#top-icon-menu li {
	display:inline-block;
	float:left;
	background:url(/i/top-menu-sep.gif) right top no-repeat;
	height:16px;
	padding-right:30px;
	padding-left:30px;
}
ul#top-icon-menu li.last {
	background:none;
}


#header {
	height:210px;
	margin-left:7px;
	margin-right:7px;
}
#header.ru {
	background:#000 url(/i/header-left-ru.jpg) left top no-repeat;
}
#header.en {
	background:#000 url(/i/header-left-en.jpg) left top no-repeat;
}
#header #header-right {
	height:100%;
}
#header #header-right.ru {
	background:url(/i/header-right-ru.jpg) right top no-repeat;
}
#header #header-right.en {
	background:url(/i/header-right-en.jpg) right top no-repeat;
}
#header #header-right .logo {
	display:block;
	padding-top:164px;
	width:254px;
	margin-left:300px;
}
.right-slogan {
	color:#838383;
	display:block;
	float:right;
	padding-right:20px;
	padding-top:51px;
	width:102px;
	text-align:left;
}

div#top-menu {
	margin-top:25px;
	width:630px;
	height:39px;
	background:url(/i/top-menu-bg.gif) top repeat-x;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:25px;
	color:#fff;
}
ul#top-menu {
	list-style:none;
	padding:0;
	margin:0;
	width:630px;
	height:100%;
	background:url(/i/top-menu-left.gif) left top no-repeat;
}
ul#top-menu li {
	float:left;
	width:126px !important;
	max-width:126px !important;
	text-align:center;
	height:100%;
	padding-top:11px;
}
ul#top-menu li.last {
	background:url(/i/top-menu-right.gif) right top no-repeat;
}
ul#top-menu li a {
	color:#fff;
	font-family:Tahoma;
	font-size:12px;
	text-decoration:none;
}

#body {
	padding-right:75px;
	clear:both;
}
#body #left-block {
	float:left;
	width:20%;
}
#body #right-block {
	float:left;
	width:80%;
}
#right-block #content {
	padding-left:75px;
}
#left-gray-block {
	background:#d0d0d0 url(/i/left-gray-block.gif) right top no-repeat;
	min-height:100px;
	margin-bottom:2px;
	margin-right:5px;
	margin-top:5px;
	padding:7px;
	color:#606060;
	font-weight:bold;
	font-size:14px;
}
#left-more {
	background:#606060 url(/i/left-gray-more.gif) right top no-repeat;
	height:20px;
	padding-top:7px;
}
#left-more a {
	background:url(/i/left-gray-more-a.gif) left top no-repeat;
	color:#000;
	text-decoration:none;
	margin-left:7px;
	padding-left:13px;
}
.sep25 {
	height:25px;
}
.contacts {
	padding-top:15px;
}
.contacts td {
	font-size:10px;
}
.gray-label {
	background:url(/i/gray-label.gif) top left no-repeat;
	display:block;
	padding-left:25px;
	text-align:center;
}
.gold-label {
	margin-top:40px;
	display:block;
	color:#eb8c18;
	background:url(/i/gold-label.gif) left top no-repeat;
	padding-left:25px;
	font-weight:bold;
	text-transform:uppercase;
}
.content {
	display:block;
	padding-left:45px;
}

.sub-menu {
 list-style:none;
 padding:0;
 margin:0;
 position:absolute;
 width:200px;
}
.sub-menu li {
 background:blue;
 text-align:left !important;
 background:#606060;
 padding:0 !important;
}
.sub-menu.hidden li {
 display:none !important;
}
.sub-menu.visible li {
 display:block !important;
}
.sub-menu a {
 display:block;
 padding:3px !important;
 background:#606060;
 width:200px;
}
.sub-menu a:hover {
 background:#272727;
}

#copyrights {
 clear:both;
 text-align:center;
 padding:15px;
}