/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
body {
	font:normal 12px Arial, Helvetica;
	background:#FFF;
	color:#666;
	margin:0;
	padding:0;
}

img {
	border:0;
}

a, a:visited {
	text-decoration:none !important;
	color:#2F8DCA !important;
}

a:hover {
	text-decoration:underline !important;
	color:#333 !important;
}

/** Lists **/

.lroman li {
	list-style-type: lower-roman;
}

.lalpha li {
	list-style-type: lower-alpha;
}

#page {
	margin:0;
	height:100%;
	overflow:hidden;
	padding-right:10px;
/*	border-right:1px solid #CCC;*/
}

/** Container **/

.container {
	margin:0;
	font:normal 12px Arial, Helvetica;
	width:1000px;
	padding:0 10px;	
	background:url(../images/sidebar/left-vertical-bar-packages-listing.jpg) no-repeat;
	height:100%;
	overflow:hidden;
}

.page-packages .container {
	background:url(../images/sidebar/left-vertical-bar-packages.jpg) no-repeat;
}

.page-hotels .container {
	background:url(../images/sidebar/left-vertical-bar-hotels.jpg) no-repeat;
}


/**************************************/
/*              HEADER                */
/**************************************/

#header {
	height:100px;
	margin:0;
	padding:0;
}


/**************************************/
/*             NAVIGATION             */
/**************************************/

#navigation ul,
#navigation li {
	list-style-type: none;
	margin:0;
	padding:0;
}

#navigation li {
	display:inline;
	margin:0;
	padding:0;
}

#navigation li a {
	display:block;
	float:left;
	background:url(../images/header/FY-nav.jpg);
	margin:0;
	padding:0;
	height:100px;
	text-indent: -9999px;
}

li#nav-packages a {
	width:92px;
	background-position: 0 top ;
}

li#nav-packages a:hover,
li#nav-packages a.active {
	width:92px;
	background-position: 0 bottom ;
}

li#nav-hotels a {
	width:72px;
	background-position: -92px top ;
}

li#nav-hotels a:hover,
li#nav-hotels a.active {
	width:72px;
	background-position: -92px bottom ;
}

li#nav-flights a {
	width:72px;
	background-position: -164px top ;
}

li#nav-flights a:hover,
li#nav-flights a.active {
	width:72px;
	background-position: -164px bottom ;
}

li#nav-contact a {
	width:102px;
	background-position: -236px top ;
}

li#nav-contact a:hover,
li#nav-contact a.active {
	width:102px;
	background-position: -236px bottom ;
}



/**************************************/
/*            MAIN CONTENT            */
/**************************************/

#main {
	height:auto;
	overflow:hidden;
	background:url(../images/page-packages-listing/vertical-bar-content-packages-listing.jpg) repeat-x;
	
}

.page-packages #main {
	background:url(../images/page-packages/vertical-bar-content-packages-notice.jpg) repeat-x;
	
}

.page-hotels #main {
	background:url(../images/page-hotels/vertical-bar-content-hotels.jpg) repeat-x;
	
}

#content {
	float:right;
}

#content-inner {
	padding:10px 0;
}

#sidebar {
	float:left;
	font-size:11px;
}

/** Booking Panel **/

#sidebar form {
	margin:0;
	padding:0;
	color:#000;
}

#sidebar input,
#sidebar select,
#sidebar option {
	font-size:normal 11px Arial, Helvetica;
}

#sidebar fieldset {
	margin:0;
	padding:10px;
	border:0;
}

#sidebar form .submit {
	margin:0;
	margin-right:10px;
}

#booking-panel-top {
	background:url(../images/booking-form/top-package-mh.jpg);
	width:230px;
	height:80px;
	margin:0;
	padding:0;
	text-indent: -9999px;
}

.page-hotels #booking-panel-top {
	background:url(../images/booking-form/top-hotel.jpg);
	width:230px;
	height:50px;
	margin:0;
	padding:0;
	text-indent: -9999px;
}

#booking-panel {
	background:url(../images/booking-form/mid.jpg) repeat-y;
	margin:0;
	padding:0;
}

#booking-panel-bottom {
	background:url(../images/booking-form/bottom.jpg);
	width:230px;
	height:10px;
	margin:0;
	padding:0;
}

