* {
	margin: 0px;
	padding: 0px;
}

a,
.orange
{
	color: #f6961d;
}

#main-image {
	margin-bottom: 8px;
}

body {
	background-color: #f1b474;
	font-family: Arial, serif, sans-serif;
	font-size: 12px;
	color: #656668;
}

#header {
	background-color: #d68425;
}

#main {
	background-color: white;
	clear: both;
	padding-top: 15px;
	padding-bottom: 40px;
}

#content {
	float: left;
	width: 500px;
	margin-left: 20px;
	margin-top: 4px;
}

#content td{vertical-align:top;padding:10px}

#left-bar {
	width: 170px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	display: inline;
}

#right-bar {
	width: 170px;
	margin-top: 10px;
	margin-right: 10px;
	float: right;
	display: inline;
}

#left-bar li,
#right-bar li
{
	list-style-type: none;
	color: #d68425;
}

#left-bar li.branch span,
#right-bar li.branch span
{
	font-weight: bold;
	color: #1a202c;
}

#left-bar li.branch ul,
#right-bar li.branch ul {
	padding-bottom: 0px;
	margin-left: 20px;
}

#content h1 {
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 300;
	line-height: 40px;
	font-size: 40px;
	color: #6c6d70;
	margin-bottom: 20px;
}

#main h2 {
	color: black;
	font-weight: bold;
	font-size: 14px;
}

#content h2,
.bordered h2
{
	padding: 5px 0px;
}

#main p {
	padding: 10px 0px;
	line-height: 18px;
	font-weight: normal;
}

#footer {
	color: white;
	background-color: #d68425;
	height: 45px;
	border-top: 1px solid white;
	clear: both;
}

.lower#contacts {
	color: white;
	background-color: #d68425;
}

.lower#contacts h2 {
	margin-left: 0px;
	border-left: none;
	border-right: 1px solid white;
	width: 155px;
}
.lower#contacts h2 a {
	color: white;
}
.lower#contacts	#search-form input#search {
	margin-right: 5px;
	width: 120px;
}

.standard-width {
	width: 995px;
	margin: 0px auto;
}

#footer p {
	float: right;
	width: 190px;
	padding-top: 10px;
}
body.home #footer p {
	width: 190px;
}

.clearer {
	clear: both;
}

div.bordered {
	border-top: 1px solid #bbb;
}

#right-bar li,
#left-bar li
{
	margin: 10px 0px;
}

#right-bar li a,
#left-bar li a
{
	color: #656668;
	text-decoration: none;
}

#right-bar li a:hover,
#left-bar li a:hover
{
	text-decoration: underline;
}

#right-bar ul,
#left-bar ul
{
	padding-bottom: 10px;
}

.ad {
	text-decoration: none;
	display: block;
	width: 168px;
}

.ad img {
	display: block;
}

.question-ad h2 {
	background-color: #fbead6;
}
.news-ad h2 {
	background-color: #ebe5e1;
}

.ad h2 {
	padding: 10px;
	margin: 0px;
}

a img {
	border: none;
}

.rates {
	border: 1px solid #bbb;
	padding: 20px 10px;
	margin-bottom: 20px;
	position: relative;
}
.rates h2 {
	float: left;
}
.rates h3 {
	position: absolute;
	top: 40px;

	font-size: 12px;
	padding: 2px 5px;
	font-weight: normal;
	color: white;
	background-color: #f6961d;
}
.rates table {
	clear: both;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.rates th {
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 3px;
	color: #333;
}
.rates td {
	border-bottom: 1px solid #ddd;
}
.rates tr.last td {
	border-bottom: none;
}
.rates th.rate {
	width: 60px;
}
.rates td.char {
	text-align: right;
	color: #333;
	padding: 5px 5px 5px 5px;
	font-size: 15px;
	border-bottom: none;
}
.rates td.delta {
	text-align: center;
}
.rates a {
	float: right;
	font-size: 13px;
	margin-right: 5px;
}

#contacts {
	border-top: 1px solid white;
	clear: both;
}

#contacts-inner,
#top,
#main
{
	border-left: 1px solid white;
	border-right: 1px solid white;
	clear: both;
}

