/* Global Reset*/
* { margin:0; /*padding:0;*/ }


body {
	background: #fff url(../../images/bg.gif) repeat-x;
	color: #333;
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 71%;
	margin:0; padding:0;
}

#wrapper {
	width: 891px;
	padding:0 0 20px 69px;
}


/* Start MastHead */
div#topBanner {
	background: url(../../images/banner/banner.jpg) no-repeat 0 0;
	width: 960px;
	height: 161px;
	padding: 1px 0 0 0;
}

	div#topBanner div#boeingLogo a {
		background-image: url(../../images/banner/boeingLogoNew.gif);
		background-repeat: no-repeat;
		display: block;
		width: 121px;
		height: 33px;
		margin: 22px 0 0 68px;
	}

		div#topBanner div#boeingLogo a span {
			position:absolute;
			left:-5001px;
		}

	div#topBanner div#boeingImagesLogo a {
		background-image: url(../../images/banner/boeingImagesLogo.gif);
		background-repeat: no-repeat;
		display: block;
		width: 474px;
		height: 44px;
		margin: 19px 0 0 60px;
	}

		div#topBanner div#boeingImagesLogo a span {
			position:absolute;
			left:-5001px;
		}

	div#topBanner div#utilityText {
		font-size: 0.8em;
		line-height: 1.6em;
		color: #fff;
		float: right;
		text-align: right;
		margin: 24px 0 0 0;
		width: 440px;
	}

		div#topBanner div#utilityText a {
			color: #fff;
			text-decoration: none;
			border-bottom: 1px solid #fff;
			padding: 0 2px;
		}

		div#topBanner div#utilityText a:hover {
			background-color: #369;
			border-bottom: 1px solid #fff;
		}

	div#topBanner ul#navMain {
		list-style: none;
		height: 30px;
		width: 960px;
		margin-left: 69px;
		padding-top: 13px;
	}
	
		div#topBanner ul#navMain li {
			float: left;
			margin-right: 1px;
		}
		
		div#topBanner ul#navMain li.last {
			margin-left:223px;
		}
		
				div#topBanner ul#navMain li.inLast a {
					background-position: 0 -60px;
					margin-left:223px;
				}

			div#topBanner ul#navMain li.inLast a:hover {
				background-position: 0 -60px;
				margin-left:223px;
			}

			div#topBanner ul#navMain li a {
				display: block;
				height: 30px;
				background-repeat:no-repeat;
				background-position: 0 0;
			}

				div#topBanner ul#navMain li a:hover {
					background-position: 0 -30px;
				}

				div#topBanner ul#navMain li.in a {
					background-position: 0 -60px;
				}

			div#topBanner ul#navMain li.in a:hover {
				background-position: 0 -60px;
			}

				div#topBanner ul#navMain li a span {
					position: absolute;
					left: -5001px;
				}

					div#topBanner ul#navMain li#navPhotography a {
						background-image:url(../../images/nav/photography.gif);
						width:148px;
					}

					div#topBanner ul#navMain li#navVideo a {
						background-image:url(../../images/nav/video.gif);
						width:105px;
					}

					div#topBanner ul#navMain li#navPersonal a {
						background-image:url(../../images/nav/personal.gif);
						width:157px;
					}

					div#topBanner ul#navMain li#navTraining a {
						background-image:url(../../images/nav/training.gif);
						width:119px;
					}
					
					div#topBanner ul#navMain li#navResearch a {
						background-image:url(../../images/nav/research.gif);
						width:133px;
					}
/* End MastHead */


/* Start Home Page */
h1#homeH1 {
	position:absolute;
	left:-5001px;
}

#stockPhoto, #stockVideo {
	width: 340px;
	height: 187px;
	margin-bottom: 5px;
	float:right;
}

/*
#stockPhoto {
	background: url(../../images/home/right/1.jpg) no-repeat;
}

#stockVideo {
	background: url(../../images/home/right/2.jpg) no-repeat;
}
*/

	#stockPhoto h2 a, #stockVideo h2 a {
		width: 340px;
		height: 187px;
		display:block;
	}

		#stockPhoto h2 a span, #stockVideo h2 a span {
			position: absolute;
			left: -5001px;
		}

#flashcontent {
	width: 546px;
	height: 379px;
	float:left;
	background: url(../../images/boeing_home1.jpg) no-repeat;/* <- catch value, set in page */
}

	#flashcontent h2 {
		color:#fff;
		font-size:1.2em;
		text-align: right;
		font-family: helvetica neue, helvetica, Verdana, Arial, Sans-Serif;
		font-weight:normal;
		margin:20px;
	}

		#flashcontent h2 span {
			display: block;
			font-size:2.2em;
		}


ul#highlight {
	list-style: none;
	height: 260px;
	width: 891px;
	margin-top: 9px;
}

	ul#highlight li {
		float: left;
		margin-right: 5px;
		height: 220px;
		background-repeat:no-repeat;
		background-position: 0 0;
		
		padding:15px;
		padding-top:127px;
		
		text-align: left;

	}
	
	ul#highlight li.last {
		margin-right:0;
	}
	
	ul#highlight li#highlightA {
		width:263px;
		background: url(../../images/home/highlight/a.jpg) no-repeat;
	}
	
	ul#highlight li#highlightB {
		width:263px;
		background: url(../../images/home/highlight/b.jpg) no-repeat;
	}
	
	ul#highlight li#highlightC {
		width:265px;
		background: url(../../images/home/highlight/c.jpg) no-repeat;
	}
	
	
	ul#highlight li h3 {

		color:#333;
		font-size:0.9em;
		line-height: 1.7em;
	}
	
	ul#highlight li p {

		color:#333;
		font-size:0.8em;
		line-height: 2.0em;
	}
	
	td#highlight {

		color:#333;
		font-size:0.8em;
		line-height: 2.0em;
	}
	
		ul#highlight li p a {
			color:#39f;
			text-decoration:none;
		}
		
			ul#highlight li p a:hover {
				border-bottom:1px solid #39f;
			}
/* End Home Page */




/* Start Footer */
#footer {

}

	#footer p {
		color:#666;
		font-size:0.8em;
		line-height: 1.3em;
		float:left;
		margin-top: 0.7em;
	}
	
		#footer p a {
			color:#39f;
			text-decoration:none;
		}
		
		#footer p a:hover {
			border-bottom:1px solid #39f;
		}
	
	#footer p#footerUtility {
		float:right;
	}
/* End Footer */




/* Start Utility Elements */
div.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

div.hr {
	width: 100%;
	height: 0;
	overflow: hidden;/* an IE fix */
	margin: 0 auto;
	border-top: 1px dotted #c1ccdb;
	margin:10px 0;
}

div.footerLine {
	margin-top:-9px;
}
/* End Utility Elements */

/* Special Order Pages */

#SpecialOrderBoeingSupplierInfo div.text
{
		
}

#SpecialOrderBoeingSupplierInfo div.form
{
	margin-left: 160px;
	margin-bottom: 10px;
}

/* End Special Order Pages */

/* Order Review Process Form Page */

#ReviewProcessBoeingSupplierInfo div.text
{
	margin-left: 10px;
	width: 483px;
	margin-bottom: 10px;
}

#ReviewProcessBoeingSupplierInfo div.form
{
	margin-left: 7px;
}

#ReviewProcessBoeingSupplierInfo div.form td
{
	text-align: left;
}

/* End Order Review Process Form Page */

