/*
===========================================================
	TABLE OF CONTENTS
===========================================================
	1. YUI Reset
	2. Grid
	3. Typography
		3.1 Fonts and Phrases
	4. Helpers
	5. Utilities
*/

/*
===========================================================
	Colors
===========================================================


*/
/*********************************************************
	1. YUI RESET
	Copyright (c) 2008, Yahoo! Inc. All rights reserved.
	Code licensed under the BSD License:
	http://developer.yahoo.net/yui/license.txt
	version: 2.6.0
**********************************************************/

html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th

fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
del,ins{text-decoration:none;}


/*********************************************************
	2. GRID
**********************************************************/
html {
	overflow: scroll;
	width: 100%;
	height: 100%;
	min-width: 960px;
}

body {     
	max-width: 1280px;
	min-height: 800px;
	min-width: 960px;
	margin: 0 auto;
}

#container {
	width: 940px;
	margin: 0 auto;
	clear: both;
}

#container > *,
.float > * {
	float: left;
}

#container > .right,
.float > .right {
	float: right;
}


.grid > * {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.grid > *:first-child {
	margin-left: 0px;
	clear: left;
}

.grid > *:last-child {
	margin-right: 0px;
	clear: right;
}

/*********************************************************
	3. TYPOGRAPHY
**********************************************************/

body {
	color: #999;
	font-family: "Franklin Gothic Book", "Franklin Gothic Medium", Arial, sans-serif;
	line-height: 1.5384em;
	font-size: 13px;
}

.small {
	font-size: 10px;
	line-height: 100%;
}

a:hover {
	text-decoration: none;
}

p,
ul.bulleted,
div.image_list  {
	padding-bottom: 1.25em;
}

p + ul.bulleted {
	margin-top: -1.25em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 125%;
	color: #828282;
	font-family: "Franklin Gothic Medium", "Franklin Gothic Book", Arial, sans-serif;
}

#section-content h1 {
	font-size: 2.3076em;
	color: #FFF;
}

 #section-content-w h1 {
	font-size: 2.3076em;
	color: #FFF;
}

h1 span span {
	display: block;
	font-size: .6em;
	color: #00858d;
}

h2 {
	font-size: 1.6923em;
}

#section-content h2 {
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 1.1em;
}

#section-content-w h2 {
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 1.1em;
}

h2.white {
	color: #fff;
}

#section-content h3 {
	font-size: 1.2307em;
	line-height: 2.0em;
}

#section-content-w h3 {
	font-size: 1.2307em;
	line-height: 2.0em;
}

h4 {}

h5 {}

h6 {
	font-size: 1.35em;
}

	/*********************************************************
		3.1. TYPEOGRAPHY | Fonts & Phrases
	**********************************************************/

	i,
	em,
	dfn,
	q,
	cite {
		font-style: italic;
	}

	b,
	strong {
		font-weight: bold;
	}

	tt,
	code,
	var {
		font-family: monospace;
	}

	samp {}
	kbd {}
	var {}
	abbr {}
	acronym {}

	sup {
		font-size: 30%;
		line-height: 100%;
		vertical-align: bottom;
	}

	sub {
		font-size: 30%;
		line-height: 100%;
		vertical-align: top;
	}


	.capitalize {
		text-transform: capitalize;
	}

	.uppercase {
		text-transform: uppercase;
	}

	.lowercase {
		text-transform: lowercase;
	}

/*********************************************************
	4. HELPERS
**********************************************************/

.print {
	display: none;
}

ul.bulleted li {
	list-style-image: url('/assets/images/global/common/bullets/rightwards_arrow_white.png');
	margin-left: 1.5em;
	padding: 0 1em 1em .5em;
}

ol.decimal li {
	list-style-type: decimal;
	margin-left: 1.5em;
	padding-left: .5em;
}

a:focus {
	outline: none;
	border: 0;
}

.aural {
	display: none;
}


span.arrow_link a {
	color: #00858d;
	font-style: italic;
}

span.arrow_link a span {
	font-size: .8em;
}

*.note {
	font-style: italic;
	color: #4b4b4b;
	line-height: 140%;
	font-size: .85em;
}

*.expandable {
	cursor: pointer;
}

*.expandable > ul  li {
	padding-left: 20px;
	font-size: 10px;
}

*.expandable.downloads > ul  li {
	padding-left: 0;
}

.indent {
	margin-left: 15px;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.doublespace {
	line-height: 250%;
}

span.arrowed {
	background: transparent url('/assets/images/global/common/icons.png') no-repeat right -318px;
	padding-right: 12px;
}

a.arrowed {
	background: transparent url('/assets/images/global/common/icons.png') no-repeat right -318px;
	padding-right: 12px;
}

a.arrowed-white {
	background: transparent url('/assets/images/global/common/icons.png') no-repeat right -478px;
	padding-right: 12px;
	color: #fff;
}

a:visited.arrowed-white {
	color: #fff;
}

a:hover.arrowed-white {
	background: transparent url('/assets/images/global/common/icons.png') no-repeat right -558px;
	padding-right: 12px;
	color: #808080;
}

a.arrowed-black {
	background: transparent url('/assets/images/global/common/icons.png') no-repeat right -238px;
	padding-right: 12px;
	color: #000;
}

a:visited.arrowed-black {
	color: #000;
}

a:hover.arrowed-black {
	background: transparent url('/assets/images/global/common/icons.png') no-repeat right -238px;
	padding-right: 12px;
	color: #000;
}

#beechcraft a.arrowed,
body.beechcraft_landing a.arrowed {
	background: transparent url('/assets/images/global/common/icons.png') no-repeat right -398px;
	color: #006c8f;
}

#beechcraft a:hover.arrowed,
body.beechcraft_landing a:hover.arrowed {
	background: transparent url('/assets/images/global/common/icons.png') no-repeat right -558px;
	color: #808080;
}

body.beechcraft_landing #replay-call_to_action a:hover.arrowed,
body.beechcraft_landing #marquee a.arrowed {
	background: transparent url('/assets/images/global/common/icons.png') no-repeat right -558px;
}

body.beechcraft_landing #replay-call_to_action a.arrowed,
body.beechcraft_landing #marquee li.selected a.arrowed {
	background: transparent url('/assets/images/global/common/icons.png') no-repeat right -398px;
}

