@import url("../css/layout.css");
@import url("../css/navigation.css");
@import url("../css/sidebar.css");
@import url("../css/contentslider.css");
/*#######################################
ALL FONTS FAMILY CSS
#######################################*/
.elink,
.pagepath, 
.maillistform input,
#footer,
.gridlistbtn a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
body,
.link,
.cmstxt,
.points li {
	font-family:Arial, Helvetica, sans-serif;
	}
h2, 
.pageheader h1  {
	font-family:"trebuchet MS";
	}
/*##################################
COMMON CSS
##################################*/

/* COMMON RESET CSS
----------------------------------*/
dl, dt, dd, ol, ul, li  
	{
	margin:0px;
	padding:0px;
	list-style-type:none;
	}
a {
	text-decoration:none;
	}
/*
H1-pageheader, 
H2-common sub-title in page, 
H3-common sub-title in page, 
H4-sidebar product name, Headers in forms
H5-sidebar title
H6-not define yet*/
h1, h2, h3, h4, h6 { 
	margin:0px;
	padding:0px;
	}
h2 {
	margin-bottom:5px;
	text-transform:uppercase;
	color:#000000;
	font-size:100%;
	}
p {
	margin:0 0 15px 0;
	}
.link, 
.elink {
	text-decoration:none;
	color:#1F337C;
	} 
.slink {
	text-decoration:none;
	color:#FFFFFF;
	} 
.slink:hover {
	text-decoration:none;
	color:#3ABFC6;
	}
.link:hover,
.elink:hover {
	color:#666666;
	}
.imgborder, .imgleft, imgright {
	border:1px solid #cccccc;
	background-color:#FFFFFF;
	text-align:center;
	}
.imgborder:hover, .imgleft:hover, imgright:hover {
	border:1px solid #000000;
	}
.imgborder, .imgleft, .imgright {
	padding:2px;
	}
.imgleft {
	float:left;
	margin:0 10px 10px 0;
	}
.imgright {
	float:right;
	margin:0 0px 10px 10px;
	}
.cmstxt {
	margin:0 0 15px 0;
	font-size:80%;
	color:#434343;
	}
.left {
	float:left;
	}
.right {
	float:right;
	}
.textboxborder {
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #A9C2A5;
	font-size:100%;
	color:#666666;
	background-color:#FFFFFF;
	padding:2px;
	}
.handcur {
	cursor:pointer;
	}
.strike {
	text-decoration:line-through;
	margin-right:10px;
	}

 .color1 {
	color:#ff0000;
	}

/* IMAGE ALIGN CSS
-----------------------------------*/
.imgborder, 
.imgleft,
.imgright {
	text-align:center;
	display:block;
	}
.imgborder img.spacer,
.imgleft img.spacer,
.imgright img.spacer {
	width:0px;
	}
.imgborder img,
.imgleft img,
.imgright img{
	vertical-align:middle;
	}
/*==================================
POPUP CSS
==================================*/
#white {
	background-color:#F2F6FF;
	padding:25px;
	font-size:80%;
	background-image:none;
	}
#white .btnbar {
	text-align:center;
	padding:10px 0;
	}
#white #topbar1 {
	height:35px;
	border-top:none;
	position:relative;
	}
#white #topbar1 .close {
	position:absolute;
	right:0px;
	top:5px;
	}
#white .formcss .btnbar {
	padding:0;
	}
#white .popupimg {
	margin-left:0;
	}
#white .th_image {
	text-align:center;
	margin:10px 0;
	}
#white .th_image .imgborder {
	height:70px;
	width:130px;
	margin:auto;
	margin-right:4px;
	background-repeat:no-repeat;
	background-position:center center;
	float:none;
	display:inline;
	}
#white .th_image ul {
	margin:auto;
	width:968px;
	
	}
#white .th_image ul li {
	margin:auto;
	min-height:1px;
	}
#white .th_image ul .clear { float:none;}
/* PRODUCT THUMBNAIL IMAGE CSS
------------------------------------*/
.th_image .imgborder {
	display:block;
	float:left;
	height:70px;
	width:130px;
	margin:auto;
	background-repeat:no-repeat;
	background-position:center center;
	}

/*==================================
MORE BUTTON LINK CSS
==================================*/
.morebtn,
.morebtn1,
.sidebarbox .morebar .link,
.buybtn,
.booknow_btn,
.back_btn {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:0 0;
	font-size:0px;
	}
.morebtn,
.sidebarbox .morebar .link {
	background-image:url(../images/morebtn.gif);
	width:57px;
	height:26px;
	text-indent:-9999999999999px;
	display:block;
	}
