/*******************************CSS File*****************************/
@import url("reset.css"); 
@import url("global.css");
@import url("test.css");
/*****************Table of content*************************************
common
header
main
main menu
content
footer
********************************************************************/

/*******************************Common Layout******************************/
#header, #main, #footer {
	margin:0px auto;
	width: 980px;
}
#header, #footer {
	position: relative;
}
#header, #main {
	margin-bottom:10px;
}
#mainMenu, #mainMenu li {
	width: 200px;
}
/*******************************End Common Layout******************************/
/******************************Common Look*************************************/
body {
	background: #222538;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.contSection {
	background-position: 100% 100%;
	background-repeat: no-repeat;	
}
.sectionBGImage1 {
	background-image: url(../imgs/column_bg_01.gif);
}
.sectionBGImage2 {
	background-image: url(../imgs/column_bg_02.gif);
}
.sectionBGImage3 {
	background-image: url(../imgs/column_bg_03.gif);
}
.sectionBGImage4 {
	background-image: url(../imgs/column_bg_04.gif);
}
.sectionBGImage5 {
	background-image: url(../imgs/column_bg_05.gif);
}
.sectionBGImage6 {
	background-image: url(../imgs/column_bg_06.gif);
}
.sectionBGColor1 {
	background-color: #ecf0f5;
}
.sectionBGColor2 {
	background-color: #f6f3bf;
}
.contentCaption, .contentCaptionOneColumn {
	color: #fff;
	font-weight: bold;
}
.contentCaptionBG {
	background: url(../imgs/content_caption.jpg) no-repeat;
}

.contentCaptionBGNewYear {
	background: url(../imgs/content_caption_newyear.jpg) no-repeat;
}
.contentCaptionBGHighlighted {
	background: url(../imgs/content_caption_highlighted.jpg) no-repeat;
}
.contentCaptionBGOneColumn {
	background: url(../imgs/content_caption_one.jpg) no-repeat;
}
.menuClientsBG {
	background: url(../imgs/menu_clients.jpg) no-repeat;
}
.menuCompanyBG {
	background: url(../imgs/menu_company.jpg) no-repeat;
}
.menuContactsBG {
	background: url(../imgs/menu_contacts.jpg) no-repeat;
}
.menuMainBG {
	background: url(../imgs/menu_main.jpg) no-repeat;
}
.menuNewsBG {
	background: url(../imgs/menu_news.jpg) no-repeat;
}
.menuPartnersBG {
	background: url(../imgs/menu_partners.jpg) no-repeat;
}
.menuClientsBGCurrent {
	background: url(../imgs/menu_clients_current.jpg) no-repeat;
}
.menuCompanyBGCurrent {
	background: url(../imgs/menu_company_current.jpg) no-repeat;
}
.menuContactsBGCurrent {
	background: url(../imgs/menu_contacts_current.jpg) no-repeat;
}
.menuMainBGCurrent {
	background: url(../imgs/menu_main_current.jpg) no-repeat;
}
.menuNewsBGCurrent {
	background: url(../imgs/menu_news_current.jpg) no-repeat;
}
.menuPartnersBGCurrent {
	background: url(../imgs/menu_partners_current.jpg) no-repeat;
}
/*****************************End Common Look**********************************/

/************************Header Layout******************************/
#header {
	height: 115px;
	margin-top: 10px;
	position: relative;
}
body#index #header {
	height: 229px;
	margin-top: 10px;
	position: relative;
}
#pictHome {
	display: block;
	height: 10px;
	left: 907px;
	position: absolute;
	top: 70px;
	width: 10px;
}
#pictMail {
	display: block;
	height: 8px;
	left: 938px;
	position: absolute;
	top: 71px;
	width: 12px;
}
body#index #pictHome {
	display: block;
	height: 10px;
	left: 911px;
	position: absolute;
	top: 83px;
	width: 10px;
}
body#index #pictMail {
	display: block;
	height: 8px;
	left: 940px;
	position: absolute;
	top: 84px;
	width: 12px;
}
#langButton{
	top: 18px;
	width: 58px;
	height: 15px;
	right: 18px;
	position: absolute;
	font-size: 8px;
	color: #469ee6;
	font-weight: bold;
	text-align: center;
}
#langButtonRus {
	width: 29px;
	height: 15px;
	float:left;
	font-size: 8px;
	color: #469ee6;
	font-weight: bold;
	text-align: center;
}

	#langButtonRus  a {
		color: #469ee6;
	}
