

body {
	color: #000000;
	font-family: Tahoma, Arial, sans-serif;
	line-height: 1.4;
	font-size: 0.8em;
	background: url('/off-line/i/back-top.gif') #e9e9e9 repeat-x;	
}

img {
	border: 0;
}

a {
	color: #2763ab;
}
a:visited {
	color: #2763ab;
}
a:hover {
	color: #cf1e0a;
}

.pseudo_link {
	border-bottom: 1px dashed;
	color: #2763ab;
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
}

.pseudo_link:hover {
	color: #cf1e0a;
}




.red {
	color: #e2171c !important; 
}
.red a, .red a:visited {
	color: #e2171c !important; 
}
.red a:hover {
	color: #efefef !important;
}
.selected.red {
	color: #ffffff !important;
	background: #cf1e0a !important;
}
.selected.red a {
	color: #ffffff !important; 
}

.loading {
	background: url( '/off-line/i/progress.gif' ) no-repeat 50% 50% !important;
}


html, body, img, ul, li, dl, dd, dt, h1, h2, h3, p, form {
	margin: 0;
	padding: 0;
}


.hidden {
	display: none !important;
}

.clear {
	clear: both;
	overflow: hidden;
	height: 1px;
	line-height: 1px;
	width: 1px;
	font-size: 1px;
}

.clickable {
	cursor: pointer;
	cursor: hand;
}

table {
	border-collapse: collapse;
}



/**
 * Для долбоебов специально:

.sub_menu {
	font-weight: bold;
}
 */
.main_menu span {
	font-weight: bold;
}
.info_menu span {
	font-weight: bold;
}



/**
 * Основной шаблон
 */

#fader {
	background-color: #000;
	filter: alpha(opacity=60);
	opacity: .6;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 200;
	//position: absolute;
	//top: expression( parseInt( document.body.scrollTop, 10 ) + "px" );
	//left: expression( parseInt( document.body.scrollLeft, 10 ) + "px" ); 
}


#photo_view {
	position: fixed;
	top: 20%;
	left: 50%;
	z-index: 1000;
	margin-left: -260px;
}

#photo_view img {
	border: 10px solid #ffffff;
}

#photo_view .closer {
	position: fixed;
	right: 30px;
	top: 30px;
	z-index: 1100;
	width: 52px;
	height: 52px;
	background: transparent url("/off-line/i/i-close.png") no-repeat;
}

#photo_view .closer:hover {
	background-position: -52px 0;
}



#layout {
	position: relative;
	min-width: 970px;
	width: 100%;
	width: expression(
			(document.getElementById('measurer') && document.getElementById('measurer').clientWidth < 970)
			? 970
			: "100%"
	);
}

#measurer {
	position: absolute;
	width: 100%;
	height: 1em;
	line-height: 1em;
	bottom: 0;
	visibility: hidden;
}

#header {
	padding: 0;
	margin: 0 0 1em 0;
	border-bottom: 1px solid #d9dfe3;
}

#footer {
	margin: 4em 0 0 0;
	padding: 0.5em 0 4em 0;
	border-top: 1px solid #d5dce2;
}

#footer p {
	margin-left: 2em;
	padding: 0.2em 0 0 0;
	font-size: 89%;
}

#footer .copy {
	float: left;
	width: 35%;
}


#footer .counters {
	float: right;
	font-size: 89%;
	padding-right: 2em;
}



.columns {
	position: relative;
	padding: 2em 2em 0 2em;
}

.left_column {
	float: left;
	width: 18%;
	position: relative;
	clear: right;
}

.right_column {
	margin: 0 0 0 23%;
	position: relative;
	clear: right;
}


.left_column_main {
	float: left;
	width: 29%;
	position: relative;
	clear: right;
}

.right_column_main {
	margin: 0 0 0 31%;
	position: relative;
	clear: right;
}




.content_columns {
	position: relative;
	padding: 0;
}

.content_left {
	float: left;
	width: 45%;
	position: relative;
	clear: right;
}

.content_right {
	width: 45%;
	margin: 0 0 0 50%;
	//margin-left: 0;
	position: relative;
	clear: right;
	display: block;
}

.note {
	position: absolute;
	right: 0;
	width: 21%;
}



/**
 * Меню
 */

.logo {
	position: relative;
	padding: 0 0 0.5em 0.5em;
}
.logo-title {
	position: absolute;
	top: 35px;
	left: 158px;
}



/**
 * Главное меню
 */

.main_navigation {
	position: absolute;
	width: 100%;
	top: 94px;
	left: 0;
}

