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

@media only screen and (max-width: 480px) {
	.navbar li {
		width: 100% !important;
	}

	div.container {
		width: 100% !important;
	}

	#hdrdiv {
		width: 100% !important;
	}

	#cntdiv {
		width: 100% !important;
	}

	div#tourstrip div.col-5 {
		width: 40% !important;
	}

	div#tourstrip div.col-7 {
		width: 52% !important;
	}

	div#imghtl {
		margin: 0px !important;
	}

	div#dv404 {
		width: 50% !important;
	}

	div#dvwhtap {
		margin-bottom: 0px !important;
	}
}

@media only screen and (max-width: 1280px) {
	div#dv404 {
		width: 50% !important;
	}
}

@media only screen and (min-width: 1400px) {
	div.container {
		width: 70% !important;
	}

	div#tourstrip div.col-md-4 {
		width: 32.5% !important;
	}

	div#tourstrip div.col-5 {
		width: 40% !important;
	}

	div#tourstrip div.col-7 {
		width: 52% !important;
	}

	div#imghtl {
		margin: 70px 0px 0px 0px !important;
	}

	div#dv404 {
		width: 25% !important;
	}
}

html,
body {
	width: 100%;
}

body {
	margin: 0px;
	/* background: url(../images/bg.png) top repeat-x; */
	font-family: Verdana, Geneva, sans-serif !important;
	font-size: 12px !important;
	color: #000;
	background-color: #9999ff !important;
	/*ccccff;*/
}

body#home a#home,
body#aboutus a#aboutus,
body#cabs a#cabs,
body#packages a#packages,
body#hotels a#hotels,
body#gallery a#gallery,
body#contactus a#contactus {
	color: #FFF;
	background: #FF9900;
}

#home {
	border-radius: 0px 0px 0px 7px;
}

#contactus {
	/* width: 158px; */
	border-radius: 0px 0px 7px 0px;
}

img {
	border: 0px none;
}

img.floatright {
	margin: 20px 0px 5px 5px;
	float: right;
}

img.floatleft {
	margin: 0px;
	float: left;
}

p {
	text-align: justify;
	line-height: 20px;
	margin: 0px;
}

input,
textarea,
select {
	background: -moz-linear-gradient(center top, #ffffff, #eeeeee 1px, #ffffff 25px) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 5px;
	border: 1px solid #d5d4d4;
	color: #333333;
	font-size: 12px;
	padding: 2px 0 2px 5px;
	height: 25px;
}

.btnOnline {
	background: none repeat scroll 0 0 #008000;
	border: 0 none;
	color: #FFF;
	cursor: pointer;
	font-weight: bold;
	height: 35px;
	padding: 5px 15px;
}

#tophead {
	/*background:url(../images/tophead.png) repeat-x;*/
	text-align: center;
	height: auto;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#headerimg {
	width: 100%;
	border: 0px none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#divFleetHead {
	clear: both;
	text-align: center;
	margin: 0px 0px 5px 0px;
}

#divFleetHead b {
	font-family: Verdana, Geneva, sans-serif;
	color: #FF4500;
	font-size: 18px;
	font-weight: 500;
}

#fleetTable {
	width: 850px;
	margin: 0px auto;
	text-align: center;
}

/*new*/
#menu_bar_main {
	height: 34px;
	margin: 0px auto;
	position: relative;
	width: 936px;
	z-index: 99999;
}

#menu-bar {
	background-color: #CC6600;
	/*#006699*/
	/*;*/
	/*background-image:url(../images/menu_bar_hover.png);*/
	background-repeat: repeat;
	border-radius: 0px 0px 10px 10px;
	position: absolute;
	width: inherit;
}

#menu-box {
	margin: 0px auto;
}

#menu-box ul {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 14px;
	color: #1565B2;
	display: inline;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	float: left;
}

#menu-box ul li {
	list-style: none;
	margin: 0px auto;
	padding: 0px;
	display: inline;
}

#menu-box ul li a,
#menu-box ul li a:visited {
	text-decoration: none;
	text-align: center;
	color: #FFF;
	white-space: nowrap;
	padding: 10px 0px;
	float: left;
	width: 155px;
	height: 14px;
	display: inline;
}

.bdrleft {
	border-left: 1px solid #000;
}

