@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family:Arial;
	color:#000000;
	font-size:12px;
}
h1, h2, h3, h4{
	font-family:Arial, Helvetica, sans-serif;
	}

p{
	padding:7px;
}

#header{
	width:100%;
	height:155px;
	background:url(../images/header_bg.gif) repeat-x;
}

#header #logo-section{
	margin:auto;
	width:965px;
	height:115px;
	/*border:#FF0000 1px solid;*/
}

#header #logo-section #logo{
	width:128px;
	float:left;
	margin-top:11px; 
}

#header #logo-section #live-chat-section{
	width:176px;
	float:right;
	
	/*margin-top:3px;*/
}

#header #menu{
	/*margin-top:10px;*/
	padding:11px 0;
	width:965px;
	font-family:Arial;
	font-size:16px;
	text-shadow: #000 1px 1px 1px;
}

#header #menu ul{
	margin:0;
	padding:0;

}

#header #menu ul li{

	list-style-type:none;
	display:inline;
	padding:5px 25px;
	border-right:#FFF 1px solid;
}
#header #menu ul li.last{
	border-right:none;
}

#header #menu ul li a{
	color: #fff;
	text-decoration:none;
}

#header #menu ul li:hover a{
	color:#fff;
	text-shadow: #FFF 1px 1px 1px;	
}

#banner-section{
	margin-top:1px;
	width:100%;
	height:310px;
	background:url(../images/banner_bg.gif) repeat-x;
	padding-top:2px;
}

#banner-section #section-container{
	
	width:965px;
	margin:auto;
	height:300px;

}

#banner-section #banner-container{
	width:630px;
	height:296px;
	float:left;
}

#banner-section #map-section{
	width:323px;
	height:296px;
	float:right;
}

#banner-section #map-section #search-section{
	width:313px;
	height:40px;
	margin-top: -2px;
	padding: 8px 0 0 10px;
	background:url(../images/seach_bg.gif) no-repeat;
}

#search-section{
	float:right;
	width:313px;
	height:40px;
	margin-top: -2px;
	padding: 8px 0 0 10px;
	background:url(../images/seach_bg.gif) no-repeat;
}

.iForms{

	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
}

.iForms input[type="text"], .iForms input[type="submit"] {
	border:solid 1px #fff;
	height:30px;
	font-size:16px;
	color:#354F68;
	width:230px;

	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}

.iForms input[type="submit"] {
	border:solid 1px #fff;
	height:34px;
	font-size:16px;
	color:#354F68;
	width:auto;
	padding: 5px;
	
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}

.cForms{
	background:#e8f3fa;	
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
}

.cForms input[type="text"], .cForms input[type="submit"] {
	border:solid 1px #C3D9FF;
	height:30px;
	font-size:16px;
	color:#354F68;
	width:350px;

	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}

.cForms input[type="submit"] {
	border:solid 1px #C3D9FF;
	height:34px;
	font-size:16px;
	color:#354F68;
	width:auto;
	padding: 5px;
	
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}

.cForms label {
	font-size:14px;
	color:#EC267B;
}

.cForms .txtarea {
	border:solid 1px #C3D9FF;
	height:150px;
	font-size:16px;
	color:#354F68;
	width:350px;

	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}

#body-container{
	margin:auto;
	width: 965px;
	clear:both;
}

#body-container #top-adsection{
	margin-bottom:8px;

}

#body-container #content-section{
	width:628px;
	float:left;
	/*min-height:200px;
	background:#993300;*/
}
#body-container h1{
	margin:8px;
	color:#046dae;
}

#body-container .heading{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#046dae;
}
#body-container .arial-16-ed1c5c{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#ed1c5c;
}

#body-container p{
	padding:8px;
	color:#333;
	margin:0;
}
#body-container #content-section #breadcrumb{
	color:#333;
	margin:5px auto;
}
#body-container #content-section #breadcrumb a{
	color:#c53f40;
	text-decoration:none;

}
#body-container #content-section #breadcrumb a:hover{
	text-decoration:underline;

}

#body-container #content-section .package-section{
	background:#f3f2e8;
	border:solid 1px #f3f2e8;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	padding-bottom:15px;
	margin-bottom:10px;
	
}

#body-container #content-section .package-section .head{
	border-bottom:#cfcfcf 2px dotted;
}
#body-container #content-section .package-section .head h2{
	margin:8px;
	display:inline-block;
	width:500px;
	color:#046dae;
}

#body-container #content-section .package-section .head a{
	color:#333;
	text-decoration:none;
}
#body-container #content-section .package-section .head a:hover{
	text-decoration:underline;
}

#body-container #content-section .package-section .group{
	width:48%;
	margin-right:10px;
	float:left;
}
#body-container #content-section .package-section .group h4{
	color:#ed1c5c;
	margin:8px;
	font-size:14px;
}