#hawker a.arrowed {
	background: transparent url('/assets/images/global/common/icons.png') no-repeat right -638px;
}

body#hawker.hawker_landing .promotion a.arrowed {
	background: transparent url('/assets/images/global/common/icons.png') no-repeat right -158px;
	color: #a47e37;
}

#hawker a:hover.arrowed {
	background: transparent url('/assets/images/global/common/icons.png') no-repeat right -558px;
	color: #808080;
}

body#hawker.hawker_landing .promotion a:hover.arrowed {
	background: transparent url('/assets/images/global/common/icons.png') no-repeat right -558px;
	color: #808080;
}

#hawker span.arrowed {
	background: transparent url('/assets/images/global/common/icons.png') no-repeat right -638px;
}

body.hawker_landing span.arrowed {
	background: transparent url('/assets/images/global/common/icons.png') no-repeat right -158px;
}

body.hawker_landing #replay-call_to_action a:hover.arrowed,
body.hawker_landing #marquee a.arrowed {
	background: transparent url('/assets/images/global/common/icons.png') no-repeat right -558px;
	color: #808080;
}

body.hawker_landing #replay-call_to_action a.arrowed,
body.hawker_landing #marquee li.selected a.arrowed {
	background: transparent url('/assets/images/global/common/icons.png') no-repeat right -158px;
	color: #a47e37;
}

a:hover.arrowed {
	background: transparent url('/assets/images/global/common/icons.png') no-repeat right -558px;
	color: #808080;
}

