@import url(std.css);
body {
	background: #fff;
}
#main {
	margin: 0 auto;
	width: 909px;
	font: 12px Arial, Helvetica, sans-serif;
}

#header {
	position: relative;
	padding: 0 25px 5px;
	height: 130px;
}

#header .icons {
	position: absolute;
	top: 8px;
	left: 320px;
}

#header .icons li {
	display: inline;
	padding: 0 12px;
}

#header .lang {
	position: absolute;
	right: 45px;
}

#header ul.lang li {
	display: inline;
}

#header ul.lang li a {
	float: left;
	display: block;
	padding: 5px 6px 0;
	width: 25px;
	height: 27px;
	color: #484848;
	text-decoration: underline;
	text-align: center;
}

#header ul.lang li.active a {
	color: #FFF;
	text-decoration: none;
	background: url(images/lang_bg.jpg) top center no-repeat;
}

#header .logo {
	position: absolute;
	top: 45px;
	left: 30px;
}

#header .logo_300 {
	position: absolute;
	top: 37px;
	left: 0px;
}

#header .hbanner {
	position: absolute;
	top: 35px;
	right: 3px;
}

#header .hbanner1 {
	position: absolute;
	top: 35px;
	right: 306px;
}

#header .hbanner2 {
	position: absolute;
	top: 35px;
	right: 3px;
}

#header .ny {
	position: absolute;
	top: 35px;
	right: 306px;
}

#header .menu {
	position: absolute;
	bottom: 15px;
	right: 0 !important;
	right: -3px;
	font-size: 14px;
}

#header ul.menu li {
	display: inline;
}

#header ul.menu li a {
	float: left;
	display: block;
	margin-right: 3px;
	width: 190px;
	height: 34px;
	text-decoration: none;
}

#header ul.menu li a.rulnk1 { background-image: url(/images/ru_topmenu_1.jpg); }
#header ul.menu li a.rulnk2 { background-image: url(/images/ru_topmenu_2.jpg); }
#header ul.menu li a.rulnk3 { background-image: url(/images/ru_topmenu_3.jpg); }
#header ul.menu li a.rulnk1_active { background-image: url(/images/ru_topmenu_1_active.jpg); }
#header ul.menu li a.rulnk2_active { background-image: url(/images/ru_topmenu_2_active.jpg); }
#header ul.menu li a.rulnk3_active { background-image: url(/images/ru_topmenu_3_active.jpg); }

#header ul.menu li a.enlnk1 { background-image: url(/images/en_topmenu_1.jpg); }
#header ul.menu li a.enlnk2 { background-image: url(/images/en_topmenu_2.jpg); }
#header ul.menu li a.enlnk3 { background-image: url(/images/en_topmenu_3.jpg); }
#header ul.menu li a.enlnk1_active { background-image: url(/images/en_topmenu_1_active.jpg); }
#header ul.menu li a.enlnk2_active { background-image: url(/images/en_topmenu_2_active.jpg); }
#header ul.menu li a.enlnk3_active { background-image: url(/images/en_topmenu_3_active.jpg); }

#header ul.menu li a.delnk1 { background-image: url(/images/de_topmenu_1.jpg); }
#header ul.menu li a.delnk2 { background-image: url(/images/de_topmenu_2.jpg); }
#header ul.menu li a.delnk3 { background-image: url(/images/de_topmenu_3.jpg); }
#header ul.menu li a.delnk1_active { background-image: url(/images/de_topmenu_1_active.jpg); }
#header ul.menu li a.delnk2_active { background-image: url(/images/de_topmenu_2_active.jpg); }
#header ul.menu li a.delnk3_active { background-image: url(/images/de_topmenu_3_active.jpg); }

#header ul.menu li a.bglnk1 { background-image: url(/images/bg_topmenu_1.jpg); }
#header ul.menu li a.bglnk2 { background-image: url(/images/bg_topmenu_2.jpg); }
#header ul.menu li a.bglnk3 { background-image: url(/images/bg_topmenu_3.jpg); }
#header ul.menu li a.bglnk1_active { background-image: url(/images/bg_topmenu_1_active.jpg); }
#header ul.menu li a.bglnk2_active { background-image: url(/images/bg_topmenu_2_active.jpg); }
#header ul.menu li a.bglnk3_active { background-image: url(/images/bg_topmenu_3_active.jpg); }

