@import url('reset.css');
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
html,body {
	height: 100%;
	margin: 0;
	padding: 0 0 1px 0;
	font-family:'Open Sans',Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:1.4em;
	color:#232324;
	background-color:#fff;
}

/*============ THEME =============*/
.hide{ display: none; }
a{
	text-decoration:none;
	color:#373737;
	outline:0px;
}
a:hover{
	text-decoration: underline;
	color:#000;
	outline:0px;
}
img{
	border:0px;
}
#page_wrapper{
	width:100%;
	height: auto;
	margin:0px auto;
	overflow:hidden;
}
/*============ PAGE =============*/
#page{
	width: 900px;
	height: auto;
	margin:0px auto;
	overflow:hidden;
}

/*============ TOP =============*/
#top{
	width: 900px;
	height:110px;
	background:url(../images/top_bg.png) repeat-x top center;
}
#top_left{
	width: 400px;
	height: 110px;
	float:left;
	overflow:hidden;
}
#top_right{
	width: 495px;
	height: 60px;
	padding: 37px 5px 0 0;
	float: left;
	text-align: right;
	line-height: 24px;
	color: #013962;
	font-size: 20px;
}

#top .logo{
	display:block; margin-left:5px; text-indent:-1000em; background: url(../images/logo.png) no-repeat 0 0;	width:366px; height:110px;
}

/* ---------------------new menu ---------------start--------*/
#top_bottom{height:40px; width:900px; float:left; background: url(../images/menu_bg.png) repeat-x 0 0;
-webkit-border-radius: 8px 8px 0 0;
border-radius: 8px 8px 0 0;
}
#menu{
	width:668px;
	height:55px;
	float:left;
}
#login_link{
	width:225px;
	height:35px;
	float:left;
	padding:8px 5px 0 0;
	text-align:right;
	color:#fff;
	font-size:14px;
}
#login_link a{
color:#d3d3d3 !important;
text-decoration:none;
}
#login_link a:hover{
color:#fff !important;
text-decoration:none;
}

.reg {color:#606060; float:right; padding:3px 2px 3px 18px; height:20px; background:url(../images/reg.png) no-repeat left; margin-right: 10px; center; display:block;}
.log {color:#606060; float:right; padding:3px 2px 3px 18px; height:20px; background:url(../images/lock.png) no-repeat left; center; display:block;}
.log:hover {color:#606060;}
.log.no-icon{background:none;}


.jqueryslidemenu{
width: 100%;
z-index:300;
position: relative;
font-family:'VAGRoundedLtRegular',Arial, Geneva, sans-serif;
}

.jqueryslidemenu ul{
margin: 0 0 0 0px;
padding: 0;
float:left;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
padding: 9px 8px 9px 7px;
font-size:13px;
color: #2d2b2b;
line-height:22px;
font-weight:normal;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;


}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: #d3d3d3;

}

.jqueryslidemenu ul li a:hover{ /*tab link background during hover state*/
color:#fff;
text-shadow:none;
}

.jqueryslidemenu ul li.current a{ /*tab link background during hover state*/
color:#fff;
text-shadow:none;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font-size:13px;
width: 160px; /*width of sub menus*/
padding:9px 5px;
margin: 0 ;
border-top-width: 0;
color:#d3d3d3;
background-color:#232323;
border-bottom:1px solid #545454;
}

.jqueryslidemenu ul li ul li a:hover{ /*sub menus hover style*/
color:#fff;
background-color:#232323;
border-bottom:1px solid #545454;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ---------------------new menu ---------------end--------*/

/*============ BANNER =============*/

#banner_wrapper{
width:900px;
height:305px;
float:left;
overflow:hidden;
}
#banner{
	width: 900px;
	height:305px;
	float:left;
	border-top:none;
	
}
#book_button{
	width: 900px;
	float:left;
	background:url(../images/book_line.png) no-repeat top center;
	overflow:hidden;	
}
#book_button h2 { margin-top:0px; padding-top:0px;}

