/*========================================= Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*========================================== Typo */
body {
  color: #474132;
  font: 13px/16px Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table, blockquote {
  margin: 0 0 11px;
}
h1 {
  color: #474132;
  font: normal 30px Calibri;
}
h2 {
  font: normal 25px Calibri;
  margin-top: 25px;
}
h3 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
}
h4 {

}
strong {
  color: #67370c;
}
li {
  margin-left: 2em;
}
ul li {
	list-style: disc;
}
ol li {
	list-style: decimal;
}
.big {
  font-size: 14px;
}
p.big {
  margin: 15px 0;
}
a {
	color: #786c4b;
}
a:hover {
text-decoration: none;
}
td {
  padding: 5px;
}
th {
  padding: 5px;
}
p.date {
  font-size: 11px;
  color: #9b8f70;
}

/*======================================== Layout */
html {
  min-width: 1000px;
}
body.index {
	background: #f4e8c8 url(../i/header-bg-index.jpg) no-repeat center top;
}
body {
	background: #f4e8c8 url(../i/header-bg-inside.jpg) no-repeat center top;
}
#layout {
  width: 998px;
  margin: 0 auto;
}
#header {
  padding: 20px 0 0;
  height: 300px;
  overflow: hidden;
}
.index #header {
  height: 545px;
}
#content {
  padding: 20px 0 20px;
  float: left;
  width: 100%;
}
#footer {
  clear: both;
  height: 77px;
  background: url(../i/content-shade.jpg) no-repeat center -133px;
  padding: 13px 25px;
  font-size: 15px;
  color: #2b2106;
}

/*======================================== Header */
#header a.logo {
  float: left;
  margin: 1px 0 0;
}
#header .phone {
  float: right;
  margin: 14px 0 0;
}

/*==================================== Navigation */
ul#nav {
  margin: 24px 0 0 234px !important;
  margin: 40px 0 0 234px;
}
ul#nav li {
  list-style: none;
  margin: 0;
  float: left;
  background: url(../i/menu-separator.png) no-repeat right center !important;
  background: url(../i/menu-separator.png) no-repeat 98% center;
  padding: 3px 7px 3px 5px;
}
ul#nav li.last {
  background: none !important;
}
ul#nav li a {
  color: #0d5f90;
  font: bold 26px Calibri;
  text-decoration: none;
  float: left;
  padding: 0 7px 0 0;
  overflow: hidden;
}
ul#nav li a span.r {
  display: block;
  float: left;
  padding: 0 0 2px 8px;
  overflow: hidden;
  height: 32px;
}
ul#nav li.active a,
ul#nav li a:hover {
  color: #fff;
  background: url(../i/nav-hover-r.png) no-repeat right bottom;
}
ul#nav li.active a span.r,
ul#nav li a:hover span.r {
  background: url(../i/nav-hover-l.png) no-repeat left bottom;
}

a.home {
  float: left;
  background: url(../i/home.png) no-repeat center;
  width: 15px;
  height: 15px;
  overflow: hidden;
  text-indent: -9000px;
  margin: 33px 14px 0 0;
}

/*======================================= Content */
#content .sub-nav {
  float: right;
  margin: 0 0 -60px;
  padding: 0 25px 0 0;
}
#content .sub-nav li {
  margin: 0;
  list-style: none;
  padding: 0 0 0 10px;
  float: left;
}
#content .sub-nav li a {
  color: #0E587F;
  font-size: 18px;
  text-decoration: none;
}
#content .sub-nav li a:hover,
#content .sub-nav li.active a {
  color: #A89962;
}
#content .banners {
  background: url(../i/content-shade.jpg) no-repeat center 30px;
  height: 160px;
  margin: 0 0 25px;
}
#content .banners div {
  float: left;
  position: relative;
}
#content .banners .how {
  color: #de6b07;
  width: 246px;
}
#content .banners .call {
  color: #225c29;
  width: 273px;
}
#content .banners .come {
  color: #437fb1;
  width: 264px;
}
#content .banners .back {
  color: #8c378c;
  width: 225px;
  margin: 0 -25px 0 0;
}
#content .banners div img {
  float: left;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}