/*Newly added end*/
/*smart gallery start*/
.min-gallery {
	width: 632px;
	height: 300px;
	margin: auto;
}

.min-gallery .preview {
	width: 632px;
	height: 300px;
	position: relative;
	overflow: hidden;
	background-color: White;
}

.min-gallery .preview img {
	/* width: 795px;             height: 525px;*/
	position: absolute;
}

/*smart gallery end*/
#wrapper {
	width: 960px;
	margin: 0px auto;
}

#top-content {
	background: url(../images/top.png) no-repeat;
	width: 960px;
	height: 22px;
	margin: 5px 0px 0px 0px;
	clear: both;
}

#content {
	background: url(../images/content.png) top left repeat-y;
	width: 960px;
	margin: 0px;
}

#bottomcontent {
	background: url(../images/bottom.png) no-repeat;
	width: 960px;
	height: 22px;
	margin-bottom: 25px;
}

/*breadcrumbs*/
#breadcrumb {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	/* padding: 10px 30px; */
	text-decoration: none;
	text-align: left;
}

#breadcrumb a {
	text-decoration: none;
	color: #666;
}

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

/*content div*/
#divcon {
	padding: 0px 30px 0px 30px;
	width: 900px;
	margin: 0px auto;
	clear: both;
}

#hori-line {
	border: #666 1px thick;
}

.bordervizag img {
	border: 2px solid #F36;
}

.bordervizag:hover img {
	border: 2px solid #0C3;
}

.borderimg img {
	border: 2px solid #FFF;
}

.borderimg:hover img {
	border: 2px solid #F00;
}

.borderimg:hover {
	color: red;
	/* irrelevant definition to overcome IE bug */
}

/*fleet pages*/
#divfleetpages {
	float: left;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	clear: both;
	width: 390px;
	height: 398px;
	margin: 0px 4px 0px 0px;
	padding: 0px;
	border: 0px;
}

#divfleetpages table.m1 {
	border: 2px solid #666;
	width: 390px;
	height: 94px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px 0px 12px 0px;
	padding: 0px;
}

#divfleetpages table.m1 td {
	padding: 2px 0px;
}

#divfleetpages table.m2 td {
	padding: 2px 0px;
}

#divfleetpages table.m3 td {
	padding: 2px 0px;
}

#divfleetpages table.m2 {
	border: 2px solid #666;
	width: 390px;
	height: 130px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#divfleetpages table.m3 {
	border: 2px solid #666;
	width: 390px;
	height: 150px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	margin: 12px 0px 0px 0px;
	padding: 0px;
}

#divfleetpages table td h1 {
	color: #090;
	font-size: 14px;
	margin: 0px;
	font-weight: bold;
	padding: 0px;
	border: 0px;
}

#divfleetpages table td b {
	color: #993300;
}

/*#divfleetpagesh1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#090;
	margin:5px 45px;
	font-weight:bold;
	text-align:center;
}*/
#divfleetborder {
	border: 2px solid #666;
	width: 500px;
	height: 394px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#termsnextprev {
	text-decoration: none;
	color: #606;
	text-align: center;
	margin: 10px 0px 0px 0px;
}

#termsnextprev a {
	text-decoration: none;
	color: #606;
	font-weight: bold;
	margin: 0px auto;
}

#termsnextprev a:hover {
	text-decoration: underline;
	color: #60F;
}

#tc {
	text-decoration: none;
	text-align: center;
	margin: 15px 0px 0px 0px;
}

#tc a {
	text-decoration: none;
	color: #0066FF;
	text-align: center;
}

#tc a:hover {
	text-decoration: underline;
	color: #0066FF;
}

/*fleet pages end*/
#map {
	border: 2px #999999 solid;
}

#divgall {
	width: 858px;
	clear: both;
	margin: 0px 0px 0px 47px;
}

/* thumbnail list */

ul#thumbs {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#thumbs li {
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

ul#thumbs li p {
	width: 100px;
	height: 100px;
	margin: 0px 50px;
	text-align: center;
	padding: 2px;
	border: 1px #999 solid;
}

ul#thumbs li em {
	width: 102px;
	background: url(../images/bubble.gif) no-repeat;
	padding: 3px 0 6px;
	display: none;
	position: absolute;
	top: -30px;
	left: -2px;
	font-family: "Comic Sans MS", cursive;
	font-style: normal;
	text-align: center;
	z-index: 2001;
}

