@charset "utf-8";


body {
	color: #343434;
	background: #FFF /*url('../images/body-bg.png')*/;
	font: 300 13px/1.35 'Open Sans', sans-serif;
}
input, select {
	background: #FFF;
	font: 300 13px/1.35 'Open Sans', sans-serif;
}

a {
	color: #f9830a;
	text-decoration:none;
}
a:hover {text-decoration:underline;}

p {
	margin: 1em 0;
	padding: 0;
}

h1, h2, h3, h4, .h3 {
	font-size: 20px;
	margin: 1em 0 0.5em;
	font-weight: normal; 
}

bold {font-weight: bold;}


/* + Common classes */

.clear {clear:both;}
.floatl {float:left;}
.floatr {float:right;}

.red {color:#D90000;}
.green {color:#179B00;}
.orange {color:#f8820b;}

.ta-center {text-align: center;}
.ta-right {text-align: right;}

/* - Common classes */

/* + Structure */
.wrapper {
	margin: 0 auto;
    width: 980px;
}

#bg, #header, #wrap, #footer {
	min-width: 980px;
}

#header {
	margin-bottom: 12px;
}

#wrap {
	
}
#content {
	float: right;
	width: 656px;
	padding-right: 20px;
}
#sidebar {
	float: left;
	width: 280px;
}

#footer {
	padding: 20px 0;
	font-size: 15px;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
/* - Structure */

/* + Header */

#header .wrapper {
	border-top: 5px solid #dbdbdb;
	padding-top: 15px;
}
#header .branding {
	height: 84px;
	overflow: hidden;
}
#header .logo {
	float: left;
}
#header .logo a, #header .logo img {
	border: none;
	outline: none;
}
#header #top-labels {
	background: url('../images/top-labels.png') no-repeat right 0;
	height: 24px;
	margin: 8px 0 10px;
	text-align: right;
	padding: 4px 272px 0 0;
}
#header #top-labels span {
	font-size: 12px;
	vertical-align: middle;
	color: #6a6a6a;
}
#header #top-labels img {
	vertical-align: middle;
	margin: 0 0 0 10px;
}

#form {
	background: #f4f4f2;
	float: left;
	width: 280px;
	height: 342px;
	border-radius: 3px;
	margin: 12px 0 0;
	position: relative;
	z-index: 1;
}
#form .form {
	padding: 15px 0 0 23px;
}
#form .btn-apply {
	background: url("../images/get_cash.png") no-repeat center 0;
    border: none;
    cursor: pointer;
    height: 55px;
    margin: 10px 0 16px;
	width: 235px;
}
#form select, #form .input {
	height: 32px;
	background: #FFF;
	border: none;
	margin-bottom: 8px;
	font-size: 14px;
	width: 235px;
	border-radius: 3px;
	padding: 2px;
	border: 3px solid #bec3c5;
}
#form .input {
	padding: 2px 5px;
	width: 225px;
	height: 24px;
}
#form label {
	font-size: 16px;
	font-weight: bold;
	margin: 7px 23px 7px 0;
	display: block;
}
.required {
	color: #f8820b;
}

#form .item {
	margin: 0 5px; 
}

#banner {
	background: url('../images/banner.jpg') no-repeat 0 0;
	height: 354px;
	border-radius: 3px;
	position: relative;
	margin: 0 0 0 280px;
	padding: 0 25px;
	z-index: 0;
}
#banner #forh1 {
    height: 80px;
    overflow: hidden;
    width: 490px;
}
#banner h1 {
	font-size: 28px;
    margin: 0;
	font-family: 'Open Sans', sans-serif;
}
#form #apply-now-text {
	background: url('../images/apply-now.png') no-repeat 0 0;
	height: 82px;
	width: 221px;
	position: absolute;
	bottom: 11px;
	left: 245px;
}
#banner-text {
	padding-left: 10px;
    padding-top: 45px;
    width: 440px;
	font-family: 'Open Sans', sans-serif;
}
#banner-text .item {
	background: url('../images/li-galka.png') no-repeat 0 3px;
	padding: 0 0 18px 32px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3em;
}

/* - Header */

/* + Footer */

#footer .wrapper {
	background: #ebebeb;
	border-radius: 3px;
	padding: 20px 0;
}
#footer #copyright {
	margin: 0 22px;
}
#footer .content {
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: 11px;
    margin: -10px 22px 20px;
    text-align: justify;
}

/* - Footer */




/* + Menu classes */

#main-menu {
	float: right;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
#main-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 17px;
}
#main-menu li {
	display: inline;
	padding: 0 10px;
	border-right: 1px dashed #343434;
}
#main-menu li:last-child {
	border-right: none;
	padding-right: 0;
}
#main-menu li a {
	color: #343434;
}
#main-menu li a:hover, #main-menu li.current a {
	color: #21699b;
}

#f-menu {
	float: right;
	margin: 0 22px;
}
#f-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#f-menu ul li {
	display: inline;
	padding: 0 18px;
	border-right: 1px dashed #343434;
}
#f-menu li:last-child {
	border-right: none;
	padding-right: 0;
}
#f-menu ul li a {
	color: #343434;
}
#f-menu li a:hover, #f-menu li.current a {
	color: #21699b;
}

/* - Menu classes */



/* - Sidebar */

#sidebar .widget {
	margin-bottom: 10px;
	background: #F4F4F2;
	border-radius: 3px;
	padding: 18px;
}
#sidebar .widget-title h3 {
	font-size: 18px;
	margin: 0;
	font-weight: bold;
	color: #5c6472;
	padding: 0 0 0 40px;
	line-height: 30px;
}
#sidebar .widget a {
	color: #f8820b;
}
#sidebar .widget p {
	margin: 0.9em 0;
}
#sidebar .widget ul {
	
}
#sidebar .widget ul li {
	
}

