/* CSS Document */

*{
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	outline: none;
	border: 0;
}

body {
	text-align: center; /*so ie will centre*/
	background: #000 url(../images/bkg.gif);
	font-family: arial,verdana,sans-serif;
	font-size: 62.5%; /*1em = 10pixels*/
	line-height: 1.6em;
	
	margin-bottom: 20px;
}

#wrapper {
	width: 784px;
	margin: 50px auto 0 auto;
	background: #FFF url(../images/inner_bkg.gif);
	text-align: left;
}


/*----------------------------------------------------------*/
/*key blocks*/

#home {
	float: left;
	display: inline;
	width: 750px;
	height: 335px;
	margin-left: 17px;
	background: #000 url(../images/homepage.jpg);
}


#left {
	float: left;
	display: inline;
	width: 314px;
	margin-left: 17px;
}

#right {
	float: right;
	display: inline;
	width: 403px;
	margin-right: 17px;
}
#leftCallback {
	float: left;
	display: inline;
	width: 414px;
	margin-left: 17px;
}
#rightCallback {
	float: right;
	display: inline;
	width: 303px;
	margin-right: 17px;
}

#mid_left {
	float: left;
	display: inline;
	width: 360px;
	margin-left: 17px;
}

#mid_right {
	float: right;
	display: inline;
	width: 360px;
	margin-right: 17px;
}


#footer {
	clear: both;
	height: 14px;
/*	background: #b3daff;*/
	/*background: #ffffff;*/
	overflow: none;
}


/*----------------------------------------------------------*/
/*header elements*/


/*----------------------------------------------------------*/
/*navigation elements*/

ul#primaryNav {
	list-style-type: none;
	display: inline; /*dmf bug*/
	background: url(../images/nav_bkg.gif) repeat-x;
	width: 750px;
	height: 29px;

	float: left;
	margin: 38px 0 55px 17px;
}

ul#primaryNav  li{
	float: left;
	display: inline;
	margin: 7px 20px  0 0;
}

/* call back navigation button*/
ul#primaryNav li#callBack{
    float: right;
    display: inline;
    margin: 7px 0px 0 0;
}

ul#primaryNav li a{
	display: inline;
	float: left; /*ie mac shrinkwrap*/
	
	font-size: 1.2em; /* 11 pixel height */
	line-height: 1.2em;
	font-weight: normal;
	color: #808080;
	
	text-decoration: none;
}


ul#primaryNav li a:hover, ul#primaryNav li.on a{

	color: #000;
}


/*----------------------------------------------------------*/
/*type*/


h1{
	float: left;
	display: inline; /*dmf bug*/
	width: 129px;
	height: 19px;
	margin: 23px 0 0 18px;
	background: url(../images/airplanner.gif) no-repeat;	
	font-size: 2.2em;
	text-indent: -5000px;
}

h4{
	float: right;
	display: inline; /*dmf bug*/
	width: 152px;
	height: 18px;
	margin: 30px 18px 0 0;
	background: url(../images/global_flight_support.gif) no-repeat;
	font-size: 1.5em;
	line-height: 1.2em;
	text-indent: -5000px;
}

h2{
	clear: both;
	width: 210px;
	height: 25px;
	margin-bottom: 10px;
	
	font-size: 2.0em; /* 11 pixel height */
	line-height: 1.2em;
	font-weight: normal;
	text-indent: -5000px;
}

#home h2{
	margin: 25px 0 8px 30px;
	background: url(../images/title_aboutus.gif) no-repeat;
}

h2.aboutus{
	background: url(../images/title_aboutus.gif) no-repeat;
}

h2.team{
	background: url(../images/title_ourteam.gif) no-repeat;
}

h2.service{
	background: url(../images/title_ourservice.gif) no-repeat;
}

h2.history{
	background: url(../images/title_ourhistory.gif) no-repeat;
}

h2.operations{
	background: url(../images/title_operations.gif) no-repeat;
}

h2.contactus{
	background: url(../images/title_contactus.gif) no-repeat;
}

h2.requestcallback{
	background: url(../images/title-callback.gif) no-repeat;
}

h2.group{
	background: url(../images/title_group.gif) no-repeat;
}

h3{
	width: 200px;
	height: 18px;
	background: url(../images/text_management.gif) no-repeat;
	margin-left: 73px;
	
	clear: both;
	padding-bottom: 8px;
	font-size: 1.5em; /* 11 pixel height */
	line-height: 1.2em;
	font-weight: normal;
	
	text-indent: -5000px;
}

h3.management{
	background: url(../images/text_management.gif) no-repeat;
	margin-top: 5px;
}

h3.planning{
	background: url(../images/text_flightplanning.gif) no-repeat;
}

h3.consultant{
	background: url(../images/text_consultant.gif) no-repeat;
}

h3.operations{
	background: url(../images/text_operations.gif) no-repeat;
}
h3.supervisors{
	background: url(../images/text_supervisors.gif) no-repeat;
}

p {
	clear: both;
	font-size: 1.2em; /* 11 pixel height */
	line-height: 1.2em;
	font-weight: normal;
	color: #404040;
	margin: 0 0 14px 0;
}

p.last {
	margin: 0;
}

#home p{
	clear: both;
	font-size: 1.2em; /* 11 pixel height */
	line-height: 1.3em;
	font-weight: normal;
	color: #fff;
	margin: 0 0 14px 20px;
	
	width: 320px;
}