ul#thumbs a {
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	color: #000000;
	text-decoration: none;
}

ul#thumbs a img {
	float: left;
	position: absolute;
	top: -15px;
	left: -52px;
	border: 1px solid #999;
	padding: 2px;
}

/* mouse over */

ul#thumbs a:hover {
	overflow: visible;
	z-index: 1000;
	border: none;
}

ul#thumbs a:hover img {
	border: 1px solid #999;
	background: #fff;
	padding: 2px;
}

ul#thumbs a:hover em {
	display: block;
}

/* // mouse over */

/* clearing floats */

ul#thumbs:after,
li#thumbs:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

ul#thumbs,
li#thumbs {
	display: block;
}

/*  \*/
ul#thumbs,
li#thumbs {
	min-height: 1%;
}

* html ul#thumbs,
* html li#thumbs {
	height: 1%;
}

/* // clearing floats */

/* // thumbnail list */


/* single thumbnail */

p.thumb {
	float: left;
	margin: .5em 0;
	margin-right: 10px;
	border: 1px solid #999;
	padding: 2px;
}

p.thumb a {
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	line-height: 100px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

p.thumb a img {
	float: left;
	position: absolute;
	top: -20px;
	left: -50px;
}

/* mouse over */

p.thumb a:hover {
	overflow: visible;
	z-index: 1000;
	border: none;
}

p.thumb a:hover img {
	border: 1px solid #999;
	background: #fff;
	padding: 2px;
}

/* // mouse over */

/* // single thumbnail */
/*toursheader*/
#toursheader {
	width: 210px;
	height: 320px;
	text-align: left;
	float: left;
	padding: 0px;
	margin: 0px 20px 0px 0px;
}

#toursheader div {
	background-color: #cccccc;
	margin: 0px;
	padding: 0px;
}

#divt {
	background: url(../images/toursbgb.png) no-repeat;
	width: 210px;
	height: 10px;
	margin: 0px;
	padding: 0px;
}

.toursheader {
	font-family: Verdana, Geneva, sans-serif;
	color: #008000;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 5px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
}

#toursheader ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#toursheader ul li {
	background-image: url(../images/tourslist.png);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	padding: 0px 0px 0px 17px;
	background-position: 3px 3px;
	margin: 15px 0px 0px 0px;
	text-wrap: none;
}

#toursheader ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	padding: 0px;
	margin: 15px 0px 0px 0px;
	text-wrap: none;
}

#toursheader a:hover {
	text-decoration: underline;
}

#toursheader div div {
	background-color: #cccccc;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#toursheader span {
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #090;
	margin: 0px 0px 0px 125px;
	padding: 10px 0px 0px 0px;
}

#toursheader span a {
	color: #090;
	text-decoration: none;
}

#toursheader span a:hover {
	color: #399;
	text-decoration: underline;
}

#divider {
	margin: 25px 0px 0px 0px;
	padding: 0px;
}

#divupper {
	margin: 0px 0px 17px 0px;
	padding: 0px 0px 0px 0px;
	width: 900px;
	height: 300px;
}

#leftdiv {
	margin: 0px 0px 0px 0px;
	float: left;
	clear: left;
	width: 250px;
	height: 300px;
}

#rigtdiv {
	/*height: 300px;*/
	width: 632px;
	float: right;
	margin: 0px 0px 0px 0px;
	clear: right;
}

#divheader {
	background-color: #000000;
	opacity: 0.4;
	filter: alpha(opacity=40);
	color: #FFFFFF;
	width: 310px;
	height: 45px;
	margin: 10px 0px 10px 12px;
	padding: 5px 5px 5px 25px;
	clear: both;
	text-align: left;
}

#divheader h1 span {
	margin-top: 18px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
}

#divheader h1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 24px;
	margin: 0px 0px 0px 70px;
	font-weight: 300;
	font-style: italic;
}

#divmiddle {
	background: url(../images/onlinebooking3.png) repeat-y;
	padding: 0px;
	width: 250px;
}

#divmiddlespan {
	text-align: center;
	color: #093;
	margin: 0px auto;
	font-family: "Comic Sans MS", cursive;
	font-size: 20px;
}

