@charset "utf-8";
/* CSS Document */
html {
	background-color:#21272f;
}
body { /* yes ... body is a tag too ;) */
	width: 1024px;
	font: 14px "Verdana", sans-serif;
	color: #333;
	margin: 0 auto;
}
#main {
	position: relative;
	background-color:#FFF;
	
}

#header {
	height: 114px;
}

#headertext {
	position: absolute;
	top:0;
	right:0;
	color:#FFF;
	text-align:right;
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-top: 10px;
	margin-right: 20px;

}

#content {
	padding: 10px;
	padding-left: 20px;
	min-height: 420px;
	position: relative;
}

#content .text{
background-color: #CCC;
padding: 20px;
width: 400px;

}

#content .flighttext{
background-color: #CCC;
padding: 10px;
width: 960px;
text-align:center;
}

#content .text span{
	font-size:16px;
}

#content img {
padding:10px;	
}

#content  a img{
	border:none;
}

.petrol{
width:272px;
float: right;
text-align:center;	
}

.contactus{
width:380px;
float: right;
}

.facilities{
width:332px;
float: right;
height: 430px;
}

.newsletter{
width:500px;
float: right;
vertical-align: top;
text-align:center;

}

.newsletter a img{
	border:none;
	}

.nopadding img{
	position: absolute;
	left: 0;
	padding:0;
	margin-top: 30px;
}

#form {
height: 500px;	
}

#footer {
	width: 1024px;
	background-image: url(../assets/wac_footer.jpg);
	background-repeat:no-repeat;
	color:#FFF;
	height: 177px;
	padding-bottom: 20px;
	background-color:#21272f;
}

#footer span{
	font-size:11px;
	position: absolute;
	right:0;
	bottom: 0;
}
#footer span a{
color:#FFF;
}
#facilitiesfooter {
	width: 1024px;
	background-image: url(../assets/ourfacilities_footer.jpg);
	background-repeat:no-repeat;
	color:#FFF;
	height: 175px;
	position: relative;
	padding-bottom: 20px;
	background-color:#21272f;
}

#facilitiesfooter span{
	font-size:11px;
	position: absolute;
	right:0;
	bottom: 0;
}
#facilitiesfooter span a{
color:#FFF;
}

