body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #eee;
}

a {
	text-decoration: none;
}

strong {
	font-weight: bold;
}

.clearer {
	clear: both;
}

.wrap {
	background-image: url("images/content-bg-h-tile.gif");
	background-repeat: repeat-x;
	background-color: #eee;
	min-height: 71px;
}

#header {
	background-image: url("images/header-h-tile.gif");
	background-repeat: repeat-x;
	height: 120px;
}

	#header .logo {
		width: 900px;
		height: 80px;
		margin: 0 auto;
	}
	
		#header .logo img {
		}
	
	#header .bar {
		width: 900px;
		height: 40px;
		margin: 0 auto;
		padding-left: 25px;
		padding-right: 25px;
		background-image: url("images/nav-bg.png");
		background-repeat: no-repeat;
	}
	
		#header ul.nav {
			width: 900px;
			padding-top: 9px;
			font-family: Helvetica, Arial, sans-serif;
			font-size: 11px;
			color: #fff;
			
		}
		
			#header ul.nav li {
				height: 31px;
				line-height: 32px;
				
			}
			
				#header ul.nav li.button a {
					display: block;
					padding: 0 10px;
					color: #fff;
				}
			
			#header ul.nav li.sep {
				float: left;
			}
	
			#header ul.nav li.button {
				float: left;
				font-weight: bold;
				text-transform: uppercase;
				letter-spacing: 1px;
			}
		
			#header ul.nav li.info {
				float: right;
				padding-right: 10px;
			}
			
				#header ul.nav li.info a {
					display: inline;
					padding: 0;
					color: #fff;
				}

#content {
	width: 900px;
	padding: 0 4px;
	margin: 0 auto;
	background-image: url("images/content-v-tile.png");
}
	
	#content h3 {
		border-bottom: 1px solid #ddd;
		padding-bottom: 5px;
		padding-left: 5px;
		padding-top: 25px;
		margin-left: 15px;
		margin-right: 15px;
		letter-spacing: -1px;
		color: #125687;
		font-size: 24px;
		font-weight: bold;
	}
	
	#content h4 {
		margin-right: 15px;
		margin-bottom: .5em;
		letter-spacing: -1px;
		
		color: #222;
		font-size: 24px;
	}
	
	#content p {
		color: #666;
		line-height: 150%;
		margin-bottom: 1em;
	}

	#content .large-image {
		padding: 10px;
		border-bottom: 1px solid #ccc;
		text-align: center;
	}
	
	#content .text {
		padding-left: 15px;
		padding-right: 15px;
	}	
		
		#content .text a {
			color: #2f85dc;
			text-decoration: underline;
		}
	
		#content .text .column {
			margin: 8px;
		}
		
	#content .aircraft ul,
	#content .engineering-services ul {
		margin-left: 2em;
		list-style-type: disc;
		padding-bottom: 1em;
	}
	
	#content .aircraft li,
	#content .engineering-services li {
		padding-bottom: 4px;
	}
	
	#content .text-col {
		padding: 10px;
	}
		#content .text-col .col1,
		#content .text-col .col2 {
			float: left;
			width: 430px;
		}
		
		#content .text-col .col1 {
			
		}
		
		#content .text-col .col2 {
			margin-left: 20px
		}

	#content .section {
		border-top: 1px solid #ccc;
		padding-top: 15px;
		margin-bottom: 50px;
	}
	
		#content .section .title {
			display: block;
			float: left;
			width: 250px;
		}
		
			#content .section h3 {
				font-family: Helvetica, Arial, sans-serif;
				font-weight: bold;
				font-size: 26px;
				color: #333;
				letter-spacing: -1px;
			}
				
				#content .section h3 .hl {
					background-color: #eee;
				}
	
		#content .section .content {
			display: block;
			float: left;
			width: 600px;
		}
		
			#content .section .content p {
				line-height: 24px;
				letter-spacing: 1px;
			}
			
#aircraft-slides {
	width: 900px;
	height: 400px;
	margin-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

#aircraft-slides div {
	padding-left: 15px;
}
			
#footer {
	width: 908px;
	margin: 0 auto;
	margin-bottom: 40px;
	background-image: url("images/content-bottom.png");
	background-repeat: no-repeat;
}