@charset "utf-8";
/* CSS Document */
*, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, select, button, textarea {
	margin:0;
	padding:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
}
a {
	text-decoration:none;
	color:#c80d0e;
}
a:hover {
	color:#8d0001;
	text-decoration:underline;
}
a img {
	border:none;
	/*display:block;*/
}
ul {
	list-style:none;
}
p {
	line-height:16px;
	padding-bottom:5px;
}
strong {
	color:#c80d0e;
}
em {
	font-style:normal;
}
small {
	color:#999;
	font-size:10px;
	padding:5px 0px;
	display:block;
}
.cred {
	color:#c80d0e !important;
}
.w280 {
	width:280px;
}
.lp {
	float:left;
}
.rp {
	float:right;
}
.lp, .rp {
	display:block;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.aligncenter {
	text-align:center;
}
input.text, input.submit, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
}
h2 {
	font-size:16px;
	font-weight:normal;
}
h2.title {
	height:41px;
	line-height:41px;
}
h1.se {
	font-size:16px;
	font-weight:normal;
}
h3 {
	font-size:12px;
}
h4 {
	font-size:12px;
	font-weight:normal;
}

/***** BACKGROUNDS *****/
.topBar, .topMenu, .lp, .rp, .header, .footer, .paginator ul li {
	background-image:url(../images/bgr.gif);
}
.menubar ul li a {
	background-repeat:no-repeat;
}

/***** OVERFLOWS *****/
.wrapper, .wrapp, .topBar, .worldMap, .more, .content, .news ul li, .box, .extras {
	overflow:hidden;
}

/***** MAIN *****/
.wrapper {
	
}
.wrapp {
	width:960px;
	margin:0px auto;
}
.topBar {
	height:57px;
	background-position:0px 0px;
	background-repeat:repeat-x;
}
.langBar {
	font-size:10px;
	float:left;
}
.langBar ul li {
	padding:13px 0 23px 0;
	float:left;
	margin: 0 5px 0 0;
}
.langBar ul li.active {
	height:22px;
	padding: 14px 9px 24px 3px;
	background-image:url(/en/wLayout/design/images/bgrLang.gif);
	background-position:top left;
	margin: 0;

}
.langBar ul li a {
	color:#afafaf;
	display:block;
	background-image:url(/ru/wLayout/design/images/bg_lang.png);
	width: 23px;
	height: 21px;
	line-height: 21px;
	text-align: center;
}
.langBar ul li.active a {
	color:#fff;
	text-decoration:none;
	background-image: none;
	width: 21px;
}
.langBar ul li a:hover {
	color:#fff;
	text-decoration:none;

}
.searchBar {
	width:229px;
	height:21px;
	margin-top:12px;
	padding:2px 2px 2px 27px;
	background-image:url(/en/wLayout/design/images/bgrSearch.gif);
	float:right;
}
.searchBar .text {
	width:179px;
	padding:3px 5px 4px 0px;
	color:#9e9e9e;
	border:0px none;
}
.searchBar .submit {
	width:45px;
	height:21px;
	padding:3px 0px 5px 0px;
	background:url(/en/wLayout/design/images/buttSearch.gif) top left no-repeat;
	color:#fff;	
	border:0px none;
	text-align:center;
}
.searchBar input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
}


.main {
	padding:15px 0px 30px 0px;
	background-image:url(/en/wLayout/design/images/bgrMain.gif);
	background-position:top left;
	background-repeat:repeat-x;
	min-height:500px;
	height:auto !important;
	height:500px;
}
.topMenu {
	height:47px;
	line-height:47px;
	background-position:0px -115px;
	margin-bottom:5px;
}
.topMenu .logo {
	float:left;
}
.topMenu .lp, .topMenu .rp {
	width:10px;
	height:47px;
}
.topMenu .lp {
	background-position:0px -68px;
}
.topMenu .rp {
	background-position:0px -162px;
}
.topMenu ul {
	font-size:15px;
	float:right;
}
.topMenu ul li {
	padding:0px 15px;
	background-image:url(/en/wLayout/design/images/sep2.gif);
	background-position:left center;
	background-repeat:no-repeat;
	float:left;
}

.details ul li{
	margin-left: 5px; 
	list-style-type: circle; 
	list-style-position: inside;
}

.topMenu ul li.first {
	background-image:none;
}
.topMenu ul li a {
	color:#3e3e3e;
	text-shadow:0 1px 0 #FFFFFF;
	display:block;
}
.topMenu ul li.active a, .topMenu ul li a:hover {
	color:#c80d0e;
	text-decoration:none;
}
.worldMap {
	padding:10px;
	background:#fff url(/en/wLayout/design/images/bgrWorldmap.gif) bottom left repeat-x;
}
.flashContent {
	width:650px;
	float:left;
}
.flashContent img {
	display:block;
	float:left;
}
.worldMap .item {
	float:right;
}