#home p.big {
	clear: both;
	background: url(../images/home_copy.gif) no-repeat;
	
	width: 303px;
	height: 73px;
	margin: 0 0 10px 20px;
	
	font-size: 1.7em; /* 11 pixel height */
	line-height: 1.1em;
	font-weight: normal;
	color: #fff;
	text-indent: -5000px;	
}

p.head {
	clear: both;
	font-size: 1.2em; /* 11 pixel height */
	line-height: 1.2em;
	font-weight: normal;
	color: #404040;
	margin: 0 0 5px 0;
}




/*----------------------------------------------------------*/
/*random bits*/

#home a{
	clear: both;
	font-size: 1.2em; /* 11 pixel height */
	line-height: 1.2em;
	font-weight: normal;
	color: #fff;
	margin: 0 0 0 20px;
	text-decoration: none;
}

img#group {
	margin-top: 12px;
}


/*----------------------------------------------------------*/
/*our service*/

ul.listing {
	list-style: none;
	/*width: 730px;*/
	/*height: 29px;
	margin-bottom: 25px;*/
	margin: 5px 0 25px 0;
	
}

ul.listing li{
	padding-left: 75px;
	padding-bottom: 5px;
	/*min-height: 63px;*/
}

ul.listing li.weather{
	background: url(../images/weather.jpg) no-repeat 0 2px;
}

ul.listing li.flightplanning{
	background: url(../images/flight_planning.jpg) no-repeat 0 2px;
}

ul.listing li.fuel{
	background: url(../images/fuel.jpg) no-repeat 0 2px;
}

ul.listing li.handling{
	background: url(../images/handling.jpg) no-repeat 0 2px;
}

ul.listing li.charter2{
	background: url(../images/charter.jpg) no-repeat 0 2px;
}

ul.listing li.charter{
	background: url(../images/chart2.jpg) no-repeat 0 2px;
}

ul.listing li.landing{
	background: url(../images/landing.jpg) no-repeat 0 2px;
}

ul.listing li.overflight{
	background: url(../images/overflight.jpg) no-repeat 0 2px;
}

ul.listing li.aircoord{
	background: url(../images/air_coord.jpg) no-repeat 0 2px;
}

ul.listing li.accomodation{
	background: url(../images/accomodation.jpg) no-repeat 0 2px;
}

ul.listing li.following{
	background: url(../images/chart2.jpg) no-repeat 0 2px;
}

/*people pictures*/

ul.listing li.mike_hawkey{
	background: url(../images/mike_hawkey.jpg) no-repeat 0 2px;
}

ul.listing li.mike_woodhall{
	background: url(../images/mike_woodhall.jpg) no-repeat 0 2px;
}

ul.listing li.tim_lester{
	background: url(../images/tim_lester.jpg) no-repeat 0 2px;
}

ul.listing li.ian_m{
	background: url(../images/ian_m.jpg) no-repeat 0 2px;
}

ul.listing li.pietro_perrotta{
	background: url(../images/pietro_perrotta.jpg) no-repeat 0 2px;
}

ul.listing li.alec_walker{
	background: url(../images/alec_walker.jpg) no-repeat 0 2px;
}
ul.listing li.helen_stevens{
	background: url(../images/awaiting.jpg) no-repeat 0 2px;
}


ul.listing li.matthew_forkin{
	background: url(../images/matthew_forkin.jpg) no-repeat 0 2px;
}

ul.listing li.mike_george{
	background: url(../images/mike_george.jpg) no-repeat 0 2px;
}

ul.listing li.ben_jacques{
	background: url(../images/ben_jacques.jpg) no-repeat 0 2px;
}


ul.listing li.cara_bissett{
	background: url(../images/Cara_Bissett.jpg) no-repeat 0 2px;
}

ul.listing li.hayley_pryszlak{
	background: url(../images/hayley_pryszlak.jpg) no-repeat 0 2px;
}

ul.listing li.iain_waite{
	background: url(../images/iain_waite.jpg) no-repeat 0 2px;
}

ul.listing li.kenny_mccann{
	background: url(../images/kenny_mccann.jpg) no-repeat 0 2px;
}

ul.listing li.darius_assassi{
	background: url(../images/darius_assassi.jpg) no-repeat 0 2px;
}

ul.listing li.sandy_love{
	background: url(../images/sandy_love.jpg) no-repeat 0 2px;
}

ul.listing li.vera_alladitta{
	background: url(../images/vera_alladitta.jpg) no-repeat 0 2px;
}

ul.listing li.iain_sealey{
	background: url(../images/iain_s.jpg) no-repeat 0 2px;
}


ul.listing li.helen_white{
	background: url(../images/helen_white.jpg) no-repeat 0 2px;
}


ul.listing li.chris_moult{
	background: url(../images/chris_moult.jpg) no-repeat 0 2px;
}

ul.listing li.a_alexander{
	background: url(../images/angela_alexander.jpg) no-repeat 0 2px;
}

ul.listing li.Graham_Kelly{
	background: url(../images/graham_kelly.jpg) no-repeat 0 2px;
}

ul.listing .head{

	color: #000;
	
	
}

/*----------------------------------------------------------*/
/*our service*/

table {
	font-size: 1.2em; /* 11 pixel height */
	line-height: 1.2em;
	font-weight: normal;
	color: #404040;
	text-align: top;
}

td{
	vertical-align: top;
	padding: 0 20px 8px 0;
}

table a{
	color: #000;
	text-decoration: none;
	padding: 0 11px 0 0;
	background: url(../images/envelope.gif) no-repeat right top;
}