html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif; 
}
fieldset,img {
	border:0;
}
table, tr, td {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
em {
	font-style: italic;
	font-weight: normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
abbr,acronym { border:0;
}

a { color: #0C2246; text-decoration: underline; outline: none; }
a:hover { text-decoration: none; }
a:visited {  }

header, section, footer, nav {
	display: block;
}

/* MAIN
-----------------------------------------------------------------*/
html {
	height:100%;
}

body {
	position: relative;
	height: auto;
	_height: 100%;
	min-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF;
	font-size: 12px;
	color: #000;
	background: url('../img/bg.png');
}

.error	{
	border: 1px solid red;
}

#wrap {
	width: 990px;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
	background: #fff;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;
	padding-bottom: 45px;
}
	#main {
		width: 785px;
		float: left;
		overflow: hidden;
	}
	#sidebar {
		width: 205px;
		margin-left: 785px;
	}
	
	header {
		height: 180px;
		position: relative;
		background: url('../img/bankhead.jpg') no-repeat 150% 0% #fff;
		margin-bottom: 10px;
	}
	div.sidehead{
		height: 180px; 
		width: 100%; 
		background: url('../img/bankhead-r.jpg') no-repeat #fff;
		margin-bottom: 10px;
	}

	#centerColumn {
		width: 555px;
		margin-right: 10px;
		_margin-right: 5px;
		padding-top: 45px;
		float: right;
		position: relative;
	}

	#leftColumn {
		width: 198px;
		margin-left: 8px;
	}
	
footer {
	width: 711px;
	margin: 0 auto;
	font-size: 10px;
	padding: 14px 0px 10px 254px;
	position: relative;
	overflow: hidden;
	zoom: 1;
}

/* ====== */

	#logo {
		background: url(../img/logo2.png) no-repeat;
		width: 507px;
		height: 130px;
		position: absolute;
		left: 42px;
		top: 35px;
	}
	#slogan {
		background: url(../img/slogan.gif) no-repeat;
		width: 289px;
		height: 13px;
		position: absolute;
		left: 491px;
		top: 105px;
		text-indent: -9999em;
		display: none;
	}
	#colorBar {
		background: url(../img/colorbargr.png) repeat-x;		
		width: 100%;
		height: 20px;
		position: absolute;
		left: 0px;
		top: 160px;
		color: #fff;
		font-weight: bold;
		text-indent: 115px;
		padding-top: 2px;
	}
		#colorBar p {
		float: left;
		}
	#language {
	color: #fff;
	float: right;
	margin: 0 15px 0 0;
	}
		#language * {
			padding-left: 8px;
		}



nav.primary {
	position: absolute;
	top: 0px;
	margin-bottom: 30px;
	font-size: 12px;
}
	nav.primary a {
		width: 198px;
		background: url(../img/bg_primary.png) no-repeat top;
		_background: none !important;
		_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg_primary.png', sizingMethod='crop');
		height: 36px;
		position: absolute;
		text-align: center;
		line-height: 23px;
		text-decoration: none;
		font-weight: 900;
		z-index:2;
	}
	nav.primary a.private {
		left: -8px;
	}
	nav.primary a.business {
		left: 178px;
	}
	nav.primary a.finance {
		left: 364px;
	}
		nav.primary a.private:hover, .private nav.primary a.active {
			background-image: url(../img/bg_primary_private.png);
			_background: none !important;
			_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg_primary_private.png', sizingMethod='crop');
			z-index: 1;
		}
		nav.primary a.business:hover, .business nav.primary a.active {
			background-image: url(../img/bg_primary_business.png);
			_background: none !important;
			_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg_primary_business.png', sizingMethod='crop');
			z-index: 1;
		}
		nav.primary a.finance:hover, .finance nav.primary a.active {
			background-image: url(../img/bg_primary_finance.png);
			_background: none !important;
			_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg_primary_finance.png', sizingMethod='crop');
			z-index: 1;
		}