#body-container #content-section .package-section .group ul{
	margin:0;
	padding:0;
}
#body-container #content-section .package-section .group li{
	list-style-type:none;
	margin-left:8px;
	line-height:18px;
}
#body-container #content-section .package-section .group li .price{
	color:#ed1c5c;
	font-size:12px;
	font-weight:bold;
	padding-right:15px;
	float:right;

}


#body-container #content-section .package-section li a{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
#body-container #content-section .package-section li a:hover{
	text-decoration:underline;
}


#body-container #content-section .package-section .box .price{
	color:#ff004e;
	font-size:12px;
	font-weight:bold;
	float:right;
}



#body-container #content-section .budgetFares, .businessFares{
	background:#c53f40;
	margin:2px;
	padding:3px 6px;
	color:#FFF;
	font-size:14px;
}

#body-container #content-section .businessFares{
	background:#1072BA;
}

#body-container #content-section .airfares{
	width:100%;
	margin-bottom:25px;
}

#body-container #content-section .airfares td{
	background-color:#FFFFFF;
	border-bottom:1px dotted #CCCCCC;
	color:#3D3D3D;
	padding:4px;
	vertical-align:middle;
	font-size:8pt;

}

#body-container #content-section .airfares td a{
	color:#3D3D3D;
	padding:4px;
	font-size:8pt;

}

#body-container #content-section .airfares tr.heads td{
	background:#F3F2E8;
	text-align:center;
	font-weight:bold;
	padding:2px;
	border:#fff 1px solid;
}

#body-container #content-section .airfares td.price{
	color:#EF1C5D;
	font-weight:bold;
	font-size:14px;
}

#body-container #content-section .airlineLogo{
	background:#F1F1E7;
	border:#4B86B7 1px solid;
	width:170px;
	height:120px;
	float:left;
	margin:8px;
}
#body-container #content-section .FlightDetails{
	background:#F1F1E7;
	margin:2px;
}
#body-container #content-section .FlightDetails p{
	background:#e4e4da;
	margin:1px 0px;
	padding:2px 8px;
}

#body-container #content-section .FlightDetails .logo{
	background:#F1F1E7;
	float:left;
	margin-bottom:5px;
}

#body-container #content-section .FlightDetails .Price{
	font-family:Arial;
	font-size:36px;
	font-weight:bold;
	color:#c53f40;
	float:right;
	margin-right:80px;
	margin-top:15px;
}
#body-container #content-section #destination-bar{
	background:#F2F2E8;
	text-align:center;
	font-size:20px;
	border:solid 1px #d6d6d4;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:4px;
	
}
#body-container #content-section #destination-bar a{
	margin:8px;
	color:#666;
	text-decoration:none;

}
#body-container #content-section #destination-bar a.select{
	color:#c53f40;

}

#body-container #content-section #destinations{
/*	background:#09F;*/
}
#body-container #content-section #destinations h2{
	margin:0;
	padding:6px;
}

#body-container #content-section #destinations .countries,#body-container #content-section #destinations .cities{
	background:#F2F2E8;
	width:48%;
}
#body-container #content-section #destinations .countries{
	float:left;
}
#body-container #content-section #destinations .cities{
	float:right;
}

#body-container #content-section #destinations .countries ul,#body-container #content-section #destinations .cities ul{
	margin:0;
	padding:0;
}

#body-container #content-section #destinations .countries li,#body-container #content-section #destinations .cities li{
	border-bottom: #999 1px dotted;
	list-style:none;
	line-height:26px;
}
#body-container #content-section #destinations .countries li a,#body-container #content-section #destinations .cities li a{
	display:block;
	padding-left:30px;
	color:#333;
	text-decoration:none;
}
#body-container #content-section #destinations .countries li a:hover,#body-container #content-section #destinations .cities li a:hover{
	color:#FFF;
}

#body-container #content-section #destinations .countries li:hover{
	background:#4fa6e6;

	
}
#body-container #content-section #destinations .cities li:hover{
	background:#f879af;
}


#body-container #content-section .aLogo{
	margin:auto;
	width:100px;
	height:25px;
}

#body-container #content-section .mPhoto{
	margin:auto;
	width:630px;
	height:180px;
}

#body-container #right-section{
	width:316px;
	float:right;
	min-height:200px;
/*	background:#993300;*/
}
#faq-section{
	width:628px;
	float:left;
}
#faq-section .group ul{

	margin:0;
	padding:0;
}
#faq-section .group li{
	color:#0065a2;
	font-size:12px;
	line-height:20px;
	list-style:none;
	margin-left:12px;
}
#faq-section .group li a{
	color:#046dae;
	font-weight:bold;
	text-decoration:none;
}
#faq-section .group li a:hover{
	color: #ed1c5c;
}
#faq-section .group li .top{
	color: #ed1c5c;
}

#bottom-section{
	width:100%;
	background:#DDDDD5 url(../images/bottom_bg.gif) repeat-x;

}