span.arrowed-inverse {
	display: inline;
}

	/*********************************************************
		HELPERS | Forms
	**********************************************************/
	
	input {
		font-size: 1.1em;
		border: solid 1px #7F9DB9;
	}
	
	textarea {
	    font-size: 1.1em;
		border: solid 1px #7F9DB9;
	}

	input[type="submit"] {
		background: transparent url('/assets/images/global/common/input_submit_background.png') repeat-x;
		border: none;
		height: 19px;
		color: #eef2f3;
		text-transform: uppercase;
		line-height: 19px;
		padding: 0 10px;
	}

	input[type="submit"]:hover {}
	
	input[type="text"],
	textarea {
		background-color: #fff;
		color: #333;		
		padding-left:5px;
		padding-top:2px;
		margin-right:5px;
	}
	input[type="password"],
	textarea {
		background-color: #fff;
		border: 1px solid #7F9DB9;
		color: #666;
	}
	div.form-column {
		padding-left: 30px;
	}
	
	div.form-column:first-child {
		padding-left: 0;
	}
	
	.form-column  select {
		height: 22px;
		padding: 0;
		margin: 0 0 20px 0;
	}
	
	.form-column  input[type="text"] {
		height: 18px;
		padding: 1px;
		margin-bottom: 20px;
		color: #fff;
		font-size: 1.05em;
	}
	
	.form-column  input[type="file"] {
		height: 22px;
		padding: 0;
		margin: 0 0 20px 0;
	}
	
	.form-column  input[type="radio"] {
		margin-right: 5px;
		border: none;	 
	}
	
	input[type="radio"] {		 
		border: 0;		
	}
	
    input[type="checkbox"] {		 
		border: 0;
	} 
	
	.form-column  input[type="checkbox"] {
		margin-right: 5px;
	}
	
	.form-column  textarea {
		height: 210px;
		padding: 1px;
		margin-bottom: 20px;
		color: #fff;
		font-size: 1.05em;
	}
	
	.form-column label {
		display: block;
		margin-top: -1px;;
	}
	
	
	div.form-column-196 {
		width: 196px;
	}
	
	.form-column-196  select {
		width: 196px;
	}
	
	.form-column-196  input[type="text"] {
		width: 196px;
	}

	.form-column-196  input[type="file"] {
		width: 196px;
	}
	
	.form-column-196  textarea {
		width: 196px;
	}
	

	
	.one_third {
		width: 33%;
	}
	
	.two_thirds {
		width: 66%;
	}
	
	.one_quarter {
		width: 25%;
	}
	
	.three_quarters {
		width: 75%;
	}
	
	.one_half {
		width: 50%;
	}
	
	.form-segment_right {
		text-align: right;
		clear: both;
		float: right;
	}
	
	textarea#share_your_story {
		width: 650px;
		height: 180px;
	}
	
	.submit_button {
		width: 60px;
		height: 20px;
		margin: 0;
		padding: 0;
		border: 0;
		background: transparent url('/assets/images/en/common/buttons/form_submit.png') no-repeat center top;
		text-indent: -1000em;
		cursor: pointer;
		display: block;
	}
	
	.search_button {
		width: 60px;
		height: 20px;
		margin: 0;
		padding: 0;
		border: 0;
		background: transparent url('/assets/images/en/common/buttons/form_search.png') no-repeat center top;
		text-indent: -1000em;
		cursor: pointer;
		display: block;
	}
	
		.search_site {
		width: 60px;
		height: 20px;
		margin: 0;
		padding: 0;
		border: 0;
		background: transparent url('/assets/images/en/common/buttons/form_search.png') no-repeat center top;
		text-indent: -1000em;
		cursor: pointer;
		display: block;
	}
	
	/*********************************************************
		HELPERS | Modal Window
	**********************************************************/

	html.js #modal_window-close {
		position: relative;
		line-height: 20px;
		text-align: right;
		padding: 5px;
		font-weight: bold;
	}

	html.js #modal_window-content {
		padding: 20px;
		overflow: auto;
		position: relative;
		z-index: 1;
		height: 438px;
		width: 468px;
	}

	html.js #modal_window-content.loading_animation {
		background: transparent url('/assets/images/global/common/loading_animation.gif') no-repeat fixed center center;
	}

	html.js #modal_window {
		position: fixed;
		top: 50%;
		left: 50%;
		z-index: 10000;
		border: 3px solid #323232;
		margin-left: -600px;
		margin-top: -254px;
		background-color: transparent;
		overflow: hidden;

	}

	html.js #modal_window.video {
		top: 50%;
		left: 50%;
		margin-left: -512px;
		margin-top: -318px;
		border: 0px solid transparent;
	}

	html.js #modal_window.video #modal_window-close{
		display: none;
	}

	html.js #modal_window.video  #modal_window-content {
		width: 1024px;
		height: 636px;
		padding: 0;
		overflow: hidden;
	}

	/*********************************************************
		HELPERS | Overlay
	**********************************************************/

	html.js .overlay {
		background-color: #000;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9998;
		opacity: 0;
	}

	.loading_animation {
		background-image: url('/assets/images/global/common/loading_animation.gif');
		background-position: center center;
		background-repeat: no-repeat;
	}
	
	#get_flash {
		background-color: #000;
		width: 940px;
		height: 30px;
		position: absolute;
		z-index: 9999;
		background: #222;
		border: 1px solid #ffd850;
		text-align:center;
		padding: 30px;
		top: 0;
		left: 50%;
		margin: 30px 0 0 -470px;
	}

	/*********************************************************
		HELPERS | Slideshow
	**********************************************************/
	
	div.slideshow ul.frames > li.selected {
		z-index: 2;
	}

	div.slideshow ul.frames > li.next {
		z-index: 1;
	}
	
	/*********************************************************
		HELPERS | Icons
	**********************************************************/

	a.icon,
	a.icon_right {
		display: block;
		white-space: nowrap;
	}

	a.icon {
		min-height: 15px;
		padding-left: 18px;
	}

	a.icon .small {
		line-height: inherit;
	}

	a.icon_right > span {
		padding-right: 15px;
	}

	a.acrobat {
		background: url('/assets/images/global/common/icons.png') no-repeat 0px 0px;
		line-height: 15px;
	}
	
	a.document > span {
		background: url('/assets/images/global/common/icons.png') no-repeat 0px -80px;
		padding-left: 18px;
	}
	
	a.documents  > span {
		background: url('/assets/images/global/common/icons.png') no-repeat 0px -320px;
		padding-left: 18px;
	}
	
	a.printer  > span {
		background: url('/assets/images/global/common/icons.png') no-repeat 0px -160px;
		padding-left: 18px;
	}
	
	a.arrow  > span {
		background: url('/assets/images/global/common/icons.png') no-repeat 0px -240px;
		padding-left: 18px;
	}
	
	a.mail > span {
		background: url('/assets/images/global/common/icons.png') no-repeat 0px -400px;
		padding-left: 18px;
	}


	body#hawker a.rightwards_arrow {
		padding-right: 10px;
		background: url('/assets/images/global/common/icons.png') no-repeat right -156px;
	}

	.expandable > a.icon_right > span {
		background: url('/assets/images/global/common/icons.png') no-repeat right 0px;
	}

	.expandable > a.icon_right > span.expanded {
		background: url('/assets/images/global/common/icons.png') no-repeat right -80px;
	}
	
	a.close > span {
		background: url('/assets/images/global/common/icons.png') no-repeat right -720px;
	}


	/*********************************************************
		HELPERS | Slider
	**********************************************************/

	.slider .bounds {
		overflow: hidden;
		position: relative;
	}

	.slider .list {
		display: block;
		position: absolute;
		left: 0;
	}

	div.slider .list > li {
		display: block;
		width: 115px;
	}

	.slider .list > li > div {
		width: 104px;
		padding: 5px;
		margin: 0 auto;
	}

	.slider .list > li.selected > div {
		background: transparent url('/assets/images/global/common/transparencies/65x000000.png');
	}

	.slider .list > li.selected > div a {
		display: block;
	}

	.slider .list > li .downloads {
		display: none;
	}

	.slider .list > li.selected .downloads {
		display: block;
	}

	.slider .control {
		height: 68px;
		width: 36px;
	}

	.slider .control a {
		display: block;
		background: transparent url('/assets/images/global/common/slider_arrows.png') no-repeat;
		height: 100%;
		width: 100%;
		margin: 0 auto;
		margin-top: 10px;
	}

	.slider .right a {
		background-position: 11px 0;
	}

	.slider .left a {
		background-position: 0 -69px;
	}

	.control .disabled {
		cursor: default;
	}

	html.js .slider .list > li {
		position: absolute;
	}

	/*********************************************************
		HELPERS | Data table
	**********************************************************/
	.data-chart {
		width: 100%;
		margin-bottom: 15px;
	}

	.data-chart  thead {
		background-color: #6D6D6D;
	}

	.data-chart  thead th {
		color: #FFFFFF;
		font-weight: bold;
		padding: 2px 2px 2px 10px;
	}
	.data-chart  tbody td {
		padding: 2px 2px 2px 10px;
	}
	
	.onesixth,
	.data-chart  td.onesixth,
	.data-chart  th.onesixth	{
		width: 16%
	}
	
	.onethird,
	.data-chart  td.onethird,
	.data-chart  th.onethird	{
		width: 33%
	}
	
	.twothirds,
	.data-chart  td.twothirds,
	.data-chart  th.twothirds	{
		width: 66%
	}
	
	.onequarter,
	.data-chart  td.onequarter,
	.data-chart  th.onequarter	{
		width: 24%
	}
	
	.onehalf,
	.data-chart  td.onehalf,
	.data-chart  th.onehalf	{
		width: 49%
	}
	
	.threequarters,
	.data-chart  td.threequarters,
	.data-chart  th.threequarters	{
		width: 74%
	}
	
	/*********************************************************
		HELPERS | Mast Header
	**********************************************************/
	
	div#mast-header {
		float: right;
		margin-top: 20px;
	}
	
	ul#mast-account {
		display: block;
		margin: 5px 5px 15px 0;
	}
	
	ul#mast-language {
	    display: block;
	    margin: 0 0 15px 0;
	    padding-left: 0;
	    margin-left:0;
	}
	
	ul#mast-account li {
		display: block;
		padding: 0 10px 0 10px;
		line-height: 0.85em;
		text-transform: uppercase;
		font-size: 0.80em;
		border-left: 1px solid #006b8f;
	}
	
	ul#mast-language li {
		display: block;
		padding: 3px 0 0 12px;
		line-height: 1.2em;
		font-size: 1em;
	}
	
	ul#mast-account li:first-child {
		border-left: none;
	}
	
	ul#mast-account li a,
	ul#mast-language li a {
		color: #fff;
	}
	
	ul#mast-account li a:visited,
	ul#mast-language li a:visited {
		color: #fff;
	}
	
	ul#mast-account li a:hover,
	ul#mast-language li a:hover {
		color: #808080;
	}
	
	input.mast-search,
	input.credentials {
		height: 18px;
		line-height: 18px;
		margin:0 6px 0 10px;
	}
	
	input.credentials {
	    margin-right: 15px;
	}
	
