/* reset
-------------------------------------------------------------------*/
HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE,
A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP,
SMALL, STRIKE, STRONG, SUB, SUP, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI,
FIELDSET, FORM, LABEL, LEGEND, TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
FORM LABEL { cursor: pointer; }
:focus { outline: 0; }
INS { text-decoration: underline; }
DEL { text-decoration: line-through; }
TABLE { border-spacing: 0; border-collapse: collapse; }
UL, OL { list-style: none; }


/* body
-------------------------------------------------------------------*/
BODY {
	font: 12px/14px Tahoma, Arial;
	color: #272727;/*#8c8580*/
	background: #fff;
}
A { text-decoration: none; }

H1 {
	font: bold 16px/22px Tahoma;
	color: #033361;
	margin-bottom: 25px;
}
H1 SPAN {
	display: inline-block;
    height: 22px;
	background: url(/images/hr.gif) repeat-x 0 100%;
}

/* box with eq-hight columns
-------------------------------------------------------------------*/
.box {
	height: 1%;
}
.box:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.box .main {
	float: left;
	width: 100%;
	overflow: hidden;
	margin-right: -100%;
}
.box .main p{
	min-height: 40px;
}

.box .col {
	position: relative;
}
/* layout
-------------------------------------------------------------------*/
#container {
	width: 952px;
	margin: 0 auto;
}
#header {
	position: relative;
}
#wrapper {
	width: 100%;
	height: 1%;
	background: url(/images/vr.gif) repeat-y 330px 0;
}
#wrapper:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#page {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	overflow: hidden;
}
#content {
	padding: 0 0 0 350px;
	/*min-height: 300px;*/
}
#content UL {list-style:disc; margin-left: 10px; margin-bottom: 20px;}

#content P {
	margin-bottom: 20px;
}
#map {
	line-height: 20px;
}
#map ul {
	margin-left: 15px;
	margin-bottom: 0px;
}

#sidebar {
	float: left;
	width: 330px;
	margin-left: -100%;
	position: relative;
}
#footer {
	height: 110px;
	position: relative;
}
/* header
-------------------------------------------------------------------*/
#header .top {
	height: 130px;
}
#header .top:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#header #logo {
	float: left;
	width: 98px;
	height: 98px;
	margin: 10px 13px 10px 5px;
	background: url(/images/logo.png);
    cursor: pointer;
}
#header .title {
	float: left;
	width: 820px;
	height: 59px;
    margin: 28px 10px 8px 0;
    cursor: pointer;
}
#header .title.title-ru {
	background: url(/images/title-ru.png) no-repeat 0 0;
}
#header .title.title-en {
	background: url(/images/title-en.png) no-repeat 0 0;
}
#header H2 {
	font-size: 28px;
	font-family: Tahoma;
	color: #063563;
	position: absolute;
	top: 85px;
	left: 350px;
	line-height: 36px;
}
#header .lang {
	margin-right: 30px;
}
#header .lang LI{
	float: right;
	width: 30px;
}
#header .lang A {
	width: 20px;
	height: 14px;
	float: right;
	background: url(/images/flags.gif);
}
#header .lang .lang-ru {
	background-position: 0 0;
}
#header .lang .lang-en {
	background-position: 0 -15px;
}
#header .banner {
	margin: 9px 0;
}
#header .hr {
	font-size: 0;
	border-top: 1px solid #e8e7e6;
	border-bottom: 1px solid #a39d99;
	margin: 0 50px 20px;
}

/* main menu -ru
-------------------------------------------------------------------*/
#menu, #menu LI {
height: 45px;
border-left: 1px solid #c6c5c5;
border-right: 1px solid #aeadad;
line-height: 45px;
}
#menu LI {
float: left;
width: auto;/*238px*/
min-width: 180px;
padding: 0 1px 0 1px;
overflow: hidden;
text-align: center;
}
#menu A {
font-size: 18px;
color: #033361;
text-decoration: none;
}
#menu {  width: 948px; height: 45px; overflow: hidden; white-space: nowrap; }
#menu UL { width: 105%; }
/* main menu -en
-------------------------------------------------------------------*/
#menu-en, #menu-en LI {
height: 45px;
border-left: 1px solid #c6c5c5;
border-right: 1px solid #aeadad;
line-height: 45px;
}
#menu-en LI {
float: left;
width: auto;/*238px*/
min-width: 188px;
padding: 0 0 0 0;
overflow: hidden;
text-align: center;
}
#menu-en A {
font-size: 18px;
color: #033361;
text-decoration: none;
}
#menu-en {  width: 948px; height: 45px; overflow: hidden; white-space: nowrap; }
#menu-en UL { width: 105%; }
/* footer
-------------------------------------------------------------------*/
#footer .nav LI {
	float: left;
	width: 175px;
	height: 110px;
}
#footer .nav A {
	font-size: 14px;
	font-weight: bold;
	color: #4e4e4e;
	line-height: 100px;
}
#footer .img {
	float: left;
	width: 310px;
	height: 110px;
	background: url(/images/bottom.png);
}
#footer .search {
	float: right;
	width: 250px;
	text-align: right;
}
#footer .search INPUT {
	border: 1px solid #808080;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}