nav.secondary {
	min-height: 158px; padding-bottom: 14px;
}
body.frontpage nav.secondary {
	margin-top: 2px;
}
	nav.secondary ul {
	}
		nav.secondary ul li {
			padding-bottom: 7px;
		}
			nav.secondary ul li a {
				text-decoration: none;
				color: #003333;
			}
			nav.secondary ul li a:hover, nav.secondary ul li.current a {
				text-decoration: none;
				color: #0064AA;
			}
			nav.secondary ul li a:hover, nav.secondary ul a.current {
				font-weight:bold;
			}
			nav.secondary ul.level2 {
				padding-left: 14px;
			}

				nav.secondary ul.level2 li {
					padding-top: 10px;
					font-weight: 100;
					padding-left: 14px;
					line-height: 115%;
					padding-bottom: 0;
					border-bottom: #fff 0px solid;
				}
					nav.secondary ul.level2 a:hover {
						text-decoration: underline;
					}

ul.primarySubmenu {
	margin-bottom: 24px;
	margin-top: -12px;
}
	ul.primarySubmenu li {
		padding-top: 12px;
		padding-bottom: 2px;
		font-weight: 900;
		border-bottom: #DBDCDD 1px solid;
	}
		ul.primarySubmenu li a {
			text-decoration: none;
			color: #0C2246;
		}
		ul.primarySubmenu li a:hover {
			text-decoration: none;
			color: #0064AA;
		}
	ul.primarySubmenu li.current {
		border-bottom: #fff 1px solid;
/*		padding-bottom: 8px;*/
	}

		ul.primarySubmenu ul.level2 {
			padding-left: 14px;
		}

			ul.primarySubmenu ul.level2 li {
				padding-top: 14px;
				font-weight: 100;
				padding-left: 14px;
				line-height: 115%;
				padding-bottom: 0;
				border-bottom: #fff 0px solid;
			}
				ul.primarySubmenu ul.level2 a:hover {
					text-decoration: underline;
				}