#divmiddleform {
	margin: 0px 0px 0px 45px;
}

#divmiddlelower {
	background: url(../images/onlinebooking2.png) no-repeat;
	height: 18px;
	padding: 0px;
	margin: 0px;
	width: 250px;
}

#divlower {
	width: 920px;
	height: 320px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	border: 0px;
}

#divpackages1 {
	width: 210px;
	float: left;
}

#divinpara {
	width: 600px;
	margin: 0px auto;
	clear: both;
	border: 1px #999999 solid;
}

#divinpara p {
	background-color: #cccccc;
	margin: 5px;
	padding: 15px 30px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}

#divinpara p strong,
#divinpara p a {
	padding: 0px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}

#divinpara p span {
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #090;
	margin: 0px 0px 0px 35px;
	padding: 10px 0px 0px 0px;
}

#divinpara div {
	width: 295px;
}

#divinpara ul {
	background-color: #cccccc;
	margin: 5px;
	padding: 15px 30px;
	font-family: Verdana, Geneva, sans-serif;
	color: #C30;
}

#divinpara ul li {
	padding: 0px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}

.tabs {
	background: #9C6
		/*#F0F0E8*/
	;
	border-radius: 10px;
	border: solid 1px #CCCCCC;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	padding: 6px;
	width: 664px;
}

.tabs h4 {
	color: #030;
	font-size: 15px;
	margin: 0px 0px 5px 0px;
	text-align: center;
	font-variant: small-caps;
	text-decoration: underline;
}

.tabs h4 a {
	font-size: 15px;
	margin: 0px;
	text-align: center;
	color: #000;
	text-decoration: none;
}

.tabs h4 a:hover {
	font-size: 15px;
	margin: 0px;
	text-align: center;
	color: #000;
	text-decoration: underline;
}

.tabs {
	border: 1px solid silver;
	padding: 5px;
	overflow: hidden;
}

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

.tabs li {
	float: left;
	margin-right: 1em;
	width: 205px;
	border-bottom: 1px solid #999;
	margin-bottom: 3px;
}

.tabs li a {
	color: #333;
	/*background:url(../images/bullet2.gif) 2px 8px no-repeat;*/
	font-size: 12px;
	padding-left: 10px;
	float: left;
	text-decoration: none;
	line-height: 20px;
}

.tabs li a:hover {
	color: #000;
	font-size: 12px;
	text-decoration: underline;
}

.imgstyle {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.imgstyle a {
	font-weight: bold;
}

.imgstyle_tours {
	opacity: 0.4;
	filter: alpha(opacity=40);
	width: auto;
}

/*#divpackages1 img{
	opacity:0.4;
	filter:alpha(opacity=40); 
}
#divpackages1 img:hover{
	opacity:1.0;
	filter:alpha(opacity=100); 
}*/
#divpackages2 {
	width: 670px;
	float: left;
	padding: 0px 0px 0px 10px;
}

div.row p strong {
	color: #933;
}

#divpackages2 ul {
	list-style: none;
}

#divpackages2 p a {
	text-decoration: none;
	color: #C30;
}

#divpackages2 p a:hover {
	text-decoration: underline;
	color: #C63;
}

.divpackages2heading1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #008000;
	text-align: center;
	margin: 10px 0px 5px 0px;
	padding: 0px;
	text-decoration: none;
}

.divpackages2heading1 a {
	text-decoration: none;
}

.divpackages2heading1 a:hover {
	text-decoration: underline;
}

/*.divpackages2heading2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#008000;
	margin:0px;
	padding:0px;
}*/
.divpackages2subheading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #606;
	margin: 3px 0px;
	padding: 0px;
}

#backpac {
	color: #00F;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#backpac a {
	text-decoration: none;
	color: #00F;
}

#backpac a:hover {
	text-decoration: underline;
	color: #00F;
}

#heritbackpac {
	text-decoration: none;
	color: #00F;
	font-weight: bold;
	margin: 10px 300px 10px 400px;
	text-align: center;
	height: 15px;
}

#heritbackpac a {
	text-decoration: none;
	color: #00F;
}

#heritbackpac a:hover {
	text-decoration: underline;
	color: #00F;
}

/*acc*/
#divacc {
	width: 900px;
	height: 160px;
	clear: both;
	background: url(../images/accordian.png);
}