.note{ color:#d0d0d0;}
.book_now{
	width:151px;
	height:27px;
	padding-top:9px;
	margin:0px auto 0px auto;
	text-align:center;
	color:#fff;
	display:block;
	text-decoration:none;
	text-shadow:1px 1px 0 #0e6795;
	font-size:20px;
	background-color:#282828;
	-webkit-border-radius: 20px;
border-radius: 20px;
}
.book_now:hover{
	color:#0a577f;
	text-decoration:none;
	text-shadow:none;
	background:url(../images/book_button.png) no-repeat bottom center;
}

#booking_form{
}
#booking_form_new{
	background-color:#d1d1d1;
	border:1px solid #012d4b;
	width:512px;
	padding:10px;
	margin:15px auto;
	background:url(../images/booking_bg.png) repeat-x bottom center;
}
.nbooking_text{
	width:218px;
	height:26px;
	margin:2px 0px 1px 0px;
	color:#252525;
	font-size:14px;
	background-color:#ededed;
	border:1px solid #012d4b;
}
.nbooking_text2{
	width:210px;
	margin:2px 0px 3px 0px;
	padding:2px 3px;
	color:#252525;
	font-size:14px;
	background-color:#ededed;
	border:1px solid #012d4b;
	z-index:60;
	position:relative;
}
.nb_head{
	font-size:15px; 
	padding:1px 8px; 
	vertical-align:top;
	font-weight:normal;
	color:#dad9d9;
	
}


#booking_form_head{
	width:262px;
	height:29px;
	margin:0px 0 0 0px; 	
	color:#1581ba;
	background:url(../images/head_bg.png) repeat-x top left;	
}
#booking_form_head h1{
	font-size:18px;
	font-weight:normal;
	color:#232324;
	border-bottom:1px solid #6f6f6f;
	padding:7px 0 3px 0px;
	background:url(../images/h1_bg.png) no-repeat bottom right;
}
.content_box2{
	width:888px;
	margin:10px 0 0 0px;
	padding:8px 0 0 8px;
	background:url(../images/home_bg.png) repeat-x bottom center;
	background-color:#f4f3f3;
	border:1px solid #dedede;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.content_box_detail{
	width:888px;
	margin:10px 0 0 0px;
	padding:8px 0 0 8px;
	background:url(../images/home_bg.png) repeat-x bottom center;
	background-color:#f4f3f3;
	border:1px solid #dedede;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.b_head{
	font-size:15px; 
	padding:1px 8px; 
	vertical-align:top;
	font-weight:normal;
	color:#dad9d9;
	
}
.booking_form_data{
	width:246px;
	margin:0px 0 0 0px; 	
	color:#858585;
	vertical-align:top;
	padding:0px 8px;
}
.booking_text{
	width:218px;
	height:26px;
	margin:2px 0px 1px 0px;
	color:#252525;
	font-size:14px;
	background-color:#e7e7e7;
	border:1px solid #013155;
}
.booking_text2{
	width:210px;
	margin:2px 0px 3px 0px;
	padding:2px 3px;
	color:#252525;
	font-size:14px;
	background-color:#e7e7e7;
	border:1px solid #013155;
	z-index:60;
	position:relative;
}
#banner_booking h1{ font-weight:normal; margin:8px 0 10px 2px; font-size:18px; color:#0a75ab; font-family:'VAGRoundedLtRegular',Arial, Geneva, sans-serif; }
.booking_button{
	width:100px;
	height:26px;
	color:#fff;
	margin:3px 10px 0px 0px;
	font-size:17px;
	border:0px;
	text-align:center;
	cursor:pointer;
	background-color:#3b3b3b;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.booking_button:hover{	
	color:#fff;
	text-shadow:none;
	background-color:#024a7f;
}


.booking_button_home{
	width:130px;
	height:35px;
	color:#000;
	margin:3px 10px 0px 0px;
	font-size:20px;
	border:0px;
	float:right;
	text-align:center;
	cursor:pointer;
	background:url(../images/butt_bg.png) repeat-x top left;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.booking_button_home:hover{	
	color:#000;
	text-shadow:none;
	background:url(../images/butt_bg.png) repeat-x bottom left;
}


	
	
#booking_form_head2{
	width:264px;
	height:29px;
	margin:0px 0 8px 0px; 	
	color:#141414;
	background:url(../images/head_bg.png) repeat-x top left;
	
}
#booking_form_head2 h1{
	font-size:18px;
	font-weight:normal;
	color:#232324;
	border-bottom:1px solid #6f6f6f;
	padding:7px 0 3px 0px;
	background:url(../images/h1_bg.png) no-repeat bottom right;
}