#sidebar div.flash {
	width: 180px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
	display: none;
}

	#sidebar div.linksSearch {
		padding-top: 24px;
	}
	body.frontpage div.linksSearch {
		padding-top: 0 !important;
	}
		#sidebar div.linksSearch ul {
			padding-right: 16px; 
			font-size: 10px;
			padding-bottom: 20px;
		}
			#sidebar div.linksSearch ul li {
				text-align: right;
				padding-bottom: 2px;
			}

		#sidebar form.search {
			background: url(../img/bg_search.png) no-repeat;
			padding-left: 35px;
			padding-top: 7px;
			margin-top: 24px;
			margin-left: 18px;
			margin-bottom: 25px;
			overflow: hidden;
			zoom: 1;
		}
		body.frontpage #sidebar form.search {
			margin-top: 0 !important;
		}
			#sidebar form.search input {
				width: 120px;
				padding: 1px 5px;
				border: #fff 0px solid;
				background: none;
				font-size: 11px;
				color: #000;
			}
			#sidebar form.search input.submit {
				padding: 0 12px;
				width: auto;
				color: #003333;
				text-decoration: underline !important;
				font-size: 11px;
				cursor: pointer;
				float: right;
				font-size: 10px;
			}



	#centerColumn nav.crumbs {
		margin-top: 3px;
		padding-left: 45px;
		font-size: 9px;
	}
		#centerColumn nav.crumbs a {
			text-decoration: none;
		}
		#centerColumn nav.crumbs a:hover {
			text-decoration: underline;
		}
		#centerColumn nav.crumbs span {
			color: #0064AA;
		}

	#centerColumn .content {
		margin-top: 5px;
		width: 555px;
		padding-bottom: 10px;
		-moz-box-shadow: 1px 1px 2px 1px #CFCFCF;
		-webkit-box-shadow: 1px 1px 2px 1px #CFCFCF;
		box-shadow: 1px 1px 2px 1px #CFCFCF;
		overflow: hidden;
	}
		#centerColumn .content .inner {
			padding: 30px 45px 0 45px;
                        position: relative;
		}

		#centerColumn .content ul.news {
			padding: 0;
		}
			#centerColumn .content ul.news li {
				padding-bottom: 24px;
				padding-left: 0;
				background: none;
			}
				#centerColumn .content ul.news li .title {
					font-size: 14px;
					color: #666;
				}
				#centerColumn .content ul.news li .source {
					display: block;
					color: #666;
				}
					#centerColumn .content ul.news li .source a {
						color: #666;
					}
				#centerColumn .content ul.news li span.date {
					display: block;
					color: #999;
				}
				#centerColumn .content ul.news li p {
					padding-top: 3px;
					padding-bottom: 0;
				}
		
		div.pager a, div.pager span.digit	{
			margin-right:5px;
		}

		#centerColumn .content h1 {
			font-size: 12px;
			font-weight: 900;
			padding-bottom: 14px;
			text-transform: uppercase;
		}
			#centerColumn .content p {
				text-align: justify; padding-bottom: 12px;
			}
			#centerColumn .content ul {
				padding-bottom: 12px;
			}
				#centerColumn .content ul li {
					padding-left: 7px;
					background: url(../img/blt_content.gif) no-repeat 0 5px;
				}

		#centerColumn .content table {
			width: 100%;
			font-size: 11px;
			margin-bottom: 12px;
		}
			#centerColumn .content table tr {
			}
				#centerColumn .content table th, #centerColumn .content table td {
					border: #E9E9E9 1px solid;
					padding: 8px 3px 4px 3px;
					vertical-align: bottom;
					text-align: center;
				}
				#centerColumn .content table th {
					background: #999999;
					color: #fff;
					font-weight: 900;
				}
				#centerColumn .content table td {
					color: #6D6E70;
				}
				#centerColumn .content table th.title, #centerColumn .content table th:first-child {
					width: 25%;
					text-align: left;
				}
				#centerColumn .content table td.title, #centerColumn .content table td:first-child {
					border: #fff 1px solid;
					background: #E5E5E5;
					text-align: left;
				}
				
			a.xls, a.wrd, a.pdf {
				padding-right: 43px;
				display: inline-block;
				background: url(../img/ico_xls.png) no-repeat bottom right;
				padding-top: 26px;
				padding-bottom: 4px;
				text-decoration: none;
				color: #0064AA;
				font-weight: 900;
				_margin-bottom: -7px;
			}
			a.wrd {
				background-image: url(../img/ico_wrd.png);
			}
			a.pdf {
				background-image: url(../img/ico_pdf.png);
			}




	div.block {
		-moz-box-shadow: 1px 1px 2px 1px #CFCFCF;
		-webkit-box-shadow: 1px 1px 2px 1px #CFCFCF;
		box-shadow: 1px 1px 2px 1px #CFCFCF;
		margin-bottom: 7px;
		padding-bottom: 8px;
	}
		div.block .inner {
			padding: 7px 8px 0 8px;
			overflow: hidden;
			zoom: 1;
		}
	.portmone, .rates, .forex, .support, .infocenter, .callcenter{
	margin-right: 10px;
	}
	.authPanel .title {
		padding-left: 66px;
		height: 37px;
		line-height: 35px;
		display: block;
		color: #0064AA;
		font-size: 12px;
		font-weight: 900;
		text-decoration: none;
		background: url(../img/icon_ebanking.png) no-repeat 9px 0;
		_background: none !important;
		_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/icon_ebanking.png', sizingMethod='crop');
		white-space: nowrap;
	}
		.authPanel form {
			padding-top: 3px;
			overflow: hidden;
		}
		.authPanel label {
			display: inline-block;
			width: 45px;
			padding-left: 23px;
			font-size: 10px;
		}
		.authPanel input {
			background: url(../img/bg_auth_input.gif) no-repeat;
			width: 103px;
			padding: 1px 5px;
			height: 15px;
			border: #fff 0px solid;
			margin-bottom: 3px;
			font-size: 11px;
		}
		.authPanel input.submit {
			background: none;
			border: none;
			color: #003333;
			text-decoration: underline !important;
			font-size: 11px;
			cursor: pointer;
			float: right;
			font-size: 10px;
			width: 50px;
			padding: 0;
			text-align: right;
		}


	.portmone .title {
		padding: 10px 0px 0px 17px;
		height: 25px;
		line-height: 15px;
		display: block;
		font-size: 18px;
		color: #aeaeaf;
		font-weight: 900;
		text-decoration: none;
		_background: none !important;
		white-space: nowrap;
		font-family: Verdana;
	}
		.portmone .title span {
			color:#c20012;
		}

	.rates .title {
		padding-left: 80px;
		height: 37px;
		line-height: 35px;
		display: block;
		color: #0064AA;
		font-size: 12px;
		font-weight: 900;
		text-decoration: none;
		background: url(../img/icon_rates.png) no-repeat 14px 3px;
		_background: none !important;
		_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/icon_rates.png', sizingMethod='crop');
		white-space: nowrap;
	}
		.rates .date {
			font-size: 10px;
			text-align: right;
			display: block;
			padding-right: 6px;
		}
		.rates table {
			width: 97%;
			margin: 0 auto 14px auto;
			font-size: 10px;
		}
			.rates th {
				border-top: #E7E8E9 1px solid;
				border-bottom: #E7E8E9 1px solid;
				text-align: center;
			}
			.rates td {
				text-align: center;
			}
			.rates .left {
				text-align: left;
			}
			.rates .dev {
				height: 8px;
			}
		.rates .more {
			float: right;
			font-size: 10px;
			padding-right: 10px;
		}

	.forex .title {
		padding: 10px 0px 0px 80px;
		height: 37px;
		line-height: 16px;
		display: block;
		font-size: 12px;
		color: #0064AA;
		font-weight: 900;
		text-decoration: none;
		background: url(../img/icon_forex.png) no-repeat 9px 0;
		_background: none !important;
		_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/icon_forex.png', sizingMethod='crop');
		white-space: nowrap;
	}
		.forex p {
			padding-left: 80px;
			margin-top: -30px;
			line-height: 110%;
			font-size: 10px;
		}

	.support .title {
		padding-left: 80px;
		padding-top: 3px;
		height: 32px;
		display: block;
		font-size: 12px;
		color: #0064AA;
		font-weight: 900;
		text-decoration: none;
		background: url(../img/icon_support.png) no-repeat 6px 0;
		_background: none !important;
		_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/icon_support.png', sizingMethod='crop');
		white-space: nowrap;
	}
		.support p {
		}

	.infocenter .title {
		padding-left: 80px;
		padding-top: 7px;
		height: 37px;
		display: block;
		font-size: 12px;
		color: #0064AA;
		font-weight: 900;
		text-decoration: none;
		background: url(../img/icon_infocenter.png) no-repeat 12px 2px;
		_background: none !important;
		_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/icon_infocenter.png', sizingMethod='crop');
		white-space: nowrap;
	}
	#leftColumn .infocenter .title {
		padding-left: 75px;
	}
		.infocenter p {
			padding-left: 5px;
			line-height: 110%;
			font-size: 10px;
		}

	.callcenter .title {
		display: block;
		color: #0064AA;
		font-size: 12px;
		font-weight: 900;
		text-decoration: none;
		white-space: nowrap;
		text-align: center;
	}
		.callcenter p {
			margin-top: 6px;
			padding-left: 90px;
			background: url(../img/icon_callcenter.png) no-repeat 14px 3px;
			_background: none !important;
			_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/icon_callcenter.png', sizingMethod='crop');
			font-size: 12px;
		}

	a.actions {
		padding-left: 83px;
		height: 49px;
		line-height: 48px;
		display: block;
		font-size: 12px;
		color: #0064AA;
		font-weight: 900;
		text-decoration: none;
		background: url(../img/bg_actions.png) no-repeat;
		_background: none !important;
		_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg_actions.png', sizingMethod='crop');
		white-space: nowrap;
		margin-bottom: 8px;
	}

	a.calculator {
		padding: 0 8px 0 83px;
		height: 49px;
		line-height: 48px;
		display: block;
		font-size: 12px;
		color: #0064AA;
		font-weight: 900;
		text-decoration: none;
                -moz-box-shadow: 1px 1px 2px 1px #CFCFCF;
		-webkit-box-shadow: 1px 1px 2px 1px #CFCFCF;
		box-shadow: 1px 1px 2px 1px #CFCFCF;
		background: url(../img/bg_calculator.png) no-repeat 16% 50%;
		_background: none !important;
		_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg_calculator.png', sizingMethod='crop');
		white-space: nowrap;
		margin: 0 10px 8px 0;
	}