#footer .search BUTTON {
	border: none;
	background: none;
	outline: none;
    font-weight: bold;
    color: #3980ea;
}
#footer .copyright {
	position: absolute;
	bottom: 25px;
	font-size: 13px;
	font-weight: bold;
}
#footer .copyright.left {
	left: 0;
	bottom: 10px;
	
}
#footer .copyright.right {
	right: 0;
	text-align: right;
}
#footer .copyright A {
	color: #4e4e4e;
}

/* block
-------------------------------------------------------------------*/
.block {
	width: 300px;
	margin-bottom: 20px;
}
.block .nav {
	font-size: 14px;
	font-weight: bold;
	color: #3980ea;
}

.news .top {
	margin-top: -15px;
}
.news .box {
	border-left: 85px solid #fff;
	margin-bottom: 15px;
}
.news .title {
	font-weight: bold;
	color: #4e4e4e;/*#8c8580*/
}
.news .date {
	font-weight: bold;
	color: #3980ea;
}
.news .col {
	float: left;
	width: 75px;
	left: -85px;
	text-align: center;
	background: #fff;
}
.news .col IMG {
	padding: 5px;
}
.news .readon {
	color: #3980ea;
	float: right;
	width: auto;
}
.menu UL {
	border-left: 1px solid #020202;
}
.menu LI, .menu A {
	height: 55px;
	line-height: 15px;
	display: block;
	/*padding-top: 20px;*/
}
.menu A {
	font-size: 14px;
	font-weight: bold;
	color: #504c4c;
	padding-left: 20px;
	padding-top: 20px;
	position: relative;
}
.menu A B {
	font-size: 0;
	width: 7px;
	height: 8px;
	position: absolute;
	left: -4px;
	top: 23px;
	background: #033361;
}
/*.menu .submenu, .submenu A {
	font-size: 11px;
	height: 30px;
	line-height: 10px;
	margin-left: 10px;
	top: -10px;
	display: block;
}*/
.menu .submenu {
	margin-left: 20px;
	position: relative;
	top: -10px;
	border: none;
}
.menu .submenu LI, .menu .submenu A {
	height: 20px;
	font-size: 11px;
	line-height: 20px;
}
.menu .submenu A {
	padding: 12px 0 0 10px;
	position: relative;
	line-height: 15px;
}
.menu .submenu A I {
	font-size: 0;
	width: 20px;
	height: 20px;
	position: absolute;
	left: -20px;
	top: 10px;
	background: url(/images/arrow.png);
}


/* infosystem
-------------------------------------------------------------------*/
.is {
	/*width: 300px;*/
	margin-bottom: 20px;
}
.fullnews .box {
	border-left: 85px solid #fff;
	margin-bottom: 15px;
}
.fullnews .box p {
	min-height: 10px;
}
.fullnews .title {
	font-weight: bold;
	color: #4e4e4e;
}
.fullnews .date {
	font-weight: bold;
	color: #3980ea;
}
.fullnews .col {
	float: left;
	width: 75px;
	left: -85px;
	text-align: center;
}
.fullnews .col IMG {
	padding: 5px;
}
.fullnews .readon {
	color: #3980ea;
	float: left;
	width: auto;
}
/* Для 1 - 2 - 3 списка информационных элементов */
.current, .page_link, .ctrl
{
	padding: 0.2em 0.5em 0.3em 0.5em;
	float: left;
	display: block;
	margin-right: 0.3em;
}

.page_link
{
	border: 1px dashed #bbbbbb;
}

.current
{
	background: #e75000;
	color: #fff;
	border: 1px solid #d73000;
}

.ctrl
{
	padding: 0.5em 0.5em 0.3em 0.5em;
	font-size: 10px;
	color: #4F3327;
}

.path_arrow
{
	color: #0096AA;
	padding: 0px 5px 0px 5px;
	font-size: 10pt;
}

/* Информационные элементы */
.read_more
{
	float: left;
	display: block;
	padding: 0.2em 0em 0.3em 0em;
	margin-right: 0.3em;
}

#ShowAddComment
{
	margin: 20px 0px;
	font-size: 14pt;
}

.userinfo1
{
	margin-right: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	float: right;
}

.userinfo2
{
	margin-left: 5px;
	margin-bottom: 5px;
}

/* ссылка "ответить" для комментария */
.c_u_l
{
	font-weight: bold;
}

/* Ответ на комментарий */
.cr
{
	display: none;
	margin: 0px 0px 10px 20px;
}

/* sub-div для дерева комментариев */
.csd
{
	margin-left: 20px;
}

.comment
{
	background-color: #eae4df;
	padding: 30px;
	margin: 15px 0px 5px 0px;
	width: 450px;
	zoom: 1;
	position: relative;
	padding: 20px;
}

.comment p
{
	margin: 0px 0px 5px 0px;
}

.comment_desc
{
	margin: 0px 0px 10px 20px;
}

