@charset "utf-8";

html,
body {
	width:100%;
	height:100%;
}

body {
	margin:0;
	padding:0;
	background:#f2f2f2;
	color:#333;
	-webkit-text-size-adjust: none;
	font:normal 14px/20px 'Open Sans', sans-serif;
	font-weight:300;
}

form,
fieldset {
	margin:0;
	padding:0;
	border:0;
}

input,
select,
textarea,
button {
	outline:none;
	overflow:visible;
}

input[type="text"],
input[type="password"],
textarea,
select {
	color:#333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../img/input.png) no-repeat 0 0;
	border:1px solid #313131;
	padding:12px 17px 10px;
	 cursor:pointer;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
	cursor: pointer;
}

textarea {
	resize:none;
}

.placeholder,
.placeholder .selectText {
	font-style:italic;
	color:#8c8c8c!important;
}

header,
nav,
section,
article,
aside,
footer,
figure {
	display: block;
}

img {
	border:0;
	vertical-align:top;
}

a {
	color:#009;
	text-decoration:underline;
	outline:none;
	cursor:pointer;
}

a:hover {
	text-decoration:none;
}

p {
	margin:0 0 20px 0;
}

h1 {
	font:bold 30px/36px 'Open Sans Condensed', sans-serif;
	margin:14px 0;
}

h2 {
	font:300 30px/36px 'Open Sans', sans-serif;
	margin:30px 0 30px;
}

h2:first-child {
	margin-top:0;
}

ul {
	margin:0 0 0 -2px;
	padding:0;
	list-style:none;
}

ul li {
	padding-left:18px;
	background:url(../img/list.png) no-repeat 0 12px;
	margin-top:1px;
}

ul li:first-child {
	margin:0;
}