div.banner {
	margin-top: 8px;
}


footer .copyrights {
	position: absolute;
	left: 0;
	font-size: 8px;
}
	footer .copyrights a {
		margin-left: 14px;
		text-decoration: none;
	}

footer nav {
}
	footer nav a {
		margin-right: 20px;
	}

footer .license {
	font-size: 8px;
	float: right;
}



/* === private === */
		section.private ul.primarySubmenu li.current a {
			color: #3F9A42;
		}
		section.private #centerColumn nav.crumbs span, section.private .content h1 {
			color: #69A86D;
		}
		section.private ul.primarySubmenu ul.level2 li.current {
			background: url(../img/blt_priv.gif) no-repeat 0px 17px;
		}
/* === private === */
		
/* === business === */
		section.business ul.primarySubmenu li.current a {
			color: #007465;
		}
		section.business #centerColumn nav.crumbs span, section.business .content h1 {
			color: #007465;
		}
		section.business ul.primarySubmenu ul.level2 li.current {
			background: url(../img/blt_bisn.gif) no-repeat 0px 17px;
		}
/* === business === */
		
/* === finance === */
		section.finance ul.primarySubmenu li.current a {
			color: #0064AA;
		}
		section.finance #centerColumn nav.crumbs span, section.finance .content h1 {
			color: #0064AA;
		}
