body {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: Black;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
}

h1 {
	margin: 0;
	text-decoration: none;
	font-size: 10px;
	color: #000000;
	}
	
h2 {
	margin: 0;
	text-decoration: none;
	color: #FFFFFF;
	font: bold, Arial;
	font-size: 35px;
	}

h3 {
	margin: 0;
	padding: .8em 0 .5em;
	text-decoration: none;
	color: #000000;
	font-size: 1.4em;
	}

h5 {
	margin-top: 10px;
	padding: .4em 0 .2em;
	text-decoration: none;
	color: Black;
	font-size: 1.4em;
	}
	
h6 {
	text-decoration: none;
	color: Black;
	font-size: 1.4em;
	}
	
h7 {
	text-decoration: none;
	color: White;
	font-size: 1.4em;
}
	
a,
a:link,
a:visited,
a:hover,
a:active 
{
	color: #656156;
}

input.txt 
{	height: 14px;
	padding: 1px 0px 0px 0px;
	color: #5f5f5f;
	font: 1.0em Verdana, Sans-serif;
	
}

br.clear 
{
	clear: both;
}

form 
{
	margin: 0px;
	padding: 0px;
}

#flightPanel {
	background: #ffffff;
}

#ErrorDisplay {
	display: block;
	clear: both;
	margin: 15px 0px 10px 10px;
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #f80f85;
	font: 1.2em arial;
	color: #FF0000;
}

.standardForm {	
	float: left;
	background-color: White; CHANGE THIS FOR THE FORM OPTIONS COLOUR 
	margin-left: 10px;
	margin-top: 0px;
}
.standardForm span 
{
	display: block;
	float: left;
	margin-right: 10px;
}

.standardForm span.itemWide {
	width: 128px;
}

.standardForm span.itemNormal {
	width: 108px;
}

.standardForm span.itemNarrow {
	width: 60px;
}



.pageHeader {
	font: bold large arial, sans serif;
	color: #f80f85;
}

.sectionHeader {
	display: block;
	width: 430;
	height: 20px;
	padding: 2px 0px 0px 8px;
	color:#2eb135;
	font: bold 1.45em arial;
	background:  url("../images/header3square.gif");
}
.sectionFooter{
	display: block;
	width: 430;
	height: 15px;
	background: url("../images/bottomflightsearch1.gif");
}

.orderHeader {
	display: block;
	width: 597px;
	height:20px;
	padding: 2px 2px 1px 8px;
	color:#f80f85;
	font: bold 1.45em arial;
	background: url("../images/orderHeader.gif");
}

.orderpriceHeader {
	display: block;
	width: 590px;
	height:20px;
	padding: 2px 2px 1px 8px;
	color:#f80f85;
	font: bold 1.45em arial;
	background: url("../images/priceHeader.gif");
}

.orderFooter{
	display: block;
	width: 580px;
	padding: 2px 20px 0px 0px;
	margin-bottom: 15px;
	background: url("../images/bottomorder.png");
}

.standardPanel {
	float:left;	
	padding: 10px;   /*/ THIS MOVES THE FLASH CLOSER/*/
	background-color: White;
}

.formBody
{
	padding: 10px;
	border: 0px solid White;
	border: #F30560;
	/*/ THIS CHANGES THE WHITE INSIDE THE FORM/*/
	background: White;
}

.dealBody
{
	padding: 10px;
	width: 299px;
	border: 0px solid White;
	border: #F30560;
	/*/ THIS CHANGES THE WHITE INSIDE THE FORM/*/
	background: White;
}

.rulesBody
{
	padding: 10px;
	width: 96.4%;
	/*/ THIS CHANGES THE WHITE INSIDE THE FORM/*/
	background: White;
}

.travelexcluBody
{
	padding: 0px;
	width: 428px;
	/*/ THIS CHANGES THE WHITE INSIDE THE FORM/*/
	background: White;
}

.essentialsBody
{
	padding: 0px;
	width: 247px;
	/*/ THIS CHANGES THE WHITE INSIDE THE FORM/*/
	background: White;
}

.specialofferBody
{
	padding: 0px;
	width: 418px;
	/*/ THIS CHANGES THE WHITE INSIDE THE FORM/*/
	background: White;
}

.standardForm select 
{
	font: 1.0em Arial, Sans-serif;
	background color: White;
}

