html, body {
	margin: 0;
	padding: 0;
	background: #052440;
	font-family: Arial, Verdana, Tahoma;
	}
	
* {
	margin: 0;
	padding: 0;
	}
	
.clear { clear: both; }

p { margin: 0 0 10px 0; }

#intro span { display: none; }


#aviation {
	width: 1024px;
	height: 753px;
	background: url(images/aviation.jpg);
	margin: 0 auto;
	}
	
#menu {
	position: relative;
	top: 150px;
	left: 380px;
	width: 500px;
	}
	
#menu li {
	display: inline;
	background: url(images/dot.gif) no-repeat center left;
	padding: 0 0 0 20px;
	margin: 0 5px 0 0;
	}
	
#menu li.first { background: none; }
	
#menu li a {
	color: #fff;
	text-decoration: none;
	}
	
#menu li a:hover {
	color: #abd7ff;
	}
	
#main-cycle {  
    width: 913px;  
    height: 341px;
    position: relative;
    top: 160px;
    left: 50px;
    color: #fff;
    font-size: 12px;
	}

#main-cycle div.box1 {
	width: 913px;
	height: 341px;
	background: url(images/aviation-home-01.png);
	}
	
#main-cycle div.box1 .text {
	width: 260px;
	height: 160px;
	position: relative;
	top: 100px;
	left: 30px;
	}

#main-cycle div.box2 {
	width: 913px;
	height: 341px;
	background: url(images/aviation-home-02.png);
	}
	
#main-cycle div.box2 .text {
	width: 325px;
	height: 170px;
	position: relative;
	top: 110px;
	left: 550px;
	}
	
#main-box {
	width: 909px;
	height: 335px;
	background: url(images/aviation-blank-box.png);
	position: relative;
    top: 160px;
    left: 50px;
    color: #fff;
    font-size: 12px;
	}
	
#main-box .left, #main-box .right {
	width: 420px;
	float: left;
	margin: 20px 15px;
	}
	
* html #main-box .left, * html #main-box .right {
	margin: 10px 10px;
	}
	
#main-box .left {
	padding: 0 0 0 5px;
	}
	
.signature {
	width: 280px;
	height: 74px;
	background: url(images/signature-blue.jpg) no-repeat top left;
	}
	
.signature span {
	margin: 0 0 0 150px;
	}
	
.horizontal { 
	margin: -15px 0 0 25px;
	}
	
#main-box .bottom {
	text-align: center;
	margin: 5px 0 0 0;
	}
	
#main-box .contact-left {
	width: 431px;
	height: 289px;
	/*background: url(images/contact-a.jpg);*/
	float: left;
	margin: 23px 0 0 20px;
	}
	
#main-box .contact-right {
	padding: 39px 0 0 20px;
	text-align: center;
	}
	
.contact-right p {
	margin: 0 0 2px;
	}
	
.logo-small {
	width: 215px;
	height: 49px;
	background: url(images/logo-small.png);
	position: relative;
	top: -10px;
	left: 530px;
	}
	
* html .logo-small {
	left: 5px;
	background: url(images/logo-small-blue.jpg);
	}
	
#footer {
	color: #fff;
	position: relative;
	text-align: center;
	top: 250px;
	left: -10px;
	font-size: 11px;
	}
	
.footer-logos {
	position: relative;
	top: 180px;
	left: 400px;
	}
	
	
.pco { 
	width: 69px;
	height: 30px;
	background: url(images/pco-blue.jpg);
	float: left;
	margin: 0 20px 0 0;
	}
	
.nbaa { 
	width: 125px;
	height: 30px;
	background: url(images/nbaa-blue.jpg);
	float: left;
	}

 