* { margin: 0px; padding: 0px; }
html { width: 100%; height: 100%; }

html, body { 
  height: 100%; 
} 

body {
 width:100%;
 height:100%;
 color: #444;
 background-color: #f4f4f4;
 }
 
body, table, td, th, div, form, img, p, h1, h2 {
 margin: 0; padding: 0;
 border-collapse: collapse;
 font-family: Arial; font-size: 13px;
 }
 
h1 {
	font-size: 18px;
	font-weight: normal;  
	font-style: italic;	
}
 
a:link, a:visited, a:active {
    color: #0f3d8b;
    text-decoration: underline;
}

a:hover {
    color: #444;
    text-decoration: none;
}

.fullWidth {
	width: 100%
}

.fullHeight {
	height: 100%!important
}

#mainDiv {
	min-height: 100%;
	min-width: 990px;
	margin: 0 auto;
	max-width: 1250px;
	background-color: #fff;
	border-left: 2px #f4f4f4 solid;
	border-right: 2px #f4f4f4 solid;
	position: relative
	}
	
	
*html #mainDiv { height: 100%; }

*html #mainDiv {
	width:expression((document.compatMode && document.compatMode == 'CSS1Compat') ? (document.documentElement.clientWidth < 990 ? "990px"
	: (document.documentElement.clientWidth > 1250 ? "1250px" : "auto")) : (document.body.clientWidth < 990 ? "990px"
	: (document.body.clientWidth > 1250 ? "1250px" : "auto")));
	}
	
#headerDiv {
	padding-top: 0px; height: 75px;
}

#headerDiv table {
	table-layout: fixed;
}

#searchTable td {
	text-align: left;
	font-size: 11px;
	font-style: italic;
}

#searchTd {
	background-color: #E7E7E8;
	height: 37px;
}

#searcDiv {
	width: 100%; height: 37px;
	position: relative;
	text-align: center;
}

.searchInput {
	height: 21px; border: 1px solid #D0D0CF; font-size: 14px;
	margin-top: 7px;
}

.cornerDiv {
	width: 2px;
	height: 2px;
	position: absolute;
	font-size: 1px;
}

.topLeftCornerDiv {
	top: 0; left: 0;
	background-image: url('/image/tl.png');
}

.topRightCornerDiv {
	top: 0; right: 0;
	background-image: url('/image/tr.png');
}

.bottomLeftCornerDiv {
	bottom: 0; left: 0;
	background-image: url('/image/bl.png');
}

.bottomRightCornerDiv {
	bottom: 0; right: 0;
	background-image: url('/image/br.png');
}

.iconTopDiv {
	width: 15px; height: 15px;
	margin-left: 7px;
}

.iconTopDiv a {
	display: block;
	height: 15px; width: 15px;
}

#iconHomeDiv a {
	background-image: url('/image/icons/home.gif')
}

#iconMailDiv a {
	background-image: url('/image/icons/mail.gif')
}

#iconSitemapDiv a {
	background-image: url('/image/icons/sitemap.gif')
}

.iconTopDiv a:link, a:visited {
	background-position: top;
}

.iconTopDiv a:hover, a:active {
	background-position: bottom;
}

.spacerTopDiv {
	width: 1px;
	height: 9px;
	background-color: #BCBDC0;
}


#menuDiv {
	height: 55px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
}

#menuDiv table {
	table-layout: fixed;
}

a.mainMenuHref {
	display: block;
	height: 50px;
/*	width: 100%; */
	padding-left: 5px;
	margin-left: 5px;
	padding-right: 5px;
	margin-right: 5px;
	padding-top: 5px;
	font-size: 13px;
	font-style: italic;
	position: relative;
}

a.mainMenuHref:link, a.mainMenuHref:visited {
    color: #0f3d8b;
    text-decoration: none;
	}
	
a.mainMenuHref:hover, a.mainMenuHref:active {
    color: #0f3d8b;
    text-decoration: none;
	}

#menuDiv a {
	display: block;
}



#menuDiv a:link, #menuDiv a:visited {
	text-decoration: none;
}

#menuDiv a:hover, #menuDiv a:active {
	text-decoration: none;
}


#phonesTd {
	font-size: 16px;
	font-weight: bold;
	line-height: 100%;
	width: 170px;
	vertical-align: top;
}

#phonesTd span {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}

.menuItemTd {
	border-left: 1px solid #E2E2E2;
	text-align: left;
	vertical-align: top;
	position: relative
}