#divacc ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#divacc ul li {
	float: left;
	padding: 9px 5px 8px 9px;
	display: block;
	margin-right: 5px;
}

#divacc ul li div {
	display: block;
	overflow: hidden;
	height: 143px;
	width: 130px;
	background-color: #881212;
}

#divacc #a1 {
	width: 280px;
}

#divacc ul li img {
	position: absolute;
	border: 3px solid #881212;
}

#divacc ul li p {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	width: 140px;
	height: 130px;
	display: block;
	margin-left: 140px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
}

#divacc ul li p strong {
	color: #FC6;
	text-decoration: underline;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 20px 0px 5px 0px;
}

#divacc ul li p a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #fff;
}

#divacc ul li p a:hover {
	text-decoration: underline;
}

#divacc ul li p span {
	font-variant: small-caps;
	font-size: 10px;
	font-weight: bold;
	color: #6F0;
	margin: 0px 0px 0px 70px;
}

#divacc ul li p span a {
	text-decoration: none;
	margin: 0px;
	color: #6F0;
}

#divacc ul li p span a:hover {
	text-decoration: underline;
	color: #6F0;
}

.packacc {
	font: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #363;
	font-variant: small-caps;
	margin: 0px 0px 0px 110px;
	padding: 0px;
}

/*acc end*/

#packagediv {
	margin: 10px 20px 5px 0px;
	padding: 0px 0px 0px 30px;
	width: 600px;
	float: left;
}

#packagediv b {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #33C;
}

#packageheading {
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	color: #006600;
	font-weight: bold;
	text-align: center;
	margin: 0p;
	padding: 0px;
}

#packagelist {
	margin: 10px 40px 5px 0px;
	width: 230px;
	float: left;
	text-align: left;
}

#packagelist ul {
	margin: 0px;
	padding: 0px;
	display: block;
	list-style: none;
	background-color: #3366CC;
}

#packagelist ul li {
	background-color: #3366CC;
	margin: 0px;
	padding: 0px;
	display: block;
	text-decoration: none;
	text-align: left;
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	color: #FFF;
}

#packagelist ul li a {
	background-color: #3366CC;
	margin: 0px;
	padding: 12px 5px 0px 5px;
	display: block;
	text-decoration: none;
	text-align: left;
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	color: #FFF;
	height: 30px;
}

#packagelist ul li a:hover {
	padding: 10px 0xp 0xp 0xp;
	background-color: #3366FF;
}

#imagecontainer {
	margin: 0px 80px 0px 80px;
	border: 0px;
	width: 800px;
	height: 300px;
	clear: both;
}

.a {
	text-decoration: none;
}

.navigation a:hover {
	text-decoration: underline;
}

#hori-div {
	height: 4px;
	margin: 0px auto;
	clear: both;
	padding-top: 10px;
}

.ver-div {
	clear: none;
	width: 2px;
	height: 20px;
	border-left: 1px solid #000000;
}

#h-divider {
	width: 900px;
	height: 4px;
	margin: 15px 18px 0px 28px;
	border-bottom: 1px solid #000000;
	clear: both;
}

#footerid {
	font-size: 11px;
	color: #000;
	text-align: center;
	padding: 10px 0px 0px 0px;
	margin: 0px 4px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}

/*Hotels*/
.hotelsdivNew

/*Single Div*/
	{
	border: 0px solid;
	background-color: #cc8080;
	border-radius: 8px;
	float: left;
	padding: 8px;
	width: 350px;
}

.hotelsdiv

/*Single Div*/
	{
	border: 0px solid;
	background-color: #6495ED;
	border-radius: 8px;
	float: left;
	padding: 8px;
	/* width: 350px; */
}

.submainhotel {
	width: auto;
	height: 170px;
}

.submainhotel a {
	text-decoration: none;
}

.submainhotel a:hover {
	text-decoration: underline;
}

.hotelpartition {
	float: left;
	height: auto;
	margin: 0px 5px 5px;
	width: 30px;
}

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

.hoteldiv1 {
	float: left;
	width: 480px;
}

.hotelmnpic {
	float: left;
	height: auto;
	width: auto;
}

.hotelinfo {
	width: 100%;
}

