body {
	margin:0px; 
    padding:0px;
    font-family:Arial,Helvetica,sans-serif;
	background-color:#19bbef;
}

ul{
	width:auto !important;
}
#head-container{
    width:100%;
	background:url('../img/head-bg.jpg') no-repeat center;
	z-index: 1;
	position: relative;
}

#header{
	width:970px;
	height:400px;
	margin:0 auto;
}

#logo{
	width:280px;
	height:370px;
	background:url('../img/hot_air_ballon.png') no-repeat center;
	margin:20px 0px 0px 0px;
	float:left;
}

#logo img{
	padding:100px 0px 0px 25px;
	border:none;
}

#nav-container{
	width:690px;
	height:190px;
	float:left;
	background:url('../img/menu-bg.png') no-repeat center;
}

#head-contact{
	width:90px;
	height:50px;
	float: right;
	margin: 40px 145px 0px 455px;
}

#head-contact img{
	border:none;
}

#menu{
	width:470px;
	height:55px;
	padding: 0px;
	list-style-type: none;
	margin:1px 0px 0px 70px;
	float:left;
	background-color:#ec6535;
}

#menu li{
	float:left;
	padding:0px 5px 0px 5px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	line-height:55px;
	font-size:13px;
}

#menu a{
	text-decoration:none;
	color:#fff;
}

#menu a:hover{
	color:#581E0A;
}

.active{
	color:#581E0A !important;
}

#cloud-container{
	width:100%;
	float:left;
}

.cloud-link{
	text-decoration:none;
	color:#E75B29;
}

.cloud-link:hover{
	color:#ffc3ae;
}
#left-cloud{
	width:130px;
	float:left;
	margin: -10px 0px 0px -25px;
	background:url('../img/clouds/left-cloud.png') no-repeat center;
	padding:40px 30px;
	color:#fff;
	font-weight:bold;
}

#mid-cloud{
	width:105px;
	float:left;
	margin:40px 0px 0px -20px;
	background:url('../img/clouds/mid-cloud.png') no-repeat center;
	padding:40px;
	color:#E75B29;
	font-size:17px;
	font-weight:bold;
}

#right-cloud{
	width:170px;
	float:left;
	margin:-40px 0px 0px -20px;
	background:url('../img/clouds/right-cloud.png') no-repeat center;
	padding:40px 25px 40px 50px;
	color:#fff;
	z-index:-1;
	position: relative;
	font-weight:bold;
}

#container{
	width:670px;
	height:auto;
	margin:0 auto;
	padding:0px 150px 130px 150px;
	color:#444;
}

#container h2{
	font-size:20px;
}

#container h3{
	font-size:17px;
}

.offer{
	padding:20px 0px;
	width:100%;
	height:auto;
}

#offer-phone-icon{
	margin:0px 5px 0px 280px;
	color:#19bbef;
	width:70px;
	height:70px;
	display:block;
	background:url(../img/phone-offer.png) no-repeat;
	float:left;
}

#offer-phone-icon:hover{
	background:url(../img/phone-offer-hover.png) no-repeat;
}

.choose-offer h2{
	font-size:17px !important;
}
.choose-offer{
	float:left;
	margin:20px 0px 40px 0px;
}
.choose-offer:last-child{
	float:right;
}

.choose-offer a{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	width:270px;
	height:70px;
	line-height:70px;
	background:url(../img/offer-box.png) no-repeat;
	text-align:center;
	float:left;
}

.choose-offer a:hover{
	background:url(../img/offer-box-hover.png) no-repeat;
}

.saveForm{
	border: none;
	color: #fff;
	background-color: #0c8fc8;
	padding: 10px 15px;
	font-weight: bold;
	float: right;
	cursor:pointer;
	text-transform:uppercase;
	-webkit-appearance: none;
}

.saveForm:hover{
	background-color:#E75B29;
}

.error-messages, .accept-messages{
	list-style:none;
	
}


.error-messages li{
	height:25px;
	color:#d60d0d;
	font-weight:bold;
	background-image:url(../img/error.png);
	background-repeat:no-repeat;
	background-position:0px 1px;
	padding:0px 0px 0px 25px;
}

.accept-messages{
	height:25px;
	color:#a4ee30;
	font-weight:bold;
	background-image:url(../img/accept.png);
	background-repeat:no-repeat;
	background-position:0px 1px;
	padding:0px 0px 0px 25px;
}

#footer{
	background:url('../img/footer.jpg') repeat-x center;
	height:600px;
	width:100%;
	float:left;
}