/*********************************************************
 	5. UTILITIES
**********************************************************/

	/*********************************************************
		UTILITIES | Clearfix
	**********************************************************/

	html body .clear {
		clear: both;
	}

	html body ul.clear > li {
		clear: both;
	}

	html body div.clear,
	html body span.clear {
		background: none;
		border: 0;
		display: block;
		float: none;
		font-size: 0;
		margin: 0;
		padding: 0;
		overflow: hidden;
		visibility: hidden;
		width: 0;
		height: 0;
	}

	.clearfix:after,
	.clearfixed *:after {
		clear: both;
		content: '.';
		display: block;
		visibility: hidden;
		height: 0;
	}

	.clearfix,
	.clearfixed > * {
		display: inline-block;
	}

	* html .clearfix,
	* html .clearfixed > li {
		height: 1%;
	}

	.clearfix,
	.clearfixed > * {
		display: block;
	}

	/*********************************************************
		Utilities | Fahrner's Image Replacement
	**********************************************************/
	ul.fir > li,
	ol.fir > li,
	.fir {
		display: block;
	}
	ul.fir > li a,
	ol.fir > li a,
	.fir > a {
		height: 100%;
		width: 100%;
		display: block;
	}
	ul.fir > li a > span,
	ol.fir > li a > span,
	.fir > a > span {
		display: none;
	}

/*********************************************************
	6. LAYOUTS
**********************************************************/

	/*********************************************************
		6.1 Common
	**********************************************************/
	html {
		background: #000 url(/assets/images/global/common/html_background.jpg) fixed top center no-repeat;
	}

	body {
		position: relative;
	}

	#background_image {
		display: none;
	}

	html.js #background_image {
		position: absolute;
		z-index: 0;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 1000px;
		background-position: center top;
		background-repeat: no-repeat;
	}

	html.js body.exterior #background_image {
		position: absolute;
		z-index: 0;
		top: 0;
		left: 50%;
		margin-left: -572px;
		display: block;
		width: 1280px;
		height: 1000px;
	}

	html.js body.exterior #background_image li {
		width: 100%;
	}

	#container {
		position: relative;
		z-index: 1;
	}
	#mast {
		width: 100%;
	}
		
	#footer_branding {
		width: 58px;
		height: 35px;
	}
	
	#footer_links {
		font-weight: bold;
	}
	
	div#site_information {
		margin-top: 70px;
		margin-left: 29px;
		padding-bottom: 30px;
		color: #ccc;
		font-size: 11px;
		line-height: 1.4em;
		width: 911px;
	}
	
	div#site_information h2#footer_branding {
		margin-top: 1px;
		margin-right: 15px;
		background: url('/assets/images/global/corporate/hawker_beechcraft_logo_small.png') no-repeat 0 0;
	}
	
	div#site_information a {
		color: #bfbfbf;
	}
	
	div#site_information a:visited {
		color: #bfbfbf;
	}
	
	div#site_information a:hover {
		color: #ffffff;
	}
	
	div#site_information div#footer_copyright {
		line-height: 1em;
		margin-right: 10px;
		padding-top: 3px;
	}
	
	div#site_information ul#footer_links li {
		padding-left: 10px;
		padding-right: 10px;
		text-transform: uppercase;
		background: url('/assets/images/global/common/icons.png') no-repeat 0px -478px;
	}
	
	div#site_information ul#footer_links li:first-child {
		padding-left: 0;
		background: none;
	}
	
	li#measurement-unit ul li:first-child {
		padding-left: 0;
		border: none;
	}
	
	li#measurement-unit ul li,
	div#site_information ul#footer_links_secondary li {
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 3px;
		border-left:1px solid #747578;
		line-height: 1.0em;
	}

	#mast {
		position: relative;
		z-index: 50;
		height: 135px;
		margin-top: 10px;
	}

	#branding {}

	#content {
		min-height: 409px;
		position: relative;
		z-index: 49;
	}
	
	#site_utils {
		width: 720px;
	}
	
/*********************************************************
	7. Navigation
**********************************************************/
	
	/*********************************************************
		7.1 Primary Navigation
	**********************************************************/

	#navigation > li {
		position: relative;
		height: 38px;
		z:-index: 2;
	}

	#navigation > li:hover {
		z-index: 0;
		overflow: visible;
	}
	
	html.js #navigation > li:hover {
		z-index: 1;
	}

	html.js #navigation > li.expanding,
	html.js #navigation > li.expanded {
		z:-index: 2;
	}

	#navigation > li.contracted .tab_shim,
	#navigation > li.contracting .tab_shim,
	#navigation > li.expanding .tab_shim {
		display: none;
	}

	#navigation > li.expanded .tab_shim {
		display: block;
	}

	#navigation > li .tab_shim:hover {
		display: none;
	}

	html.js #navigation > li.expanding,
	html.js #navigation > li.contracted,
	html.js #navigation > li.contracting {
		z:-index: 0;
	}

	#navigation .background {
		position: absolute;
		left: 0;
		top: -12px;
		width: 900px;
		height: 166px;
		z-index: 0;
		overflow: hidden;
		height: 0px
	}
	
	#navigation > :first-child .background,
	#navigation > .last-child .background {
		width: 910px;
	}

	#navigation li:hover .background {
		top: -12px;
	}

	
	#navigation li:hover .background {
		height: 166px;
	}

	#navigation .dropdown {
		position: absolute;
		top: 46px;
		height: 166px;
		width: 900px;
		z-index: 1;
		background: url();
	}

	#navigation > :first-child .dropdown,
	#navigation > .last-child .dropdown {
		width: 910px;
	}

	#navigation .dropdown div {
		position: absolute;
		width: 350px;
		left: 350px;
		top: 15px;
		text-transform: none;
		z-index: 1;
		border-left: 1px solid #000000;
		padding-left: 15px;
	}

	#navigation .dropdown div ul li {
		width: 172px;
	}
	#navigation .dropdown div ul.three-items li {
		width: 110px;
	}	

#navigation .dropdown p {
	padding-bottom: 10px;
	color: #313131;
}

#navigation .dropdown div p span{
	font-size: 1.0769em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}