#langButtonEng {
	width: 29px;
	height: 15px;
	float:right;
	font-size: 8px;
	color: #469ee6;
	font-weight: bold;
	text-align: center;
}
	#langButtonEng  a {
		color: #469ee6;
	}
.langButAct {
	background: #FFFFFF ;
}
.langButNoAct {
	text-decoration:underline;
}
#promoText {
	bottom: 18px;
	right: 10px;
	position: absolute;
	width: 165px;
}
	#promoText li{
		margin-left: 15px;
		margin-bottom: 4px;
		padding-left: -5px;
	}
/************************End Header Layoutt******************************/
/************************Header Look******************************/
#header {
	background-image:url(../imgs/header_small.jpg);
	background-repeat: no-repeat;
}
.eng #header {
	background-image:url(../imgs/engheader_small.jpg);
	background-repeat: no-repeat;
}
body#index #header {
	background-image:url(../imgs/header.jpg);
	background-repeat: no-repeat;
}

body.eng#index #header{
	background-image:url(../imgs/engheader.jpg);
	background-repeat: no-repeat;	
}
#pictHome {
	background: url(../imgs/home_small.jpg) no-repeat;
}
#pictMail {
	background: url(../imgs/mail_small.jpg) no-repeat;
}
body#index #pictHome {
	background: url(../imgs/home_small.jpg) no-repeat;
}
body#index #pictMail {
	background: url(../imgs/mail.jpg) no-repeat;
}
#promoText {
	color: #7ebce5;
	font-size: 9px;
	line-height: 10px;
	text-align: left;
}
	#promoText ul li{
	}
/************************End Header Look******************************/

/***************************************Main Layout*****************************************/
#main {
	overflow: hidden;
}
/*************************************Main Header Layout***************************************/
/***************************************Main Look*******************************************/
#main {
	background: url(../imgs/faux_gr.jpg) 0 0 repeat-y;
}
/************************************End Main Look******************************************/


/***************************************Main menu Layout*****************************************/
#mainMenu {
	float: left;
	margin-bottom: 30px;
	padding-bottom: 7px;
}
	#mainMenu li.last {
		margin-bottom: 0px;
	}
		#mainMenu li a{
			display: block;
			height: 40px;
			line-height: 40px;
			margin-bottom: 3px;
			padding-left: 23px;
			vertical-align: middle;
		}
		#mainMenu li ul.subMenu {
			list-style: disc outside;
			margin: -3px 0px 3px 0px;
			width: 200px;
}
			#mainMenu li ul.subMenu  li {
				padding-left: 0px;
				margin-left: 33px;
				width: 155px;
			}
				#mainMenu li ul.subMenu  li a{
					display: block;
					height: 28px;
					line-height: 28px;
					margin: 0px;
					padding: 0px;
					vertical-align: middle;
				}
/*************************************End Main menu Layout***************************************/
/***************************************Main menu Look*******************************************/
#mainMenu {
	background: #222538;
}
#mainMenu li a{
	background: url(../imgs/bullet_1.gif) 8px 17px no-repeat;
	color: #d7deea;
	font-weight: bold;
	text-decoration: none;
}
#mainMenu li a.menuCurrentColor {
	background: url(../imgs/bullet_2.gif) 8px 17px no-repeat;
	color: #fff;
}
#mainMenu li a:hover {
	background: url(../imgs/bullet_2.gif) 8px 17px no-repeat;
	color: #fff;
}
#mainMenu li ul.subMenu {
	background: url(../imgs/sub_menu.jpg) 0 0 repeat-y;
}
	#mainMenu li ul.subMenu  li {
		color: #848484;
	}
		#mainMenu li ul.subMenu  li a{
			background: #ecf0f5;
			color: #323232;
			font-size: 12px;
			font-weight: normal;
		}
		#mainMenu li ul.subMenu  li a:hover{
			background: #ecf0f5;
			color: #848484;
		}
		#mainMenu li ul.subMenu  li a.subMenuCurrentColor {
			color: #0030dd;
		}
/************************************End Main menu Look******************************************/