#content .banners .how h2 {
  font-size: 30px;
  margin-top: 22px;
}
#content .banners div h2 {
  margin: 25px 0 0 75px;
}
#content .banners div p {
  margin: 0 0 0 77px;
}
#content .banners div span.num {
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.index #content .left {
	float: left;
	width: 320px;
	padding: 10px 0 0 5px;
	position: relative;
        text-align: right;
}
.index #content .bottom {
    padding: 30px 0 0 25px;
}
.index #content .right {
	float: right;
	width: 280px;
	padding: 10px 15px 0 0;
}
.index #content .right .news {
  margin: 0 0 20px;
  padding: 1px 0 0;
}
.index #content .center {
  margin: 0 360px 0 380px;
  width: 223px;
  padding: 0 0 0;
}
#content .right {
  width: 223px;
  padding: 50px 25px 0 0;
  float: right;
}
#content .center {
  margin: 0 280px 0 0;
  padding: 0 0 0 25px;
}
.index #content .scrollable {
  height: 325px;
  overflow: auto;
  padding: 0 2px;
  margin: 0 -2px;
}
.index #content .scroll-control {
  background: url(../i/scroll-control.png) no-repeat left top;
  position: absolute;
  top: 180px;
  left: -10px;
  width: 11px;
  height: 27px;
  overflow: hidden;
}
.index #content .scroll-control a {
  display: block;
  width: 11px;
  height: 7px;
  text-indent: -9000px;
  margin: 0 0 14px;
  overflow: hidden;
}
#content form#rates {
  background: #f1d58a;
  padding: 10px 20px 0;
  overflow: hidden;
  zoom: 1;
  position: relative;
}
#content form#rates-new {
  padding: 125px 10px 10px;
  background: url(../i/form-ajax.jpg) no-repeat 0 0;
  text-align: center;
  height: 177px;
  width: 203px;
  position: relative;
}
#content form#rates-new .frm,
#content form#rates-new .res {
  position: absolute;
  left: 10px;
  top: 125px;
  width: 203px;
  height: 177px;
}
#content form#rates-new .res {
  display: none;
  top: 5px;
  background: url(../i/form-ajax-res.png) repeat-x 0 -3px;
}
#content form#rates-new .res .form-image {
  margin-top: 4px;
}
#content form#rates-new label.cost {
  color: #6f571f;
  font-weight: bold;
  margin: 0 0 5px;
  display: block;
}
#content form#rates-new .res label.cost {
   margin: 0;
}
#content form#rates-new #cost {
   padding: 2px 1px;
   width: 85px;
}
#content form#rates-new label.term {
  color: #000;
  font-weight: bold;
  margin: 10px 0 5px;
  display: block;
}
#content form#rates-new #term {
   padding: 2px 1px;
   width: 88px;
}
#content form#rates-new .info {
  color: #848484;
  margin: 12px 0 5px;
}
#content form#rates-new .res #credit {
  color: #6f571f;
  font-size: 25px;
  line-height: 33px;
  padding: 0;
}
#content form#rates-new .res #cond {
  color: #6f571f;
  padding: 0 0 8px;
}
#content form#rates-new .res label {
  font-weight: bold;
  color: #6f571f;
}
#content form#rates-new .res input.form-text {
  font-size: 10px;
  height: 12px;
  padding: 0 2px;
  width: 150px;
}
#content form#rates-new .res .info {
  color: #000;
}
#content form#rates .msg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: #f1d58a;
  left: 0;
  top: 0;
  font-size:32px;
  text-align: center;
  line-height: 36px;
}
#content form#rates-new .msg {
  top: 5px;
  position: absolute;
  width: 203px;
  height: 177px;
  padding: 90px 0 0;
  z-index: 5;
  left: 10px;
  font-size:25px;
  text-align: center;
  line-height: 28px;
  background: url(../i/form-ajax-res.png) repeat-x 0 -3px;
}
#content form#rates .msg .text {
  padding: 35px 10px 0;
}
#content form#rates label {
  display: block;
}
#content form#rates .form-item {
  margin: 5px 0;
}
#content form#rates .form-select,
#content form#rates .form-text {
  width: 181px;
  background: #f4e8c8;
  border: 1px solid #ac9a69;
  display: block;
  padding: 2px 1px;
}
#content form#rates .form-text {
  height: 14px;
}
#content form#rates .form-select {
  width: 184px;
}
#content form#rates .form-image {
  display: block;
  margin: 20px 0 0;
}
#content form#rates-new small {
  display: block;
  color: #727272;
  font-size: 10px;
  line-height: 10px;
}
#content form#rates .error,
#content form#rates-new .error {
  border-color: #d66340;
  background: #f4d2c8;
}
#content .cufon {
  vertical-align: bottom !important;
}
#content .bx-yandex-view-layout td, #content .bx-yandex-view-layout table {
	margin:0;
	padding:0;
}

/*======================================== Footer */
#footer .copy {
  float: left;
  padding: 20px 150px 0 0;
}
#footer .copy a {
  text-decoration: none;
  color: #fb7905;
}
#footer .copy a .cufon {
  border-bottom: 1px solid #fb7905;
}
#footer .made {
  float: right;
  text-align: right;
  padding: 20px 0 0;
}
#footer .made a {
  color: #d92629;
  text-decoration: none;
}
#footer a.be-ready {
  float: left;
  width: 107px;
  margin: 0;
}