#navigation .dropdown div p span span{
	font-size: 1.7857em;
	display: block;
	font-weight: bold;
	color: #252525;
	text-transform: capitalize;
}

#navigation .dropdown a {
	display: inline;
	font-weight: bold;
	font-size: 1.0769em;
}

#navigation #comparison_tools .dropdown a {
	font-size: 1.00em;
}

	#navigation .video {
		position: absolute;
		top: 46px;
		height: 120px;
		z-index: 0;
	}
	#corporate #navigation .video {
		width: 900px;
	}
	#corporate #navigation > :first-child .video,
	#corporate #navigation > .last-child .video {
		width: 910px;
	}
	
	#hawker #navigation .video,
	#beechcraft #navigation .video {
		width: 695px;
	}
	

	h#navigation li .tab_shim {
		position: absolute;
		z-index: 3;
		height: 34px;
		top: 0;
		left: 0;
		display: none;
	}

	html.js #navigation li .tab_shim {
		display: block;
	}

	#navigation > li > div > h2 {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 4;
		height: 38px;
		width: 100%;
		overflow: hidden;
	}

	#navigation h2 > a > span > span {
		font-size: 0.7857em;
		display: block;
	}
	

	/*********************************************************
		7.2 Secondary Navigation
	**********************************************************/
	
	div#section-content.no_nav {
		margin-left: 281px;
		min-height: 300px;
	}

	#secondary-navigation a {
		color: #808080;
		display: block;
	}

	#secondary-navigation a:hover,
	#section-navigation li.selected > a {
		color: #fff;
	}

	#secondary-navigation .top,
	#secondary-navigation .content {
		width: 213px;
		padding: 0px 19px 0 19px;
	}

	#secondary-navigation .top {
		height: 225px;
		margin: -145px 15px 0 0px;
		background: transparent url('/assets/images/global/common/section_navigation/carbon.png') no-repeat;
	}

	#secondary-navigation .content {
		position: relative;
		background: transparent url('/assets/images/global/common/transparencies/75x000000.png');
		margin-top: 22px;
		min-height: 775px;
	}

	#secondary-navigation .content > .navigation {
		position: relative;
		top: -74px;
	}

	#section-navigation {
		margin: 0 -19px 35px -19px;
		padding: 0px 15px 0 15px;
	}

	#section-navigation > li:first-child {
		margin-top: -22px;
	}

	#section-navigation > li {
		margin: 2px 0;
		padding: 3px 13px 3px 15px;
	}

	#section-navigation > li.selected {
		background: transparent url('/assets/images/global/common/transparencies/50x000000.png');
	}

	#tools-navigation li {
		clear: both;
		padding: 16px 5px 0 10px;
		border-bottom: 1px solid #808080;
	}
	#tools-navigation li:first-child {
		border-top: 1px solid #808080;
	}
	#tools-navigation li a {
		font-size: 0.9em;
		line-height:1.3em;
		color: #fff;
	}

	#tools-navigation li a:hover {
		color: #808080;
	}

	
	#tools-navigation h3 {
		font-size: 1.076em;
		color: #00858d;
		padding-bottom: 0.10em;
	}

	#tools-navigation-rangemap {
		height: 55px;
	}

	#tools-navigation-rangemap > div {
		width: 190px;
		background: url('/assets/images/global/common/section_navigation/tools_navigation/rangemap.png') no-repeat 138px bottom;
		height: 44px;
	}

	#tools-navigation-comparison {
		height: 70px;
	}

	#tools-navigation-comparison > div {
		width: 190px;
		background: url('/assets/images/global/common/section_navigation/tools_navigation/comparison.png') no-repeat bottom right;
	}

	#tools-navigation-contact {
		height: 70px;
	}

	#tools-navigation-contact div {
		width: 190px;
		background: url('/assets/images/global/common/section_navigation/tools_navigation/contact.png') no-repeat bottom right;
		height: 62px;
	}

	#tools-navigation-keepinformed {
		height: 65px;
	}

	#tools-navigation-keepinformed > div {
		width: 190px;
		background: url('/assets/images/global/common/section_navigation/tools_navigation/keepinformed.png') no-repeat bottom right;
	}

	
		
	/*********************************************************
		7.3 Page Content
	**********************************************************/
	
	
	#section-content {
		width: 651px;
		margin: 0 8px 0px 15px;
	}

	#section-content h1 {
		line-height: 100%;
	}
	
	#section-content .photo-240 {
		height: 240px;
	}
	
	#section-content .photo-320 {
		height: 320px;
	}
	
	#section-content .photo-400 {
		height: 400px;
	}
	
	#section-content .bleed-20 {
		margin: -20px;
	}
	
	#section-content .bleed-20-sides {
		margin: 0 -20px 0 -20px;
	}

	#section-content div.white {
		background-color: #fff;
		padding: 15px 30px 15px 30px;
		color: #333;
	}

	#section-content .white-fade-in {
		background: transparent url('/assets/images/global/common/white-fade-in-200.png') repeat-x top center;
		min-height: 500px;
		padding-top: 200px;
		margin-top: -200px;
	}

	#section-content .white-fade-out {
		background: transparent url('/assets/images/global/common/white-fade-out-200.png') repeat-x bottom center;
		padding-bottom: 200px;
	}
	
	#section-content .white-fade-in-100 {
		background: transparent url('/assets/images/global/common/white-fade-in-100.png') repeat-x top center;
		padding-top: 100px;
		margin-top: -100px;
	}
	
	#section-content .bring-to-front {
		position: relative;
		z-index: 1001;
	}
	
	#section-content .send-to-back {
		position: relative;
		z-index: 0;
	}

	#section-content .nogap {
		margin-left: -30px;
	}
	
	#section-content .nogap .white-fade-out {
		width: 681px;
	}

	#section-content .white h1,
	#section-content .white h2 {
		color: #333333;
	}
	
	/*********************************************************
		7.4 Page Content (Full Width)
	**********************************************************/
	
	
	#section-content-w {
		width: 930px;
		margin: 0 8px 0px 15px;
	}

	#section-content-w h1 {
		line-height: 100%;
	}
	
	#section-content-w .photo-240 {
		height: 240px;
	}
	
	#section-content-w .photo-320 {
		height: 320px;
	}
	
	#section-content-w .photo-400 {
		height: 400px;
	}
	
	#section-content-w .bleed-20 {
		margin: -20px;
	}
	
	#section-content-w .bleed-20-sides {
		margin: 0 -20px 0 -20px;
	}

	#section-content-w div.white {
		background-color: #fff;
		padding: 15px 30px 15px 30px;
		color: #333;
	}

	#section-content-w .white-fade-in {
		background: transparent url('/assets/images/global/common/white-fade-in-200.png') repeat-x top center;
		min-height: 500px;
		padding-top: 200px;
		margin-top: -200px;
	}

	#section-content-w .white-fade-out {
		background: transparent url('/assets/images/global/common/white-fade-out-200.png') repeat-x bottom center;
		padding-bottom: 200px;
	}
	
	#section-content-w .white-fade-in-100 {
		background: transparent url('/assets/images/global/common/white-fade-in-100.png') repeat-x top center;
		padding-top: 100px;
		margin-top: -100px;
	}
	
	#section-content-w .bring-to-front {
		position: relative;
		z-index: 1001;
	}
	
	#section-content-w .send-to-back {
		position: relative;
		z-index: 0;
	}

	#section-content-w .nogap {
		margin-left: 0px;
	}
	
	#section-content-w .nogap .white-fade-out {
		width: 930px;
	}

	#section-content-w .white h1,
	#section-content-w .white h2 {
		color: #333333;
	}	