.hotellogo {
	width: 45%;
	float: left;
	text-align: right
}

.hoteladdress {
	width: 50%;
	float: left;
	padding: 0px 0px 0px 10px;
}

.hoteladdress span {
	font-size: 18px;
	font-weight: 300;
	text-align: left;
}

/*Hotels End*/

.diva {
	/* float: left;
	padding-left: 5px;
	line-height: 20px;
	text-align: left; */
	color: #fff;
}

.diva a {
	color: #FFFF00;
	font-weight: bold;
}

#divHotelsHead {
	font-family: Verdana, Geneva, sans-serif;
	color: #FF4500;
	font-size: 18px;
	font-weight: 500;
}

.fleeltLeftDet {
	width: 135px;
	float: left;
	padding: 2px 0px;
	color: #000;
	height: 16px;
}

.fleetRightDet {
	width: 150px;
	float: left;
	color: #000;
	padding: 2px 0px;
	height: 16px;
}

.fleetContainer {
	clear: both;
	width: 300px;
	margin: 0px auto;
}

.fleetHead {
	text-align: center;
	padding: 5px 0px 2px 0px;
}

.fleetImg {
	width: 450px;
	float: left;
	padding: 49px 0px 0px 0px;
	border: 1px solid #000;
	border-radius: 10px;
	height: 395px;
}

.fleetTar {
	background-color: #cce5ff;
	border-radius: 10px 10px 10px 10px;
	padding: 10px;
	width: 340px;
	float: left;
	height: 425px;
}

.fleetForw {
	text-align: center;
	font-weight: bold;
	padding: 5px 0px;
}

.fleetForw a {
	text-decoration: none;
	color: #800080;
}

.fleetForw a:hover {
	text-decoration: underline;
	color: #9370DB;
}

.fleetTerms {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0px;
}

.fleetTerms a {
	text-decoration: none;
	color: #cc00cb;
}

.fleetTerms a:hover {
	text-decoration: underline;
	color: #660065;
}

#star {
	font-weight: bold;
	color: #F00;
}

#bookcab {
	text-align: center;
}

#bookcab a {
	background-color: #336600;
	border: 0px none;
	border-radius: 10px;
	padding: 12px;
	cursor: pointer;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
	margin: 2px 0px;
}

#bookcab a:hover {
	background-color: #669900;
}

#fleetdiv {
	width: 850px;
	margin: 0px auto;
}

.dvsepMain {
	clear: both;
	height: 2px;
	margin: 10px 0px;
	width: inherit;
}

.dvsep {
	clear: both;
	margin: 0px auto;
	width: 85%
}

.clear {
	clear: both;
}

.airportMainDiv {
	/*background-color:#99ff33;*/
	border-radius: 10px 10px 10px 10px;
	padding: 10px;
	width: 750px;
	margin: 0px auto;
}

.airportHeaderDiv {
	width: 160px;
	float: left;
	font-size: 12px;
	text-align: center;
}

.airportPartitionDiv {
	float: left;
	font-size: 12px;
	text-align: center;
	width: 80px;
}

.airportDetailsImgDiv {
	width: 160px;
	float: left;
	font-size: 12px;
	text-align: center;
}

.airportDetailsDiv {
	width: 135px;
	float: left;
	font-size: 12px;
	padding: 40px 0px 0px 0px;
	text-align: center;
}

.airportDetailsDiv a {
	text-decoration: none;
	color: #4682B4;
	font-weight: bold;
}

.airportDetailsDiv a:hover {
	text-decoration: underline;
	color: #0000FF;
}

.airportDetailsPartitionDiv {
	float: left;
	font-size: 12px;
	padding: 40px 0px 0px 0px;
	text-align: center;
	width: 85px;
}

.airportDetailsPartitionLeftDiv {
	float: left;
	font-size: 12px;
	text-align: right;
	width: 80px;
}

.airportDetailsPartitionRightDiv {
	float: left;
	font-size: 12px;
	text-align: left;
	width: 80px;
}

.airportDiv {
	margin: 10px 0px;
	height: 120px;
	width: 100%;
}

#mainpack {
	width: 885px;
	/*background:url(images/expack.gif) no-repeat;*/
	height: 140px;
	margin: 5px 0px;
	padding: 0px 0px 0px 15px;
	background-color: #8B0000;
	border-radius: 10px;
}

