@charset "utf-8";
/* CSS Document */

.helicopter-header {
	width:585px;
	background:url(../images/fleet-pages/helicopters-main-header.png) no-repeat top;
	height:36px;
	padding-top:5px;
	}
	
.jet-header {
	width:585px;
	background:url(../images/fleet-pages/jets-main-header.png) no-repeat top;
	height:36px;
	padding-top:5px;
	}
	
.turboprop-header {
	width:585px;
	background:url(../images/fleet-pages/turboprops-main-header.png) no-repeat top;
	height:36px;
	padding-top:5px;
	}
	
.fleet-links {
	float:right;
	width:auto;
	}
	
.fleet-links a {
	font-size:10px;
	font-weight:bold;
	color:#fff;
	}
	
.fleet-link-holder {
	height:23px;
	padding-top:7px;
	width:auto;
	float:left;
	clear:none;
	}
	
.fleet-icon {
	float:left;
	margin-right:10px;
	}
	
.info-container-lg { 
	border-left:solid 1px #3d536e;
	border-right:solid 1px #3d536e;
	background:#f1eee9;
	width:574px;
	float:left;
	padding:9px 9px 9px 0px;
	}
	
.aircraft-holder {
	width:181px;
	margin-left:4px;
	margin-right:3px;
	margin-bottom:10px;
	border-bottom:1px dashed #9d9d9d;
	font-size:12px;
	font-weight:bold;
	float:left;
	clear:none;
	color:#666;
	}
	
.fleet-button {
	margin-top:8px;
	margin-left:12px;
	margin-bottom:5px
	}
	
.fleet-image {
	border:2px #6d8eac solid;
	margin-top:3px;
	width: 177px;
	height: 120px
	}

.fleet-subtext {
	width:535px;
	clear:both;
	padding:10px;
	}