.main_menu {
	padding: 0 2em 0 143px;
	text-align: center;
}

.main_menu span {
	font-size: 116%;
	white-space: nowrap;
	padding: 0em 0.4em 0.2em 0.4em;
	margin: 0 0.2em 0.5em 0;
}

.main_menu a,
.main_menu a:visited {
	color: #2763ab;
}

.main_menu a:hover {
	color: #cf1e0a;
}

.main_menu .selected {
	background: #2864ab;
	color: #ffffff;
}

.main_menu .selected a,
.main_menu .selected a:visited {
	color: #ffffff !important;
}

.main_menu .selected a:hover {
	color: #cf1e0a !important;
}



/**
 * Информационное меню
 */

.info_menu {
	text-align: center;
	position: relative;
	padding: 0 0 0.6em 0;
	width: auto;
	display: block;
}

.info_menu span {
	white-space: nowrap;
	padding: 0.1em 0.6em 0.2em 0.6em;
	margin: 0 0.6em 0 0;
}

.info_menu .selected {
	background: #2864ab;
	color: #ffffff;
}

.info_menu .selected a,
.info_menu .selected a:visited {
	color: #ffffff !important;
}

.info_menu .selected a:hover {
	color: #cf1e0a !important;
}



/**
 * Левое-контентное меню
 */

.sub_menu {
	margin: 0.5em 0 2em 0;
	color: #8a8b8c;
}

.sub_menu .selected {
	font-weight: bold;
	color: #000000;
}

.sub_menu ul {
	padding-left: 1em;
	padding-bottom: 0.2em;
	font-size: 89%;
	//margin-top: 0.5em;
	/*font-weight: normal;*/
}

.sub_menu div,
.sub_menu li {
	list-style: none;
	margin-bottom: 0.8em;
}

.sub_menu .selected a,
.sub_menu .selected a:visited {
	color: #000000;
}

.sub_menu .selected a:hover {
	color: #cf1e0a;
}



/**
 * Альтернативное меню
 */

.navigator {
	margin-top: -1.5em;
	font-size: 89%;
	color: #737475;
}

.navigator a,
.navigator span {
	margin-right: 0.7em;
}

.navigator a,
.navigator a:visited {
	color: #8a8b8c;
}

.navigator a:hover {
	color: #cf1e0a;
}

.controls {
	font-size: 89%;
	position: absolute;
	right: 2em;
	top: 0.7em;
}

.controls li {
	list-style: none;
	float: left;
	margin-left: 1em;
}

.alternative_menu {
	width: 35%;
	font-size: 89%;
	position: relative;
	float: left;
	text-align: center;
}

.alternative_menu span,
.alternative_menu b {
	padding: 0 0.2em 0 0.2em;
	white-space: nowrap;
}



/**
 * Контент
 */

.text p, .text h3, .text h4, .text dl, .text ul, .text ol {
	margin-right: 26%;
}

.left_column_main p, .left_column_main dl, .right_column_main p, .right_column_main dl {
	margin-right: 0 !important;
}

.left_column_main .parthners h2 {
	font-size: 1.52em;
}
.left_column_main .parthners p {
	text-align: left !important;
	font-size: 89%;
	margin-bottom: 0.5em;
}
.shit p, .shit li {
	text-align: justify;
}



.note {
	background-color: #e9e9e9;
}
.note p, .note h3 {
	margin-right: 0% !important;
}
.note p {
	margin-bottom: 0.3em !important;
	color: #666666;
	font-size: 89%;
}

.note .flag,
.note .emblem {
	margin-bottom: 1em !important;
}

.text .download {
	margin-bottom: 1em;
	background-repeat: no-repeat !important;
	background-position: 0 0.4em !important;
}

.text .download dd,
.text .download dt {
	padding-left: 22px;
	color: #646464;
}
.text .download dd {
	font-size: 1.3em;
}
.text .download dt span {
	text-transform: uppercase;
}

.text .document {
	margin-bottom: 1em;
}
.text .document dd {
	font-size: 1.4em;
}
.text .document dd,
.text .document dt {
	color: #646464;
}

.text .press {
	margin-bottom: 1.6em;
}
.text .press dt {
	color: #900101;
	font-size: 89%;
	margin-bottom: 0.1em;
}
.text .press dd .name {
	font-size: 1.2em;
	font-weight: bold;
}

.text .download p,
.text .document p,
.text .press p {
	margin-right: 0;
	line-height: 1.35em;
}

.text .press .preview {
	margin-right: 1em;
}



.text .nav {
	margin-right: 26%;
	padding-top: 2em;
}