div.itemWide,
div.itemNormal,
div.itemNarrow
{
	float: left;
	background: #ffffff;
	margin: 0px 2px 0px 0px;
	padding: 0px;
	font: 11px verdana, sans serif;
}

.itemWide {
	width: 128px;
}

.itemNormal {
	width: 108px;
}

.itemNarrow {
	width: 60px;
}

.pricingGrid {
	width: 571px;
	margin-top: 1px;
}

.pricingGrid td,
.pricingGrid th {
	width: 80px;
	text-align: right;
	vertical-align: bottom;
}

.grandTotal {
	display: block;
	float: left;
	clear: both;
	width: 560px;
	margin-top: 3px;
	font-weight: bold;
	text-align: right;
}

.journey {
	float: left;
	width: 572px;
	background: #ffffff;
}

.flightSeparator {
	clear: both;
	height: 1px;
	background: #cfcfcf;
	color: #cfcfcf;
	margin: 0px 0px 5px 10px;
	padding: 0px;
}

.flightOption 
{
	display: block;
	float: left;
	width: 500px;
	color: #5a5a5a;
	margin: 0px;
	padding: 4px 0px 4px 0px;
}

div.airLogo,
div.eTicketStatus {
	clear: both;
	width: 100%;
	margin: 1px 2px 0px 2px;
}

img.airLogoImg {
	float: left;
	width: 30px;
	height: 30px;
}

.topLeftButton {
	margin: 10px 0px 10px 0px;	
}

#ticketType {
	width: 560px; 
	text-align: right;
}

.ticketingPricing {
	float: left;
	width: 563px;
	margin: 0px;
	padding: 0px;
}

#feeTotals {
	margin: 0px;
	padding: 0px;
	float: right;
}

#confirmationHeader,
#passengerHeader,
#flightHeader {
	width: 568px;
}

#PaymentHeader {
	width: 543px;
}

#confirmationPanel,
#passengerPanel {
	width: 575px;
	background: #ffffff;
}

#flightPanel {
	width: 575px;
	background: #ffffff;
}

.flightSegment
{
	display: block;
	float: left;
	width: 560px;
	color: #5a5a5a;
	margin: 0px;
	padding: 4px 0px 4px 0px;
}

.flightSegment .itemWide {
	width: 128px;
}

.flightSegment .itemNormal {
	width: 108px;
}

.flightSegment .itemNarrow {
	width: 80px;
}

.journeyHeader {
	display: block;
	width: 600px;
	height: 22px;
	padding: 2px 2px 1px 8px;
	color:#f80f85;
	font: bold 1.45em arial;
	background: url("../images/journeyheader.gif");
}

.passengerHeader {
	display: block;
	width: 560px;
	height:20px;
	padding: 2px 2px 1px 8px;
	color:#f80f85;
	font: bold 1.45em arial;
	background: url("../images/passengerheader.gif");
}

.travelessentialsHeader {
	display: block;
	width: 422px;
	height: 18px;
	padding: 0px 0px 0px 8px;
	color: #2eb135;
	font: bold 1.3em arial;
	background: url("../images/travelessentials.gif") no-repeat;
}

.specialofferHeader {
	display: block;
	width: 412px;
	height: 18px;
	padding: 0px 0px 0px 8px;
	color: #2eb135;
	font: bold 1.3em arial;
	background: url("../images/specialofferHeader.gif") no-repeat;
}

.dealsHeader {
	display: block;
	width: 318px;
	height: 18px;
	padding: 0px 0px 0px 8px;
	color: #f80f85;
	font: bold 1.3em arial;
	background: url("../images/dealsHeader.gif") no-repeat;
}

.contactHeader {
	display: block;
	width: 315px;
	height: 18px;
	padding: 0px 0px 0px 8px;
	color: #2eb135;
	font: bold 1.3em arial;
	background: url("../images/contactheader3square.gif") no-repeat;
}

.minicontactHeader {
	display: block;
	width: 300px;
	padding: 2px 0px 0px 8px;
	color: #f80f85;
	font: bold 1.3em arial;
	background: url("../images/minicontactheader.gif") no-repeat;
}

.contactDetailsHeader {
	display: block;
	width: 420px;
	padding: 2px 0px 0px 8px; 
	color: #f80f85;
	font: bold 1.3em arial;
	background: url("../images/contactdetails.gif") no-repeat;
}