/*============ CONTENT WRAPPER =============*/
#content_wrapper{
	width:900px;
	float:left;
	margin:0px 0px 10px 0;
	overflow:hidden;
}

#home_content{
	width:900px;
	height:296px;
	margin-bottom:14px;
}
#home_content_left{
	width:650px;
	height:280px;
	padding:10px 0 0 0px;
	overflow:hidden;
	margin-right:14px;
	float:left;
}
/*
#home_content_left{
	width:380px;
	height:280px;
	padding:10px 0 0 270px;
	overflow:hidden;
	margin-right:14px;
	float:left;
	background:url(../images/home_bg.png) no-repeat left top;
}
*/
#homedata{	
	height:180px;
	overflow:hidden;
}

#home_content_right{
	width:236px;
	height:192px;
	float:left;
	margin-top:15px;
}
#booking_box{ 
	width:236px;
	height:245px;
	margin-top: 8px;
	/* background:url(../images/booking_bg.png) no-repeat left top;
	background-color:#36b4f5;
	padding-top:35px; */ 
	}
.home_new_button{
	width: 92%;
    color: #fff;
    display: block;
    margin: 12px 0px 0px 0px;
    font-size: 18px;
    padding: 15px 0 15px 0;
    text-align: center;
    border: 0px;
    float: right;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #013962;

    background: rgba(0,83,131,1);
background: -moz-linear-gradient(top, rgba(0,83,131,1) 0%, rgba(0,46,78,1) 53%, rgba(0,49,82,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,83,131,1)), color-stop(53%, rgba(0,46,78,1)), color-stop(100%, rgba(0,49,82,1)));
background: -webkit-linear-gradient(top, rgba(0,83,131,1) 0%, rgba(0,46,78,1) 53%, rgba(0,49,82,1) 100%);
background: -o-linear-gradient(top, rgba(0,83,131,1) 0%, rgba(0,46,78,1) 53%, rgba(0,49,82,1) 100%);
background: -ms-linear-gradient(top, rgba(0,83,131,1) 0%, rgba(0,46,78,1) 53%, rgba(0,49,82,1) 100%);
background: linear-gradient(to bottom, rgba(0,83,131,1) 0%, rgba(0,46,78,1) 53%, rgba(0,49,82,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005383', endColorstr='#003152', GradientType=0 );
}
.home_new_button:hover{
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #178bc7;

    background: rgba(0,83,131,1);
background: -moz-linear-gradient(top, rgba(0,83,131,1) 0%, rgba(0,83,131,1) 49%, rgba(0,46,78,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,83,131,1)), color-stop(49%, rgba(0,83,131,1)), color-stop(100%, rgba(0,46,78,1)));
background: -webkit-linear-gradient(top, rgba(0,83,131,1) 0%, rgba(0,83,131,1) 49%, rgba(0,46,78,1) 100%);
background: -o-linear-gradient(top, rgba(0,83,131,1) 0%, rgba(0,83,131,1) 49%, rgba(0,46,78,1) 100%);
background: -ms-linear-gradient(top, rgba(0,83,131,1) 0%, rgba(0,83,131,1) 49%, rgba(0,46,78,1) 100%);
background: linear-gradient(to bottom, rgba(0,83,131,1) 0%, rgba(0,83,131,1) 49%, rgba(0,46,78,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005383', endColorstr='#002e4e', GradientType=0 );
}

.more{ 
	display:block; 
	float:left; 
	width:48px; 
	height:19px;
	color:#fff;
	margin-top:4px; 
	float:right;
	padding: 1px 0 0 8px;
	text-decoration:none; 
	background:url(../images/more_bg.png) no-repeat 44px 5px;
	background-color:#004f7e;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.more:hover{ 
	color:#fff;
	text-decoration:none; 
	background-color:#002f4f;
}

/*============ LEFT SIDEBAR =============  */
#right_sidebar{
	width: 264px;
	overflow:hidden;
	float:left;
}

#home_testi{
	width:560px;
	height:65px;
	padding:12px 170px 5px 170px;
	margin:0px auto;
	background:url(../images/testi_bg.png) no-repeat center center;
	overflow:hidden;
}
#testimonial{ 
	width:550px; 
	height:45px; 
	overflow:hidden;
}
	