strong {
	font-weight:600;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.clearfix,
.header,
.top-block,
.footer .container {
	zoom: 1
}

.clearfix:after,
.header:after,
.top-block:after,
.footer .container:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.cell {
	display:table-cell;
	vertical-align:middle;
}

.wrapper {
	min-height:100%;
	min-width:776px;
	max-width:10000px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

.container {
	width:776px;
	margin: 0 auto;
	text-align: left;
	position:relative;
}

.header {
	position:relative;
	padding:20px 30px 19px 0;
}

.header .logo {
	position:absolute;
	top:22px;
	left:-143px;
}

.header .logo a,
.header .logo span {
	background:url(../img/logo.png) no-repeat 0 0;
	width:204px;
	height:28px;
	display:block;
}

.header .phone {
	float:right;
	letter-spacing:0.1px;
}

.phone {
	font:bold 30px/34px 'Open Sans Condensed', sans-serif;
}

.blue {
	color:#70c5fd;
}

.content {
	zoom:1;
	padding-bottom:45px;
}

.content:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.top-block {
	margin:0 -33px 73px -142px;
}

.top-block .left {
	float:left;
	width:500px;
}

.top-block .application {
	float:right;
	width:310px;
	padding:24px 43px 14px 41px;
	background:url(../img/form.png) no-repeat 0 0;
	color:#fff;
	margin:-14px -27px 0 0;
	text-align:center;
	position:relative;
	min-height:386px;
}

.application:after {
	content:'';
	display:block;
	position:absolute;
	top:100%;
	left:0;
	background:url(../img/form.png) no-repeat 100% 0;
	width:396px;
	height:108px;
}

.application h2 {
	font:bold 24px/29px 'Open Sans Condensed', sans-serif;
	margin:0 0 54px 0;
	text-shadow:0 3px 0 #343434;
	letter-spacing:0.5px;
}

.application h2 .cell {
	height:96px;
	width:340px;
}

.application ul {
	margin:0 35px 30px 31px;
	text-align:left;
}

.application li {
	padding:0 17px;
	position:relative;
	left:-17px;
	background:none;
	margin-top:15px;
}

.application li:first-child {
	margin:0;
}

.application input[type="text"],
.application textarea {
	width:100%;
}

.application select {
	width:246px;
}

.outtaHere {
	display:none;
	position:absolute;
	top:-9999px;
	left:-9999px;
}

.selectArea {
}

.selectIn {
	background:url(../img/input.png) no-repeat 0 0;
	padding-right:51px;
	cursor:pointer;
	position:relative;
	height:37px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height:37px;
	border:1px solid #313131;
}

.selectIn:after {
	content:'';
	display:block;
	background:url(../img/select.png) no-repeat 0 0;
	width:50px;
	height:37px;
	border-left:1px solid #d5d5d5;
	position:absolute;
	top:0;
	right:0;
}

.selectText {
	padding:0 17px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.selectSub {
	position:absolute;
	z-index:2000;
}

.selectSub ul {
	margin:0;
	padding:0;
	list-style:none;
	background:#fff;
	border:1px solid #ccc;
	max-height:200px;
	overflow:hidden;
	overflow-y:auto!important;
}

.selectSub li {
	padding:0;
	margin:0;
	background:none;
}

.selectSub li a {
	display:block;
	text-decoration:none;
	padding:3px 5px 3px 17px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}

.selectSub li a:hover {
	background:#06F;
	color:#fff;
}

.button {
	display:inline-block;
	background:url(../img/button.jpg) repeat-x 0 0;
	color:#fff;
	font:bold 22px/59px 'Open Sans Condensed', sans-serif;
	text-shadow:0 3px 0 #4171ae;
	cursor:pointer;
	border:none;
	height:59px;
	text-align:center;
}

.application .button {
	min-width:244px;
	padding:0;
}

.application .text {
	font:bold 24px/29px 'Open Sans Condensed', sans-serif;
	margin:113px 0 0 0;
	text-shadow:0 3px 0 #1f1f1f;
	letter-spacing:0.5px;
}

.top-block .left .text {
	font:italic 12px/14px Arial, Helvetica, sans-serif;
	margin:0 0 35px 60px;
	letter-spacing:-0.1px;
}

.top-block .text p {
	margin-bottom:6px;
}

.top-block h1 {
	margin:0 0 14px -3px;
}

.top-block .highlight {
	background:#70c5fd;
	position:relative;
	box-shadow:0 0 3px #6bbcf2;
	-webkit-box-shadow:0 0 3px #6bbcf2;
	behavior: url(js/PIE.htc);
	padding:0 4px 6px;
	margin:0 -4px;
	display:inline-block;
	line-height:21px;
	vertical-align:middle;
}

.benefits {
	margin:0 -80px 127px -58px;
}

.benefits li {
	display:inline-block;
	vertical-align:top;
	width:200px;
	text-align:center;
	margin:0;
	padding:115px 0 0;
	background:none;
	position:relative;
	line-height:17px;
}

.benefits .icon {
	position:absolute;
	top:0;
}

.ben1 .icon {
	top:16px;
	left:66px;
}

.benefits .ben1 {
	margin-right:28px;
}

.ben2 .icon {
	top:30px;
	left:39px;
}

.benefits .ben2 {
	margin-right:35px;
}

.ben3 .icon {
	left:60px;
	top:0;
}

.benefits .ben3 {
	margin-right:27px;
}

.ben4 .icon {
	top:9px;
	left:54px;
}

.col {
	float:right;
	width:349px;
	margin-right:-30px;
}

.col:first-child {
	float:left;
	margin:0;
	width:310px;
}

.list {
	margin:0 0 0 2px;
}

.list li {
	margin-top:-4px;
}

.list li:first-child {
	margin:0;
}

.col img {
	margin:21px 0 0 51px;
}

.footer-place {
	clear:both;
	height:134px;
}

.footer {
	min-width:776px;
	max-width:10000px;
	margin:-134px auto 0;
	position:relative;
	overflow:hidden;
	height:134px;
}

.footer .container {
	border-top:1px solid #dfdfdf;
	padding-top:19px;
	color:#b9b9b9;
	font-size:12px;
	line-height:14px;
}

.details {
	width:360px;
	float:left;
}

.details a {
	font-weight: bold;
	color: #b9b9b9;}

.footer .right {
	float:right;
	width:230px;
	text-align:right;
}

.footer .logo {
	display:inline-block;
	background:url(../img/logo2.png) no-repeat 0 0;
	width:221px;
	height:30px;
	margin-bottom:8px;
}

.footer .phone {
	padding-right:11px;
	color:#7c7c7c;
	letter-spacing:0.1px;
}
.errors
 {
  color:red;
  font-style: italic;
  font-weight:600;
  
 }
