/* CSS Document */

body {
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	background-color:#CCCCCC;
}
body,form,ul,li,p,h1,h2,h3{
	margin:0;
	padding:0;
}
form select{color:#333;font-size:11px;}
form select option{color:#333;font-size:11px;}
.blue{color:#336699;}
.inputText{
	color:#333;
	font-size:11px;
	padding:1px;
}
.inputTextFocus{color:#111;}
a img{border:none;}
a{text-decoration:none;color:#0099ff;}
a:hover{text-decoration:underline;}

/* Clearing html elements */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

#container {
	width:997px;
  	background: #FFFFFF;
	margin: 0 auto; 
    border-left:1px solid #666666;
	border-right:1px solid #666666;
}
#header #logo {
	float:left;
	margin:5px 0 0 5px;
}
#header #top_links {
	color:#0055CC;
	font-size:11px;
	padding:5px 25px 5px 10px;
	float:right;
}
#header #top_links a {
	color:#0055CC;
	padding:0 3px 0 0;
}
#header #search {
	float:right;
	clear:right;
	margin:5px 13px;
}
.searchBox{margin-right:14px;}
.searchL{
	background:url(../images/searchL.gif) no-repeat;
	width:5px;
	height:65px;
	float:left;
}
.searchC{
	float:left;
	height:65px;
	background:#EBF4F7;
}
.searchR{
	background:url(../images/searchR.gif) no-repeat;
	float:left;
	height:65px;
	width:5px;
}
.search_input {
	margin:12px 15px 0 10px;
	width:220px;
}
.search_btn{
	border:0;
	background:url(../images/btn_search.gif) no-repeat;
	width:65px;
	height:25px;
	cursor:pointer;
}
.searchOption{
	padding:5px;
}
.searchOption label{
	bottom:2px;
	position:relative;
}
#nav_bar{
	height:35px;
	margin:8px;
	position:relative;
	width:99%;
}
#nav_bar .menu li{
	border-bottom:1px solid #E8E8E8;
	border-top:1px solid #E8E8E8;
	font-size:13px;
	height:35px;
	cursor:pointer;
	border-right:1px solid #E8E8E8;
	background:url(../images/tabInactive.gif) repeat-x;
}
#nav_bar .menu li.selected,#nav_bar .submenu li.active{
	background:url(../images/tabActive.gif) repeat-x;
}
#nav_bar .menu .menuImg{
	position:relative;
	top:2px;
}
#nav_bar ul li{
	list-style:none;
	float:left;
	padding:0 15px 0 16px;
}
#nav_bar .submenu{
	background:white;
	border-top:1px solid #E8E8E8;
	position:absolute;
	top:35px;
	left:0px;
	z-index:1000;
	display:none;
}
#nav_bar .submenu li{
	float:none;
	background:transparent url(../images/tabInactive.gif) repeat-x scroll 0 0;
	border:1px solid #E8E8E8;
	border-top:none;
	cursor:pointer;
	padding:6px 18px;
}
#nav_bar .submenu li a{
	color:#004565;
	font-weight:bold;
	padding:0 10px;
}
.nav_barItem{
	color:#004565;
	font-weight:bold;
	position:relative;
	top:3px;
}
#content{
	padding:0 8px 10px;
}
.main-content{
	width:797px;
	float:left;
}
.main-contentL{
	width:245px;
	float:left;
}
.main-contentL h3,.right-col h3{
	background: #ebf4f7;
	padding:5px;
	margin:0;
	color:#004565;
	font-size:13px;
}
.showcase_img {
	float:left;
	margin:0;
	padding:7px;
	width:80px;
}
.showcase_txt {
	color:#114566;
	float:left;
	font-size:11px;
	margin:0;
	padding:0;
	width:150px;
}
.showcase_txt h4 {
	color:#0099FF;
	font-size:12px;
	font-weight:bold;
	margin:8px 0 0;
	padding:0;
}
.showcase_txt p {
	color:#114566;
	font-size:11px;
	line-height:16px;
	margin:0;
	padding:0;
}
.borderline {
	border-bottom:1px solid #D9D9D9;
	clear:both;
	height:1px;
	margin:0 10px 5px;
}
.main-contentR{
	padding-left:12px;
	width:540px;
	float:left;
}
.quote{
	color:#336699;
	/*background:url(../images/openQuote.gif) no-repeat top left;*/
}
.closeQuote{
	/*background:url(../images/closeQuote.gif) no-repeat bottom right;*/
	padding:1px 25px;
	font-weight:bold;
	font-size:13px;
	text-align:justify;
}
.customerSay{
	margin:0 0 20px;
}
.customerSay p{
	color:#336699;
	font-weight:bold;
	font-size:15px;
	background-color:#e7eff7;
	padding:5px 5px 4px 10px;
}
.customerSay .quote{
	padding:10px 25px 4px;
	display:none;
	font-size:13px;
	text-align:justify;
}
.customerSay .quoteCount{text-align:right;height:30px;}
.customerSay .quoteCount span{
	padding:2px 6px;
	background-color:#c6d6e7;
	border:1px solid #a6b5be;
	margin-right:10px;
	color:#01385c;
	font-weight:bold;
	font-size:11px;
	cursor:pointer;
}
.customerSay .quoteCount span.active{
	background-color:#ddeaf1;
	border:1px solid #cedee6;
}
.tabContainerWrapper{
	width:497px;
	margin:20px auto;
}
.tabs,.tabL,.tabC,.tabR{float:left;}
.tabL{
	background:url(../images/tabL.gif) no-repeat;
	width:6px;
	height:24px;
	cursor:pointer;
}
.tabC{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	height:19px;
	color:#0066cc;
	cursor:pointer;
	padding:3px 23px 0;
	background:#f2f7fa;
}
.tabR{
	background:url(../images/tabR.gif) no-repeat;
	width:6px;
	height:24px;
	cursor:pointer;
}
.selected .tabL{background:url(../images/activetabL.gif) no-repeat;}
.selected .tabC{
	background:#ddeaf1;
	border:none;
	height:21px;
	color:#004565;
}
.selected .tabR{background:url(../images/activetabR.gif) no-repeat;}
.tabContent{
	background:#ddeaf1;
	padding:8px;
}
.tabContentBox{
	border:1px solid #ccc;
	background:white;
}
.tabItem{padding:5px;}
.tabItem p{
	line-height:1.6em;
	margin:5px 5px 5px 0;
}
.tabItem a{color:#336699; padding:2px 5px;}
.tabItem a:hover{background:#DDEAF1; font-weight:bold;}
.tabHeader{
	border-bottom:1px solid #D9D9D9;
	font-weight:bold;
	padding:0 5px 5px;
	color:#004565;
}

/*************** CSS Button ****************/
input.cssBtn {
    border:1px solid #336699;
	background:#3399ff;
	color:white;
	padding:0.1em 1.4em;
	font-weight:bold;
	margin-top:15px;
    width: 0;  /* IE table-cell margin fix */
    overflow: visible;
}
input.cssBtn[class] {  /* IE < 7 ignores [class] */
    width: auto;  /* cancel margin fix for other browsers */
}
input.cssBtnPressed{
	border:1px solid #003366;
	background:#3366cc;
}

.right-col{
	padding-left:6px;
	width:178px;
	float:left;
}
.right-col p{margin:5px 0;}
h1{
	color:#FF7C0B;
	font-size:28px;
	margin:0;
	padding:0 0 15px 5px;
}
h1 span{
	color:#0099FF;
	font-size:22px;	
}
h1.home{margin-left:52px;}
h1.home div{padding-left:260px;}
.howItWorks{margin-bottom:10px;}
.howItWorksTop{
	background:url(../images/howItWorks-top.gif) no-repeat;
	height:5px;
	font-size:1px;
}
.howItWorksMiddle{
	background:url(../images/howItWorks-middle.gif) repeat-y;
	margin:0;
	padding:0 2px;
}
.howItWorksMiddle .border{
	border-left:1px solid #849bab;
	border-right:1px solid #849bab;
	height:200px;
}
.howItWorksMiddle .border .workingStepHr{
	margin-bottom:32px;
}
.howItWorksBottom{
	background:url(../images/howItWorks-bottom.gif) no-repeat;
	font-size:1px;
	height:5px;
}
.workingSteps{
	float:left;
	padding:5px 7px;
	width:249px;
}
.workingSteps .productList li input{
	float:left;
	position:relative;
	top:-2px;
}
.workingSteps ul{
	float:left;
	font-size:11px;
	padding-right:14px;
	list-style:none;
}
.workingSteps ul li{
	margin-bottom:10px;
}
.howItWorksMiddle .border ul li{
	
}
.howItWorksMiddle .border ul li p{
	margin:0;
}
.workingStepHr{
	margin-bottom:22px;
}
.workingStepHr img{float:left;}
.workingStepHr h2{
	color:#444444;
	font-size:15px;
	margin:0;
	padding:10px 0 0 50px;
}
.getStarted{
	width:159px;
	height:38px;
	margin:20px 0 0 40px;
}
.padding{padding-bottom:9px;}
.featuredDest{padding:12px;}
.featuredDest .destHeading{
	color:#003366;
	font-weight:bold;
}
.featuredDest .borderline{margin:5px 0;}
.featuredDest  .destinations a,.destinations p span.divide{
	color:#0066cc;
}
.destinations p span{
	font-weight:bold;
	color:#666;
}
.destinations p span.divide,#leftside p a{
	padding:0 10px;
}
#footer{
	background:#003366;
	color:white;
	height:14px;
	font-size:11px;
	padding:5px;
}
#footer a{color:white;}
#footer #leftside {
	float:left;
	margin:0;
	padding:0;
	width:400px;
}
#footer #rightside {
	float:right;
	padding-right:5px;
}
.errInfo {
	color:#EF0E0E;
	font-size:10px;
	overflow:hidden;
	height:12px;
	z-index:1000;
}