#testimonial a{ 
	color:#292929;	
	font-size:18px;
	line-height:21px;
	text-decoration:none;
}
#test_author{ color:#004d7c; font-size:16px; }
/*============ MAIN CONTENT =============*/
#main_content{
	width:100%;
	margin:0px 16px 0px 0px;
	overflow:hidden;
	overflow:hidden;
	float:left;
}
#content{
	width:878px;
	margin:0px 0 10px 0px;
	padding:10px;
	overflow:hidden;
	background-color:#f9f8f8;
	border-top:1px solid #000; border-left:1px solid #000; border-right:1px solid #000;
	border-bottom:3px solid #000;
	-webkit-border-radius: 0 0 8px 8px;
border-radius: 0 0 8px 8px;
}
#content_left{
	width:650px;
	float:left;
	overflow:hidden;
	margin-right:15px;
}
#content_right{
	width:213px;
	overflow:hidden;
	float:left;
	
}
.content_head{
	width:100%;
	height:34px;
	overflow:hidden;
	margin-bottom:5px;
}
.content_head h1{
	font-weight:normal;
	color:#111111;
	border-bottom:1px dotted #959696;
	font-size:20px;
	margin:0px;
	padding:7px 0 8px 0px;
}

.content_data{
	width:100%;
	min-height:300px;
	/*text-align:justify;*/
	overflow:hidden;
	color:#474747;
}

#content_data ul { display:list; }

#content_data h1{
	color:#020202;
	padding:2px 0px;
	margin:2px 0px;
	font-size:20px;
}
#content_data h2{
	font-size:18px;
	font-weight:normal;
	color:#232324;
	border-bottom:1px solid #6f6f6f;
	padding:7px 0 3px 0px;
	background:url(../images/h1_bg.png) no-repeat bottom right;
}
#content_data h3{
	color:#020202;
	padding:2px 0px;
	margin:2px 0px;
	font-size:19px;
	line-height:22px;
	font-weight:bold;
}
#content_data table tr td h3{
	color:#020202;
	padding:2px 0px;
	margin:2px 0px;
	font-size:19px;
	line-height:22px;
	font-weight:bold;
}

#content_data h4{
	color:#020202;
	padding:2px 0px;
	margin:2px 0px;
	font-weight:bold;
	font-size:18px;
}
#content_data h5{
	color:#020202;
	padding:2px 0px;
	margin:2px 0px;
	font-weight:bold;
	font-size:16px;
}
#content_data h6{
	color:#020202;
	padding:2px 0px;
	margin:2px 0px;
	font-weight:bold;
	font-size:15px;
}

/*--------------- content box -------------------*/

.all_cbox{
	width: 100%;
	overflow:hidden;
	margin-bottom:10px;
}

.cbox{
	width: 214px;
	overflow:hidden;
	float:left;
	padding-bottom:10px;
	background:url(../images/cbox_bottom.png) no-repeat bottom center;
	
}

.cbox_gap{
	float:left;
	height:100px;
	width:14px;
}

.cbox_head{
	width:100%;
	height:140px;
	overflow:hidden;
}

.cbox_head h1{
	font-size:18px;
	font-weight:normal;
	color:#232324;
	padding:4px 0 3px 0px;
}


.cbox_data p{
	height:55px;
	overflow:hidden;
}

.hmore{
	color:#003052 !important;
	text-decoration:none !important;
}

/*
.cbox1{
	width: 214px;
	height:153px;
	overflow:hidden;
	float:left;
	background:url(../images/hb1.png) no-repeat bottom center;
}
.cbox2{
	width: 214px;
	height:153px;
	overflow:hidden;
	float:left;
	background:url(../images/hb2.png) no-repeat bottom center;
}
.cbox3{
	width: 214px;
	height:153px;
	overflow:hidden;
	float:left;
	background:url(../images/hb3.png) no-repeat bottom center;
}.cbox4{
	width: 214px;
	height:154px;
	overflow:hidden;
	float:left;
	background:url(../images/hb4.png) no-repeat bottom center;
}

.cbox_gap{
	float:left;
	height:100px;
	width:14px;
}
.cbox_head{
	width:100%;
	overflow:hidden;
}
.cbox_head h2{
	font-size:18px;
	font-weight:600;
	color:#484848;
	margin:0px;
	padding:4px 0 3px 4px;
}


.hmore{
	width:88px;
	height:32px;
	display:block;
	position:absolute;
	margin: 22px 0 0 -7px;
	text-indent:-9999px;
	background:url(../images/read_more_blue.png) no-repeat top left;
}
*/ 
.cbox_data{
	width:202px;
	padding:0px 5px;
	height:62px;
	border-left: 1px solid #013962; 
	border-right: 1px solid #013962;
	line-height:14px;
	font-size:12px;
	color:#262626;
	overflow:hidden;
	text-align:justify;
}
.cbox_data a{ color:#767778; text-decoration:underline; float:left;}

.cbox_data2{
	height:44px;
	margin-bottom:2px;
	overflow:hidden;
}
/*============ RIGHT SIDEBAR =============*/
#left_sidebar{
	width: 265px;
	margin:0px 8px 0px  0px;
	overflow:hidden;
	float:left;
	
}
.ad{
	width: 261px;
	margin-bottom:8px;
	overflow:hidden;
	border:1px solid #999a9a;
	line-height:0px;
}

