/*======================================
      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,
.page-bookpay .container {
	background:url(../images/sidebar/left-vertical-bar-hotels.jpg) no-repeat;
}

.clear-block {
	height:auto;
	overflow:hidden;
	margin:10px 0;
}


/**************************************/
/*              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/navigation.jpg);
	margin:0;
	padding:0;
	height:100px;
	text-indent: -9999px;
}

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

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

li#nav-hotels a {
	width:73px;
	background-position: -91px top ;
}

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

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

li#nav-flights a:hover,
li#nav-flights a.active {
	background-position: -164px bottom ;
}
/*
li#nav-activities a {
	width:92px;
	background-position: -236px top ;
}

li#nav-activities a:hover,
li#nav-activities a.active {
	background-position: -236px bottom ;
}
*/
li#nav-bookpay a {
	width:91px;
	background-position: -236px top ;
}

li#nav-bookpay a:hover,
li#nav-bookpay a.active {
	background-position: -236px 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,
.page-bookpay #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;
  margin:0;
}

/** 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,
.page-bookpay #booking-panel-top {
	background:url(../images/booking-form/top-hotel.jpg);
	width:230px;
	height:50px;
	margin:0;
	padding:0;
	text-indent: -9999px;
}

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

.page-activities #booking-panel-top {
	background:url(../images/booking-form/top-activities.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;
}

/** Flight Schedule **/

#search-schedule {
	margin:1px 2px;
	padding:5px 10px;
	background:#f2f2f2;
	border:1px solid #CCC;
	border-width:1px 0;
	color:#000;
}

/** 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;
}

#halfskyscraper,
#skyscraper {
	height:auto;
	overflow:hidden;
}

#halfskyscraper {
	height:320px;
	margin-bottom:10px;
}

#skyscraper {
	height:600px;
}

#sidebanners div p {
	margin:0;
	padding:0;
}



/** Main Ads **/

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

#main-ads p {
	padding:0;
	margin:0;
}

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

.page-hotels #main-ads p,
.page-tours #main-ads p,
.page-bookpay #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;
	height:auto;
	overflow:hidden;
}

#side-ads div p {
	margin:0;
}

#side-ads div {
	height:120px;
	overflow:hidden;
	margin:0 0 7px 0;
}

.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;
}

#featured-packages-wrapper {
	width:590px !important;
	height:auto;
	overflow:hidden;
	margin-bottom:10px;
}

#featured-packages-wrapper div {
	float:left;
	width:275px;
	margin:0;
	padding:0;
	padding:10px;
}

#featured-destinations {
	margin-right:10px;
}

#featured-destinations span {
	height:680px;
	overflow:hidden;
	margin:0;
	padding:0;
}

ul.featured-packages-list,
ul.featured-themes-list,
ul.featured-packages-list li,
ul.featured-themes-list li {
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.featured-packages-list li {
	float:left;
	width:130px;
	margin:0 10px 10px 0;	
}

#featured-destinations li img {
	width:130px;
}

#featured-themes li {
	margin:5px 0;
}
/*
#featured-themes {
	background:#F3D562;
}
*/



/** Packages Listing **/

.page-packages-listing .header-title,
.page-launch-packages .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;
}

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

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

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

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

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

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

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

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

.list-sgn{
	background:url(../images/destinations/SGN.jpg) no-repeat 10px 53px;
}
/** Featured Hotels **/

.page-hotels .header-title,
.page-bookpay .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,
.page-bookpay #featured-list p {
	height:230px;
}

/** Launch Packages **/

.list-grid {
	float:left;
	width:160px;
	height:80px;
	padding:10px;
	margin:0 10px 10px 0;
	overflow:hidden;
	background:#F2F2F2;
	border:1px solid #CCC;
}

.package-price {
	float:left;
	width:60%;
	font-size:11px;
	color:#FF0000;
	font-style:italic;
}

.package-rating {
	float:right;
	text-align:right;
	width:40%;
}

.list-grid:hover {
	background:#FFF;
	border:1px solid #F26F21;
}

.page-launch-packages .list-grid {
	float:none;
	width:auto;
	height:auto;
	background:transparent;
	border-width:1px 0;
	margin:0;
	padding:10px 0;
	margin-top:-1px;
}

.page-launch-packages .list-grid:hover {
	background:transparent;
	border-color:#CCC;
}


.page-launch-packages .column-left {
	float:left;
	width:47%;
}

.page-launch-packages .column-right {
	float:right;
	width:47%;
}

.even {
	background:#f2f2f2;
}

/** Book Now, Pay Later **/

#hotel-search {
	width:580px;
	height:135px;
	background:transparent url(../images/page-bnpl/bnpl-bg.png) no-repeat;
	margin:0 0 10px 0 !important;
	overflow:hidden;
}

#hotel-search-inner {
	width:200px;
	height:135px;
	float:right;
	margin-right:10px;
}

#hotel-search-form form {
	margin:-10px 0 0 10px ;
	padding:0;
}

#hotel-search-form p {
	display:block;
}

#hotel-search-form label {
	display:none;
}

#hotel-search-form .input-text input {
	width:120px;
	height:25px;
	margin:0;
	padding:0;
	border:0;
	float:left;
}

#hotel-search-form .form-submit input {
	float:right;
	width:50px;
	height:25px;
	background:url(../images/page-bnpl/btn-search.png) no-repeat;
	display:block;
	margin:0 10px 0 0;
	padding:0;
	border:0;
	text-indent: -9999px;
	cursor: pointer;
	font-size: 0%;
	line-height:0;
}

#hotel-destinations {
	margin:15px 0 0 10px;
}

#hotel-destinations a {
	text-decoration:none;
	color:#000 !important;
}

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

#hotel-destinations ul {
	height:auto;
	overflow:hidden;
}

#hotel-destinations li {
	float:left;
	width:80px;
	margin:0 0 5px 0;
	padding-left:10px;
	display:block;
	background:transparent url(../images/page-bnpl/bullet.png) no-repeat;
	_background-image:none;
}

#hotel-destinations p.destination-button a {
	background:url(../images/page-bnpl/btn-destinations.png) no-repeat;
	width:185px;
	height:20px;
	margin:-10px 0 0 0;
	_margin-top:0;
	padding:0;
	text-indent: -9999px;
	display:block;
}


/** Tours & Transfers **/

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

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


/** 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;
}

/** Page Partners **/

.page-partner .promobox {
	height:auto;
	overflow:hidden;
	padding:10px;
	background:#D5D395;
}

.page-partner #sime-darby-content {

}

.page-partner .promobox dl {
	float:left;
	width:200px;
	background:#FFF;
	padding:10px;
}

.page-partner .promobox dl dt {
	color:#000;
	margin-bottom:1em;
}

.page-partner .promobox dl img {
	display:block;
	width:110px;
	margin:0 auto;
}

.page-partner .promobox dl dt span {
	display:block;
}

.page-partner .promobox dl dd {
	margin-bottom:1em;
}

.page-partner .promobox form {
	float:right;
	width:320px;
}

.page-partner .promobox form fieldset {
	border:0;
	padding:0;
}

.page-partner .promobox form p {
	clear:both;
	height:auto;
	overflow:hidden;
	margin:.5em 0;
}

.page-partner .promobox form label {
	float:left;
	width:120px;
}

/** 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;
}

/** Inline Content **/

.inline-content {
	padding:10px;
}

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

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