.text .nav_next {
	text-align: right;
	font-size: 89%;
	float: right;
	width: 40%;
	min-height: 3em;
	margin-right: -2.5em;
	padding-right: 2.5em;
	background: url('/off-line/i/nav-next.gif') top right no-repeat;
}

.text .nav_prev {
	font-size: 89%;
	float: left;
	width: 40%;
	min-height: 3em;
	margin-left: -2.5em;
	padding-left: 2.5em;
	background: url('/off-line/i/nav-prev.gif') no-repeat;
}


.text h1 {
	margin-bottom: 1.1em;
	font-weight: normal;
	font-size: 1.93em;
	color: #000000;
	width: 76%;
}

.text h1 .new,
.text h3 .new,
.text h4 .new {
	padding-left: 0.4em;
	color: #900101;
}

.text h1 a, .text h1 a:visited {
	color: #000000;
}
.text h1 a:hover {
	color: #cf1e0a;
}

.text h2 {
	margin-bottom: 0.6em;
	font-weight: normal;
	font-size: 1.753em;
	color: #000000;
}

.text h3 {
	margin-bottom: 0.8em;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.3;
	color: #1d4f97;
}


.text h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.8em;
	color: #094583;
}

.text p {
	margin-bottom: 1.2em;
	line-height: 160%;
	margin-right: 26%;
}

.text .desc {
	font-size: 89%;
	color: #646464;
}

.text .dt {
	color: #900101;
}

.text td {
	padding: 0 1em 1em 0;
	vertical-align: top;
}

.text ul {
	padding-left: 1.2em;
	margin-bottom: 0.7em;
}

.text ol {
	padding-left: 2.2em;
	margin-left: 0;
	margin-bottom: 0.7em;
}

.text li {
	padding-bottom: 0.5em;
}

/*
.shit ul li {
	list-style: none;
	text-indent: -1.2em;
}

.shit ul > li:before {
	color: #09a4a7;
	content: '\2014\a0';
}
*/

.text .person {
	margin: 0 2em 1.2em 0;
	float: left;
	width: 45%;
	height: 240px;
}

.text .person img,
.text .person h3,
.text .person p {
	margin-bottom: 0.1em;
	text-align: left;
}

.text .person h3 {
	font-size: 1.3em;
}

.text .photo {
	margin: 0 2em 1.2em 0;
	float: left;
	width: 45%;
	height: 190px;
}

.text .preview {
	float: left;
	margin: 0.3em 2em 1.2em 0;
}

.text .opinion {
	padding: 2.2em 0 0 0 !important;
	font-size: 89%;
}

.text .opinion dt {
	color: #646464;
	padding-bottom: 0.3em;
}

.text .opinion dd p {
	margin: 0 0 0.3em 0;
}



/**
 * Фото в ряды
 */

.text .photos {
	list-style-type: none;
	margin-bottom: 1em;
	margin-right: 0em;
	padding: 0;
	z-index: 5;
}

.text .photos li {
	float: left;
	width: 125px;
	padding: 0 0 0.5em 0;
	text-align: center;
	z-index: 15;
}

.text .photos li img {
	border: 6px solid #e9e9e9;
}

.text .photos li img.selected {
	border: 6px solid #2864ab;
}

.text .photos li a:hover img {
	border: 6px solid #2864ab;
}

.text .photos .clear {
	clear: both !important;
	width: 500px;
}


#gallery {
	position: relative;
	padding: 2em 0.5em 0.5em 0.5em;
	background: #d5dce2;
	z-index: 2;
	margin-right: 16%;
}

#photo_container {
	width: 500px;
	min-height: 333px;
	text-align: center;
	margin-bottom: 0.5em;
}

#photo_description {
	width: 500px;
	margin-right: 0;
	text-align: left;
	display: none !important;
}

#gallery #preview {
	margin-top: 1em;
}





/**
 * Даты
 */

.text .momentous {
	margin-bottom: 1em;
}
.text .momentous dt {
	font-size: 1.4em;
	color: #0a70c8;
}


/**
 * Сплеши города, приветствие. Главная страница.
 */

.city {
	height: 150px;
	margin-bottom: 2.2em;
	background-repeat: no-repeat;
}

.inback {
	padding: 1em 1.5em 0.1em 1em;
	margin-bottom: 1.2em;
	background: #d5dce2;
	margin-left: -1em;
}

.left_column_main p {
	line-height: 1.35em !important;
	text-align: justify;
}

.left_column_main h4 {
	margin: 0 0 0.6em 0;
	width: 100%;
}

