@charset "utf-8";
/* CSS Document */
	
	* { margin: 0; padding: 0; }
	body { background: url(../../aerospace/img/bg_main.gif) repeat-x #484b4c;
		   margin: auto; }
	
	td { vertical-align: top; padding-right: 10px; }
		   
/* Wrappers*/
	#wrapper { position: relative; width: 800px; margin: auto; top: 35px; }
	
	#logosContainer { position: relative; display: block; width: 780px; padding: 10px 10px 0 10px; margin-bottom: 20px; }

	#logo { position: relative; display: inline; float: left; left: 0; width: 90px; height: 20px; background: url(../../aerospace/img/header_logo.gif); }
	#tagLine { position: relative; display: inline; float: right; right: 0; width: 134px; height: 20px; background: url(../../aerospace/img/header_tagline.gif); }
	
	#flashContainer { position: relative; width: 780px; height: 340px; display: block; padding: 20px 10px 20px 10px; background: url(../../aerospace/img/bg_airbus2.png) no-repeat center; }
	
	#contentContainer { position: relative; width: 780px; padding: 0 10px 0 10px; display: block; }
		#pageContentLeft { position: relative; display: inline; float: left; width: 539px; padding: 10px 0 0 0; }
		#pageContentRight { position: relative; display: inline; float: right; width: 220px; border-left: #889093 dotted 1px;}
			#navigationContainer { padding: 10px 0 0 10px; }
				.button { display: block; padding: 4px; width: 200px; text-decoration: none; padding: 4px; font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; }
				.button:hover { color: #848D91; text-decoration: underline; }
				.button a { padding: 4px 4px 4px 0; color: #FFFFFF; }
				.button a:visited { color: #FFFFFF; }
				.button a:hover { color: #848D91; background: #dddddd url(../../aerospace/img/bg_navigation.gif) repeat-x top; padding: 4px; }
				.buttonyellow{ display: block; padding: 4px; width: 200px; text-decoration: none; padding: 4px; font-size: 11px; font-family: Arial, Helvetica, sans-serif; color:#FFFF00; }
				.buttonyellow:hover { color: #848D91; text-decoration: underline; }
				.buttonyellow a { padding: 4px 4px 4px 0; color: #FFFF00; }
				.buttonyellow a:visited { color: #FFFF00; }
				.buttonyellow a:hover { color: #848D91; background: #dddddd url(../../aerospace/img/bg_navigation.gif) repeat-x top; padding: 4px; }
			#brochureContainer { padding: 20px 0 0 10px; }
				.brochureTitleText { padding-left: 4px; }
	#airlinesContainer { position: relative; float: left; width: 780px; margin: 40px 10px 0 10px; display: block; background: #FFFFFF url(../../aerospace/img/bg_airlines_title.gif) top repeat-x; }
		.airlineLogoContainer { position: relative; float: left; padding: 14px 11px 14px 11px; margin: auto; }
	#footerContainter { position: relative; width: 780px; padding: 0 10px 0 10px; display: block; margin: auto; }
		#footer { position: relative; width: 780px; padding: 10px 10px 10px 10px; display: inline; float: left; }
	
	h1 { font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #FFFFFF; letter-spacing: -1px; font-weight: 100; padding: 0 0 10px 0; }
	h2 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFFFF; letter-spacing: -1px; font-weight: bold; padding-bottom: 10px; }
	h3 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #848D91; letter-spacing: -1px; font-weight: bold; padding: 10px 7px 4px 15px; }
	p { font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; color: #FFFFFF; }
	
	a { color: #FFFFFF; text-decoration: none; }
	a img { border: none; }
	a:hover { text-decoration: underline; } 
	
	#readMore { width: 300px;
				height: 30px;
				position: relative;
				background: #FFFFFF;
				display: block;
				float: left; }								  
								   
	#additionalText { display: block; float: left; width: 780px; 
					  background: #FFFFFF; 
					  border-bottom: 1px #999999 solid; border-right: 1px #999999 solid; }
	
	.textMargin { padding-right: 20px; }