.morebtn1 {
	background-image:url(../images/morebtn1.gif);
	width:52px;
	height:17px;
	}
.booknow_btn {
	background-image:url(../images/booknow_btn.gif);
	width:77px;
	height:24px;
	}
.back_btn {
	background-image:url(../images/back_btn.gif);
	width:52px;
	height:26px;

	}
.morebtn:hover,
.sidebarbox .morebar .link:hover,
.morebtn1:hover,
.buybtn:hover {
	background-position:0 -26px;
	}
.buybtn {
	background-image:url(../images/buybtn.gif);
	width:69px;
	height:17px;
	}
.leftbot {
	position:absolute;
	left:0px;
	bottom:0px;
	}
.lefttop {
	position:absolute;
	left:0px;
	top:0px;
	}
.rightbot {
	position:absolute;
	right:0px;
	bottom:0px;
	}
.righttop {
	position:absolute;
	right:0px;
	top:0px;
	}
.morebar {
	height:15px;
	position:relative
	}
/*==================================
COMMON POINTS CSS
==================================*/
.points {
	list-style-type:none;
	margin:0 0 15px 15px;
	padding:0px;
	}
.points li {
	padding:0 0 0 10px;
	margin:0 0 10px 0;
	color:#333333;
	background-image:url(../images/arrow.gif);
	background-position:1px 5px;
	background-repeat:no-repeat;
	line-height:110%;
	}
.points li .points{
	margin-top:15px;
	}
/*==================================
ALL HORIZONTAL-BARS RELATED CSS
==================================*/
.hor_bar, .hor_bar1 {
	padding:8px 10px;
	margin-bottom:15px;
	position:relative;
	min-height:15px;
	}
.hor_bar {
	background-color:#ffffff;
	border-bottom:1px solid #CFCFCF;
	border-right:1px solid #CFCFCF;
	}
.hor_bar h2 {
	color:#4A58AF;
	}

.hor_bar .link {
	position:absolute;
	right:10px;
	top:10px;
	font-weight:bold;
	}
.hor_bar1 {
	background-color:#DBE2DA;
	border-bottom:1px solid #B8CFB5;
	border-right:1px solid #B8CFB5;
	}
.hor_bar .right1, 
.hor_bar1 .right1 {
	position:absolute;
	right:8px;
	top:7px;
	}
.hor_bar .left1, 
.hor_bar1 .left1 {
	position:absolute;
	left:8px;
	top:7px;
	}
/*=======================================
HOR LINE & CLEAR CSS
========================================*/
.hor_line{
	height:20px;	
	margin-bottom:20px;
	border-bottom:1px solid #dfdfdf;
	}
.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
	display:block;
	}
/*================================
NO RECORD ERROR CSS
===============================*/
.norecord {
	border:1px solid #dfdfdf;
	color:#ff0000;
	font-size:13px;
	font-weight:bold;
	padding:7px 0 9px 55px;
	height:30px;
	position:relative;
	margin-bottom:15px;
	}
.norecord img{
	position:absolute;
	left:8px;
	top:8px;
	border:none;
	}
/*##################################
TOPBAR CSS
##################################*/
#topbar {
	position:relative;
	height:74px;
	}
#topbar h1{	
	margin:0px;
	padding:0px;
	}
#topbar h1 .logo{
	width:152px;
	height:62px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	position:absolute;
	left:-4px;
	top:24px;
	text-indent:-9999px;
	overflow:hidden;/*NEVER FORGOT THIS WHEN YOU USE TEXT-INDENT*/
	}
#topbar .contactusbox {
	position:absolute;
	right:0px;
	top:5px;
	width:215px;
	height:73px;
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	color:#225692;
	text-align:right;
	}
#topbar .contactusbox h3 {
	color:#1D518C;
	font-size:18px;
	font-family:"Trebuchet MS";
	font-weight:normal;
	margin-bottom:5px;
	}
#topbar .contactusbox a {	
	color:#225692;
	}
/*##################################
NAVIGATION CSS
##################################*/
.navigationbg {
	position:relative;
	height:50px;
	width:958px;
	margin-right:-25px;
	z-index:100000000000;
	}
.navigationbg .nav_container {
	position:absolute;
	right:0px;
	top:10px;
	}
#navigation {
	margin:0 -25px 5px 0;
	z-index:100000000000;
	}

#navigation .active {
	color:#0123A0;
	}
.navigationbg .nav_container {
	*right:56px;
	}

