﻿/* --- Standart Tag's --- */
h1, h2, h3, h4, h5, h6, form, dl, dd, ul {margin: 0;}
strong, b {font-weight: bold;}
em, i {font-style: italic;}
small {display: block;}
fieldset {border: 0;}
/* --- End Standart Tag's --- */

html,body {
	font-family: Arial, Helvetica, sans-serif;
	height:100%; 
	min-height:100%;
}

img {border:none;}

strong, b { color: #4b6b89;}

a {
	color: #4b6b89;
	text-decoration: underline;
}

a:hover {
	color: #b60121;
	text-decoration: none;
}

a:visited {
	color: #6186a8;
	text-decoration: underline;
}

.clear {
	width: 100%;
	clear: both;
}

#text {
	float: left;
	padding: 30px;
	color: #4a516a;
	line-height: 25px;
	font-size: 18px;
	font-family: Tahoma;
}

#text h1, #text h2, #text h3 {
	font-family: Tahoma;
	color: #4b6b89;
	font-size: 25px;
	padding: 0 0 25px 0;
}

#text p {margin: 0 0 25px 0;}

#text hr {
	border: 0;
	color: #e3e1e1;
	background-color: #e3e1e1;
	height: 1px; 
}

#text ul {
	padding: 0;
	list-style: none;
	margin-bottom: 25px;
}

#text ul li {
	display: block;
	padding: 0 0 0 25px;
	background: url('../images/bg_text_bullet.gif') no-repeat;
}

* html #text ul li {vertical-align: top; height: 1%;}
#text ul ul {margin: 0;}
#text ul ul li {
	padding-left: 25px;
	background: url('../images/bg_text_bullet.gif') no-repeat;
}

#text ul ul ul {margin: 0;}
#text ul ul ul li {
	background: url('../images/bg_text_bullet.gif') no-repeat;
}

#text ol {
	padding: 0 0 0 25px;
}

* html #text ol {padding: 0;}
*:first-child+html #text ol {padding: 0;}

#text ol ol {list-style-type: lower-alpha;}
#text ol li {padding: 0}

#text table {
	border-collapse: collapse;
	border: 1px solid;
	border-color: #e3e1e1;
	width: 100%;
	margin-bottom: 25px;
}

* html #text table {font-size: 1em; width: auto; width/* */:/**/100%;}
#text table[border="0"] {border: 0;}
#text table.noborder { border: 0; }
#text td {
	padding: 5px;
	font-size: 11px;
	border-color: #e3e1e1;
	vertical-align: top;
}

#text th {
	padding: 5px;
	text-align: left;
	border-color: #e3e1e1;
	font-weight: bold;
}

#text td p, #text th p {margin: 0;}


/* --- End Text style --- */

#wrapper {
	width:990px;
	margin:0 auto;
	position:relative;
	padding: 25px 0 25px 0;
}

/* --- header --- */

#header {
	float: left;
	width:990px;
	height: 100px;
	position: relative;
}

#header .logo {
	position: absolute;
	left:25px;
}

#header .slogan {
	display: none;
}

#header .lang {
	display: none;
}

#header .lang li {
	float: left;
}

#header .lang li a {
	float: left;
	font-family: Tahoma;
	font-size: 10px;
	color: #888784;
	text-decoration: none;
	padding: 0 10px 0 10px;
	border-left: 1px solid #888784;
}

#header .lang li a.first {
	border-left: none;
}

#header .lang li a:hover {
	color: #b60121;
}

/* --- End header --- */

/* --- content --- */

#content {
	float: left;
	width: 990px;
	background: none;
	margin-top: 35px;
}

/* --- left block --- */

#content #left_block {
	float: left;
	width: 150px;
	min-height: 100px;
	display: none;
}

#content #left_block .project_menu {
	padding: 30px 0 0 0;
	margin: 0;
	list-style: none;
	
}

#content #left_block .project_menu li {
	float: left;
	width: 150px;
}

#content #left_block .project_menu li a {
	float: left;
	width: 120px;
	padding: 0 0 0 30px;
	line-height: 30px;
	text-decoration: none;
	color: #4b6b89;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}

#content #left_block .project_menu li a:hover {
	color: #b60121;
}

#content #left_block .project_menu li a.active {
	width: 119px;
	background: #fff;
	border: 1px solid #e3e1e1;
	border-right: none;
	color: #b60121;
}

/* --- End left block --- */

/* --- center block --- */

#content #center_block {
	float: left;
	width: 100%;
}

#content #center_block .menu {
	display: none;
}

#content #center_block .menu li {
	float: left;
}