#top {
	position: relative;
}
#top #logo {
	position: absolute;
	bottom: 20px;
	right: 0px;
}
#top li {
	list-style-type: none;
	float: left;
	border-right: 1px solid white;
}

#contacts-inner h2 {
	line-height: 30px;
	float: left;
	border-left: 1px solid white;
	margin-left: 199px;
	font-size: 14px;
	font-weight: normal;
	display: inline;
	color: white;
	padding-left: 22px;
}
#contacts-inner h2 a {
	float: none;
	margin: none;
	color: inherit;
	text-decoration: none;
}

#contacts-inner a {
	float: right;
	margin-top: 6px;
	margin-right: 18px;
}
#search-form {
	float: right;
	margin-left: 20px;
	height: 22px;
	margin-top: 4px;
	position: relative;
}

#search-form input#submit {
	background: url('../images/submit.gif') no-repeat top left;
	border: none;

	height: 22px;
	width: 11px;

	position: absolute;
	right: 14px;
	top: 5px;
}

#search-form input#search {
	width: 145px;
	height: 22px;
	line-height: 22px;

	margin-right: 10px;
	padding-left: 6px;
	padding-right: 20px;

	border: none;

	color: #5d656d;
	font-size: 14px;
	font-weight: bold;
}


/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

.cabinet a {
	color: #656668;
}
.cabinet a.mail-admin {
	background-color: #f6961d;
	padding: 2px 5px;
	color: white;
}

#years-list li {
	list-style-type: none;
	font-weight: bold;
	color: #1a202c;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
#years-list li a {
	font-weight: normal;
}

#news-list {
	margin-top: 25px;
}
#news-list li {
	list-style-type: none;
	margin-bottom: 20px;
}
#news-list div {
	margin-bottom: 5px;
	color: #f6961d;
}
#news-list a {
	color: #656668;
	text-decoration: none;
}
#news-list a:hover {
	text-decoration: underline;
}

h3 {
	font-weight: normal;
	font-size: 16px;
	color: #f6961d;
	margin-bottom: 5px;
}
h4 {
	font-size: 12px;
	color: #96979a;
	font-weight: normal;
	margin-bottom: 10px;
}

.image-list {
	margin: 15px 0px;
}
.image-list li {
	list-style-type: none;
	float: left;
	margin-right: 10px;
}

#question-list {
	margin: 10px 0px;
}
#question-list li {
	list-style-type: none;
	border-bottom: 1px solid #bbb;
	padding-bottom: 10px;
}
#question-list li.last {
	border-bottom: none;
}
.faq-item {
	margin-top: 10px;
}
.faq-item div {
	margin-bottom: 10px;
}
.faq-item div,
#main .faq-item p.answer
{
	padding: 0px;
	float: left;
	display: inline;
	width: 445px;
}
.faq-item div.label {
	width: 55px;
	color: #f6961d;
}
.faq-item h5 {
	font-size: 12px;
	color: #1a202c;
	margin-bottom: 5px;
}
.faq-item h6 {
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
	color: #656668;
}
#main .faq-item p {
	padding: 0px 0px 5px;
}

.paginator {
	margin: 20px 0px;
}
#main .paginator p {
	float: left;
	padding: 0px;
	font-size: 13px;
	font-family: "HelveticaNeue-Light", Arial, sans-serif;
	margin-right: 5px;
}
.paginator ul {
	float: left;
}
.paginator li {
	font-size: 14px;
	padding: 0px 5px;
	color: white;
	margin-left: 5px;
	float: left;
	list-style-type: none;
	line-height: 18px;
}
.paginator li.active {
	background-color: #f6961d;
}
.paginator li a {
	color: #656668;
}

#results-list {
	font-weight: bold;
	margin: 10px 0px 10px 25px;
}
#results-list li {
	margin-bottom: 10px;
}
#results-list a {
	font-weight: normal;
	display: block;
	margin-bottom: -5px;
}
div#fffound {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #bbb;
}