.ad img{
	width: 261px;
}

.box{
	width:194px;
	float:left;
	overflow:hidden;
	margin:4px;
	border:1px solid #161616;
}

.box_head{
	width:194px;
	height:29px;
	margin:0px 0 0 0px; 	
	color:#141414;
	background:url(../images/head_bg.png) repeat-x top left;
}
.box_head h1{
	font-size:14px;
	color:#fff;
	font-family:'VAGRoundedLtRegular',Arial, Geneva, sans-serif;
	padding:7px 0 0 22px;
	background:url(../images/head_bullet.png) no-repeat top left;
}
.box_data{
	width:194px;
	float:left;
	padding:5px 0px;
}
.box_data ul{
	list-style-image:url(../images/b_li_bg.png) !important;
	padding-left:20px;
}
.box_data ul li{
	margin:0px !important;
	padding:0px !important;
	width:175px;
	line-height:22px;
	/*color:#ba834d;*/
	color:#383838;
	display: list-item;
}
.box_data ul li a{
	margin:0px !important;
	padding:0px !important;
	/*background:url(../images/b_li_bg.png) no-repeat center left;*/
	color:#383838;
	text-decoration:none;	
}
.box_data ul li a:hover{
	color:#000;
}

.box2{
	width:192px;
	float:left;
	overflow:hidden;
	margin:4px;
	border:1px solid #171717;
}
.box_data2{
	width:198px;
	float:left;
}
.box_data2 ul{
	list-style-image:url(../images/b_li_bg.png) !important;
}
.box_data2 ul li{
	margin:0px;
	width:198px;
	color:#ba834d;
	padding:0px;
	overflow:hidden;
	background:url(../images/li_bg.png) repeat-x center left;
	line-height:28px;
}
.box_data2 ul li a{
	margin:0px;
	padding:0px 5px;
	color:#3a3a3a;
	text-decoration:none;	

}
.box_data2 ul li a:hover{
	color:#000;
}

/*============ FOOTER =============*/
#footer_wrapper{
	width:100%;
	float:left;
	overflow:hidden;
}
#footer_area{
	width:898px;
	padding:6px 0px 12px 0px;
	height:auto;
	border:1px solid #aeaeae; 
	-webkit-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px;
	margin:0px auto;
	overflow:hidden;
	text-align:left;
}
.footer_box{ 
	width:220px;
	float:left;
	padding:0px 12px;
	
}
.footer_box2{ 
	width:402px;
	float:left;
	padding:0px;
	color:#dddbdb;
}

.f_head{
	width:100%;
	height:20px;
	margin-bottom:10px;
}
.f_head h1{
	font-weight:normal;
	color:#2b2b2b;
	font-size:20px;
	padding:0px 0 3px 0px;
	margin-top:0px;
}


.footer_box ul{
	margin:22px 0 0 16px;
	padding:0px;
	list-style:none;
}
.footer_box ul li{
	margin:0px;
	color:#474747;
	padding:0 2px;
	line-height:20px;
}

.footer_box ul li a{
	margin:0px;
	display:block;
	padding:3px 2px;
	font-size:14px;
	color:#474747;
	width:80%;
	border-bottom:1px dotted #474747;
	text-decoration:none;
}
.footer_box ul li a:hover{color:#333232;}
.fpress_data{ 
	height:56px; 
	overflow:hidden; 
	margin-bottom:8px;
}
.touch{ 
	padding:5px;
	margin-right:5px;
}
.touch img{margin:2px 4px 0px 4px;}
#footer{
	width: 900px;
	margin:0px auto;
	height: 20px;
	overflow:hidden;
	text-align:right;
	padding-top:5px;
	font-size:11px;
	}