#content #center_block .menu li a {
	padding: 0 15px 0 15px;
	color: #4b6b89;
	font-size: 16px;
	text-decoration: none;
}

#content #center_block .menu li a.active, #content #center_block .menu li a:hover {
	color: #b60121;
}

/* --- End center block --- */

/* --- right block --- */

#content #right_block {
	float: right;
	width: 220px;
	padding-left: 20px;
	display: none;
}

#content #right_block h2 {
	color: #4b6b89;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 30px;
}

#content .news {
	color: #4a516a;
	font-size: 11px;
	font-family: Tahoma;
}

#content .news dt {
	color: #4b6b89;
	padding-bottom: 10px;
	font-size: 10px;
	font-weight: bold;
}

#content .news dt a {
	color: #4b6b89;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

#content .news dt a:hover {
	color: #b60121;
}

#content .news dd {
	padding-bottom: 30px;
}

#content .news dd p {
	padding:0;
	margin:0;
}

#content .news dd img {
	float: left;
	padding: 0 5px 5px 0;
}

a.archive {
	float: left;
	color: #4b6b89;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	margin-bottom: 25px;
	text-decoration: none;
}

a.archive:hover {
	color: #b60121;
}

/* --- End right block --- */

/* --- End content --- */

/* --- Index content --- */

#content_index {
	float: left;
	width: 990px;
	background: url('../images/bg_index_ln2.gif') repeat-y left;
	margin-top: 35px;
	color: #4a516a;
	font-size: 11px;
	font-family: Tahoma;
	line-height: 18px;
}

#content_index h2 {
	font-size: 16px;
	font-weight: normal;
	padding: 0 0 20px 20px;
	background: url('../images/h2_bg_index.gif') no-repeat 0 1px;
	font-family: Arial, Helvetica, sans-serif;
}

#content_index h2 a {
	color: #4b6b89;
	text-decoration: none;
}

#content_index h2 a:hover {
	color: #b60121;	
}

#content_index #block_1 {
	float: left;
	width: 990px;
	background: url('../images/bg_index_ln.gif') no-repeat left bottom;
}

#content_index #block_1 .about {
	float: left;
	width: 376px;
	padding: 0 10px 20px 0;
}

#content_index #block_1 .about .links {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 25px 0 0 0;
}

#content_index #block_1 .about .links li {
	float: left;
	padding: 0 10px 0 10px;
	background: url('../images/v_line.gif') no-repeat right;
}

#content_index #block_1 .about .links li.last {
	background: none;
}

#content_index #block_1 .about .links li a {
	color: #4b6b89;
	text-decoration: none;
	font-weight: bold;
}

#content_index #block_1 .about .links li a:hover {
	color: #b60121;
}

.projects {
	float: left;
	width: 396px;
	padding: 0 0 20px 10px;
}

#center_block .projects {
	float: left;
	width: 540px;
	padding: 0;
}

#center_block .projects dl {
	float: left;
	width: 250px;
	padding-right: 20px;
}

.projects dl {
	float: left;
	width: 178px;
	padding-right: 20px;
}

.projects dt {
	font-size: 13px;
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

.projects dt a {
	color: #4b6b89;
	text-decoration: none;
}

.projects dt a:hover {
	color: #b60121;	
}

.projects dd a {
	color: #4a516a;
	text-decoration: none;
}

#text .projects dd a {
	color: #4b6b89;
	text-decoration: none;
}

#text .projects dd {
	padding-bottom: 8px;
	line-height: 15px;
}

.projects dd a:hover, #text .projects dd a:hover {
	color: #b60121;	
}

ul.projects {
	float: left;
	width: 200px;
	margin: 0;
	padding: 30px 0 0 0;
	list-style: none;
	font-size: 11px;
	font-family: tahoma;
}

ul.projects li {
	padding-bottom: 15px;
}

ul.projects li a.active {
	color: #b60121;
}

.project_view {
	float: left;
}

.project_view div.text {
	float: left;
	width: 100%;
}

.project_view div.text_w {
	float: left;
	width: 100%;
}

.project_view div.img {
	display: none;
}

.project_view div.img_print {
	float: left;
	width: 100%;
	text-align: center;
}

.project_view div.img a {
	padding: 0 5px 5px 0;
}

#content_index #block_1 .partners {
	float: left;
	width: 187px;
	padding: 0 0 20px 10px;
}

#content_index #block_1 .partners ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a.more {
	float: right;
	padding-top: 20px;
	color: #50778f !important;
	font-size: 10px;
	font-family: tahoma;
	text-decoration: none;
}

a.more:hover {
	color: #b60121 !important;	
}