/*#################################### 
PAGEHEADER AND PAGE PATH CSS
####################################*/
.pageheader {
	padding:0 0 10px 0;
	}
.pageheader h1 {
	margin:0px;
	color:#1F337C;
	font-size:130%;
	font-weight:normal;
	text-transform:uppercase;
	}
.pagepath {
	padding:7px 15px 8px 0px;
	margin-bottom:15px;
	color:#666666;
	font-size:65%;
	border-top:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
	}
.pagepath strong {
	margin:0 7px 0 7px;
	color:#333333;
	}
.pagepath a{
	color:#666666;
	text-decoration:none;
	}
.pagepath a:hover {
	color:#1F337C;
	}
.pagepath span {
	/*active page name*/
	color:#1F337C;
	font-weight:bold;
	}

/*#################################### 
MIDBAR CSS
####################################*/
.midbarcontainer { position:relative; }
.midbar {
	margin-bottom:20px;
	_height:1px;
	min-height:360px;
	} 
	 
/*==================================
SCROLLER CSS 
==================================*/
#pscroller_infoboxnews {
	height:275px;
	}
#pscroller_topbar {
	height:58px;
	}
#pscroller_news {
	height:175px;
	}
#pscroller_events {
	height: 355px;
	}
#pscroller_specials {
	height: 355px;
	}
#pscroller_testimonials {
	height:245px;
	}
#pscroller_indexnews {
	height:152px;
	}