.airlineMainHeader {
	display: block;
	width: 510px;
	height:18px;
	padding: 2px 0px 0px 8px; 
	color: #2eb135;
	font: bold 1.3em arial;
	background: url("../images/hajj-header.gif") no-repeat;
}

.packagesHeader {
	display: block;
	width: 532px;
	height:18px;
	padding: 2px 0px 0px 8px; 
	color: #2eb135;
	font: bold 1.3em arial;
	background: url("../images/packagesheader.gif") no-repeat;
}

.divider1
{
	height: 2px;
	background-color: #F4086B;
	width: 100%;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*/overflow : hidden;/*/
}

.divider2
{
	height: 2px;
	clear: both;
	background : url(../images/dividerstroke.gif);
	overflow : hidden;
}

#search
{
	padding: 0px 0px 0px 0px;
	margin-top: 10px;
	background: url("../images/signupbg2.png") no-repeat;
	overflow: hidden;
	height: 77px;
}

#search .inputs 
{
	width: 120px;
	margin: 5px;
	border: 1px solid #AFB4BB;
	font-size: x-small;
}


.sml 
{
	font-size: 0.9em;
	font-weight: normal;
}

	
#contacts ul {
	margin: 0px 0px 0px;
	padding: 0px 0px 0px;
	}
	
#contactList td.thumb {
	padding-left: 0px;
	width: 30px;
	height: 30px;
	}

#contactList td.theme {
	padding-left: 10px;
	width: 100px;
	font-size: .55em;
	color: Black;
	}

#contactList td.themenoimage {
	padding: 0px 0px 0px 0px;
	width: 140px;
	font-size: .75em;
	color: Black;
	}	

#contactList td.price {
	text-align: right;
	color: Black;
	}
	
#contactList td.price a {
	font-weight: normal;
	font-size: 1.6em;
	color: Black;
	}

#contactList td.thumb img {
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	}

.contactBody
{
	display: block;
	border: 0px solid White;
	border:#F30560;
	/*/ THIS CHANGES THE WHITE INSIDE THE FORM/*/
	background: White;
}

	
.itineraryHeader {
	display: block;
	width: 427px;
	height:20px;
	padding: 2px 0px 0px 8px;
	color: #f80f85;
	font: bold 1.45em arial, sans serif;
	background:  url("../images/itineraryheader.gif");
}

.itineraryFooter {
	display: block;
	width: 428px;
	height: 15px;
	padding: 2px 0px 0px 0px;
	background: url("../images/itineraryFooter.gif");
	
}

.rulesHeader {
	display: block;
	width: 600;
	padding: 2px 5px 1px 8px;
	color: #f80f85;
	font: bold 1.5em arial, sans serif;
	background:  url("../images/rulesHeader1.gif");
}

.aboutHeader {
	display: block;
	width: 642px;
	height: 20px;
	padding: 2px 0px 0px 8px;
	color: #f80f85;
	font: bold 1.5em arial, sans serif;
	background:  url("../images/aboutHeader.gif");
}

.verticalmenuHeader{
	display: block;
	width: 192px;
	height: 20px;
	padding: 0px 0px 0px 8px;
	color: #2eb135;
	font: bold 1.5em arial, sans serif;
	background:  url("../images/verticalmenuHeader.gif");
}

.essentialsHeader{
	display: block;
	width: 240px;
	height: 20px;
	padding: 0px 0px 0px 8px;
	color: #2eb135;
	font: bold 1.5em arial, sans serif;
	background:  url("../images/essentialsheader.gif");
}

///////////////////////////* START UNIVERSAL FOOTER*/////////////////////////

#footer {
width: 795px;
margin: auto;
padding-bottom: 0px;
padding: 0px;
border-top: 1px solid #e5e4e4;
}

#footer p {
margin: 0px;
font-size: 10px;
padding: 0px;
}

#footer p a {
color: #555;
}

#footer p a:hover {
color: #222;
border-bottom: #1px solid #333;
}

#footer .left {
float: left;
width: 40%;
}

#footer .right {
float: right;
width: 40%;
text-align: right;
}



/* END UNIVERSAL FOOTER*/