/*********************************************************
	8. Landing
**********************************************************/

	/*********************************************************
		8.1 Marquee
	**********************************************************/
	
	
	body.landing #marquee .arrowed {
		font-size: 1.0769em;
		white-space: nowrap;
		line-height: 1.1em;
	}

	body.landing #replay-call_to_action {
		visibility: hidden;
	}

	html.js body.landing #replay-call_to_action {
		visibility: visible;
	}

	body.landing #replay-call_to_action .arrowed {
		font-style: italic;
	}
	
	body.landing #marquee {
		position: relative;
		top: -20px;
		left: -160px;
		width: 1280px;
		height: 441px;
	}
	
	body.landing #marquee-call_to_action {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 3;
	}

	body.landing #marquee-call_to_action li.hidden {
		visibility: hidden;
	}


	body.landing #marquee-hotspots {
		position: absolute;
		z-index: 2;
	}
	
	body.landing #marquee-replay {
		position: absolute;
		z-index: 3;
		top: 425px;
		left: 811px;
		width: 216px;
		height: 77px;
	}
	
	body#corporate.landing #marquee-replay {
		top: 346px;
	}
	
	body.landing #replay-call_to_action {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	
	body.landing #replay-call_to_action a {
		position: absolute;
		top: 26px;
		left: 144px;
	}
	
	body.landing #replay-animation {
		position: absolute;
		top: 0;
		left: 0px;
		z-index: 0;
	}
	
	body.landing #marquee-list {
		position: relative;
		z-index: 1;
	}
	
	body.landing #marquee-list li {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	body.landing #marquee-list > li > ol > li {
		position: absolute;
		top: 0;
		left: 0px;
		width: 1280px;
		height: 453px;
		z-index: 0;
	}
	
	body.landing #marquee-list > li > ol > li.selected {
		z-index: 2
	}
	
	body.landing #marquee-list > li > ol > li.next {
		z-index: 1
	}
	
	body.landing #marquee-copy {
		position: absolute;
		z-index: 0;
	}

	body.landing #aircraft_copy {
		position: absolute;
		top: 0;
		left:0;
		z-index: 2;
	}

	body.landing #aircraft_copy li {
		position: absolute;
		top: 400px;
		left: 175px;
		width: 380px;
		color: #fff;
		display: none;
	}

	body.hawker_landing #marquee-call_to_action li a,
	body.beechcraft_landing #marquee-call_to_action li a {
		color: #808080;
	}

	body.landing #aircraft_copy li.selected {
		display: block;
	}
	
	body.landing #aircraft_copy h1 {
		color: #fff;
		font-size: 2.50em;
		width: 450px;
	}
	
	body.landing #aircraft_copy h1 span {
		font-weight: bold;
	}

body.landing #promotions {
	display: block;
	width: 100%;
}

body.landing #promotions li {
	height: 160px;
	width: 252.5px;
	background-color: #efd;
	margin: 0px 10px;
	padding: 20px 12px 0 12px;
}

body.landing #promotions :first-child {
	margin-left: 20px;
	width: 255px;
}

body.landing #promotions :last-child {
	margin-right: 20px;
	width: 255px;
}

/*********************************************************
	9. Details
**********************************************************/

body.details {
	background: transparent url('/assets/images/global/common/details/background.jpg') repeat-x;
}

body.details #section-content {
	position: relative;
	z-index: 0;
}

body.details #section-content {
	position: relative;
	z-index: 0;
}

body.details #secondary-navigation {
	position: relative;
	z-index: 1;
}

body.details #section-content h1 {
	position: relative;
	height: 400px;
	z-index: 2;
}

body.exterior #section-content h1 {
	height: 325px;
}

body.three_sixty #section-content h1 {
	height: auto;
}

body.details h1,
body.details h2,
body.details h3,
body.details h4,
body.details h5,
body.details h6 {
	padding-bottom: 1em;
}

body.details #mast h2 {
	padding-bottom: 0;
}

body.details #section-content blockquote.pull_quote p {
	font-size: 1.375em;
	line-height: 1.4444em;
}

body.details #section-content blockquote.pull_quote p span {
	color: #fff;
	font-size: 0.6363em;
}

body.details #section-content p.chart {
	text-align: center;
}

body.details #section-content p.chart em {
	font-size: 1.3076em;
}

body.details #section-navigation_downloads {
	
}

body.details #three_sixty {
	position: absolute;
	left: -451px;
	top: -145px;
	width: 1280px;
	height: 683px;
	overflow: hidden;
}

body.details #section-content > * {
	position: relative;
	z-index: 1;
}

