@charset "UTF-8";
/* CSS Document */

a {
	text-decoration:none;
}

body {
	background-color: #d5c499;
	font-family: 'Open Sans', sans-serif;
	background-image:url(images/bg.gif);
	background-repeat:no-repeat;
	background-position: top;
	
}

#navigation {
	width: 800px;
	height:auto;
	margin: 0 auto;
	margin-top: 25px;
	font-size:14px;
	color: #22273c;
	font-weight:600;
}


#container {
	width: 800px;
	height:1800px;
	margin: 0 auto;
	background-image:url(images/container.png);
	background-repeat:no-repeat;
	margin-top: 20px;
	margin-bottom: 50px;
}

.subtitle {
	font-size:18px;
	font-weight:600;
	text-align:center;
	padding-top: 95px;
	text-transform:uppercase;
	color:#FFF;
}

.title {
	font-size: 42px;
	font-weight: 700;
	color: #084872;
	text-transform:uppercase;
	text-align:center;
}

.middle {
	width: 633px;
	height: 236px;
	background-image:url(images/middle.png);
	background-repeat:no-repeat;
	margin: 0 auto;
	margin-top: 250px;
}

.middle-text-title {
	font-size: 35px;
	font-weight:600;
	color: #f3662f;
	text-align:center;
	padding-top: 32px;
}

.middle-text-body {
	font-size:18px;
	color:#000;
	font-weight:600;
	text-align:center;
}

.middle-phone {
	font-size:35px;
	font-weight:700;
	color:#FFF;
	text-align:center;
	padding-top: 45px;
}

.form_container {
	width: 632px;
	height: 326px;
	background-image:url(images/form_container.png);
	background-repeat:no-repeat;
	margin: 0 auto;
	margin-top: 55px;
}

.cities_container {
	margin-top: 55px;
}

.input {
	height: 30px;
	width: 200px;
	border-color:#CCC;
}