#cabinet-form div,
#message-form div {
	margin-bottom: 10px;
}
#cabinet-form label,
#message-form label {
	float: left;
	line-height: 24px;
}
#message-form textarea {
	float: left;
}
#cabinet-form div input,
#message-form div input {
	line-height: 20px;
	height: 20px;
	width: 175px;
}

#message-form label {
	width: 100px;
}
#message-form input#login {
	margin-left: 100px;
}

#message-form .long {
	width: 320px;
}
#message-form textarea.long {
	width: 322px;
}

#cabinet-form input#login {
	margin-left: 60px;
}
#cabinet-form label {
	width: 60px;
}

.cabinet h3 {
	margin: 15px 0px;
}

.phones-list li,
#offices-list li
{
	list-style-type: none;
}

#offices-list {
	margin-top: 10px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #bbb;
}
#offices-list li {
	font-weight: bold;
	margin-bottom: 5px;
	color: #1a202c;
}
#offices-list li a {
	color: #656668;
	font-weight: normal;
}
.phones-list {
	margin: 10px 0px;
}
#main .phones-list p {
	padding: 0px;
	float: left;
	
}
#main .phones-list ul {
	float: left;
	line-height: 18px;
}

#map {
	margin: 5px 0px 15px;
}

body.home {
	background-color: white;
}

#tile-images {
	background-color: #c7c8cb;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}
#tile-text {
	background-color: #d9d8d9;
}
#tile-images ul,
#tile-text ul
{
	border-right: 1px solid white;
	border-left: 1px solid white;
}
#tile-images li,
#tile-text li
{
	list-style-type: none;
	float: left;
	width: 165px;
	border-left: 1px solid white;
	display: inline;
}
#tile-images li.tile-special,
#tile-text li.tile-special
{
	border-left: none;
}

#tile-images ul {
	height: 72px;
	overflow: hidden;
}

#tile-text a {
	text-decoration: none;
	padding: 5px 10px 10px;
	display: block;
	height: 81px;
}
#tile-text h2 {
	font-size: 14px;
	margin-bottom: 5px;
	color: #d58122;
}
#tile-text p {
	color: #555152;
}

.tile-vacancies { background-color: #f6d3ac; }
.tile-service { background-color: #c6cdcf; }
.tile-news { background-color: #ddcec6; }
.tile-online { background-color: #c7c9ba; }
.tile-question { background-color: #b2bacb; }
.tile-partners { background-color: #d9d8d9; }




.support-box{position:absolute;top:94px;left:220px;color:#fff;font-size:13px;width:200px}
.support-box p{font-size:20px;font-weight:bold;line-height:17px;padding-top:4px}
.support-box span{font-size:11px;}

.support-phone{position:absolute;top:94px;left:470px;color:#fff;font-size:13px;width:200px}
.support-phone p{font-size:20px;font-weight:bold;line-height:17px;padding-top:4px}

.enter-bank{position:absolute;top:135px;left:460px;width:168px;padding:10px}
.enter-bank div{display:none}
.enter-bank span{background:url('../images/bullet.gif') 0 4px no-repeat;display:block;padding:0 0 0 15px}
.enter-bank span a{text-decoration:none;border-bottom:1px dotted #fff;color:#fff;font-size:13px}
.enter-bank ul{width:168px;margin:0;padding:0;list-style-type:none;}
.enter-bank ul li{float:none;padding:11px 17px 0 17px;border:0 !important}
.enter-bank ul li a{color:#fff;font-size:13px}
.enter-bank ul li a:hover{text-decoration:none}
.enter-bank:hover{background:url('../images/drop_bg.png');}
.enter-bank:hover div{display:block}


.main-slogan{float:right}
.main-news{width:265px;padding:70px 0 0 0}
.main-news h3{color:#d98c34;font-size:16px;font-weight:normal;padding:0 0 10px 0}
.main-news div{padding-bottom:17px;font-size:12px;line-height:17px;color:#656668}
.main-news div span{display:block;color:#d68425;}
.main-news div a{color:#656668;text-decoration:none}
.main-news div a:hover{text-decoration:underline}

/*Add-On*/
.standard-width{width:996px;}
iframe.map{width:100%;height:365px;}