ul.poster {
	overflow: hidden;
	clear: both;
}

ul.poster li {
	margin-right: 3px;
	display: inline;
	float: left;
}

ul.poster li a {
	float: left;
	display: block;
/*	margin-right: 3px;*/
	width: 300px;
	text-decoration: none;
}

#path {
	display: inline;
	float: left;
	margin: 10px 320px -40px 30px;
}

#path a {
	color: #1F69AE; 
}

#content {
	clear: both;
	padding: 30px 0;
	color: #484848;
}

.content-table {
	width: 100%;
}
.content-table table {
	padding: 0;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #666;
}

.content-table table td {
	padding: 0;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #666;
}

.content-table .folder table ,
.content-table .folder table td ,
.content-table table.noborder ,
.content-table table.noborder td {
	border: none;
}

.content-table img {
	margin-bottom: 15px;
}

.content-table h1 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
	color: #DD0000;
	/*text-decoration: underline;*/
}

.content-table h2 {
	/*margin-top: 15px;*/
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
}
.content-table h4 {
	/*margin-top: 15px;*/
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #484846;
}

.content-table p {
	margin: 5px 0 15px;
}

.content-table a {
	color: #1F69AE;
	text-decoration: underline;
}

.content-table h2.red a {
	color: #DE0000;
	font-weight: bold;
}

.content-table .side ul.cites {
	list-style: none;
	margin: 10px 0;
	padding: 0;
	background: none;
}

.content-table .side ul.cites li {
	list-style: none;
	margin-bottom: 2px;
	font-size: 13px;
	font-weight: normal;
}

.content-table .side ul.cites li a {
	color: #1F69AE;
	text-decoration: underline;
}

.content-table .col1 ul ,
.content-table .col2 ul {
	list-style: url(images/icon_issue.gif);
	margin-bottom: 15px;
	padding: 0 0 0 17px;
}

.content-table td {
	padding: 0 30px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFF;
}

.content-table table {
	margin: 20px 0 20px -30px;
}

.content-table table td {
	padding: 0 0 0 30px;
	border: none;
}

.content-table .folder {
	padding: 25px 30px 30px 30px;
}

.content-table .issue {
	padding: 25px 30px 30px 30px;
}

.content-table .issue td {
	border: 1px solid #666666;
}

.content-table .issue table {
	margin-left: 0px;
}

.content-table .issue table td{
	padding: 0;
	margin: 0;
}

.content-table .issue ul {
	list-style: disc outside;
	margin: 5px 0pt 15px;
	padding-left: 30px;
}

.content-table .col1 {
	width: 240px;
	border-right-color: #E8E8E4;
}

.content-table .col2 {
	width: 240px;
}

.content-table .side {
	width: 240px;
	background: #E8E8E4;
	background: #E8E8E4 url(images/round-bottom-right.gif) bottom right no-repeat;
}

.content-table .side .blocks {
	margin-bottom: 15px;
}

.content-table .side .round-top .menu {
	margin-bottom: 15px;
}

ul.level1 {
	clear: both;
	margin: 0 0 40px;
	padding: 0;
}

ul.level1 li {
	display: block;
	margin: 0 0 5px 0;
	padding: 0px 0 0px 15px;
	background-repeat: no-repeat;
	font-family: sans-serif, Tahoma, Arial, Helvetica;
	font-size: 11px;
	list-style-type: none;
} 

ul.folder li {
	margin: 0;
	padding: 0;
	background-image: url(/images/icon-menu-item.gif);
	background-position: top right;
	background-repeat: no-repeat;
	font-family: sans-serif, Tahoma, Arial, Helvetica;
	font-size: 11px;
	border-bottom: 1px solid #b4b4b4;
}