/*=====================================
ATOZ
===============================*/
/*================================
	atoz popup css
===============================*/
#atozpopup {
	margin:10px;
}
#atozpopup h1 {
	background-color:#FFFFFF;
	background-image:url(../images/bg1.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	font-size:15px;
	text-transform:uppercase;
	font-family:"Trebuchet MS";
	color:#800080;
	font-weight:bold;
	margin-bottom:1px;
	padding:10px;
}
#atozpopup h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#800080;
	font-weight:bold;
	padding:7px 10px;
	margin-bottom:15px;
	border-bottom:1px solid #B9BDBF;
}
/*atozbtn class css start*/
.atozbtn {
	margin:5px 0px 0px 0px;
	background:none;
	padding:0px;
	list-style-type:none;
	padding:0px 0px 0px 10px;
}
.atozbtn li {
	float:left;
	background-image:url(../images/atozbtn1.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	line-height:14px;
	text-decoration:none;
	text-align:center;
	height:17px;
	width:15px;
	margin:0 8px 6px 0px;
	padding:0px 2px 0px 0px;
}
* html .atozbtn li {
	margin:0 2px 4px 0px;
}
.atozbtn .clear {
	float:none;
	height:0px;
	line-height:0px;
	font-size:0px;
	}
.atozbtn li a {
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
	line-height:14px;
	text-decoration:none;
	text-align:center;
	height:17px;
	width:15px;
	margin:0 2px 0px 0px;
	padding:0px 2px 0px 2px;
	background-color:#4A58AF;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	}
* html .atozbtn li a {
	margin:0 2px 4px 0px;
}
.atozbtn li a:hover,
.atozbtn li .active {
	background-color:#ffffff;
	color:#666666;
}
/*atozbtn class css end*/
#atozpopup h5{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#800080;
	display:block;
	padding:9px 10px;
	background-image:url(../images/sidebarlinkhoverbg.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	background-color:#F9F9F9;
	border-bottom:1px solid #ffffff;
}
/*##################################
CONTENT-BOX STRUCTURE CSS
THIS CSS USED IN FAQ, TESTIMONIALS AND LINKS PAGES
##################################*/
.contentbox1 {
	padding:15px;
	margin:0 0 15px 0;
	min-height:1px;
	border:1px solid #E7E7E7;
	background-color:#CDDCEF;
	}
.contentbox1 dt {
	font-weight:bold;
	margin:-15px -15px 10px -15px;
	padding:5px 15px;
	font-size:100%;
	background-color:#EBF2FA;
	border-bottom:2px solid #ffffff;
	color:#1A3282;
/*	background-image:url(../images/heading_bg.gif);
	background-repeat:repeat-x;
	background-position:0 0;
*/
	}
.contentbox1 dt a{
	color:#1A3282;
	}
.contentbox1 dt a:hover{
	color:#666666;
	}
.contentbox1 .contentboxdata {
	margin:0px;
	}
.contentbox1 .imgleft {
	background-color:#F2F6FF;
	}
.contentbox1 .imgleft td{
	height:94px;
	width:164px;
	background-color:#F2F6FF;
	}
.contentbox1 .points {
	margin:0px;
	padding:0px;
	}
.contentbox1 .points li {
	padding:0 0 0 15px;
	}
.contentbox1 strong {
	font-weight:normal;
	color:#1A3282;
	display:block;
	padding-bottom:10px;
	}
.contentbox1 .linkbox {
	display:block;
	margin:15px -15px -15px -15px;
	height:25px;
	min-height:1px;
	font-weight:bold;
	position:relative;
	}
.contentbox1 .linkbox a {
	position:absolute;
	right:10px;
	top:4px;
	color:#1A3282;
	font-size:11px;
	text-transform:lowercase;
	}
	
.contentbox1 .linkbox a:hover {
	color:#666666;
	}
.contentbox1 .morebar {
	position:relative
	}
.contentbox1 .booknow_btn {
	position:absolute;
	right:0px;
	}
.linkbar {
	font-weight:bold;
	background-color:#f2f2f2;
	padding:8px 10px;
	font-size:90%;
	border-bottom:1px solid #CFCFCF;
	border-right:1px solid #CFCFCF;
	margin-bottom:15px;
	}
.linkbar a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
/*============================================
Contentbox2 start
=====================================*/
.contentbox2 {
	border:1px solid #D4D4D4;
	border-right:2px solid #ffffff;
	border-bottom:2px solid #ffffff;
	padding:10px;
	margin-bottom:15px;
	}
.contentbox2 h2 {
	color:#1A3282;
	margin-bottom:10px;
	font-size:15px;
	}
.contentbox2 dt {
	font-weight:bold;
	margin-bottom:5px;
	}
.contentbox2 dd {
	margin-bottom:10px;
	}
/*tabel css*/
.hotel-desc{
	float:left;
	width:745px;
	padding:0;
	margin:0 0 10px;
	border:3px solid #ffffff;
	}
.hotel-desc .reraheader {
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	background-color:#E3E3E3;
	border:1px solid #ffffff;
	padding:10px;
	background-image:url(../images/heading_bg.gif);
	background-repeat:repeat-x;
	background-position:0 0;
	}
.hotel-desc .reraconbg1 {	
	color:#333333;	
	font-weight:normal;
	font-size:11px;
	border:1px solid #ffffff;
	}

.hoteldetails .hotel-desc .title1 {
	background-color:#FFFFFF;
	background-image:url(../images/bg1.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	font-size:15px;
	text-transform:uppercase;
	font-family:"Trebuchet MS";
	color:#800080;
	font-weight:bold;
	margin:0 0 10px 0; 
	padding:10px 8px 10px 8px;
	border-bottom:1px solid #EDDBF1;
	border-right:1px solid #EDDBF1;
}
.catlist1 {
	border-bottom:1px solid #CFCFCF;
	border-right:1px solid #CFCFCF;
	background-color:#ffffff;
	padding:5px 0px 6px 13px;
	margin-bottom:15px;
}
catpoints {
	list-style-type: none;
	margin: 0px 0 ;
	padding: 0px;
}
.catpoints li {
	list-style-type: none;
	padding: 0px 10px 5px 20px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin: 0px;
	display:block;
	float:left;
	width:45%;
}
.catlist1 h3 {
	margin-bottom:10px;
	padding:1px;
	font-size:14px;
	_height:1px;
}
.catpoints li .active {
	padding:5px 0px 5px 0px;
	color:#1A3282;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
}
.catpoints li a {
	padding:5px 0px 5px 0px;
	color: #333333;
	text-decoration: none;
}
.catpoints li a:hover {
	color:#1A3282;
}
#flashcontent {
	background-color:#CDE0FF;
	background-image:url(../images/flashcontent_bg.gif);
	background-repeat:repeat-x;
	background-position:0 0;
	}
/*##################################
FOOTER CSS
##################################*/
#footer {
	font-size:70%;
	height:70px;
	border-top:1px solid #AFCDE9;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	}
#footer .logo {
	position:absolute;
	left:0px;
	top:10px;
	}
#footer .copyright,
#footer .links {
	position:absolute;
	top:15px;
	} 
#footer .copyright {
	right:0px;
	top:40px;
	color:#000000;
	}
#footer .links {
	color:#000000;
	top:15px;
	position:absolute;
	right:0px;
	
	}
#footer .links a {
	color:#000000;
	}
#footer .links a:hover {
	color:#0E365B;
	}
#footer .links span {
	margin:0 1px;
	}
#footer .bookmarkbtn {
	position:absolute;
	bottom:10px;
	right:0px;
	}