#bottom-section #navigation{
	margin:auto;
	width:965px;
}
#bottom-section #navigation .nav-block{
	width:auto;
	float:left;
}
#bottom-section #navigation .nav-block h5{
	color:#418ab5;
	font-size:14px;
	padding:16px;
	margin:0;

}
#bottom-section #navigation .nav-block .group{
	float:left;
	width:135px;
	padding:0;
	margin:5px 1px;
	
}
#bottom-section #navigation .nav-block .sp {
	border-right:#b9b9b9 1px solid;
}
#bottom-section #navigation .nav-block .group ul{
	margin:0;
	padding:0;
}
#bottom-section #navigation .nav-block .group li{
	color:#0065a2;
	font-size:12px;
	line-height:18px;
	list-style:inside;
	margin-left:12px;
}
#bottom-section #navigation .nav-block .group li a{
	color:#4a4949;
	text-decoration:none;
}
#bottom-section #navigation .nav-block .group li a:hover{
	text-decoration:underline;
}









.divider{
	margin-top:1px;
	border-top:#959385 1px solid;	
	border-bottom:#bfbdb0 1px solid;	
	}



#footer{
	margin:auto;
	width:965px;
	height:120px;
}
#footer #menu{
	text-align:center;
	color:#666;
	font-size:12px;
	padding:10px 0;
}
#footer #menu a{
	padding:6px;
	color:#666;
	text-decoration:none;
}
#footer #menu a:hover{
	text-decoration:underline;
}

#footer #copy{
	background:url(../images/footer_logos.gif) right bottom no-repeat;
	padding:0;

}
#footer #copy .logo{
	padding-top:15px;

}
#footer #copy span{
	color:#333;
}

.dotted-boder-right{
	border-right:#cfcfcf 2px dotted;
}

#message_error, #message {
	width:90%;
	margin:10px auto 10px auto;
	border-width: 1px;
	border-style: solid;
	padding: 12px;
	text-align:center;
	clear:both;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color:#FFEBE8;
	border-color:#CC0000;
}
#message {
	background-color:##FFFFE0;
	border-color:##E6DB55;
	color:#333;
}


#travel-guide{
	width:316px;
	float:left;
	background: #656565;
}
#travel-guide .group ul{

	margin:10px 0 10px 17px;
	padding:0;
}
#travel-guide .group li{
	color:#fff;
	font-size:12px;
	line-height:20px;
	list-style:inside;
	margin-left:12px;
}
#travel-guide .group p{
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}


#enquiry_section{
	background:#DFDFDF;
	border:solid 1px #f3f2e8;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	padding-bottom:15px;
	margin-bottom:10px;
	
}

#enquiry_section .head{
	border-bottom:#cfcfcf 2px dotted;
}

#enquiry_section .head h2{
	margin:8px;
	display:inline-block;
	width:510px;
	color:#046dae;
}

#enquiry_section .submit{
	
	font-size:12px;
	background:#3B8ABA;
	border:solid 1px #fff;
	height:35px;
	
	font-size:16px;
	color:#fff;
	width:90px;
	padding: 5px;
	
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#enquiry_section ul{
	margin:10px;
	padding:0;
}

#enquiry_section li{
	list-style-type:none;
	margin-left:8px;
	line-height:18px;
	color:#000000;
	font-size:14px;
	font-weight:bold;
}

.airline_logo_section{
	float:left;
	width:220px; 
	height:200px; 
	margin-right:28px; 
	background:#e2e2e2;

}

.airline_logo_section .airline_logo{
	width:200px;
	height:160px; 
	padding:10px;
	overflow: hidden;
}

.airline_logo_section .airline_logo img{
	padding:10px;
}

.airline_logo_section .airline_name{
	height:20px; 
	padding:10px; 
	color:#FFFFFF;
	background:#ed257b;
}

.airline_logo_section .airline_name a{
	color:#FFFFFF;
	text-decoration:none;
}

.arial-black-10, .arial-144c81-26{
	color:#000000;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.arial-144c81-26{
	color:#144c81;
	font-size:26px;
	text-align:justify;
}

/*---------Start Paging---------------*/
#paging{
	text-align:center;
	background:#414141;
	padding:8px;
}
#paging ul{
	list-style:none;
}
#paging li{
	display:inline;
/*	border:#993333 1px solid;*/
	margin:2px 3px;
}
#paging .active{
	color:#fff;
	background:#FFA337;
	border:#FFA337 1px solid;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 
	border-radius: 2px;
	padding:4px 8px;
	font-size:125%;
}
#paging li a{
	color:#939393;
	border:#fff 1px solid;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 
	border-radius: 2px;
	text-decoration:none;
	padding:4px 8px;
	font-size:125%;
	
}
#paging li a:hover{
	color:#fff;
	background:#FFC98A;
}
/*** ***/

#Listing .paging li a {
	display:compact;
	color:#0A4F86;
	font-weight:bold;
	text-decoration:underline;
}
/*---------End Paging---------------*/
