/*
===========================================================
	TABLE OF CONTENTS
===========================================================
	1. Typography
	2. Common
	2.1 Navigation
	x. Layouts
		x.1 CorporateLanding
		x.2 Pre-owned

*/

/*********************************************************
	1. Typography
**********************************************************/

/*********************************************************
	2 Common
**********************************************************/

body {
	/*background: transparent url(/assets/images/global/common/details/background.jpg) repeat-x scroll 0 0;*/
}

h1.branding {
	background: transparent url('/assets/images/global/corporate/branding_background.png') no-repeat top left;
	height: 73px;
	width: 278px;
	margin: 47px 0px 16px 20px;
}

h2, h3, h4, h5, h6 {
	color: #00858D;
}


a {
	color: #00858d;
	text-decoration: none;
}

a:visited {
	color: #00858d;
}

a:hover {
	color: #333;
}

.corporate_landing #promotion {
	width: 960px;
	margin-left: 15px;
}

.corporate_pre-owned #promotion li {
	width: 249px;
}

/*
.promotion li:first-child {
	border-left: 0;
}
*/


.promotion li {
	border-left: 1px solid #595959;
	padding: 0 15px 0 15px;
	font-size: 0.9231em;
	line-height: 1.30em;
	margin-right: 45px;
	width: 259px;
}

.promotion li.last-child {
	margin-right: 0;
}

.promotion  h4 {
	text-transform: uppercase;
	font-weight: bold;
	color: #bfbfbf;
	padding-bottom: 0.2em;
	font-size: 1.1em;
	white-space: nowrap;
}

.promotion .description {
	margin-bottom: 10px;
}

.promotion  a {
	font-style: italic;
}


#mast #branding a {
	background: url('/assets/images/global/corporate/hawker_beechcraft_logo.png') no-repeat 0 0;
}

#branding {
	width: 180px;
	height: 64px;
	margin-left: 30px;
}

body#corporate #mast #corporate_link {
	display: none;
	color: #fff;
}

ul#mast-account #corporate_link {
	display: none;
	color: #fff;
}
ul#mast-account #create_account {
	border: 0;
}
/*********************************************************
	x. Layouts
**********************************************************/

/*********************************************************
	x.1 CorporateLanding
**********************************************************/

body.corporate_landing {
	background: #000 url('/assets/images/global/corporate/landing/background.jpg') center -54px no-repeat;
}

body.corporate_landing #mast {

}

body.corporate_landing #call_to_action-hawker {
	position: absolute;
	top: 110px;
	left: 418px;
}

body.corporate_landing #call_to_action-beechcraft {
	position: absolute;
	top: 110px;
	left: 952px;
}

body.corporate_landing #marquee-copy {
	top: 24px;
	left: 190px;
	width: 327px;
	color: #FFF;
}

body.corporate_landing #marquee-copy h2 {
	color: #FFF;
}

body.corporate_landing #beechcraft_medallion {
	position: relative;
	z-index: 0;
}

body.corporate_landing #hawker_medallion {
	position: relative;
	z-index: 1;
}

body.corporate_landing #beechcraft_aircraft {
	position: relative;
	z-index: 2;
}
body.corporate_landing #hawker_aircraft {
	position: relative;
	z-index: 3;
}

body.corporate_landing #corporate_video {
	height: 900px;
	width: 1280px;
}

/*********************************************************
	x.2 Pre-owned
**********************************************************/