/***************************************Content Layout*****************************************/
#content {
	float: right;
}
	#content .bottomTDBorder {
		border-bottom: 10px solid #222538;
	}
	#content .rightTDBorder {
		border-right: 10px solid #222538;
	}
	.contentCaption {
		border-bottom: 3px solid #222538;
		border-left: 0px;
		display: block;
		height: 40px;
		line-height: 40px;
		text-indent: 25px;
		vertical-align: middle;
		width: 380px;	
	}
	.contentCaptionOneColumn {
		border-bottom: 3px solid #222538;
		display: block;
		height: 40px;
		line-height: 40px;
		text-indent: 25px;
		vertical-align: middle;
		width: 770px;	
	}
	.innerContent {
		font-size: 12px;
		margin: 10px;
		position: relative;
		width: 360px;
	}
	.innerContentOneColumn {
		font-size: 12px;
		margin: 10px;
		width: 750px;
	}
		.innerContent, .innerContentOneColumn  p {
			line-height: 15px;
		}
		.innerContent li {
			line-height: 15px;
		}
		.innerContent a.topFAQLinks {
			display: block;
		}
		.innerContent a.faqAnchor {
			display: block;
		}
		.innerContent a.recomendLinks {
			display: block;
		}
		.innerContent a.currentRecomendTitle {
			display: block;
		}
	.articlesImgPlaceholder {
		border: 1px solid #939aa7;
		position: relative;
		width: 314px;
	}
	.articlesImgPlaceholderSmall {
		border: 1px solid #939aa7;
		position: relative;
		width: 160px;
	}
	.articlesImgPlaceholder {
		display: block;
	}
	#content .articlesImgPlaceholder p, .articlesImgPlaceholderSmall p {
		display: block;
		padding: 3px 0px 4px;
	}
/*************************************End Content Layout***************************************/
/***************************************Content Look*******************************************/
#content a, a:link, a:visited, a:hover, a:active {
		color: #0030dd;
		line-height: 15px;
		text-decoration: underline;
}
.innerContent p a, a:link, a:visited, a:hover, a:active {
		color: #0030dd;
		text-decoration: underline;
}
.innerContent a.topFAQLinks {
	font-size: 1.2em;
	font-weight: bold;
}
.innerContent a.recomendLinks {
	font-size: 1.1em;
	font-weight: bold;
}
#content .innerContent a.faqAnchor {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}
.innerContentOneColumn span {
	color: #f00;
}
.innerContentOneColumn .alignInput {
	position:absolute;
	left: 150px;
	top:-2px
}
.innerContentOneColumn .alignInput170 {
	position:absolute;
	left: 170px;
	top:-2px
}
#content .innerContent a.currentRecomendTitle {
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}
#content .articlesImgPlaceholder, .articlesImgPlaceholderSmall, .articlesImgPlaceholder p, .articlesImgPlaceholderSmall p {
	background: #939aa7;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
}
.article{
	text-indent: 10px;
	text-align:justify;
}
.article p {
	text-indent: 10px;
	text-align:justify;
	margin-top: 10px;
}
.article h1, h2,h3,h4,h5,h6 {
	margin: 5px;
}

.article h1 {
	color: #0030ff;
	font-size: 20px;
	font-weight: bold;
}

.article h2 {
	color: #0030ff;
	font-size: 16px;
	font-weight: bold;
}
.article h3 {
	color: #0030ff;
	font-size: 14px;
	font-weight: bold;
}
.article strong {
	font-weight: normal;
}

#content  a.liketext{
	color:#000000; 
	text-decoration:none; 
	cursor: default;
}

#alsoArt {display:block; border-top: double blue 3px; margin-top: 20px; padding-top:15px;}
/************************************End Content Look******************************************/

/***************************************Footer Layout*****************************************/
#footer {
	height: 40px;
	position: relative;
}
#copy {
	left: 10px;
	position: absolute;
	top: -80px;
	width: 200px;
}
#footerMenu {
	margin: 0px auto;
	padding-top: 10px;
	vertical-align: middle;
	width: 515px;
	text-align: center;
}
	#footerMenu li{
		border-right: 1px solid #fff;
		float: left;
		padding: 0px 5px;
		font-weight: bold;
		font-size: 14px;
	}
	#footerMenu li a:hover{
		text-decoration: underline;
	};
/*************************************End Footer Layout***************************************/
/***************************************Footer Look*******************************************/
#footer {
	background: #2e57c3 url(../imgs/footer_gr.jpg) repeat-x;
}
#copy {
	color: #fff;
	font-size: 12px;
	line-height:15px;
}
	#copy a, a:visited, a:hover, a:focus{
		color: #fff;
		text-decoration: underline;
	}
#footerMenu li a, a:visited {
	color: #fff;
	text-decoration: none;
}
#footerMenu li.last {
	border-right: 0px solid #fff;
}
/************************************End Footer Look******************************************/