ul.issue li {
	margin: 0;
	padding: 1px 0 4px 15px;
	background-image:  url(/images/icon-menu-issue.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: sans-serif, Tahoma, Arial, Helvetica;
	font-size: 11px;
}

li.arrow-blue {
	background-image: url(/images/arrow_blue.gif);
	background-position: left top;
}

li.arrow-red {
	background-image: url(/images/arrow_red.gif);
	background-position: left top;
}

li.issue-blue {
	background-image: url(/images/issue_blue.gif);
	background-position: left top;
}

li.issue-red {
	background-image: url(/images/issue_red.gif);
	background-position: left top;
}

ul.level1 li a {
	color: #000;
	text-decoration: none;
}

ul.issue li {
	margin: 0;
	padding: 1px 0 4px 15px;
	background-image: url(/images/icon-menu-issue.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: sans-serif, Tahoma, Arial, Helvetica;
	font-size: 11px;
}

ul.level1 li a:hover {
	color: #006EB9;
	text-decoration: underline;
}

.content-table td.side ul {
	list-style: none;
	padding: 0;
}
.content-table .round-top {
	margin-top: 0 !important;
	margin-top: -3px;
	margin-left: -30px;
	margin-bottom: 15px;
	height: 10px;
	background: #E8E8E4 url(images/round-top-left.gif) left no-repeat;
}

.content-table .side .banners {
	list-style: none;
	margin: 30px 0;
}

#footer {
	position: relative;
	padding: 5px 0 60px 30px;
	border-top: 2px solid #E8E8E4;
	color: #484848;
}
#footer .menu {
	top: 5px;
	left: 30px;
	font-size: 14px;
}
#footer ul.menu li {
	display: inline;
}
#footer ul.menu li a {
	float: left;
	display: block;
	padding: 6px 15px;
	width: 150px;
	color: #484848;
	border-left: 1px solid #E8E8E4;
}

#footer .phone {
	font-family: sans-serif, Tahoma, Arial, Helvetica;
	font-size: 30px;
}

/* ===== SITE MAP PAGE ===== */
#map {
	padding: 0;
	font-family: sans-serif, Tahoma, Arial, Helvetica;
	font-size: 12px;
	text-align: left;
}

#map h1 {
	margin: 0 0 20px 30px;
	font-size: 18px;
	font-weight: normal;
	color: #DD0000;
}

#map li a {
	margin: 0 0 10px 6px;
	color: #006EB9;
	text-decoration: underline;
}

/* Rus Map
-----------------------------------------------------*/
#rus-map {
	position: relative;
	margin-bottom: 20px;
	width: 540px;
	height: 293px;
	background: url(/images/russia_big.jpg) no-repeat left center;
	font: 10px Arial, Helvetica, sans-serif;
}
#rus-map a {
	position: absolute;
	padding-left: 9px;
	padding-bottom: 1px;
	color: #484848;
	text-decoration: none;
	background: url(/images/map-dot.gif) no-repeat left center;
}
#rus-map a.dot-top {
	padding-top: 6px;
	padding-left: 0;
	background-position: left top;
}
#rus-map a:hover {
	background-image: url(/images/map-dot-active.gif);
}
#rus-map a span {
	border-bottom: 1px dashed #E8E9E4;
}
#rus-map a:hover span {
	border-bottom: 1px dashed #de0000;
}
#rus-map a.nolink {
	cursor: default;
	background-image: url(/images/map-dot.gif);
}
#rus-map a.nolink span {
	border-bottom: none;
}

#minimap {
	position: relative;
	top: -10px;
	font-size: 10px;
}
#minimap img {
	margin: 0;
}
#mapdot {
	position: absolute;
	padding: 0 3px;
	background-color: #E8E8E4;
}
.sep {
	border-top: 1px dashed #484846;
	padding-top: 20px;
}
.more {
	position: relative;
	margin: 0;
	padding: 0;
	top: -5px;
	left: 0;
}
.country {
	position: relative;
	margin: 0;
	padding: 20px 0 0 0;
	bottom: 0;
	left: 0;
	z-index: 10000;
}
.country li {	
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	list-style-position: inside;
}
.country li a {
	position: relative;
	bottom: 15px;
	left: 0;
	left /* */ : -5px;
	margin-left: 10px;
	font-size: 14px;	
	font-weight: bold;
}
.rus {
	list-style: url(images/maps/russia-small.jpg);
/*	background: url(/images/maps/russia-small.jpg) no-repeat top center;*/
}
.cities {
	margin: 0 0 15px 0;
	padding: 0;
}
* html .cities {
	margin: 0 0 15px 0;
}
.cities li {
	font-size: 90%;
}




#cities table {
	position: relative;
	margin:0;
	padding:0;
	width:100%;
	border:0;
}
#cities table td {
	position: relative;
	width:55%;
	margin:0;
	padding:0;
}

#cities table td#pnumb {

	width:45%;
}
#cities table td#pnumb span.phone {
/*	position: absolute;
	margin-left:-25px;
*/
}