#footer a{
	color:#2a2a2a;
}


/*----------------------------- Contact Form --------------------------------*/
.contact_us_form {
	margin:0px auto 20px auto;
	width:450px;
}

.contact_us_form fieldset {  
	margin: 1.5em auto 0 auto;  
	padding: 10px;
	border:1px solid #aeadad;	
	position: relative;
	width:450px;
	color: #474747;    
}  

.contact_us_form legend {  
margin-left: 20px;  
color:#474747;
padding:0px 5px 0 5px;
font-weight: bold;
font-size:14px;
}  
.contact_us_form fieldset ol {  
padding: 0.25em 1em 0 1em;  
list-style: none; 
}  
.contact_us_form fieldset li {  
padding-bottom: 1em;     
float: left;    
clear: left;    
width: 100%;    
}  
.contact_us_form .add_data{
	font-weight:normal;
	font-size:14px;
	margin-top:3px;
	margin-left:40px;
}
.contact_us_form .add_data a{
	color:#191919;
	text-decoration:underline;
}

.contact_us_form label {    
display: block;   
margin-right: 1em;
}

.contact_us_form .red {
	color:#F00;
	font-size:10px;
	
}

.contact_us_form fieldset input {
    border: 1px solid #aeadad;
	color:#000;
}
.contact_us_form fieldset textarea {
    border: 1px solid #aeadad;
	color:#000;
}


.contact_us_form .submit {    
	width:160px;
	height:30px;
	color:#fff;
	margin:3px 10px 0px 0px;
	font-size:17px;
	border:0px;
	float:right;
	text-align:center;
	cursor:pointer;
	background-color:#3b3b3b;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.contact_us_form .submit:hover {
	color:#3bb6f5;
	text-shadow:none;
	background-color:#040404;
}

label.errorMsg { color: red; font-size:11px; display:block; font-weight:bold; }


.contact_us_form .error{
 background-color:#fccccc;
 border:1px solid #c82323;
 color:#b21616;
 padding:3px 5px;
}
.contact_us_form .success{
 background-color:#b9ecb5;
 border:1px solid #1aa244;
 color:#109338;
 padding:3px 5px;
}

/*----- Make Autocomplete plugin scrollable -----*/
.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	min-width:100px;
	font-family:Arial, Helvetica, sans-serif !important; 
	letter-spacing:0px;
	font-size:13px !important;
}
* html .ui-autocomplete {
	height: 200px;
}

/*------------ Booking details page ------------*/
.booking_box{
	width:638px; background-color:#fff; overflow:hidden; margin: 0 auto 10px auto; border:1px solid #c5c5c5; 
	
}


.booking_box_title{
	width:100%; padding:7px 5px; background:url(../images/menu_bg.png) repeat-x top center;  border-bottom:1px solid #c5c5c5;  font-size:16px;
	
}

.booking_box_title h1{
	padding:0px 0px 0px 5px !important; font-size:18px !important;
	border:none !important; margin:0px !important; color:#fff; font-weight:normal;
}

.booking_box_content{
	font-size:14px; padding:5px;  overflow:hidden; background-color:#faf9f9;
}

.booking_box_content2{
	font-size:14px; padding:5px 0px 5px 6px; overflow:hidden;
}

.vehicle_box{
	width:118px; float:left; background-color:#f0eeee; border:1px solid #dedede; margin-right:6px; 
}

.vehicle_name{
	width:110px; text-align:center; font-size:16px; padding:2px 0px; overflow:hidden; 
}

.vehicle_image{
	width:110px; text-align:center; padding:2px 0px; overflow:hidden;
}

.vehicle_image img{
	width:90px; height:45px;
}

.vehicle_features{
	width:110px; text-align:center; padding:2px 0px; overflow:hidden;
}

.vehicle_features table{
	width:90px; margin:0px auto;
}

.vehicle_features table td{
	width:33px; 
}

.vehicle_price{
	width:110px; text-align:center; padding:10px 0px; font-size:20px; font-weight:bold; overflow:hidden;
}


.booking_contact_details_left{
	width:293px;
	float:left;
	margin-right:10px;
	font-size:14px; letter-spacing:0px;
}