.left_column_main .deliver {
	border-top: 1px solid #d6dde2;
	margin-bottom: 1em;
	margin-right: 1em;
}

.inback .preview {
	margin: 0.5em 1em 0.5em 0;
	width: 60px;
	height: 80px;
}



/**
 * Simple form
 */

form .row {
	clear: left;
	margin: 0 0 1em 0;
	width: 70%;
}

form .label {
	float: left;
	font-weight: normal;
	margin: 1 -100% 0 0;
	width: 11em;
}

form .field {
	margin: 0 0 0 12em;
}

form .field .text {
	width: 97%;
}

form .field .example {
	display: block;
	font-size: 85%;
	text-decoration: none;
	color: #555555;
}

form .selector {
	line-height: 1.2em;
	margin: 0 0 0.5em 0;
	min-height: 12px;
	position: relative;
	width: 100%;
}

form .selector input {
	height: 14px;
	left: 0;
	margin: -6px 0 0;
	position: absolute;
	top: .6em;
}

form .selector label {
	display: block;
	margin: 0 0 0 20px;
}

form .required dt label {
	color: #ff3300;
}


/**
 * Поиск по сайту
 */

#lib_search table {
	width: 70%;
	background: #d5dce2;
	margin-bottom: 2em;
}

#lib_search table td {
	padding: 1em 0 0 1em;
}

#lib_search .lib_submit {
	padding-right: 1em;
	width: 1%;
}

#lib_search p {
	line-height: 95%;
}

#lib_search #lib_therms {
	width: 99%;
}

.pager {
	position: relative;
	list-style-type: none;
}

.pager li {
	float: left;
	padding: 0 1em 0 0;
}

.search_results li {
	margin-bottom: 1em;
}

.search_results p {
	margin-bottom: 0.5em;
}




/*
	Карта мира
*/

#world_map {
	position: relative;
	height: 628px;
	overflow: hidden;
	width: 100%;
}

#world_map .map_container {
	width: 1175px;
	height: 628px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -587px;
}

#world_map img {
	position: absolute;
	top: 0;
	left: 0;
	width: 1175px;
	height: 628px;
}

#world_map #map_over {
	z-index: 10;
	filter: alpha(opacity=30);
	opacity: .3;
}

#world_map #map_show {
	z-index: 11;
}


#map_left,
#map_right {
	position: absolute;
	top: 0;
	width: 38px;
	height: 628px;
	z-index: 25;
}

#map_left {
	left: 0;
}

#map_right {
	right: 0;
}

#informer {
	z-index: 15;
	position: absolute;
	top: 20%;
	right: 3%;
	padding: 2em;
	background: url("/off-line/i/b-informer.png");
	width: 30%;
	display: none;
}


#informer div {
	position: relative;
}

#informer h3 {
	padding-bottom: 0.2em;
	margin-left: 71px;
	height: 41px;
}

#informer li {
	padding-top: 0.6em;
	list-style-type: none;
}

#informer img {
	width: 60px;
	height: 41px;
	position: absolute;
}


.country .close,
#informer .close {
	position: absolute;
	top: 1em;
	right: 1em;
	display: block;
}

.country .close img,
#informer .close img {
	width: 11px;
	height: 11px;
	position: relative;
}


.indexes {
	width: 100%;
	z-index: 200;
}

.country td {
	width: 16%;
	padding: 0;
	vertical-align: top;
}

.organisations td {
	width: 33%;
	padding: 0 3em 0 0;
	vertical-align: top;
}

.indexes ul {
	position: relative;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 2em;
}

.indexes li {
	list-style-type: none;
	padding-left: 2em;
	padding-bottom: 0.5em;
}

.indexes div {
	font-weight: bold;
	position: relative;
	width: 1.5em;
	float: left;
	margin-top: 0.1em;
}


.disable, .disable:visited {
	color:	#c4c9cd;
}

.disable:hover {
	color:	#e0928b;
}


.indexes .selected {
	font-weight: bold;
}

.indexes .selected, .indexes .selected:visited {
	color: #000000 !important;
}



.cselector {
	margin-bottom: 2em;
}

.cselector span {
	margin-right: 2em;
}

.cselector .selected {
	font-weight: bold;
}

.tselector {
	position: relative;
}



.country {
	z-index: 30;
	width: 70%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("/off-line/i/b-country.png");
	padding: 2em 2em 0 2em;
}


.country .disable, .country .disable:visited {
	color:	#5d6062;
}

.country .disable:hover {
	color:	#e0928b;
}

.organisations span {
	font-size: 89%;
	color: #c4c9cd;
}