.searchtxt {
	font-family: Arial, Eurostile;
	font-size: 11px Solid, Black;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

.offerstxt {
	margin-left: 10px;
	font-family: Arial, Eurostile;
	font-size: 11px Solid, Black;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}



.airlineReviewHolder
{
	width: 690px;
	padding: 0px 0px 0px 0px;
	padding-left:25px;
	padding-bottom:10px;
	background-color:#FFFFFF;
}


div.airlineReviewHolder div img
{
	float : left;
	margin: 15px 8px 0px 0px;
	width: 150px;
	
}
div.airlineReviewHolder div img
{
	border-color: #FFFFFF;
}

/*//////////////////VERTICAL - MENU////////////////////*/

#vertmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
width: 160px;
padding: 0px;
margin: 0px;
}



#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
font-size: 90%;
display: block;
border-bottom: 1px Solid #eeeeee;
padding: 6px 0px 7px 4px;
text-decoration: none;
color: #666666;
width:194px;
}

#vertmenu ul li .selected {
	background-color: #eeeeee;
	color: #666666;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #000000;
background-color: #eeeeee;
}

/***************************/
/*	Specials Style*/
/***************************/

.dealContent{
	margin: 0 2px;
	clear: right;
}
.dealPrice, .dealThumb, .dealDates{
	margin: 4px 2px;
	font: 1em/1.4em arial;
}
.dealPrice h4{
	font-size: 2.5em;
	color: Black;
}
.dealPrice{
   width: 80px;
	height: 87px;
	background-color: #FFFFFF;
	text-align: center;
	border: 1px Solid Black;
}

.dealThumb{
	border: 1px solid #000;
}
.dealDates{
	width: 150px;
	/*height: 11em;*/
	height: 10.25em;
	margin: 0 5px;
	font: 400 0.7em/1.65em arial;
}
.dealDates table{
	margin: 1px 0 0 0;
	font-size: 1.4em;
}
.dealDates table tr td{
	padding: 0.25em 0 0.25em 0;
}

form{ margin: 0; padding: 0; }
.floatL{ float: left; }
.floatR{ float: right; }
.algnL{ text-align: left; }


/*BAR*/

/*MY MENU*/

#home_link {
	BACKGROUND: url() transparent no-repeat 10px 10px; LEFT: 0px; WIDTH: 85px; CURSOR: pointer; POSITION: relative; TOP: 0px; HEIGHT: 85px
}
#home_link A {
	DISPLAY: block; WIDTH: 85px; HEIGHT: 80px;
}

#wrapper {
	BACKGROUND-IMAGE: url(../images/hajj_header.jpg);
	WIDTH: 793px;
	height: 105px;
	POSITION: relative;
	background-repeat: no-repeat;
	border-left: 1px solid #2eb135;
	border-right: 1px solid #2eb135;
	margin: 0px auto 0px;
	
}
#ceiling {
	PADDING-RIGHT: 0px; PADDING-LEFT: 80px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
#ceiling div {
	MARGIN-LEFT: 0px; FONT-WEIGHT: bold; FONT-SIZE: 85%; COLOR: #898989; LINE-HEIGHT: 1.8; LIST-STYLE-TYPE: none; TEXT-ALIGN: left
}
div#topleft {
	POSITION: absolute;
	FLOAT: left;
	WIDTH: 330px;
	Font-SIZE: 40px;
	margin-top: 0px;
	margin-left: 30px;
	FONT: arial;
	top: 0px;
	color: White;
}

#ceiling div#topleft {
	DISPLAY: block; Font-SIZE: 40px; FONT: arial;
}

div#topleftcleft {
	POSITION: absolute; FLOAT: left; WIDTH: 200px; Font-SIZE: 15px; left: 120px; top: 47px; Color:#2eb135;
}

#ceiling div#topleftcleft {
 DISPLAY: BLOCK; Font-SIZE: 15px; 
}

/*MENU*/


.basictab ul{
	margin: 0px;
	padding: 0px 3px;
	margin-left: 2px;
	font: bold 13.5px #FFFFFF arial;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
	text-decoration: none;
	padding: 0px 2px;
	margin-right: 3px;
	border: none;
	border-bottom: none;
	background-color: transparent;
	color: White;
}

.basictab li a:visited{
	color: White;
}

.basictab li a:hover, .basictab li a.current{
	background-color: transparent;
	color: #2eb135;
}

.basictab li a:active{
	color: #2eb135;
}

/*END MY MENU*/