/* === finance === */

/* === sitemap === */
#centerColumn ul.sitemap {
	
}
	#centerColumn ul.sitemap li {
		background: none;
		padding: 0;
		font-weight: 900;
		padding-bottom: 4px;
	}
	#centerColumn ul.sitemap ul li {
		font-weight: 100;
		padding-bottom: 0;
	}
#centerColumn ul.sitemap ul {
	margin-left: 14px;
}
#centerColumn ul.sitemap ul ul {
	padding-bottom: 0;
}
#centerColumn ul.sitemap li.private a {
	color: #3F9A42;
}
#centerColumn ul.sitemap li.business a {
	color: #007465;
}
#centerColumn ul.sitemap li.finance a {
	color: #0064AA;
}
/* === sitemap === */

#ChoosedRegion	{
	position:relative;
}

span.filial_label	{
	font-weight:bold;
	margin-right:10px;
}
/*����������� ������*/
ul.persons{
margin: 0;
padding: 0;
width: 100%;
list-style-type: none;
}
ul.persons li{
float: left;
display: inline;
margin: 0;
padding: 0;
width: 100%;
overflow: hidden;
margin: 0 0 15px 0;
padding: 0 !important;
}
ul.persons li div{
height: 75px;
width: 75px;
border: 0;
float: left;
margin: 0 10px 0 0;
padding: 0;
overflow: hidden;
background: url('../img/blank_photo.png') no-repeat;
}
ul.persons li p{
font-size: 12px;
font-family: Cnadara, Arial, sans-serif;
font-weight: bold;
}
ul.persons li p a{

}
ul.persons li p a:hover{
}
/*Departments in regions on "Board" page*/
div.departments{
    
}
div.departments h5{
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 15px;
}
/*Social buttons */
.soc-buttons{
overflow: hidden;
width: 100%;
}
.soc-buttons div{
margin-bottom: 15px;
}
/*Images in news*/
div.inner div.signed-img{
    overflow: hidden;
}
div.inner div.signed-img p{
    font-size: 11px;
    color: #696969;
    text-align: justify;
    margin: 5px;
}
/*partners in footer*/
div.partners{
    margin: 0 auto;
    overflow: hidden;
}
div.partners table{
    border: 0;
}
div.partners table td{
   padding: 5px;
    color: white;
    font-weight: bold;
    font-size: 12px;
}
/*photo gallery*/
div.gallery-content{
    overflow: hidden;
    width: 555px;
    position: relative;
    height: 350px;
}
div.photo-gallery{
    position: absolute;
    top: 45px;
    left: 0;
}