/***** Item *****/
.item {}
.header {
	height:41px;
	line-height:41px;
	background-position:0px -373px;
	color:#2a2a2a;
	text-shadow:0 1px 0 #FFFFFF;
}
.header h2 {
	float:left;
}
.header .lp, .header .rp {
	width:10px;
	height:41px;
}
.header .lp {
	background-position:0px -332px;
}
.header .rp {
	background-position:0px -414px;
}
.item .header .date {
	font-size:11px;
	color:#eb8a8a;
	float:right;
}
.red .header, .services .item:hover .header {
	background-position:0px -250px;
	color:#fff;
	text-shadow:none;
}
.red .header .lp, .services .item:hover .lp {
	background-position:0px -209px;
}
.red .header .rp, .services .item:hover .rp {
	background-position:0px -291px;
}
.black .header {
	background-position:0px -496px;
	color:#fff;
	text-shadow:none;
}
.black .header .lp {
	background-position:0px -455px;
}
.black .header .rp {
	background-position:0px -537px;
}
.item .box {
	background-color:#fff;
	padding-top:10px;
}
.w280 .box {
	padding-left:9px;
	padding-right:9px;
	padding-bottom:5px;
	border-left:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;
}
.w280 .bottom img {
	width:280px;
	height:5px;
	line-height:5px;
	display:block;
}
.thumb {

}
.thumb img {
	padding:3px;
	border:1px solid #dadada;
	background-color:#fff;
	margin-bottom:10px;
	display:block;
}
.item .desc {
	font-size:11px;
	color:#373737;
}

div.desc {
	font-size:11px;
	color:#373737;
	line-height:16px;
	padding-bottom:5px;
}

.item .more {
	font-size:12px;
	padding-top:10px;
	font-weight:bold;
}
.item .more a {
	float:right;
	display:block;
}
.seemore {
	font-size:11px;
	padding-top:5px;
}
.seemore a {
	padding-left:15px;
	background:url(/en/wLayout/design/images/arrow.gif) center left no-repeat;
	color:#c20f10;
	text-decoration:underline;
}

/***** News *****/
.news ul li {
	padding:10px 0px;
	border-bottom:1px solid #d8d8d8;
}
.news ul li.last {
	border-bottom:0px none;
	padding-bottom:5px;
}
.news ul li a {
	color:#3b3b3b;
}
.news ul li .thumb {
	margin-left:10px;	
	float:right;
}
.news ul li .thumb img {
	margin-bottom:0px;
}
ul.viewmore {
	list-style:outside !important;
	padding-left:14px;
}
.viewmore li {
	font-weight:bold;
	padding-bottom:5px;
	
}

/***** Content *****/
.content {
	padding:10px 10px 10px 0px;
}
.services {
	width:650px;
	float:left;
}
.services .item {
	width:155px;
	margin-right:10px;
	float:left;
}
.services .box {
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:6px solid #e4e4e3;
}
.services .last {
	margin-right:0px;
}
.services .item:hover .box {
	border-bottom:6px solid #ce1011;
}


/***** Context *****/
.context .black .header {
	margin-bottom:15px;
}
.context h3 a {
	padding-left:15px;
	background:url(/en/wLayout/design/images/arrow.gif) center left no-repeat;
}
.context .services .item .box {
	background:none;
}
.context .item {
	margin-bottom:30px;
}

.leftColumn {
	width:150px;
	float:left;
}
.rightColumn {
	width:470px;
	float:right;
}
.categories ul {
	margin-left:5px;
	font-size:12px;
	font-weight:bold;
}
.categories ul li {
	padding:5px 0px 5px 16px;
	background:url(/en/wLayout/design/images/arrow.png) no-repeat 0px 6px;
	border-bottom:1px dotted #999;
	border-top:1px dotted #fff;
}
.categories ul li.first {
	border-top:0px none;
}
.categories ul li a {
	color:#3B3B3B;
}
.categories ul li.active a {
	color:#C80D0E;
}


/***** Listing *****/
.listing ul li {
	padding:10px 0px;
	margin-bottom:36px;
}
.listing h4 {
	font-weight:bold;
	padding-bottom:5px;
}
.listing h4 a {
	color:#3B3B3B;
}
.listing .thumb {
	margin-right:10px;
	float:left;
}
.listing .thumb img {
	margin-bottom:0px;
}

/***** Paginator *****/
.paginator {
	font-weight:bold;
	font-size:12px;
}
.paginator ul li {
	margin-right:3px;
	background-position:0px -116px;
	margin-bottom:0px;
	padding:0px;
	float:left;
}
.paginator ul li:hover a {
	color:#C80D0E;
	text-decoration:none;
}
.paginator ul li a {
	padding:3px 7px;
	display:block;
	color:#3B3B3B;
}
.paginator ul li.active {
	background-position:0px -260px;
}