#content_index #block_2 {
	float: left;
	width: 990px;
	padding-top: 20px;
	background: url('../images/bg_index_ln3.gif') repeat-y left;
}

#content_index #block_2 .news {
	float: left;
	width: 376px;
	padding: 0 10px 0 0;
}

#content_index #block_2 .news ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content_index #block_2 .news ul li {
	color: #4b6b89;
	font-size: 10px;
	font-weight: bold;
}

#content_index #block_2 .news ul li a {
	color: #4b6b89;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

#content_index #block_2 .news ul li a:hover {
	color: #b60121;
}

#content_index #block_2 .news .archive {
	padding-top: 20px;
}

#content_index #block_2 .text {
	float: left;
	width: 183px;
	padding: 0 10px 20px 10px;
}

#content_index #block_2 .contacts {
	float: left;
	width: 170px;
	padding: 0 10px 20px 10px;
}


/* --- End Index content --- */

/* --- Modules --- */

/* --- News --- */

#content .news_view .text {
	float: left;
}

#content .news_view .text .img {
	float: left;
	margin: 0 10px 10px 0;
	padding: 1px;
	border: 1px solid #e3e1e1;
}

/* --- End News --- */

/* --- Pages --- */

div.pages {
	float: left;
	padding: 15px 0 15px 0; 
}

div.pages strong, div.pages a {
	float: left;
	width: 19px;
	height: 18px;
	background: url('../images/bg_pages.gif') no-repeat left;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #4b6b89;
	padding-right: 10px;
}

div.pages strong {
	color: #b60121;
}

/* --- End Pages --- */

/* --- Forma --- */

form {
	float: left;
	margin: 0;
	padding: 0;
}

form div {
	float: left;
	width:530px;
	padding-bottom: 20px;
}

form div label {
	float: left;
	width:110px;
	text-align: right;
	padding-right: 30px;
}

form div input, form div textarea {
	border: 1px solid #e3e1e1;
	font-size: 11px;
	color: #4a516a;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 2px;
}

form div textarea {
	width:375px;
	height: 150px;
}

form div input.submit {
	background: #fff;
	border: none;
	float: right;
	color:#4b6b89; 
	font-weight: bold;
}

ul.error {
	color: #b60121;
	font-style: italic;
	padding: 0 0 0 140px !important;
	margin: 0 0 15px 0 !important;
}

ul.error li {
	padding: 0 0 0 10px !important;
	background: url('../images/bg_error_li.gif') no-repeat 0 6px !important;
}

form div.red span {
	color: #b60121;
}

/* --- End Forma --- */

/* --- Partners --- */

ul.partners li {
	padding: 0 0 15px 0 !important; 
	float: left;
	width:180px;
	text-align: center;
	height: 80px
}

ul.partners li span {
	float: left;
	width:180px;
	height: 50px
}

ul.partners li img {
	text-align: center;
}

/* --- End Partners --- */

/* --- Search --- */

#footer  {
	display: none;
}


#footer .search input {
	border: 1px solid #e3e1e1;
	height: 18px;
	color: #888784;
	padding-left: 5px;
	font-size: 10px;
}

#footer .search input.bt {
	border: none;
	height: auto;
	padding-left: 5px;
}

#search-results ul {
	padding: 0;
	margin: 0;
}

#search-results ul li {
	padding: 0;
	margin: 0;
}

#search-results ul li a {
	color: #4b6b89;
}

#search-results ul li a:hover {
	color: #b60121;
	text-decoration: none;
}

/* --- End Search --- */

/* --- End Modules --- */

/* --- footer --- */

#footer {
	float: left;
	width:990px;
	border-top: 1px solid #e3e1e1;
	padding: 25px 0 25px 0;
	font-family: tahoma;
	margin-top:10px;
}

#footer .links {
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer .links li {
	float: left;
}

#footer .links li a {
	color: #888784;
	font-size: 10px;
	text-decoration: none;
	padding: 0 15px 0 0;
	line-height: 10px;
}

#footer .links li a:hover {
	color: #b60121;	
}

#footer .links li a.print {
	background: url('../images/icon_print.gif') no-repeat right;
}

#footer .links li a.sitemap {
	padding: 0 15px 0 15px;
	background: url('../images/icon_sitemap.gif') no-repeat right;
}

#footer .copyright {
	float: right;
	color: #a3a3a6;
	font-size: 11px;
}

div.print_footer {
	float: left;
	width:100%;
	padding-top: 25px;
	text-align: center;
	color: #4b6b89;
}

/* --- End footer --- */

#text table {
	behavior: expression(function(o){
		if (o.border == "0")
			o.className += " noborder"
		o.runtimeStyle.behavior = "none";
	}(this))
}