.booking_contact_details_right{
	width:293px;
	float:left;
	font-size:14px; letter-spacing:0px;
}

.booking_contact_details_left table td, .booking_contact_details_right table td{
	padding:3px 0px;
}

.booking_box .textbox{
	margin:0px 0px 0px 5px; border:1px solid #9b9b9b;
}

.booking_box .textarea{
	margin:0px 0px 0px 5px; border:1px solid #9b9b9b;
}

.booking_box .selectbox{
	margin:0px 0px 0px 5px; border:1px solid #9b9b9b;
}

.booking_box .pickup_address, .booking_box .destination_address{
	width:166px;
}

.booking_details_table{
	letter-spacing:0px;
}

.booking_details_table td{
	padding:4px 0px;
}

.booking_box .route_text{
	font-size:14px;
	line-height:20px;
	padding:5px 0px;
	letter-spacing:0px;
	text-align:left;
}

.return_element{
	display:none;
}

.total_booking_amout{
	font-size:22px; font-weight:bold; text-align:center; width:578px; padding:10px; margin:5px auto 0 auto;
}

.booking_note{
	width:608px; overflow:hidden; margin-bottom:10px; text-align:center; letter-spacing:0px; font-size:14px;
}

.booking_button_container{
	width:608px; overflow:hidden; margin:0px auto 10px auto; text-align:center;
}
.booking_button2{
	width:150px;
	height:30px;
	color:#fff;
	margin:3px 10px 0px 0px;
	font-size:17px;
	border:0px;
	text-align:center;
	cursor:pointer;
	background-color:#3b3b3b;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.booking_button2:hover{
	color:#fff;
	text-shadow:none;
	background-color:#024a7f;
}

.b_button2{
	width:170px;
	height:40px;
	color:#fff;
	margin:3px 10px 0px 0px;
	font-size:20px;
	border:0px;
	text-align:center;
	cursor:pointer;
	background-color:#3b3b3b;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.b_button2:hover{
	color:#fff;
	text-shadow:none;
	background-color:#024a7f;
}

#directions, #fromAddress, #toAddress{
	display:none;
}

#map_canvas{
}

.pickup_point_options{
	display:none;
}

#loadingMessage{
	font-size:20px;
	padding:100px 20px 0px 20px;
	width:878px;
	height:1000px;
	text-align:center;
	/*display:none;*/
	position:absolute;
	background-color:#F4F3F3;
}

/*--- Testimonial Page ---*/
/*=============== testimonial css ================*/
.testimonial2 {
	width:600px;
	margin:14px auto;
	padding-bottom:10px;
	border:1px solid #dad9d9;
	background:url(../images/test_bg2.png) no-repeat top left;
	overflow:hidden;
	background-color:#f5f5f5;
}
.testimonial_left2 {
	width:600px;
	float:left;
	overflow:hidden;
}
.testimonial_left_text2 {
	width:540px;
	font-size:13px;
	line-height:20px;
	min-height:30px;
	letter-spacing:0;
	color:#4c4b4b;
	padding:10px 0 0 47px;
	text-align:justify;
	overflow:hidden;
}
.testimonial_left_text2 a {
	text-decoration:none;
	color:#4c4b4b;
}
.testimonial_left_author2 {
	width:540px;
	height:18px;
	text-align:right;
	padding:23px 0 0 45px;
	color:#1591c3;
	letter-spacing:0;
	overflow:hidden;
	font-style:italic;
}


/* ========== paging link ========== */

#pagingLink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #1591C3;
	padding: 1px 5px 1px 5px;
	margin:5px auto;
	text-align:center;
}

#pagingLink a {
	font-weight:normal;
	background-color: #FBF8F8;
	padding: 1px 5px 1px 5px;
	text-decoration:none;
	border: 1px solid #1591C3;
	color:#1591C3;
}

#pagingLink a:hover {
	font-weight:normal;
	color: #FBF8F8;
	background-color: #1591C3;
	padding: 1px 5px 1px 5px;
	border: 1px solid #1591C3;
}

/*--- Right side Advertisements ---*/
#ads_container{
}

#ads_container .content_right_ad{
	margin-bottom:10px;
}