body.details #three_sixty_container{
	position: relative;
	margin-top: -90px;
	left: 0;
	z-index: 0;
	height: 350px;
	width: 100%;
}

	/*********************************************************
		Interior
	**********************************************************/

	body.interior {
		background: transparent url('../assets/images/global/interior/background.jpg') no-repeat top center;
	}

	body.interior ul.slides li {
		overflow: hidden;
	}

	body.interior ul.slides li a {
		display: block;
		height:60px;
		width:104px;
		overflow: hidden;
	}

	body.interior #section-content h1 {
		height: 50px;
	}

	body.interior div.slideshow {
		width: 600px;
		margin-bottom: 15px;
	}
	
	body.interior div.slideshow  p.note {
		color: #fff;
		padding-top: 5px;
	}

	body.interior ul.frames {
		position: relative;
		width: 585px;
		height: 252px;
		background: transparent url('/assets/images/global/common/transparencies/50x000000.png');
		margin-bottom: 15px;
	}

	body.interior ul.frames > li {
		display: block;
		width: 585px;
		height: 252px;
		position: absolute;
		z-index: 0;
	}

	body.interior ul.frames > li.selected {
		z-index: 2;
	}

	body.interior ul.frames > li.next {
		z-index: 1;
	}
	
	body.interior ul.frames div.swatch_selector span.swatch {
		color: #fff;
		font-size: 0.85em;
		line-height: 1.30em;
	}
	
	body.interior ul.frames div.swatch_selector span.swatch span span {
		color: #b8b8b8;
		display: block;
	}
	
	body.interior div.swatch_selector {
		display: block;
		width: 114px;
		height: 252px;
		overflow: hidden;
	}

	body.interior ul.slides {
		margin-left: -5px;
	}

	body.interior ul.slides li {
		width: 104px;
		height: 60px;
		padding: 5px;
		margin-right: 5px;
	}

	body.interior ul.slides li:last-child {
		margin-right: 0;
	}

	body.interior ul.slides li.selected {
		background: transparent url('/assets/images/global/common/transparencies/50x000000.png');
	}

	/*********************************************************
		Exterior
	**********************************************************/

	body.exterior {}

	/*********************************************************
		Flight Desk and Avionics
	**********************************************************/

	body.flight_deck_and_avionics {
		background: transparent url('../assets/images/global/flight_deck_and_avionics/background.jpg') no-repeat top center;
	}


	/*********************************************************
		Gallery
	**********************************************************/

	body.gallery div.downloads {
		font-size: 0.7692em;
		line-height: 1.5384em;
		padding: 5px 0px;
	}

	body.gallery div.downloads a {
		color: #fff;
	}


	body.gallery #section-content h1 {
		height: 65px;
	}

	/*********************************************************
		Overview
	**********************************************************/

	body.overview {
		background: transparent url('../assets/images/global/overview/background.jpg') no-repeat top center;
	}

	/*********************************************************
		Performance
	**********************************************************/

	body.performance {
		background: transparent url('../assets/images/global/performance/background.jpg') no-repeat top center;
	}


	/*********************************************************
		Specifications
	**********************************************************/

	body.specifications {}

	body.specifications #section-content h1 {
		height: 30px;
	}

	body.specifications #section-content h2 {
		font-size: 22px;
		line-height: 24px;
		color: #333;
		padding-bottom: 0;
		margin-left: -1px;
	}

	body.specifications #profile_views {
		height: 320px;
	}

	body.specifications table.specs {
		width: 630px;
		margin-bottom: 20px;
	}
	body.specifications table.specs thead tr {
		background-color: #6d6d6d;
		margin-left: -10px;
	}
	body.specifications table.specs thead th {
		padding: 2px;
		color: #fff;
		font-weight: bold;
	}
	body.specifications table.specs thead th:first-child {
		padding: 2px 2px 2px 10px;
	}
	body.specifications div#specs-tables .measure-metric {
		padding-right: 40px;
	}
	body.specifications div#specs-tables .measure-standard,
	body.specifications div#specs-tables .measure-metric {
		width: 120px;
		text-align: right;
	}
	body.specifications div#specs-tables thead th.measure-standard span,
	body.specifications div#specs-tables thead th.measure-metric span {
		display: none;
	}
	body.specifications div#specs-tables :first-child  thead th.measure-standard span,
	body.specifications div#specs-tables :first-child  thead th.measure-metric span {
		display: inline;
	}

	body.specifications table.specs {
		margin-left: -10px;
	}

	body.specifications table.specs tbody tr td {
		padding: 2px;
	}

	body.specifications table.specs tbody tr th {
		padding: 2px 2px 2px 10px;
	}


/* Microformat Layouts */
body.details #section-content div.image_list {}

body.details #section-content div.image_list p.image {
}

body.details #section-content div.image_list img {
	position: relative;
	z-index: 0;
	margin-top: 5px;
	margin-left: auto;
}

body.details #section-content div.image_list p.image + a {
	position: relative;
	z-index: 1;
	/* width: 549px; */
	text-align: right;
	font-style: italic;
	color: #e8c274;
}

body.details #section-content div.image_list > div {
	position: relative;
	z-index: 1;
}

body.details #section-content div.image_list > div.wide div.float > ul {
	width: 299px
}

body.details #section-content div.image_list > div > ul {
	width: 189px
}

body.details #section-content p + div.image_list {
	margin-top: 1.25em;
}

body.details #section-content p + div.image_list > img {
	margin-bottom: 20px;
}

div.printicon {
	font-size: 12px;
	text-transform: uppercase;
	float: right;
	color: #333;
	margin-top: 15px;
	padding-right: 23px;
	background: transparent url('/assets/images/global/common/icon-print.png') no-repeat center right;
	cursor: pointer;
}