#centerDiv {
    position: relative;
	padding-bottom: 75px;
	margin-top: 20px;
}

#centerDiv table {
	table-layout: fixed;
}

#centerDiv table td {
	vertical-align: top;
}

#ibEnternceDiv {
	width: 170px;
	height: 42px;
	margin-bottom: 12px;
	position: relative;
}

.block170x230 {
	width: 170px;
	height: 230px;
	margin-bottom: 20px;
}

h2 {
	font-size: 18px;
	color: #231f20;
	margin-bottom: 20px;
	font-weight: normal;
	font-style: italic; 
}

h2 small {
	font-size: 11px;
	font-style: normal;
}

.post h2 {
	margin-bottom: 5px;
	font-weight: bold;
}

.post table {
	border: 1px solid #999;
}

.post table td, .post table th{
	border: 1px solid #999;
}

.post table td * {
	padding: 3px;
	font-size: 13px;
}

#content table ol, #content table ul {
	margin-top: 5px;
}

.post {
	margin-bottom: 15px;
}

#content {
	padding-left: 20px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-top: 10px;
}

#content p {
	margin-bottom: 10px;
}

#content ul, #content ol {
	margin-left: 30px;
	margin-top: -5px;
	margin-bottom: 10px;
}



#footerDiv {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 75px;
	background-color: #f4f4f4;
	left: 0
}

#footerDiv table {
	table-layout: fixed;
}

#footerDiv table td {
	vertical-align: top;
	padding-top: 17px;
	font-size: 11px;
	}
	
#mainPageImageDiv {
	width: 100%;
	height: 250px;
	/*background: url('/image/main-page-image.jpg') no-repeat center center;
	добавлено 02.08.2010 */
	background: url('/image/main-page-image.jpg') no-repeat left center;
	position: relative;
	margin-bottom: 10px;
}

#breadcrumbsDiv {
	background-color: #e7e7e8;
	font-size: 11px;
	padding: 3px 5px;
	margin-bottom: 10px;
	line-height: 18px;
	position: relative;
}

#dateDiv {
	background-color: #003faa;
	height: 24px;
	color: #fff;
	line-height: 24px;
	font-size: 11px; 
	padding-left: 10px;
	position: relative;
	margin-bottom: 10px;
}

#kursDiv p {
	color: #808285;
	font-size: 11px;
	font-style: italic;
}

#kursDiv .cashDiv {
	width: 100%;
	margin-top: 5px;
}

#kursDiv span {
	color: #003faa;
	font-size: 11px;
	font-style: italic;	
}

.beGray {
	background-color: #E6E7E8; 
}

.kursTable {
	margin-top: 3px;
}

.kursTable td {
	font-size: 11px;
	text-align: center;
	height: 20px;
	line-height: 20px;
}

.kursTable img {
	margin-top: 3px;
}

.dottedBorderBottom {
	border-bottom: 1px dotted #E6E7E8;
}

.relativeFullWidthed {
	width: 100%; height: 100%; position: relative
}

#convertDiv {
	margin-top: 5px;
	position: relative;
	padding: 5px;
}

#convertResult {
	color: white;
	text-align: center;
	padding: 5px;
	margin-top: 5px;
}

#depositResult {
	color: white;
	text-align: center;
	padding: 5px;
	margin-top: 5px;
}

#menuItem_1 .subMenu1, #menuItem_2 .subMenu1, #menuItem_3 .subMenu1 {
	position: absolute;
	top: 55px;
	left: 5px;
	width: 250px;
	visibility: hidden;
}

#menuItem_4 .subMenu1, #menuItem_5 .subMenu1, #menuItem_6 .subMenu1, #menuItem_7 .subMenu1, #menuItem_8 .subMenu1 {
	position: absolute;
	top: 55px;
	right: 5px;
	width: 250px;
	visibility: hidden;
}

.subMenu1item {
	position: relative;
	border: 0;
	height: 100%;
}

#menuItem_1 .subMenu2, #menuItem_2 .subMenu2, #menuItem_3 .subMenu2 {
	position: absolute;
	top: 0;
	left: 250px;
	visibility: hidden;
	width: 250px;
}

#menuItem_4 .subMenu2, #menuItem_5 .subMenu2, #menuItem_6 .subMenu2, #menuItem_7 .subMenu2, #menuItem_8 .subMenu2 {
	position: absolute;
	top: 0;
	right: 250px;
	visibility: hidden;
	width: 250px;
}