/* ========== message boxes ========== */
.info, .success, .warning, .error, .validation {
	border: 1px solid;
	margin-top : 10px;
	margin-bottom : 10px;
	padding:10px 10px 10px 50px;
	background-repeat: no-repeat;
	background-position:10px center;
	float:center;
	display:inline-block;
	text-align:left;
	clear:left;
	vertical-align:center;
}
.errorMsg{ color: #CC0000; font-weight:normal !important;  }

.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../administrator/images/info.png');
}

.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../administrator/images/success.png');
}

.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../administrator/images/warning.png');
}

.error {
	color: #CC0000;
	background-color: #F7CBCA;
	background-image: url('../administrator/images/error.png');
}

.validation {
	color: #D63301;
	background-color: #FFCCBA;
	background-image: url('../administrator/images/validation.png');
}
.messagebox { font-size:10px; width:100px; margin-left:10px; border:1px solid #fff; background:#ffc; padding:3px; }
.messageboxok { font-size:10px; width:auto; margin-left:10px; border:1px solid #fff; background:#C9FFCA; color:#008000; padding:3px; }
.messageboxerror{ font-size:10px; width:auto; margin-left:10px; border:1px solid #fff; background:#F7CBCA; color:#CC0000; padding:3px; }


/*--- Table --*/
.the-table{
	border-top:1px solid #7c7c7c;
	border-left:1px solid #7c7c7c;
	margin-bottom:10px;
	width:100%;
}

.the-table th{
	font-weight: 600;
	background:url(../images/menu_bg.png)repeat-x top left; color:#1111;
}

.the-table th{
	border-bottom:1px solid #7c7c7c;
	border-right:1px solid #7c7c7c;
	padding:3px;
	color:#dad9d9;

}
.the-table td{
	border-bottom:1px solid #7c7c7c;
	border-right:1px solid #7c7c7c;
	padding:3px;
	font-size: 12px;
}

.ac{text-align: center;}
.al{text-align: left;}
.ar{text-align: right;}

/*--- Booking Search form ---*/
#frmBookingSearch{
	padding:10px; margin-bottom: 10px; text-align: center;
}
#frmBookingSearch table{
	margin:0px auto;
}
#frmBookingSearch #booking_code{
	width:90px;
}
#frmBookingSearch #from_date{
	width:80px;
}
#frmBookingSearch #to_date{
	width:80px;
}

.sub_head{
	font-size: 16px; line-height: 20px; margin-bottom: 10px;
}

.sub_head2{
	font-size: 16px; color:#1111; line-height: 20px; margin-bottom: 10px;
}

a.booking_button{
	text-decoration: none; display: inline-block;
}
.member_heading{ 
	font-weight: normal;
	color: #000;
	font-size: 20px;
	padding: 7px 0 8px 0px; 
}
.member_links{
	background-color: #484848;
	border: 1px solid #292929;
    overflow: hidden;
    padding: 10px;
}


.member_links ul{ color: #fff; list-style: circle !important; padding-left: 15px;}
.member_links ul li a{ color: #fff; text-decoration: none; line-height: 28px; }
.member_links ul li a:hover{ color: #fff; text-decoration: underline;}

.remaining-credits{
	margin-top:20px;
	padding: 10px;
	background-color:#d1d1d1;
}

.remaining-credits .head{
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #555454;
}

.remaining-credits .the-credit{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #555454;
}

.org_price{
	display: block;
	font-size: 15px;
	line-height: 19px;
	font-weight: normal;
	margin-top: 10px;
	text-decoration: line-through;
}
/*.expand_heading{ font-weight:700; padding:5px 3px; margin-top:4px; background-color:#dddcdc; cursor:pointer; border:1px solod #d7d6d6;}
.panel{overflow:hidden; display:block; padding:0px 3px; width:644px; display: none;} */

.expand_heading{ 
	margin:5px 0 5px 0;
	padding:5px;
	cursor:pointer;
	font-size:14px;
	border:1px solid #d7d6d6;
	background-color:#dddcdc;
}
.panel{ 
	padding:0px 6px;
	width:638px;
	display:none;
}

/*--- Credit Card ---*/
#creditcard_block table tr td{
	padding:5px; white-space: nowrap;
}

.cf-label{width:500px;}

.alert-success{
background-color: #d5ffd3;
border: 1px solid #acd7aa;
margin: 15px auto;
padding: 10px;
font-size: 16px;
text-align: center;
width: 80%;}