@charset "utf-8";
/* CSS Document */

html, body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	height:100%;
}
body {
	background:url(../../img/main-bg-repeat.png) repeat-x left top;
	background-color:#fffefe;
}
img {
	margin:0px;
	padding:0px;
	border:0px;
}
td, div, p, h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
	vertical-align:top;
	text-align:left;
}
h3.year{
	margin:30px 0 10px;
	font-size:18px;
}
a {
	color:#0050b6;
	text-decoration:underline;
}
a:hover {
	color:#BF0000;
}
table {	
	border:0px;
	border-collapse:collapse;
}
.clear {
	clear:both;
	font-size:0px;
	height:0px;
	margin:0px;
	padding:0px;
	line-height:0px;
}
.float-left{float:left}
.float-right{float:right}
.fixBlock {
	width:998px;
	margin:0px auto 0px auto;
	background:url(../../img/main-bg-white.png) no-repeat left bottom;
}
.displayNO {
	display:none;
}
.displayYES {
	display:block;
}
.relative{
	position:relative;
}
.textureBg {
	width:100%;
	background:url(../../img/main-bg-texture.png) no-repeat center bottom;
}
.topWhiteBg {
	background:url(../../img/main-bg-white-top.png) no-repeat center top;
	font-size:0px;
	line-height:0px;
}
.earsBg {
	background:url(../../img/main-bg-ears.png) repeat-x left 90px;
	height:100%;
}
.earsBgVnut {
	background:url(../../img/main-bg-ears-vnut.png) repeat-x left 90px;
	height:100%;
}
.earsBgVnut2 {
	background:url(../../img/main-bg-ears-vnut2.png) repeat-x left top;
	height:100%;
}
.headerBlock {
	position:relative;
	padding:3px 25px 5px 25px;
	margin-bottom:8px;
}
.logo {
	line-height:0px;
}
.logo h1 {
	margin:0px 0px 0px 0px;
	line-height:0px;
}
.topSearch {
	width:280px;
	margin:17px 0px 0px 0px;
}
.topSearch .inp {
	background:url(../../img/top-search-inp-bg.png) no-repeat left top;
}
.topSearch .inp input {
	background:none;
	border:0px;
	padding:1px 5px 4px 15px;
	width:235px;
	font-size:12px;
	color:#7f7f7f;
	outline:none;
}
.topSearch .submit {
	background:url(../../img/top-search-submit-bg.png) no-repeat left top;
	width:23px;
	height:21px;
	cursor:pointer;
	border:0px;
	vertical-align:top;
}
.slogan {
	background:url(../../img/slogan-bg.png) repeat-y left top;
	color:#fff;
	font-family:Calibri;
	font-size:17px;
	font-weight:bold;
	padding:3px 0px 4px 15px;
	width:320px;
	margin:13px 0px 0px 20px;
}
.langBlock {
	position:absolute;
	right:22px;
	top:-15px;
}
.langBlock a {
	font-size:10px;
	color:#1c60a3;
	text-decoration:none;
	background:url(../../img/lang-bg.png) no-repeat left top;
	display:block;
	float:left;
	width:36px;
	height:18px;
	text-align:center;
	padding-top:3px;
}
.langBlock a.act {
	background:url(../../img/lang-bg-act.png) no-repeat left top;
	color:#fff;
}
.topLinks {
	margin:17px 0px 0px 10px;
}
.topLinks a {
	margin-right:15px;
}
.mainMenu {
	position:relative;
	z-index:5;
	background: url(../../img/main-menu-bg.png) no-repeat right top;
	width: 999px;	
}
.mainMenu .block {
	width:100%;
}
.mainMenu div {
	background:url(../../img/main-menu-bg.png) no-repeat right top;
	height:48px;
	padding:0px 12px 0px 16px;
	display:table-cell;
	vertical-align:bottom;
	cursor:pointer;
}
.mainMenu div.block{
	padding:0;
}
.mainMenu div span {
	font-family:Calibri;
	display:inline-block;
	font-size:15px;
	line-height:15px;
	color:#fff;
	text-decoration:none;
	background:url(../../img/main-menu-a.png) no-repeat right bottom;
	padding-right:13px;
	margin:0px 0px 7px 0px;
}
.mainMenu .last {
	background-position:left top;
	width:130px;
}
.mainMenu div:hover {
	background:url(../../img/main-menu-act.png) repeat-y right top;
	background-color:#377ed7;	
	background: -moz-linear-gradient(top, #75A6E4, #367DD7); /* Firefox 3.6+ */
    /* Chrome 1-9, Safari 4-5 */
    background: -webkit-gradient(linear, left top, left bottom, 
                color-stop(0%,#75A6E4), color-stop(100%,#367DD7));
    /* Chrome 10+, Safari 5.1+ */
    background: -webkit-linear-gradient(top, #75A6E4, #367DD7);
    background: -o-linear-gradient(top, #75A6E4, #367DD7); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #75A6E4, #367DD7); /* IE10 */
    background: linear-gradient(top, #75A6E4, #367DD7); /* CSS3 */ 
}
.mainMenu div.act{
	background:url(../../img/main-menu-act.png) repeat-y right top;
	background-color:#377ed7;
}
.mainMenu div.last:hover {
	background-image:none;
	background-color:#377ed7;	
	background: -moz-linear-gradient(top, #75A6E4, #367DD7); /* Firefox 3.6+ */
    /* Chrome 1-9, Safari 4-5 */
    background: -webkit-gradient(linear, left top, left bottom, 
                color-stop(0%,#75A6E4), color-stop(100%,#367DD7));
    /* Chrome 10+, Safari 5.1+ */
    background: -webkit-linear-gradient(top, #75A6E4, #367DD7);
    background: -o-linear-gradient(top, #75A6E4, #367DD7); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #75A6E4, #367DD7); /* IE10 */
    background: linear-gradient(top, #75A6E4, #367DD7); /* CSS3 */ 
}
.mainMenu .sub {
	position:absolute;
	top:48px;
	width:269px;
	background-image:none;
	background-color:#367DD7;
	padding:10px 0px 15px 18px;
	z-index: 2;
	display:none;
	box-shadow:0px 3px 5px 0px #333;
	height:auto;
}
.mainMenu .sub.left{
	left:0;
}
.mainMenu .sub.right{
	right:0;
}
.mainMenu .sub:hover, .mainMenu .sub div:hover{
	background-image:none;	
	background-color:#367DD7;
}
.mainMenu .block div:hover .sub{
	display:block;
}
.mainMenu .sub a {
	display:block;
	background:url(../../img/main-menu-sub-a.png) no-repeat left 3px;
	padding:0px 0px 0px 13px;
	margin-bottom:0px;
	font-size:12px;
	height:auto;
	color:#fff;
}
.mainMenu .sub a:hover{
	color:#bf0000;
}
.mainMenu .sub div {
	position: relative;
}
.mainMenu .sub .sub_item{
	background:none;
	height:auto;
	padding:0;
	display:block;
	vertical-align:bottom;
	cursor:pointer;
	margin-bottom:5px;
	position:static;
}
.mainMenu .sub .popup {
	display:none;
	background: none;
	position: absolute;
	right:0px;
	top:10px;
	z-index: 3;
	/*width: 165px;*/
	padding-bottom: 8px;
}
.mainMenu .sub .popup:hover{
	background:none;
}
.mainMenu .sub  div:hover .popup{
	display:block;
}
.mainMenu .sub .popup p {
	margin:0px 4px 0px 4px;
}
.mainMenu .sub .popup p a {
	padding: 5px 10px 6px 25px;
	font-size: 14px;
	margin: 0px 0px 0px 10px;
}
.mainMenu .sub .popup .yellow {
	background-color: #dbb363;
}
.mainMenu .sub .popup .yellow a {
	background: url(../../img/main-menu-sub-sub-yellow.png) no-repeat left 4px;
}
.mainMenu .sub .popup .red {
	background-color: #b45d5d;
}
.mainMenu .sub .popup .red a {
	background: url(../../img/main-menu-sub-sub-red.png) no-repeat left 4px;
}
.mainMenu .sub .popup .green {
	background-color: #76a263;
}
.mainMenu .sub .popup .green a {
	background: url(../../img/main-menu-sub-sub-green.png) no-repeat left 4px;
}
.mainMenu .sub .popup .blue {
	background-color: #5380ba;
}
.mainMenu .sub .popup .blue a {
	background: url(../../img/main-menu-sub-sub-blue.png) no-repeat left 4px;
}
.mainMenu .sub .popup .aqua {
	background-color: #5badad;
}
.mainMenu .sub .popup .aqua a {
	background: url(../../img/main-menu-sub-sub-aqua.png) no-repeat left 4px;
}
.bigPicBlock {
	height:280px;
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:1;
}
.bigPicBlock .absolute {
	height:280px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
}
.bigPicBlock .absolute .block {
	float:left;
	position:relative;
}
.bigPicBlock .absolute .block .textBlock {
	position:absolute;
	right:25px;
	bottom:50px;
	background:url(../../img/text-bg.png) repeat left top;
	width:490px;
	padding:15px 25px 15px 25px;
	z-index:1;
}
.bigPicBlock .absolute .block .textBlock h2 {
	font-family:Calibri;
	font-size:31px;
	font-weight:bold;
	line-height:25px;
	color:#fff;
	margin-bottom:10px;
}
.bigPicBlock .absolute .block .textBlock p {
	color:#fff;
	font-size:12px;
	line-height:16px;
}
.bigPicBlock .textMenu {
	position:absolute;
	left:432px;
	bottom:10px;
	z-index:2;
	width:550px;
}
.bigPicBlock .textMenu a {
	margin:0px 3px;
}
.bigPicBlock .right {
	position:absolute;
	right:0px;
	top:75px;
	z-index:3;
}
.bigPicBlock .left {
	position:absolute;
	left:0px;
	top:75px;
	z-index:3;
}
.colorBlock {
	margin-bottom:15px;
}
.colorBlock .block {
	width:199px;
	float:left;
}
.colorBlock .block .header {
	font-family:Calibri;
	font-size:18px;
	color:#fff;
	padding:3px 0px 0px 10px;
	margin-bottom:10px;
}
.colorBlock .block .header span {
	line-height: 15px;
	display: table-cell;
	vertical-align: middle;
	width: 134px;
	height: 30px;
}
.colorBlock .block .header img {
	margin-right:10px;
	float: left;
}
.colorBlock .yellow {
	background:url(../../img/color-block-yellow.png) repeat-x left top;
	/* width:179px; */
	height:60px;
}
.colorBlock .red {
	background:url(../../img/color-block-red.png) repeat-x left top;
	/* width:179px; */
	height:60px;
}
.colorBlock .blue {
	background:url(../../img/color-block-blue.png) repeat-x left top;
	width:202px;
	height:60px;
}
.colorBlock .green {
	background:url(../../img/color-block-green.png) repeat-x left top;
	/* width:220px; */
	height:60px;
}
.colorBlock .aqua {
	background:url(../../img/color-block-aqua.png) repeat-x left top;
	/* width:160px; */
	height:60px;
}
.colorBlock .block a {
	font-family: Calibri;
  	font-size: 18px;
  	color: #fff;
	display:block;
	margin:0px 0px 5px 20px;
	padding-left:13px;
	text-decoration: none;
}
.colorBlock .yellow a {
	background:url(../../img/color-li-yellow.png) no-repeat left 2px;
}
.colorBlock .red a {
	background:url(../../img/color-li-red.png) no-repeat left 2px;	
}
.colorBlock .blue a {
	background:url(../../img/color-li-blue.png) no-repeat left 2px;
}
.colorBlock .green a {
	background:url(../../img/color-li-green.png) no-repeat left 2px;
}
.colorBlock .aqua a {
	background:url(../../img/color-li-aqua.png) no-repeat left 2px;	
}
.contantBlock {
	padding:0px 20px;
	position: relative;
}
.contantBlock.no_padding{
	padding: 0;
}
.contantBlock.no_padding .vnutLeftBlock .breadCrumbs,
.contantBlock.no_padding .vnutLeftBlock h1{
	margin-left: 20px;
}
.contantBlock.no_padding .vnutLeftBlock .mainTextBlock{
	width: 955px;
	margin: 0 21px;
}
.contantBlock.no_padding .vnutLeftBlock #mapBig{
	position: relative; 
	width: 955px; 
	height: 480px;
}
.contantBlock.no_padding .vnutLeftBlock #mapBig img#layerSelect{
	position: absolute;
	top: 0; 
	width: 955px; 
	height: 480px; 
	left: 0;
}
.contantBlock.no_padding .vnutLeftBlock #labels{
	position: absolute; 
	top: 0px; 
	left: 0px; 
	display: block;
}
.contantBlock.no_padding .vnutLeftBlock #canvasMap{
	position: absolute; 
	top: 0px; 
	width: 995px; 
	height: 480px; 
	opacity: 0.1; 
	left: 0px;
}
.contantBlock.no_padding .vnutLeftBlock #mapBig img#sourceMap{
	position: absolute; 
	top: 0; 
	width: 995px; 
	height: 480px; 
	opacity: 0.1; 
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1); 
	left: 0;
}
.contantBlock.no_padding .vnutLeftBlock .titles{
	position: absolute; 
	bottom: 0;
}
.contantBlock.no_padding .vnutLeftBlock .tooltip{
	position: absolute; 
	padding: 20px 25px; 
	opacity: 0.7; 
	background: rgb(93, 144, 209);
}
.contantBlock.no_padding .vnutLeftBlock .tooltip p{
	font-weight: bold;
	font-size: 16px;
	color: white;
}
.contantBlock.no_padding .vnutLeftBlock .tooltip .tooltipLinks p{
	margin: 0;
}
.contantBlock.no_padding .vnutLeftBlock .tooltip p a{
	font-weight: normal;
	color: white;
	text-decoration: none;
	font-size: 13px;
	padding: 0 0 0 10px;
	background: url(http://rustranstek.com/img/triangleRedTooltip.png) no-repeat 0 50%;
}
.contantBlock.no_padding .vnutLeftBlock map#mapbig{
	width: 995px; 
	height: 480px;
}
.contantBlock.bg_africa{
	background:url(../../img/bg-africa.jpg) no-repeat 680px 40px;
}
.contantBlock .leftBlock {
	float:left;
	width:305px;
}
.contantBlock .rightBlock {
	float:right;
	width:630px;
}
h4 {
	font-weight:bold;
	color:#4c4c4c;
	font-family:Calibri;
	font-size:19px;
	margin-bottom:15px;
	background:url(../../img/h4-bg.png) repeat-x left bottom;
}
span.more {
	background:url(../../img/ico-more.png) no-repeat left 2px;
	padding-left:15px;
	font-size:12px;
}
span.more a {
	color:#000;
	display: inline-block;
}
span.more a:hover {
	color:#BF0000;
}
.aboutCompany {
	margin-bottom:20px;
}
.aboutCompany p {
	font-size:13px;
	color:#666666;
	line-height:20px;
}
.aboutCompany .bg {
	background:url(../../img/about-company-bg.png) repeat-x left top;
	margin-top:-15px;
	padding:10px 15px 0px 15px;
}
.newsSpisok {
	margin-bottom:20px;
}
.date, .gray_small {
	font-size:12px;
	line-height:14px;
	color:#7f7f7f;
	margin-bottom:5px;
}
.newsSpisok .block {
	margin-bottom:15px;
}
.newsSpisok .block h5 {
	font-size:12px;
	line-height:16px;
	font-weight:normal;
}
.projectBlock {
	margin-bottom:20px;
}
.projectBlock h5 {
	font-weight:normal;
	font-size:15px;
	margin-bottom:5px;
}
.projectBlock p {
	font-size:11px;
	line-height:15px;
	color:#333333;
	margin-bottom:5px;
}
.projectBlock div {
	color:#7f7f7f;
	font-size:11px;
}
.projectBlock .block div a {
	color:#7f7f7f;
}
.projectBlock .block {
	float:left;
	width:315px;
	adding-right:10px;
	margin-bottom:15px;
}
.footerBlock {
	background:url(../../img/footer-bg.png) no-repeat left bottom;
	padding:60px 20px 0px 25px;
	margin-top:-50px;
}
.footerBlock .menu {
	color:#fff;
	font-size:11px;
	float:left;
	margin-top:5px;
	list-style:none;
	margin-left:0;
	padding-left:0;
}
.footerBlock .menu li{
	display:inline;
	padding:0 7px 5px 7px;
	border-right:1px solid #fff;
}
.footerBlock .menu li.first{
	padding-left:0;
}
.footerBlock .menu li.last{
	border:0;
}
.footerBlock .menu a {
	color:#fff;
}
.footerBlock .menu a:hover {
	color:#BF0000;
}
.footerBlock .find {
	font-size:12px;
	color:#fff;
	float:right;
}
.footerBlock .find span {
	vertical-align:8px;
	margin-right:10px;
}
.footerBlock .find a {
	margin-right:5px;
}
.copyRightBlock {
	padding:15px 25px 15px 25px;
	font-size:12px;
	color:#7f7f7f;
	width:948px;
	margin:0px auto;
}
.copyRightBlock p {
	margin-bottom:5px;
}
.vnutLeftBlock {
	width:650px;
	float:left;
	padding-top:10px;
}
.vnutLeftBlock.small{width:635px;}
.vnutRightBlock {
	float:right;
	width:245px;
	padding-top:20px;	
}
.vnutRightBlock.big{width:310px;}
.breadCrumbs {
	font-size:11px;
	color:#7f7f7f;
	margin-bottom:15px;
}
.breadCrumbs img {
	vertical-align:1px;
}
h1 {
	font-family:Calibri;
	font-size:28px;
	line-height:32px;
	font-weight:normal;
	margin-bottom:15px;
	color:#4c4c4c;
}
.spisokNews {
	margin-bottom:20px;
}
.spisokNews .date {
	font-size:12px;
	color:#7f7f7f;
	margin-bottom:5px;
}
.spisokNews h5 {
	font-size:15px;
	line-height:19px;
	font-weight:normal;
	margin-bottom:5px;
}
.spisokNews p {
	font-size:12px;
	line-height:16px;
	color:#7f7f7f;
}
.spisokNews .block {
	margin-bottom:20px;
}
.listalkaBlock {
	margin:20px 0px 40px 0px;
	padding-top:15px;
	border-top:1px solid #ccc;
}
.listalkaBlock .num {
	white-space:nowrap;
	font-size:12px;
	color:#7f7f7f;
}
.listalkaBlock .num span {
	color:#000;
}
.listalkaBlock .block {
	float:right;
	font-size:12px;
}
.listalkaBlock .block a {
	margin-left:5px;
}
.listalkaBlock .block .act {
	font-size:20px;
	color:#58763b;
	text-decoration:none;
	vertical-align:-4px;
}
.listalkaBlock .block .act:hover {
	color:#58763b;
}
.mainTextBlock {
	margin-bottom:20px;
}
.mainTextBlock p {
	font-size:13px;
	line-height:18px;
	margin-bottom:15px;
}
.mainTextBlock ul {
	margin: 0px 0px 15px 0px;
	/*padding: 0;*/
	/*list-style: none;*/
}
.mainTextBlock li {
	font-size:13px;
	margin-bottom:5px;
	line-height:18px;
	/*padding-left: 15px;*/
	/*background: url(../../img/color-li-blue.png) no-repeat left 3px;*/
}
.mainTextBlock ol {
	margin:0px 0px 15px 40px;
	padding:0px 0px 0px 0px;
}
.mainTextBlock h2 {
	font-size:24px;
	color:#4C4C4C;
	margin:20px 0px 10px 0px;
	font-family:Calibri;
}
.mainTextBlock h3 {
	font-size:20px;
	color:#4C4C4C;
	margin:20px 0px 10px 0px;
	font-family:Calibri;
}
.mainTextBlock h4 {
	font-size:18px;
	color:#4C4C4C;
	margin:20px 0px 10px 0px;
	background:none;
	font-family:Calibri;
}
.mainTextBlock h5 {
	font-size:16px;
	color:#4C4C4C;
	font-weight:bold;
	margin:20px 0px 10px 0px;
	font-family:Calibri;
}
.mainTextBlock h6 {
	font-size:16px;
	color:#4C4C4C;
	font-weight:bold;
	font-style:italic;
	margin:20px 0px 10px 0px;
	font-family:Calibri;
}
.mainTextBlock .announceBlock {
	color:#bf0000;
	font-size:16px;
	line-height:22px;
	margin:15px 0px;
	
}
.rubricsBlock {
	margin-bottom:40px;
}
.rubricsBlock .block {
	margin-bottom:20px;
}
.rubricsBlock .block .img {
	display:block;
	float:left;
	margin:4px 15px 0px 0px;
}
.rubricsBlock .block h5 {
	font-size:15px;
	line-height:19px;
	font-weight:normal;
	margin-bottom:5px;
}
.rubricsBlock .block p {
	font-size:12px;
	line-height:16px;
	color:#7f7f7f;
}
.bigRedText {
	color:#bf0000;
	font-size:17px;
	line-height:22px;
	margin-bottom:20px;
}
.switchMenu {
	margin-bottom:20px;
}
.switchMenu a {
	font-size:12px;
	text-decoration:none;
	display:inline-block;
	padding:2px 5px 3px 5px;
}
.switchMenu a span {
	border-bottom:1px dashed #0050B6;
}
.switchMenu a:hover span {
	border-color:#BF0000;
}
.switchMenu a.act {
	color:#fff;
	background-color:#0050b6;
}
.switchMenu a.act span {
	border-bottom:0px;
}
.projectsVnut .block {
	width:310px;
	margin-bottom:20px;
}
.filesBlock {
	margin-bottom:40px;
}
.filesBlock .block {
	float:left;
	width:310px;
	margin-bottom:25px;
}
.filesBlock .block h5 {
	font-size:14px;
	font-weight:normal;
	line-height:16px;
	margin-bottom:2px;
	margin-top:15px;
}
.filesBlock .block p {
	color:#333333;
	font-size:12px;
}
.filesBlock .block .ico {
	display:block;
	margin-right:10px;
}
.searchResult .topBlock {
	margin-bottom:20px;
}
.searchResult .topBlock .inp {
	width:500px;
	font-size:18px;
	padding:2px 10px;
	margin-right:10px;
	outline:none;
}
.searchResult .topBlock .submit {
	font-size:19px;
	margin-top:1px;
	font-family:Calibri;
}
.searchResult .topBlock p {
	margin:2px 0px 0px 10px;
}
.searchResult .topBlock p a {
	font-style:italic;
	text-decoration:none;
	color:#7F7F7F;
	border-bottom:1px dotted #7F7F7F;
}
.searchResult .link {
	font-size:11px;
	margin-top:10px;
}
.searchResult .link a {
	color:#bf0000;
}
.searchResult .block {
	padding-left:25px;
	position:relative;
}
.searchResult .block .num {
	position:absolute;
	left:0px;
	top:0px;
	color:#bf0000;
	font-size:12px;
	font-weight:bold;
}
.x3Karkas .vnutLeftBlock {
	width: 190px;
	padding-top: 15px;
}
.x3Karkas .vnutCenterBlock {
	margin: 0px 265px 30px 210px;
	padding-top: 15px;
}
.x3Karkas .vnutRightBlock {
	padding-top: 15px;
}
.businessSegments {
	margin-bottom: 30px;
}
.businessSegments h4, .borders h4 {
	background: none;
}
.businessSegments div, .borders div {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top:-1px;
	padding: 5px 0px 5px 10px;
}
.businessSegments div a, .borders div a {
	display: block;
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
	background: url(../../img/segments-bg-tre.png) no-repeat right center;
}
.borders div a:link, .borders div a:visited{
	color:#0050b6;
}
.borders div a:hover{
	color:#bf0000;
}
.businessSegments div a span {
	padding: 2px 0px 2px 25px;
	display: block;
}
.businessSegments div.yellow {
	background: url(../../img/segments-bg-yellow.png) repeat-y left top;
}
.businessSegments div.yellow a span {
	background: url(../../img/main-menu-sub-sub-yellow.png) no-repeat left top;
}
.businessSegments div.red {
	background: url(../../img/segments-bg-red.png) repeat-y left top;
}
.businessSegments div.red a span {
	background: url(../../img/main-menu-sub-sub-red.png) no-repeat left top;
}
.businessSegments div.green {
	background: url(../../img/segments-bg-green.png) repeat-y left top;
}
.businessSegments div.green a span {
	background: url(../../img/main-menu-sub-sub-green.png) no-repeat left top;
}
.businessSegments div.blue {
	background: url(../../img/segments-bg-blue.png) repeat-y left top;
}
.businessSegments div.blue a span {
	background: url(../../img/main-menu-sub-sub-blue.png) no-repeat left top;
}
.businessSegments div.aqua {
	background: url(../../img/segments-bg-aqua.png) repeat-y left top;
}
.businessSegments div.aqua a span {
	background: url(../../img/main-menu-sub-sub-aqua.png) no-repeat left top;
}
.businessSegments .sub{
	padding: 5px 0px 5px 0px;
}

.smallMenu .sub {
	border: none!important;
}

.smallMenu .sub a.act {
	color: rgb(191, 0, 0);
}

.businessSegments .sub a, .smallMenu .sub a{
	color: #0050b6;
	text-decoration:underline;
	display: block;
	margin: 0px 0px 5px 10px;
	padding-left: 15px;
}
.businessSegments .sub a:hover {
	color:#BF0000;
}
.businessSegments .liY a {
	background:url(../../img/color-li-yellow.png) no-repeat left 2px;
}
.businessSegments .liY .act {
	color: #DBB363;
	text-decoration: none;
}
.businessSegments .liR a {
	background:url(../../img/color-li-red.png) no-repeat left 2px;
}
.businessSegments .liR .act {
	color: #b45d5d;
	text-decoration: none;
}
.businessSegments .liG a {
	background:url(../../img/color-li-green.png) no-repeat left 2px;
}
.businessSegments .liG .act {
	color: #76a263;
	text-decoration: none;
}
.businessSegments .liB a, .smallMenu .sub a{
	background:url(../../img/color-li-blue.png) no-repeat left 2px !important;
}
.smallMenu .sub a:hover{
	color:#BF0000 !important;
}
.businessSegments .liB .act {
	color: #5380ba;
	text-decoration: none;
}
.businessSegments .liA a {
	background:url(../../img/color-li-aqua.png) no-repeat left 2px;	
}
.businessSegments .liA .act {
	color: #5badad;
	text-decoration: none;
}
.businessSegments div.noAct {
	background: none;
}
.businessSegments div.noAct a {
	color:#0050b6;
	text-decoration:underline;
}
.businessSegments div.noAct a:hover {
	color:#BF0000;
}
.businessSegments div.icoR {
	background: none;
} 
.businessSegments div.icoR a {
	color:#0050b6;
	text-decoration:underline;
}
.businessSegments div.icoR a span {
	background: url(../../img/ico-red.png) no-repeat left top;
}
.businessSegments div.icoR a:hover {
	color:#BF0000;
}
.businessSegments div.icoG {
	background: none;
}
.businessSegments div.icoG a {
	color:#0050b6;
	text-decoration:underline;
}
.businessSegments div.icoG a span {
	background: url(../../img/ico-green.png) no-repeat left top;
}
.businessSegments div.icoG a:hover {
	color:#BF0000;
}
.businessSegments div.icoB {
	background: none;
}
.businessSegments div.icoB a {
	color:#0050b6;
	text-decoration:underline;
}
.businessSegments div.icoB a span {
	background: url(../../img/ico-blue.png) no-repeat left top;
}
.businessSegments div.icoB a:hover {
	color:#BF0000;
}
.businessSegments div.icoA {
	background: none;
}
.businessSegments div.icoA a {
	color:#0050b6;
	text-decoration:underline;
}
.businessSegments div.icoA a span {
	background: url(../../img/ico-aqua.png) no-repeat left top;
}
.businessSegments div.icoA a:hover {
	color:#BF0000;
}
.borderYellow {
	border-left: 1px solid #dbb363;
}
.borderRed {
	border-left: 1px solid #b45d5d;
}
.borderGreen {
	border-left: 1px solid #76a263;
}
.borderBlue {
	border-left: 1px solid #5380ba;
}
.borderAqua {
	border-left: 1px solid #5badad;
}
.borderGrey {
	border-left: 1px solid #cccccc;
}
.borderOther {
	border-left: 1px solid #0050b6;
}
.aboutSegment {
	margin-bottom: 30px;
}
.aboutSegment .text {
	padding-left:15px;
	font-size: 12px;
	color: #7F7F7F;
	line-height: 16px;
}
.aboutSegment .text p {
	margin-bottom: 5px;
}
.clientsBlock {
	margin-bottom: 30px;
}
.clientsBlock .spisok a {
	display: inline-block;
	margin-bottom: 10px;
}
.clientsBlock .spisok img {
	border: 1px solid #ccc;
}
.vnutCenterBlock h1 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	margin:0px 0px 15px 0px;
	color: #000;
}
.colorYellow {
	color: #dbb363;
}
.colorRed {
	color: #b45d5d;
}
.colorGreen {
	color: #76a263;
}
.colorBlue {
	color: #5380ba;
}
.colorAqua {
	color: #5badad;
}
.announceBlock {
	font-size: 15px;
	line-height: 20px;
	padding: 4px 0px 4px 15px;
	border-width: 2px;
	margin-bottom: 20px;
}
.announceBlock.articleAnnounce{
	padding-left:0;
}
.productsSpisok {
	margin-bottom: 30px;
}
.productsSpisok h2 {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 10px;
}
.productsSpisok .block {
	margin-bottom: 15px;
}
.productsSpisok .block img {
	margin-right: 10px;
}
.productsSpisok .block p {
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 18px;
}
.seeMore {
	padding-top: 10px;
	/* border-top: 1px solid #ccc; */
}
.seeMore.borderTop{
	border-top: 1px solid #ccc;
}
.seeMore a {
	border-bottom: 1px dashed #0050b6;
	text-decoration:none;
}
.seeMore a:hover {
	border-color:#BF0000;
}
.seeMore .page {
	font-size: 12px;
	color: #7F7F7F;
	margin-bottom: 5px;
}
.seeMore .page span {
	color: #000;
}
.infoRequest {
	margin-bottom: 30px;
}
.infoRequest a {
	background: url(../../img/information-request.png) no-repeat left 2px;
	display: block;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding: 0px 0px 0px 40px;
	text-decoration: none;
}
.infoRequest a span {
	border-bottom: 1px dashed #0050b6;
}
.infoRequest a:hover  span {
	border-color:#BF0000;
}
.curveBlock {
	margin-bottom: 30px;
	padding-top: 14px;
	background: url(../../img/curve-block-bg-top.png) no-repeat left top;
}
.curveBlock .bg {
	background: url(../../img/curve-block-bg-bot.png) no-repeat left bottom;
	padding: 0px 10px 10px 15px;
}
.featProjects h4 {
	background: none;
	margin-bottom: 5px;
}
.featProjects .region {
	margin-bottom: 5px;
}
.featProjects .region a {
	font-size: 12px;
	color: #7F7F7F;
	background: url(../../img/segments-bg-tre.png) no-repeat left 2px;
	padding-left: 10px;
}
.featProjects table {
	margin-bottom: 10px;
}
.featProjects table td {
	vertical-align: middle;
}
.featProjects table td .img {
	margin-right: 10px;
	font-size: 0px;
	line-height: 0px;
}
.featProjects table td a {
	font-size: 12px;
	display: block;
	line-height: 15px;
}
.featProjects .redSegment a {
	font-size: 12px;
	color: #7F7F7F;
	background: url(../../img/ico-red.png) no-repeat left 2px;
	display: block;
	padding: 4px 0px 4px 25px;
	margin-bottom: 5px;
}
.featProjects .blueSegment a {
	font-size: 12px;
	color: #7F7F7F;
	background: url(../../img/ico-blue.png) no-repeat left 2px;
	display: block;
	padding: 4px 0px 4px 25px;
	margin-bottom: 5px;
}
.featProjects .greenSegment a {
	font-size: 12px;
	color: #7F7F7F;
	background: url(../../img/ico-green.png) no-repeat left 2px;
	display: block;
	padding: 4px 0px 4px 25px;
	margin-bottom: 5px;
}
.featProjects .aquaSegment a {
	font-size: 12px;
	color: #7F7F7F;
	background: url(../../img/ico-aqua.png) no-repeat left 2px;
	display: block;
	padding: 4px 0px 4px 25px;
	margin-bottom: 5px;
}
.featProjects .yellowSegment a {
	font-size: 12px;
	color: #7F7F7F;
	background: url(../../img/ico-yellow.png) no-repeat left 2px;
	display: block;
	padding: 4px 0px 4px 25px;
	margin-bottom: 5px;
}
.graySegment a{
	font-size: 11px;
	color: #7F7F7F;
	background: url(../../img/ico-arrow-gray.png) no-repeat left 2px;
	display: block;
	padding: 0px 0px 4px 10px;
	margin-bottom: 5px;
}
.featServices h4 {
	background: none;
	margin-bottom: 5px;
}
.featServices .block {
	margin-bottom: 10px;
	clear: left;
}
.featServices .block .img {
	display: block;
	float: left;
	margin: 6px 10px 0px 0px;
}
.featServices .block a {
	font-size: 12px;
} 
.featServices .block p {
	font-size: 12px;
	color: #7f7f7f;
	line-height: 16px;
}
.infRequestPopup {
	position: absolute;
	left: 50%;
	top: 10px;
	width: 428px;
	margin: 0px 0px 0px -218px;
	background: url(../../img/big-popup-bg.png) no-repeat left bottom;
	padding: 0px 3px 0px 5px;
	z-index: 99;
}
.infRequestPopup .top {
	background-color: #367dd7;
	padding: 5px 10px 5px 15px;
}
.infRequestPopup .top h4 {
	background: none;
	color: #fff;
	float: left;
	margin-bottom: 0px;
}
.infRequestPopup .top .esc {
	float: right;
	margin: 2px 0px 0px 0px;
}
.infRequestPopup .block {
	padding: 10px 15px;
}
.infRequestPopup .block p {
	margin-bottom: 2px;
	font-size: 11px;
	color: #7F7F7F;
}
.infRequestPopup .block input {
	font-size: 16px;
	margin: 0px 0px 15px 0px;
}
.infRequestPopup .block select {
	font-size: 12px;
	margin: 0px 20px 15px 0px;
	width: 190px;
	position: relative;
	zoom: 0;
}
.infRequestPopup .block textarea {
	margin: 0px 0px 15px 0px;
}
.infRequestPopup .block .submit {
	background: url(../../img/input-submit.png) no-repeat left top;
	border:0px;
	cursor: pointer;
	width: 94px;
	height: 25px;
	margin-right: 15px;
}
.infRequestPopup .block .cancel {
	font-size: 12px;
	border-bottom: 1px dashed #0050b6;
	text-decoration: none;
}
.infRequestPopup .block .cancel:hover {
	border-color: #BF0000;
}

.projectSpisok {
	margin-bottom: 30px;
}
.projectSpisok h2 {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 10px;
}
.projectSpisok .block {
	margin-bottom: 15px;
}
.projectSpisok .block img {
	margin: 5px 10px 0px 0px;
}
.projectSpisok .block p {
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 18px;
}
.projectSpisok .block .region {
	margin-bottom: 5px;
}
.projectSpisok .block .region.float-left{margin-right:15px;}
.projectSpisok .block .region a {
	font-size: 12px;
	color: #7F7F7F;
	background: url(../../img/segments-bg-tre.png) no-repeat left 2px;
	padding-left: 10px;
}
.rightProducts {
	margin-bottom: 30px;
}
.rightProducts td {
	width: 50%;
	padding-bottom: 5px;
	vertical-align: middle;
	font-size: 12px;
}
.rightProducts a {
	margin-top: 5px;
	display: block;
}
.rightProducts a.popular_desc{
	width: 100%;
	float: left;
}
.rightProducts td .img {
	float: left;
	margin: 0px 10px 0px 0px;
}
.mdash {
	color: #ccc;
}
.aboutRegion {
	margin-bottom: 30px;
}
.aboutRegion .map {
	margin: 0px 0px 15px -10px;
}
.aboutRegion .text {
	margin-bottom: 10px;
}
.aboutRegion .text p {
	font-size: 12px;
	color: #7F7F7F;
	line-height: 16px;
	margin-bottom: 5px;
}
.spisokFiles {
	margin-bottom: 30px;
}
.spisokFiles .block {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	width: 100%;
	overflow:hidden;
}
.spisokFiles .block td {
	padding-bottom: 10px;
	border-bottom:2px solid #ccc;
}
.spisokFiles .block .date {
	font-size: 12px;
	color: #7F7F7F;
	margin-bottom: 5px;
}
.spisokFiles .block .file {
	font-size: 15px;
}
.spisokFiles .block .file .img {
	position: relative;
	top: 4px;
	margin-right: 5px;
}
.spisokFiles .block .size {
	vertical-align: bottom;
	color: #7F7F7F;
	font-size: 12px;
	text-align: right;
}
.spisokFiles .last {
	border: 0px;
}
.imgBlock {
	background-color: #e5e5e5;
	margin-bottom: 15px;
}
.imgBlock .img {
	background: url(../../img/big-photo-bg.png) no-repeat center bottom;
	padding-bottom: 11px;
	margin-bottom: 5px;
	font-size: 0px;
	line-height: 0px;
	text-align: center;
}
.imgBlock .info  {
	padding: 0px 10px 10px 15px;
}
.imgBlock .info h4 {
	background: none;
	font-weight: bold;
	font-size: 19px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #4c4c4c;
	margin-bottom: 5px;
}
.imgBlock .info p {
	font-size: 13px;
	line-height: 18px;
}
.imgBlock .info p span {
	color: #7f7f7f;
}
.mainTextBlock p {
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 18px;
}
.photoGallery {
	margin-bottom: 15px;
}
.photoGallery .block {
	background-color: #000;
	position: relative;
	height: 96px;
}
.photoGallery h4 {
	margin-bottom: 10px;
	background: none;
}
.photoGallery .left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 12px;
	height: 96px;
	background: url(../../img/photogallery-left.png) no-repeat left top;
	cursor: pointer;
}
.photoGallery .right {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 12px;
	height: 96px;
	background: url(../../img/photogallery-right.png) no-repeat left top;
	cursor: pointer;
}
.photoGallery .overflow {
	overflow: hidden;
	width: 100%;
	height: 96px;
	position: relative;
	margin-left: 16px;
}
.photoGallery .overflow .pos {
	position: absolute;
	top: 0px;
}
.photoGallery .overflow .pos a {
	display: block;
	float: left;
	margin: 10px 8px 0px 0px;
}
.photoGallery .overflow .pos a img {
	border: 1px solid #7f7f7f;
}
.printVersion {
	margin-bottom: 10px;
}
.printVersion a {
	background: url(../../img/ico-print.png) no-repeat left 2px;
	color: #b2b2b2;
	padding-left: 25px;
	font-size: 12px;
	display: inline-block;
	padding-bottom: 2px;
}
.smallMenu {
	margin-bottom: 30px;
}
.smallMenu h4 {
	background: none;
	margin-bottom: 10px;
}
.smallMenu .block div {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-top: -1px;
	padding: 7px 0px 7px 0px;
}
.smallMenu .block div a {
	display: block;
	font-size: 12px;
	background: url(../../img/segments-bg-tre.png) no-repeat right center;
}
.smallMenu .block div.act {
	background: url(../../img/small-menu-act.png) repeat-y left top;
	padding-left: 10px;
}
.smallMenu .block div.act a {
	color: #fff;
	text-decoration: none;
}
.circleMenu {
	margin-bottom: 30px;
	background: url(../../img/circle-menu.png) no-repeat center top;
	height: 180px;
	position: relative;
}
.circleMenu .yellow {
	position: absolute;
	top: 1px;
	left: 66px;
}
.circleMenu .red {
	position: absolute;
	top: 45px;
	left: 15px;
}
.circleMenu .green {
	position: absolute;
	top: 45px;
	left: 120px;
}
.circleMenu .blue {
	position: absolute;
	top: 117px;
	left: 28px;
}
.circleMenu .aqua {
	position: absolute;
	top: 117px;
	left: 105px;
}
.projectPicBlock {
	margin-bottom: 15px;
}
.spisokServices {
	margin-bottom: 30px;
}
.spisokServices a {
	display: block;
	margin-bottom: 7px;
	background: url(../../img/color-li-blue.png) no-repeat left 2px;
	font-size: 13px;
	padding-left: 15px;
	color: #000;
}
.spisokServices a:hover {
	color: #bf0000;
}
.centerImg {
	margin-bottom: 15px;
}
ul.links{
	list-style-image:url(../../img/ul_links_bg.gif);
	font:12px arial, sans-serif;
}
ul.links li{
	margin-bottom:6px;
}
ul.links a:link, ul.links a:visited{	
	color:#000;
}
ul.links a:hover{
	color:#BF0000;	
}
.rightProducts ul.links{
	padding-left:20px;
}
.newsSpisok h5 a{
	font-size:11px;
}
.find span{font-size:11px;}
.header .links a{
	font:normal 12px arial;
}
.header .links{
	display:none; 
	position:absolute; 
	background-color:#DBB364; 
	top:37px; 
	left:0;
	width:100%; 
	padding:10px 0 15px;
	z-index:10;
}

.header .links.bg_yellow{
	background-color:#DBB364
}
.header .links.bg_red{
	background-color:#B45E5E;
}
.header .links.bg_green{
	background-color:#77A264;
}
.header .links.bg_blue{
	background-color:#5480BA;
}
.header .links.bg_aqua{
	background-color:#5CADAD;
}
.header .links a:link, .header .links a:visited{
	color:#fff;
}
.header .links a:hover{color:#BF0000;}
.colorBlock  a{
	background-image:url(../../img/color-block-popup.png) !important;
}
.gray{color:#A8A8A8;}
.file_link{
	font-size:14px;
	margin-left:5px;
}
.vertical_middle{vertical-align:middle;}
.file_item{
	padding-bottom:10px;
	overflow:hidden;
}

a.print:link, a.print:visited{
	color:#7f7f7f;
	font-size:12px;
	padding-left:20px;
	background:url(../../img/ico-print.png) no-repeat top left;
	margin-top: 12px;
	display: block;
}
.logo_list{
	display:table;
	width:100%;
}
.logo_list div{
	display:table-row;
}
.logo_list div div{
	display:table-cell;
	width:50%;
	text-align:center;
	padding-bottom:20px;
	font-weight:bold;
}
.logo_list div.logo_tr div{
	vertical-align:middle;
	padding-bottom:40px;
}
h4.noBorder{
	background:none;
}
.main_text p{
 	font-size:13px;
 	line-height: 18px;
 	/*margin:1.5em 0;*/
}
.main_text ul li {
	font-size:13px;
	margin-bottom: 0.3em;
}
.businessSegments div.icoY{
 	background:none;
}
.businessSegments div.icoY a{
 	color:#0050b6;
 	text-decoration:underline;
}
.businessSegments div.icoY a span{
 	background: url(../../img/ico-yellow.png) no-repeat left top;
}
.popup_blue p{
	background-color:#0151B6 !important;
}
.popup_blue a{
	padding-left:0 !important;
	background:none !important;
}

.noborder {
	border: none !important;
}
.businessSegments .sub .sub {
	padding: 5px 0px 5px 15px;
}