.menuItemDiv {
	position: relative;
}

#menuDiv .subMenu1item a {
	padding-top: 0;
	padding-left: 27px;
	line-height: 27px;
	color: white
}

#menuDiv .subMenu1item a {
	text-decoration: none;
	background: url('/image/icons/submenu-item.gif') no-repeat top left #1B53B4;
}

#menuDiv .subMenu1item a:link, #menuDiv .subMenu1item a:visited{
	text-decoration: none;
}

#menuDiv .subMenu1item a:hover, #menuDiv .subMenu1item a:active{
	text-decoration: underline;
}

#menuDiv a.itemcolor_1 { background-color: #0D49AE; }

#menuDiv a.itemcolor_2 { background-color: #1A53B3; }

#menuDiv a.itemcolor_3 { background-color: #265CB7; }

#menuDiv a.itemcolor_4 { background-color: #3365BB; }

#menuDiv a.itemcolor_5 { background-color: #406FBF; }

#menuDiv a.itemcolor_6 { background-color: #4D79C4; }

#menuDiv a.itemcolor_7 { background-color: #5982C8; }

#menuDiv a.itemcolor_8 { background-color: #668CCC; }

#menuDiv a.itemcolor_9 { background-color: #7396D0; }

#menuDiv a.itemcolor_10 { background-color: #809FD5; }

#menuDiv a.itemcolor_11 { background-color: #8CA8D9; }

#menuDiv a.itemcolor_12 { background-color: #99B2DD; }

.leftMenuUL {
	list-style: none;
	margin-top: 30px;
	margin-bottom: 30px;
}

.leftMenuUL li {
	margin-bottom: 10px;
	font-style: italic;
	line-height: 20px;
}

.leftMenuUL a {
	padding-left: 14px;
	display: block;
}

.leftMenuUL a:link, .leftMenuUL a:visited {
	background: none;
}

.leftMenuUL a:hover, .leftMenuUL a:active {
	background: url('/image/icons/submenuul-item.gif') no-repeat left top;
}

.leftMenuUL a.current-cat {
	color: #444;
	text-decoration: none;
	font-weight: bold;
	}
	
.navigation {
	
}

.navigation a {
	color: #aaa;
	text-decoration: none;
	font-size: 18px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

div.alignright, div.alignleft {
	width: 30%;
	}

img.alignleft {
	margin-right: 20px;
	margin-bottom: 10px;
}

img.alignright {
	margin-left: 20px;
	margin-bottom: 10px;
}



.mainPageSquareLink {
	height: 161px; width: 170px;
	position: relative;
}

.mainPageSquareLink div {
	background: url('/image/blocks/170x161/corner.gif');
	width: 42px; height: 43px;
	position: absolute;
	left: -10px; top: -6px
}

.mainPageSquareLink a {
	display: block;
	text-align: center;
	font-style: italic;
	padding: 120px 10px 10px 10px;
}

#squareLink1 {
	background: url('/image/blocks/170x161/001.gif');
}

#squareLink2 {
	background: url('/image/blocks/170x161/002.gif');
}

#squareLink3 {
	background: url('/image/blocks/170x161/003.gif');
}

.menuSelectedItem {
	background-color: #003FA9;
	color: red;
}

.sitemap_level_1 {
    font-size: 18px;
    list-style: none
}

.sitemap_level_2 {
    font-size: 16px;
    list-style: none;
    line-height: 140%;
    padding-top: 7px;
}

.sitemap_level_3 {
    font-size: 14px;
    list-style: none;
    line-height: 140%;
    padding-top: 7px;
}

.sitemap_level_4 {
    font-size: 12px;
    list-style: none;
    line-height: 140%;
    padding-top: 7px;
}

.depositDiv {
    position: relative;
    padding: 5px;
}

.creditDiv {
    position: relative;
    padding: 5px;
}
#calculatedCredit {
    width: 100%;
}
#calculatedCredit td {
    padding: 3px 2px;
    text-align: center;
    border-top: 1px dotted #E6E7E8;
}

#calculatedCredit th {
    padding: 5px;
    }
    
.itogoTr {
    height: 50px;
    border-top: 1px solid #aaa;
}

.itogoTr td {
    vertical-align: middle;
}

.tableNoBorder {
	border: 1px solid white!important
}

.tableNoBorder td, .tableNoBorder th {
	border: 1px solid white!important
}