#packhead {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 16px;
	margin: 10px 0px;
	color: #F93;
}

.pack {
	/*background:url(../images/expacksub.gif) no-repeat;*/
	background-color: #FF4500;
	border-radius: 10px;
	text-align: left;
	width: 280px;
	margin: 20px 15px 20px 0px;
	height: 100px;
	float: left;
	color: #FF3;
	text-decoration: none;
}

.pack a {
	color: #FF3;
	text-decoration: none;
	text-align: center;
	margin: 10px 0px;
	font-weight: bold;
}

.pack #packcontent div {
	width: 180px;
	float: left;
	margin: 35px 0px 6px;
	padding: 0px;
	text-align: center;
}

.pack a:hover {
	color: #FF3;
	text-decoration: underline;
	text-align: center;
}

.pack img {
	border: 2px #CC3366 solid;
	margin: 6px 0px 6px 10px;
	float: left;
}

.pack:hover img {
	border: 2px #F90 solid;
	float: left;
}

.pack #packspan div {
	width: 150px;
	float: left;
	margin: 0px;
}

.pack #packspan span {
	text-align: right;
	margin: 0px 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #6FF;
}

.pack #packspan span a {
	text-align: right;
	margin: 0px 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #6FF;
}

.pack #packspan span a:hover {
	text-align: right;
	margin: 0px 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #66F;
}

.pack #packspan {
	margin: 0px;
	text-align: right;
}

.dvHeadContainer {
	height: 45px;
	width: 100%;
}

.dvLabels {
	float: left;
	width: 40%;
	text-align: right;
	font-size: 12px;
	padding: 7px 0px 0px 0px;
}

.dvInputs {
	float: left;
	width: 45%;
	padding: 0px 0px 0px 10px;
}

.Error {
	border: 1px solid #F00;
}

.ErrorText {
	color: #FF0000;
	font-size: 12px;
}

.Phone {
	color: #03C;
	margin: 7px 0px 0px 0px;
}

.packImg {
	border-radius: 10px;
	text-align: left;
	width: 280px;
	margin: 20px 15px 20px 0px;
	height: 100px;
	float: left;
	color: #FF3;
	text-decoration: none;
}

.pm-button {
	margin: 10px auto;
	text-align: right;
}

.TourHeaderrow {
	width: 100%;
	height: 30px;
	background-color: #ff944d;
	border-radius: 10px 10px 0px 0px;
}

.TourDescHead {
	float: left;
	font-weight: 700;
	margin: 0px;
	padding: 8px 0px;
	text-align: center;
	width: 20%;
}

.TourDesc {
	float: left;
	font-weight: 700;
	margin: 0px;
	padding: 8px 0px 0px 15px;
	text-align: center;
	width: 23%;
}

.TourHeadRow {
	padding: 10px 0px;
	width: 100%;
	height: 130px;
}

.TourCab {
	float: left;
	margin: 0px;
	padding: 8px 0px;
	text-align: center;
	width: 26%;
}

.TourCabText {
	float: left;
	margin: 0px;
	padding: 8px 0px;
	text-align: left;
	width: 21%;
}

.Tourtariff {
	float: left;
	margin: 0px;
	padding: 8px 0px;
	text-align: center;
	width: 75%;
}

.dvAirPlacesMain {
	clear: both;
	height: 25px;
	padding: 10px 0px 0px;
	width: 100%;
}

.dvAirPlacesPar1 {
	width: 20%;
	float: left;
}

.dvAirPlacesPar1 span {
	padding: 0px 0px 0px 5px;
}

.dvAirPlacesPar2 {
	width: 20%;
	float: left;
	text-align: center;
}

.outstationlabel {
	color: red;
	font-weight: bold;
	height: 16px;
}

/* Begin */

.navbar {
	background-color: #CC6600;
	padding: 0px !important;
}

.navbar li {
	width: 16.65%;
}

.navbar li a {
	font-size: 14px;
	color: #FFF !important;
}

.navbar ul li a:hover {
	background-color: #FF9900;
	color: #FFF;
}

div.dvht {
	height: 40px;
}

.logo-small {
	color: #f4511e;
	font-size: 50px;
}

a.text-primary{
	color: #cd4848 !important;
}

/* End */