.paginator ul li.active a {
	text-decoration:none;
	color:#fff;
}


/***** Details *****/
.details .thumb {
	margin-right:15px;
	float:left;
}
.extras span {
	padding-top:2px;
	float:left;
}
.extras a {
	margin-right:10px;
	padding:2px 0px 2px 20px;
	float:right;
}
.extras a.print {
	background:url(/en/wLayout/design/images/icon_print.png) center left no-repeat;
}
.extras a.send {
	background:url(/en/wLayout/design/images/icon_mail.png) center left no-repeat;
}

/***** Contact Form *****/
.contactform td {
	padding:5px;
}
.contactform td.title {
	width:100px;
	font-size:12px;
}
.contactform td.title span {
	color:#C80D0E;
}
.contactform .text, .contactform .textarea {
	width:300px;
	border-color:#999999 #DDDDDD #DDDDDD #999999;
	border-style:solid;
	border-width:1px;
	font-family:Arial,Helvetica,sans-serif;
	padding:3px;
}
.contactform .text{
	width:250px;
}
.contactform .textarea {
	width:400px;
	height:150px;
}
.contactform .submit {
	margin-right:5px;
	border:0px none;
	background-image:url(/en/wLayout/design/images/bgr.gif);
	background-position:0px -260px;
	padding:5px;
	color:#fff;
}

/***** Sidebar *****/
.sidebar {
	width:280px;
	float:right;
}




/***** Footer *****/
.footer {
	height:57px;
	background-position:0px 9px;
}
.footer .smallLogo {
	width:136px;
	height:57px;
	float:left;
}
.footer .copyrights {
	float:right;
	font-size:11px;
	color:#8f8e8e;
	line-height:66px;
}




/***** ClearFix *****/
.clear {
	clear:both;
	display:block;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
a.btn, a.btn:active, a.btn:hover {
	display: block;
	text-decoration: none;
	background: #e0e0ec url(/en/wLayout/design/images/button_1.png) left center repeat-x;
	color: #000;
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
	border: 1px solid #324159;
	padding: 1px 20px 2px 20px !important;
	cursor: pointer;
	float: left;
}

.txt {
	width:400px;
	border:1px solid #C00010;
}

a.service:hover {
	text-decoration: none;
	cursor: pointer;
}

h2.service {
	font-size:11pt;
	font-weight:bold;
	padding-bottom:5px;
}
h3.service {
	padding-bottom:5px;
}

div.faq {
	background:url(/en/wLayout/design/images/faq_icon.png) no-repeat;
	height:40px;
	padding-top:5px;
}
span.faqinner {
	margin: 0 0 0 40px;
}

.text ul li{
	margin-left: 5px; 
	list-style-type: disc; 
	list-style-position: inside;
}
.margt10{
	margin-top:10px;
}
.table_format table, .table_format td, .table_format th{
	border:1px solid #666;
	border-collapse:collapse;
}
table.test{
	border:none;
}
table.test tr td{
	border:1px solid #666;
	border-collapse:collapse;
}
.more-contact {
	border-bottom: 3px solid #ed1c24;
	margin: 20px 0 40px 0;
	padding: 0 0 20px 0;
	overflow: hidden;
	float: left;
	width: 955px;
}

.space5{
	width: 5px;
	height: 5px;
}
.pr_15 {
	padding-right: 20px;
}
.viz {
	width: 300px;
	height: 175px;
	float: left;
	background-image: url(/bg/wLayout/design/images/viz.png);
	background-repeat: no-repeat;
	margin: 0 9px 12px 9px;
}
.viz-text {
	float: right;
	text-align: right;
	font-size: 11px;
}
.marg1{
	margin: 49px 15px 10px 0;
}
.marg2{
	margin: 16px 15px 10px 0;
}
.marg3{
	margin: 0 15px 10px 0;
}
.marg4{
	margin: 40px 15px 4px 0;
	height: 88px;
}
span.red-title {
	color: #c00010;
	font-weight: bold;
	font-size: 12px;
	line-height: 22px;
}
.smalllogo {
	float: left;
	margin: 15px 0 0 15px;
}
.viz-img {
	float: left;
	margin: 15px 0 0 15px;
	padding: 2px;
	border: 1px solid #ddd;
}
.name {
	font-weight: bold;
	font-size: 13px;
	border-bottom: 1px solid #ff0000;
	width: 170px;
	padding-bottom: 10px;
}
span.otdel {
	color: #666;
	font-style: italic;
	font-size: 13px;
}
.details {
	float: left;
	width: 100%;
}