/** Sidebar Buttons **/

#sidebar-buttons {
	margin:10px 0;
}

#sidebar-buttons p {
	margin:0;
	padding:0;
}

/** Side Banners **/

#sidebanners {
	position: absolute;
	top:10px;
	left: 860px;
	width:160px;
}

#side-buttons {

}

/** Main Ads **/

#main-ads {
	height:250px;
	overflow:hidden;
}

.page-hotels #main-ads {
	height:160px;
}

.page-hotels #main-ads p {
	float:left;
	margin-right:10px;
}

#main-ad {
	float:left;
	width:368px;
	height:250px;
	overflow:hidden;
}

#main-ad p {
	margin:0;
	padding:0;
	display:block;
}

#side-ads {
	float:left;
	width:205px;
	margin:0;
	margin-left:7px;
}

#side-ads p {
	margin:0;
	margin-bottom:7px;
}

.packages-notice {
	margin:0 !important;
	padding:0;
}


/** Featured Packages **/

.page-packages .header-title {
	margin:0;
	padding:0;
	margin-top:10px;
	background:url(../images/page-packages/featured-packages-by-destinations.jpg) no-repeat;
	width:590px;
	height:30px;
	text-indent: -9999px;
}

#featured-list {
	width:590px;
	height:auto;
	overflow:hidden;	
}

#featured-list p {
	float:left;
	width:140px;
	margin:10px 0;
	margin-right:10px;
	padding:0;	
}

#featured-packages p {
	height:170px;
}

#featured-list p a {
	display:block;
}

p.first {
	margin-left:0;
}

.last {
	margin-right:0 !important;
}

/** Packages Listing **/

.page-packages-listing .header-title {
	margin:0;
	padding:0;
	margin-top:10px;
	background:url(../images/page-packages-listing/packages-listing-tab.jpg) no-repeat;
	width:590px;
	height:30px;
	text-indent: -9999px;
}

.package-listing {
	height:160px;
	margin:10px 0;
	padding:10px;
	border:1px solid #CCC;
}

.package-listing dt {
	margin:0;
	padding:0;
	font:bold 18px Arial, helvetica;
	color:#F26F21;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #CCC;
}

.package-list-destination {
	color:#000;
}

.package-list-price-from {
	font-weight:normal;
	font-size:14px;
	color:#666;
}

.package-listing dd {
	margin:0;
	margin-left:160px;
	margin-bottom:1px;
	padding:.25em;
	height:auto;
	overflow:hidden;
}

.package-choice {
	color:#000;
	font-weight:bold;
	font-size:14px;
}

.package-hotel ul li {
	margin:.25em 0;
}
/*
.package-hotel a {
	float:left;
	margin-right:10px;
}
*/
.list-lgk {
	background:url(../images/destinations/LGK.jpg) no-repeat 10px 53px;
}

.list-szb {
	background:url(../images/destinations/SZB.jpg) no-repeat 10px 53px;
}

.list-sin {
	background:url(../images/destinations/SIN.jpg) no-repeat 10px 53px;
}

.list-hkt {
	background:url(../images/destinations/HKT.jpg) no-repeat 10px 53px;
}

.list-usm {
	background:url(../images/destinations/USM.jpg) no-repeat 10px 53px;
}

.list-pen {
	background:url(../images/destinations/PEN.jpg) no-repeat 10px 53px;
}

.list-mes {
	background:url(../images/destinations/MES.jpg) no-repeat 10px 53px;
}

.list-bth {
	background:url(../images/destinations/BTH.jpg) no-repeat 10px 53px;
}

.list-jhb {
	background:url(../images/destinations/JHB.jpg) no-repeat 10px 53px;
}

.list-kua {
	background:url(../images/destinations/KUA.jpg) no-repeat 10px 53px;
}

.list-tgg {
	background:url(../images/destinations/TGG.jpg) no-repeat 10px 53px;
}

.list-dps {
	background:url(../images/destinations/DPS.jpg) no-repeat 10px 53px;
}

.list-bkk {
	background:url(../images/destinations/BKK.jpg) no-repeat 10px 53px;
}

.list-hkg {
	background:url(../images/destinations/HKG.jpg) no-repeat 10px 53px;
}