/*		Product Form styles		*/
.productFormContainer {margin:20px 5px;}
.productFormContainer .heading{
	color:#01385c;
	font-weight:bold;
}
.productForm{
	background:#f5f9fb;
	padding:5px 20px;
	margin-top:8px;
}
.productForm h3{color:#0094df;margin:8px 0;font-size:13px;}
.productForm .inputBox{width:145px;}
.productForm .selectBox{width:153px;}
.productForm textarea{height:75px;width:558px;}
.productFormBox{padding:8px;background:white;font-size:11px;}
.productFormBox table tr td{text-align:right;width:50%;vertical-align:top;}
.productFormBox table tr .left{text-align:left;}
.productFormBox table tr .right{text-align:right;width:16%;}
.tipsForBooking .heading{padding:10px;background:#F5F9FB;margin-top:10px;}
.tipsForBooking ul{
	margin:12px 20px;
}
.tipsForBooking ul li{
	list-style:square;
	color:#01385c;
	line-height:2em;
}

/*			Destination styles			*/
.topdest{margin:0 5px;}
.blueBgHeading{
	color:#004565;
	background:#F5F9FB;
	font-size:14px;
	font-weight:bold;
	margin:15px 0 11px;
	padding:7px;
}
.topDestCol{
	float:left;
	width:310px;
}
#topDestCol1{border-right:1px dashed #999;}
.topdestDiv{padding:3px 5px 10px 7px;}
.topdestDiv p{margin:2px 0 8px;}
.topdestDiv strong{
	color:#0099FF;
	margin:0 0 2px;
}
.topDestDivider{
	height:2px;
	margin:0 10px;
	border-top:1px dashed #999;
}
.browsePackage table{margin-left:5px;}
.browsePackage table th{
	color:#0173BE;
	text-align:left;
	border-bottom:1px solid #0173BE;
	font-weight:bold;
}
.browsePackage table td{padding:4px;}

.rightColBg{
	background:#528bff none repeat scroll 0 0;
	border-left:4.8px solid #CCCCCC;
	border-right:4.8px solid #CCCCCC;
	margin-right:7px;
	color:white;
}
.darkBlueHeading{
	background-color:#104992;
	font-weight:bold;
	padding:3px 5px;
}
.travelOptions div{padding:4px 0;}
.contactInfo{padding-left:4px;}
.contactInfo div{margin-top:5px;}
.destinationBody{color:#004565; padding:0 10px; text-align: justify}
.destinationBody h1{
	background:#F5F9FB none repeat scroll 0 0;
	padding:7px;
	font-size:15px;
	color:#004565;
}
.destinationBody p{margin-top:10px;}
.destinationBody h2{margin-top:10px; font-size:13px;}
.destinationBody ul{margin:10px 0 0 20px;}

.workingSteps .errInfo{
	height:auto;
	/*width:125px;*/
	padding-left:0;
}
.workingSteps ul .errInfo{
	width:100px;
}


/*	About Us style 		*/

.blueBorderBox{
	border:8px solid #EBF4F7;
	margin:0 10px;
	color:#01385C;
	padding:6px;
}
.blueBorderBox p{margin-top:10px;}
#aboutUsBox h1{
	color:#0099FF;
	font-size:18px;
}
#aboutUsBox h3,#aboutUsBox p{margin-top:10px;}
#aboutUsBox ul{margin-left:20px;line-height:1.8em;}

.contactForm{margin:20px;}
.contactForm h3{margin-bottom:20px;}

/*	Theme page styles	*/
.themeContainer{padding-left:16px;}
.themeItem{
	width:295px;
	float:left;
	/*position:relative;*/
	margin:0 12px 9px 0;
}
.theme_middle{
	border-left:1px solid #AFAFAF;
	border-right:1px solid #AFAFAF;
	width:295px;
	padding-bottom:12px;
}
.theme_middle p{line-height:1.8em; margin-left:5px;}
.themeItem .theme_middle .viewMore{margin-right:10px;text-align:right;}
.themeItem .theme_middle .viewMore a{color:#004565; font-size:11px; font-weight:bold;}


/*	Search page style	*/
.search_heading{font-weight:bold;}
.search_heading_right{
	float:right;	
}
.search_heading_left{font-size:13px;}
.error1{
	font-size:13px;
	line-height:1.8em;
	margin-left:25px;
}
.browse_service_title {
	background-color:#F5F9FB;
	color:#0173BE;
	float:left;
	font-weight:bold;
	padding:5px;
	width:30%;
}
.browse_title_title {
	background-color:#F5F9FB;
	color:#0173BE;
	float:left;
	font-weight:bold;
	padding:5px;
	width:65%;
}

.browse_service_content  a {
color:#336699;
}

.browse_title_content a {
color:#336699;
}
.browse_service_content{width:30%;float:left;padding:5px;}
.browse_title_content{width:65%;float:left;padding:5px;}