div.printicon a {
	color: #333;
}

	/*********************************************************
		HELPERS | Details Interior Swatches
	**********************************************************/

	body.details ul.interior_swatches li {
		display: block;
		height: 31px;
		width: 103px;
		border: 2px solid transparent;
		margin: 2px auto;
		overflow: hidden;
	}

	body.details ul.interior_swatches li.selected,
	body.details ul.interior_swatches li:hover {
		border: 2px solid #fff;
	}
	
	body.interior span.swatch {
		display: block;
		height: 59px;
		padding: 4px 7px 0 7px;
	}
	
	body.interior span.swatch img{
		display: none;
	}

	/*********************************************************
		HELPERS | Details Exterior Swatches
	**********************************************************/

	body.exterior div.slideshow {
		width: 600px;
	}

	body.exterior ul.colorscheme {
		margin-left: -5px;
	}
	
	body.exterior ul.colorscheme li span {
		line-height: 0;
		border: 1px ridge #fff;
	}

	body.exterior ul.colorscheme li {
		height: 110px;
		padding: 5px;
		margin-right: 5px;
	}

	body.exterior #section-content div.image_list .image {
		width: 170px;
	}

	body.exterior #section-content div.image_list .wide {
		width: 480px;
	}

	body.exterior ul.colorscheme li:first-child {
		float: right;
		height: 20px;
		margin-top: -47px;
		background: none !important;
		width: 201px;
		font-style: italic;
		color: #E8C274;
	}

	body.exterior ul.colorscheme li a {
	}
	
	body.exterior ul.colorscheme li:first-child a {
		color: #E8C274;
	}
	
	body.exterior ul.colorscheme li:first-child a:hover {
		color: #808080;
	}
	

	body.exterior ul.colorscheme li:last-child {
		margin-right: 0;
	}

	body.exterior ul.colorscheme li.selected {
		background: transparent url('/assets/images/global/common/transparencies/50x000000.png');
	}

	body.exterior ul.striping {
		margin-left: -5px;
	}

	body.exterior ul.striping li {
		width: 103px;
		height: 110px;
		border: 5px solid transparent;
		margin-right: 5px;
	}

	body.exterior ul.striping li:last-child {
		margin-right: 0;
	}

	body.exterior ul.striping li.selected {
		background: transparent url('/assets/images/global/common/transparencies/50x000000.png');
	}

	body.exterior ul.stripings > li {
		position: absolute;
		top: 663px;
		left: 281px;
	}
	
	/*********************************************************
		HELPERS | Details Gallery Slideshow
	**********************************************************/

	body.details div.gallery_slideshow li {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 1;
	}

	body.details .slider .bounds {
		height: 244px;
		width: 575px;
	}

	body.keep_me_informed .form_content {
		margin-left: -30px;
	}
	
	/*********************************************************
		Buttons | 
	**********************************************************/
/***60 pixel wide button with drop-shadow on white***/
	
input.button60_corp {
  width: 69px;
  height: 27px;
  margin: 0;
  padding: 2px 0 8px 0;
  border: none;
  background: url("/assets/images/en/common/buttons/button_white_60.gif") no-repeat left top;
  outline: none;
  cursor: pointer;
  text-align: center;
  font: bold 10px 'Trebuchet MS',Verdana,sans-serif; 
  color: #fff;
  float:none;
}

input.button60_hawker {
  width: 69px;
  height: 27px;
  margin: 0;
  padding: 2px 0 8px 0;
  border: none;
  background: url("/Hawker/assets/images/en/buttons/button_white_60.gif") no-repeat left top;
  outline: none;
  cursor: pointer;
  text-align: center;
  font: bold 10px 'Trebuchet MS',Verdana,sans-serif; 
  color: #fff;
  float:none;
}

input.button60_beechcraft {
  width: 69px;
  height: 27px;
  margin: 0;
  padding: 2px 0 8px 0;
  border: none;
  background: url("/Beechcraft/assets/images/en/buttons/button_white_60.gif") no-repeat left top;
  outline: none;
  cursor: pointer;
  text-align: center;
  font: bold 10px 'Trebuchet MS',Verdana,sans-serif; 
  color: #fff;
  float:none;
}

/***60 pixel wide button cropped tight***/
input.button60_cropped_corp {
  width: 61px;
  height: 18px;
  margin: 0;
  padding: 2px 0 8px 0;
  border: none;
  background: url("/assets/images/en/common/buttons/button_cropped_60.gif") no-repeat left top;
  outline: none;
  cursor: pointer;
  text-align: center;
  font: bold 10px 'Trebuchet MS',Verdana,sans-serif; 
  color: #fff;
  float:none;
}

input.button60_cropped_hawker {
  width: 61px;
  height: 18px;
  margin: 0;
  padding: 2px 0 8px 0;
  border: none;
  background: url("/Hawker/assets/images/en/buttons/button_cropped_60.gif") no-repeat left top;
  outline: none;
  cursor: pointer;
  text-align: center;
  font: bold 10px 'Trebuchet MS',Verdana,sans-serif; 
  color: #fff;
  float:none;
}

input.button60_cropped_beechcraft {
  width: 61px;
  height: 18px;
  margin: 0;
  padding: 2px 0 8px 0;
  border: none;
  background: url("/Beechcraft/assets/images/en/buttons/button_cropped_60.gif") no-repeat left top;
  outline: none;
  cursor: pointer;
  text-align: center;
  font: bold 10px 'Trebuchet MS',Verdana,sans-serif; 
  color: #fff;
  float:none;
}

/***100 pixel wide button with drop-shadow on white***/
	
input.button100_corp {
  width: 108px;
  height: 27px;
  margin: 0;
  padding: 2px 0 8px 0;
  border: none;
  background: url("/assets/images/en/common/buttons/button_white_100.gif") no-repeat left top;
  outline: none;
  cursor: pointer;
  text-align: center;
  font: bold 10px 'Trebuchet MS',Verdana,sans-serif; 
  color: #fff;
  float:none;
}
/***125 pixel wide button with drop-shadow on white***/
	
input.button125_corp {
  width: 133px;
  height: 27px;
  margin: 0;
  padding: 2px 0 8px 0;
  border: none;
  background: url("/assets/images/en/common/buttons/button_white_125.gif") no-repeat left top;
  outline: none;
  cursor: pointer;
  text-align: center;
  font: bold 10px 'Trebuchet MS',Verdana,sans-serif; 
  color: #fff;
  float:none;
}

/***150 pixel wide button with drop-shadow on white***/
	
input.button150_corp {
  width: 158px;
  height: 27px;
  margin: 0;
  padding: 2px 0 8px 0;
  border: none;
  background: url("/assets/images/en/common/buttons/button_white_150.gif") no-repeat left top;
  outline: none;
  cursor: pointer;
  text-align: center;
  font: bold 10px 'Trebuchet MS',Verdana,sans-serif; 
  color: #fff;
  float:none;
}
.required {
	color: #a00;
}

input.button100_corp_ani {
  width: 108px;
  height: 27px;
  margin: 0;
  padding: 2px 0 8px 0;
  border: none;
  background: url("/assets/images/en/common/buttons/button_white_100_animated.gif") no-repeat left top;
  outline: none;
  cursor: pointer;
  text-align: center;
  font: bold 10px 'Trebuchet MS',Verdana,sans-serif; 
  color: #fff;
  float:none;
} 





	