.list-pek {
	background:url(../images/destinations/PEK.jpg) no-repeat 10px 53px;
}

.list-can {
	background:url(../images/destinations/CAN.jpg) no-repeat 10px 53px;
}

.list-usm {
	background:url(../images/destinations/USM.jpg) no-repeat 10px 53px;
}

.list-mel {
	background:url(../images/destinations/MEL.jpg) no-repeat 10px 53px;
}

.list-mle {
	background:url(../images/destinations/MLE.jpg) no-repeat 10px 53px;
}

.list-cdg {
	background:url(../images/destinations/CDG.jpg) no-repeat 10px 53px;
}

.list-eze {
	background:url(../images/destinations/EZE.jpg) no-repeat 10px 53px;
}

.list-fco {
	background:url(../images/destinations/FCO.jpg) no-repeat 10px 53px;
}

/** Featured Hotels **/

.page-hotels .header-title {
	margin:0;
	padding:0;
	margin-top:10px;
	background:url(../images/page-hotels/featured-hotels-by-destinations.jpg) no-repeat;
	width:590px;
	height:30px;
	text-indent: -9999px;
}

.page-hotels #featured-list p {
	height:230px;
}

/** Contact Us **/

.page-contact .header-title {
	margin:0;
	padding:0;
	margin-top:10px;
	background:url(../images/page-contact/contact-us-tab.jpg) no-repeat;
	width:590px;
	height:30px;
	text-indent: -9999px;
}

/** Icons **/

.icons {
	float:right;
}

.icon {
	float:left;
	width:20px;
	height:20px;
	margin-right:5px;
	text-indent: -9999px;
}

.icon-hotel {
	background:url(../images/icons/hotel.png) no-repeat;
}

.icon-flight {
	background:url(../images/icons/flight.png) no-repeat;
}

.icon-star {
	background:url(../images/icons/star.png) no-repeat;
	width:10px;
	height:10px;
	margin:0;
}

.icon-breakfast {
	background:url(../images/icons/breakfast.png) no-repeat;
}

.icon-tour {
	background:url(../images/icons/tour.png) no-repeat;
}

.message-notice {
	width:560px;
	background:#FFF;
	padding:10px;
	color:#000;
	border:1px solid #FF9900;
}

/**************************************/
/*               FOOTER               */
/**************************************/

#footer {
	clear:both;
	margin:10px 0;
}

#footer-inner div {
	float:left;
}

.footer-call {
	width:370px;
	margin:0;
	margin-left:25px;
}

.footer-links {
	font-size:90%;
	float:none;
	clear:both;
	width:800px;
	display:block;
	padding-left:40px;
}

.footer-links ul {
	list-style-type: none;
	margin:0;
	padding:0;
}

.footer-links ul li {
	list-style-type: none;
	margin:0;
	padding:0;
	display:inline;
	margin-right:5px;
}

.footer-partners {
	width:130px;
	margin:0;
	
}

.footer-copyright {
	float:none;
	clear:both;
	width:800px;
	display:block;
	padding-left:40px;
}

#footer a {
	text-decoration:none;
	color:#333;
}

#footer a:hover {
	text-decoration:underline;
	color:#000;
}

/** Override Hotels Booking form **/

#country, 
#ddlCity {
	width:200px !important;
}

/** Override GoQuo **/

table,
tr,
td {
	border:0;
}

.container table,
.container th, 
.container td {
	border:0 !important;
}

/** Page Curl **/

#pageflip {
	position: relative;
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 50px; height: 50px;
	position: absolute;
	z-index: 50;
	right: 0; top: 0;
	background: url(../images/page-packages/masbanner-05-flip.jpg) no-repeat right top;
	text-indent: -9999px;
}

/** Promo bar **/

#message_box { 
 position: absolute; 
 top: 0; left: 0; 
 z-index: 10; 
background:#F26F21;
padding:0;
 border-bottom:1px solid #CCC;
 text-align:left; 
 font-weight:bold; 
 width:100%;

}

/** Inline Content **/

.inline-content {
	padding:10px;
}

h1, h2, h3, h4, h5, p {
	margin:1em 0;
}

h2, h3, h4, h5, h6 {
	color:#000;
}