#sidebar .widget.locations, #sidebar .widget.testimonials {
	padding: 0;
	color: #474747;
}
#sidebar .widget.locations .widget-title, #sidebar .widget.testimonials .widget-title {
	border-bottom: 1px solid #e7e7e6;
	padding: 13px 20px 11px;
}
#sidebar .widget.locations .widget-title h3 {
	background: url('../images/icon-location.png') no-repeat 0 center;
}
#sidebar .widget.locations .widget-content, #sidebar .widget.testimonials .widget-content {
	border-top: 1px solid #fafaf9;
	padding: 5px 20px;
}
#sidebar .widget.locations ul {
	font-weight: bold;
	color: #414751;
	list-style: none;
	padding: 0;
	margin: 0.8em 0;
}
#sidebar .widget.locations ul li {
	border-bottom: 1px solid #e7e7e6;
	border-top: 1px solid #fafaf9;
	padding: 4px 0;
}
#sidebar .widget.locations ul li:first-child {
	border-top: none;
}
#sidebar .widget.locations ul li:last-child {
	border-bottom: none;
}

#sidebar .widget.testimonials .widget-title h3 {
	background: url('../images/icon-testimonials.png') no-repeat 0 center;
}
#sidebar .widget.testimonials .item {
	border-bottom: 1px solid #dedfde;
	margin: 0 0 10px;
    padding: 5px 0;
}
#sidebar .widget.testimonials .name {
	text-align: right;
	font-style: italic;
	padding: 5px 0;
}


#sidebar .widget.white {
	background: transparent;
	padding-bottom: 0;
}

#sidebar .widget.money h3 {
	background: url('../images/icon-money.png') no-repeat 0 center;
}
#sidebar .widget.check h3 {
	background: url('../images/icon-check.png') no-repeat 0 center;
}

#sidebar .widget.blog {
	padding: 0;
	margin-top: 33px;
	color: #474747;
	background: transparent;
}
#sidebar .widget.blog .widget-title {
	background: #ced434;
	border-radius: 3px;
	padding: 5px 20px;
}
#sidebar .widget.blog .widget-title h3 {
	background: url('../images/icon-blog.png') no-repeat 0 center;
	color: #FFF;
}
#sidebar .widget.blog .widget-title h3 a {
	color: #FFF;
}
#sidebar .widget.blog .widget-content {
	padding: 5px 20px;
}
#sidebar .widget.blog .widget-content h3 {
	font-size: 18px;
	margin: 0.6em 0;
}
#sidebar .widget.blog .widget-content .date {
	font-size: 12px;
	color: #777;
}


/* - Content */

.homelist {
	margin: 0 auto;
    overflow: hidden;
    width: 74%;
}
.homelist ul {
	list-style: none;
	padding: 0;
	margin: 0.3em 0;
	float: left;
	width: 50%;
	font-weight: bold;
}
.homelist ul li {
	margin: 0;
	padding: 0 0 0 15px;
	background: url('../images/li-dot.png') no-repeat 0 6px;
}

.province {
	background: url('../images/province.jpg') no-repeat 10px center;
	padding-left: 250px;
	min-height: 180px;
	margin-bottom: 1em;
}

.columns-3 {
	margin-right: -18px;
	overflow: hidden;
	margin-bottom: 1em;
}
.columns-3 .item {
	float: left;
	width: 206px;
	margin-right: 18px;
}
.columns-3 .item:last-child {
	margin-right: 0;
}
/* ------------------ Form -------------------- */

.feedback_form {
	margin: 1em 0;
}
.feedback_form table {
	
}
.feedback_form table td {
	padding: 8px;
}
.feedback_form table input[type="text"], .feedback_form table textarea {
	background: #FFF;
	border: 1px solid #BEBEBE;
	border-radius: 3px;
	padding: 4px 5px;
}


#fader {
    background: url("../images/fader-bg.png") repeat scroll 0 0 transparent;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
}
#form-dialog {
	position: absolute;
	left: 50%;
    margin-left: -269px;
    width: 640px;
	padding: 15px 19px;
	background: #FFFFFF;
    border-radius: 6px;
	display: none;
	z-index: 90;
}
#form-dialog .close {
	position: absolute;
	width: 24px;
	height: 24px;
	background: url('../images/close.png') no-repeat 0 0;
	right: -8px;
	top: -8px;
}

/* --------------- CITY --------------------- */

.city h1 {
	font-family: 'Open Sans',sans-serif;
    font-size: 28px;
    margin: 0;
}
table.citytable {
	width: 100%;
	vertical-align: top;
	text-align: left;
	border-collapse: collapse;
}
table.citytable th, table.citytable td {
	font-weight: normal;
	font-size: 13px;
	border-bottom: 1px solid #ced0d2;
	padding: 14px 4px;
}
table.citytable th {
	font-weight: normal;
	font-size: 14px;
}

#cityform {
	background: url("../images/apply-text-city.png") no-repeat center 12px;
	padding: 64px 0 15px;
	
}
#cityform .form {
	padding: 12px 5px;
	background: #f7f7f6;
	border: 1px solid #dfe1e2;
	text-align: center;
}
#cityform .btn-apply {
	background: url("../images/get_cash-city.png") no-repeat center 0;
    border: none;
    cursor: pointer;
    height: 41px;
    margin: 0;
	width: 178px;
	vertical-align: middle;
}
#cityform .input {
	height: 24px;
	background: #FFF;
	border: none;
	font-size: 14px;
	width: 260px;
	border-radius: 3px;
	padding: 2px 5px;
	border: 3px solid #bec3c5;
	margin: 0 12px;
	vertical-align: middle;
}
#cityform label {
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}