/*
Author: TemplateAccess.com (DT/TS)
*/





.select { padding: 5px; }

.gallery ul {
	list-style: none;
	display: inline;
	margin-left: 0px;
	padding: 0px;
}
.gallery li {
	list-style: none;
	display: inline;
	padding: 0px;
	margin: 0px;
}
.gallery img {
	padding: 5px;
}
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-family: Arial;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}


@charset "utf-8";
body { margin:0; margin-top:15px; padding:0; width:100%; background:#ffad38;}
html { padding:0; margin:0;}

.main { margin:0 auto; width:940px; padding:0 30px; border:3px solid #e28800;  background:#f3f3f3 url(images/main_bg.gif) top center repeat-x;}
.main2 { margin:0 auto; width:940px; padding:0 30px; border:3px solid #e28800;  background:#f3f3f3 url(images/main_bg.gif) top center repeat-x;}
.main2 a:hover span { color:#fff; background: url(images/r_menu.gif) no-repeat right;}
.main2 a:active { color:#fff; background: url(images/r_menu.gif) no-repeat right;}



/********** header **********/
.header {  padding:0; margin:0 auto; width:980px;}
/* logo */
.logo {padding:0; margin:0; width:450px; float:left;margin-top: 15px;margin-bottom: 15px;width: 100%!important;}
.header h3 { font-size: 38px;  margin: 0; padding: 0; margin-top: 25px; color: #885303; margin-bottom: 25px;}
/* rss */
.rss { text-align:right; width:215px; margin:0; padding:10px 10px 10px 0; float:left; font: normal 11px Arial, Helvetica, sans-serif; color:#7e7e7e; line-height:1.8em;}
.rss_img { float:left; margin:0; padding:20px 0 0 0;}
.rss_img img { margin:5px; padding:0;}
/*menu*/
.menu { padding:0; margin:0; float:right; width:400px;}
.menu ul { text-align: left;  padding:15px 0 0 0; margin:0; list-style:none; border:0; float:right;}
.menu ul li { float:left; margin:0; padding:13px 5px; border:0; }
.menu ul li a { float:left; margin:0; padding:13px 0 13px 0; color:#3d3d3d; font:bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif; text-decoration:none; }
.menu ul li a span { padding:13px 10px; background:none; }
.menu ul li a:hover { color:#fff; background: url(images/r_menu.gif) no-repeat right; }
.menu ul li a:hover span {color:#fff; background:url(images/l_menu.gif) no-repeat left; }
.menu ul li a.active { color:#fff;  background:url(images/r_menu.gif) no-repeat right; }
.menu ul li a.active span { color:#fff; background:url(images/l_menu.gif) no-repeat left; }

.nb_date { width: inherit!important; }
.nb_date button {margin-left: 0px!important;  }
.nb_date input { width: 290px!important; margin-left: 10px!important; }

.nb_searchbox { width: 930px!important; color: #fff!important; }
.nb_searchbox_main { padding-left: 10px!important; width: 100%!important; background-color: #141414!important; border: 0!important; }
.nb_button_text { font-family:Verdana, Geneva, sans-serif; font-size:12px; border: 0!important; background-color: #ffad38!important; color: #141414!important; margin-left: 0px!important; text-align: center!important; padding-left: 0px!important; }

#js_nightsbridge { background-color: #141414; }
#js_nightsbridge h3 { margin: 0; padding: 0; padding-top: 15px; padding-bottom: 10px; color: #fff; padding-left: 15px; }



#menu {
	padding: 0;
	float: right;
	margin: 0;
}
#menu li {
	list-style: none;
	float: left;
	margin-right: 18px;
	
}
#menu li:first-child {
	border-left: 0;
}

#menu li a {
	display: block;
	padding: 14px 15px 10px 15px;
	text-decoration: none;
	font-size: 16px;
	color: #141414!important;
	text-transform: lowercase;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#menu li a { padding: 14px 2px 10px 2px; }
}
#menu li a:hover {
	color: #fff!important;
}

#menu li:hover {
}
.current a {
 background-image: url('../images/bg-active.jpg')!important;
 color: #2b2b2b!important;
}

.current a:hover {
 color: #fff!important;
}

#menu li ul {
	display: none;
	width: 14em; /* Width to help Opera out */
	height: 1px;
}
#menu li:hover ul {
	display: block;
	width: auto;
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 99999;
	margin-top: 0px;
	height: auto;
	margin-top: -10px;
}


#menu li:hover ul:hover {

	

}

#menu li:hover li {
	float: none;
	border-right: 0;
}



.menu-hover-last{
-webkit-border-bottom-right-radius: 7px!important;
-webkit-border-bottom-left-radius: 7px!important;
-moz-border-radius-bottomright: 7px!important;
-moz-border-radius-bottomleft: 7px!important;
border-bottom-right-radius: 7px!important;
border-bottom-left-radius: 7px!important;
}


#menu li:hover li a {
	border-left: 0;

	padding: 9px 190px 9px 15px;
	font-family: 'oswaldbook';
color: #fff;
	background-color: #fff;
	-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;

}

#menu li:hover li a:hover {
border: 0!important;

padding-left: 30px;
padding-right: 175px;

}


#menu li li li ul {
	position: absolute;
	width: 190px; /*WIDTH OF SUB MENU ITEMS*/
	left: 0;
	top: 0;
	display: none;
}
#menu li:hover ul {
	color: #fff;
}
#menu li li li a {
	display: none;
}
#menu li li:hover li a {
	display: block;
	position: relative;
	float: left;
	width: 100px;
}
#menu li:hover ul li:hover ul {
	display: block;
	position: absolute;
	width: 160px;
	margin: 0;
	padding: 0;
	z-index: 99999;
	margin-left: 224px;
	margin-top: -52px;
 *margin-top: -2px;
	_margin-top: -2px;
	background-color: #3f3f3f;
	height: auto;
	border: 0!important;
}


/* search */
.search { padding:15px 0 0 0; margin:0; width:230px; float:right;}
.search form { display:block; float:right; padding:0;}
.search span { display:block; float:left; background: url(images/search_bg.gif) left top no-repeat; width:171px; padding:0; height:32px;}
.search form .keywords { width:179px; line-height:14px;  float:left; background:none; border:0; padding:8px 2px 0 10px; margin:0; font:normal 11px Arial, Helvetica, sans-serif; color:#d7d7d7;}
.search form .button { float:left; margin:0; padding:0;}
/* FBG */
.FBG {  padding:0; margin:0;}
.FBG_resize { width:940px; margin:0 auto; padding:0;}
.FBG_resize img { float:left; margin:0; padding:0;}
.FBG_resize a { color:#fff; text-decoration:none; }
.FBG_resize h2 { font: normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#bdbdbd; padding:10px 0; margin:0;}
.FBG_resize p {font: normal 11px Arial, Helvetica, sans-serif; color:#919191; padding:5px 0; margin:0; line-height:1.8em;}
.FBG_resize ul { padding:0; margin:0; list-style:none;}
.FBG_resize li { padding:5px 0; margin:0;  border-bottom:1px solid #404040; }
.FBG_resize li a { font: normal 11px Arial, Helvetica, sans-serif; color:#919191; padding:5px 0 5px 15px; background: url(images/ul_li.gif) left no-repeat; margin:0;text-decoration:none;}
.FBG_resize li a:hover { color:#fff; text-decoration:none;}
.FBG_resize .blog { width:220px; float:left; margin:0; padding:20px 20px 20px 0;}
.FBG_resize .blog.last { padding:20px 0;}
/* body */
.body_resize { width:940px; margin:0 auto; padding:10px 0 0 0;}
.body { padding:0; margin:0 auto;}
.body h2 { font: normal 20px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#666666; padding:10px 0; margin:0 0 0px 0;}
.body h2 span { font: normal 11px Arial, Helvetica, sans-serif; color:#b1b1b1; padding:0; margin:0;}
.body h3 { color:#4f4f4f; font: bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif; border-bottom:1px solid #dbdbdb; padding:15px 0 15px 20px; margin:0; }
.body h4 { color:#4f4f4f; font: bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif; border-bottom:1px solid #dbdbdb; padding:15px 0 15px 0px; margin:0; }
.body .menu2 { width:170px; float:right; padding:0; margin:0;}
.body .menu2 a { font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#5d5d5d; text-decoration:none; padding:0 3px;}
.body .menu2 a:hover { color:#fff; background:#363636;}
.body p { font:normal 12px Arial, Helvetica, sans-serif; color:#FFFF; line-height:1.8em; padding:10px 0; margin:0;}
.body p span { font-size:18px; font-weight:bold; color:#888;}
.body a { color:#2c97ae; text-decoration:none;}
.body img { margin:5px auto; padding:0;}
.body img.portt { margin:0; padding:0 0 14px 0; background: url(images/img_bg.gif) bottom center no-repeat;}
.body img.floated { float:left; margin:10px 20px 10px 0;}
.right { width:310px; margin:0; padding:10px 0; float:right;}
.badges { text-align:center; }
.left { width:593px; margin:0; padding:10px 0; float:left;}
.port { width:225px; margin:10px 0; padding:0 13px 0 0; float:left;}
.port1 { margin-right:10px; display:inline-block; vertical-align: top;}
.port1 img { margin:0 !important;}
.rating_of_anysite .rating_widget { margin:0 auto !important; }
#CDSWIDCOE { margin:0!important; }
.port a:hover { color:#fff; background: url(images/r_menu.gif);}
.tripadvisor { width:190px; float:right; margin-top: 20px;}
.hotel { width:100; float:right; margin-top: 5px; padding-right: 66px; }
.heading-content { width:675px; margin:0px 0; padding:0 0px 0 0; float:left;}
.last { padding:0;}
/********** contact form **********/
#contactform { margin:0; padding:5px 0; }
#contactform * { color:#F00; }
#contactform ol { margin:0; padding:0; list-style:none; }
#contactform li { margin:0; padding:0; background:none; border:none; display:block; clear:both; }
#contactform li.buttons { margin:5px 0 5px 0; clear:both; }
#contactform label { margin:0; width:400px; display:block; padding:10px 0; color:#5c5c5c; font: normal 11px Arial, Helvetica, sans-serif;  float:left; }
#contactform label span { color:#d66423; font-weight:bold; }
#contactform input.text { width:450px; border:1px solid #d4d4d4; margin:2px 0; padding:5px 2px; height:16px; background:#fff; float:left; }
#contactform textarea { width:450px; border:1px solid #d4d4d4; margin:2px 0; padding:2px; background:#fff; float:left; }
#contactform li.buttons input { padding:3px 0 3px 0; margin:10px 0 0 0; border:0; color:#FFF; float:left; }
/*************footer**********/
.footer {padding:0; margin:0 auto;}
.footer_resize { width:946px; margin:0 auto; padding:0; border-top:1px solid #4f4f4f;}
.footer p { font:normal 12px  Arial, Helvetica, sans-serif; color:#979797;}
.footer a { font:bold 12px Arial, Helvetica, sans-serif; color:#979797; text-decoration:none; }
.footer p.right { text-align:right; width:350px; margin:0; padding:20px 0; float:right;} 
.footer p.leftt { text-align:left; width:550px; margin:0; padding:20px 0; float:left;}

p.clr, .clr { clear:both; padding:0; margin:0; background:none;}
.bg { clear:both; padding:5px 0; margin:0; border-bottom:1px solid #ededed;}
/* Slider */
#slider { width:940px; padding:15px 0 0 0; margin:0 auto; }
#slider .flash_slider { width:940px; height:300px; margin:0; overflow:hidden;}
.slide_blog_resize { background:#414141 url(images/fbg_bg.gif) top repeat-x; border-bottom:1px solid #484848; padding:20px 20px 10px 20px; margin:0;}
.slide_blog { width:285px; float:left; padding:5px 10px 5px 5px;}
.slide_blog img { float:left; margin:0; padding:10px 10px 30px 0;}
.slide_blog h3 { font: bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#fff; padding:10px 0; margin:0; border:0;}
.slide_blog_resize  h4 { font: normal 30px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#fafafa; padding:20px 0 20px 20px; margin:0;}
.slide_blog p { font: normal 11px Arial, Helvetica, sans-serif; color:#fff; padding:0; margin:0; line-height:1.8em;}

.style1 {color: #000000}

.style2 {

	font-size: 14px;
	font-weight: bold;

}

h1 {
	margin: 0;
	font-weight: normal;
	font-size: 32px;
	color: #ffad38;
	border-bottom:1px solid #c7c7c7;
	padding-bottom: 10px;
	margin-top: 15px;
}

.copyright {
width: 100%;
padding-top: 5px;
padding-bottom: 5px;
background-color: #e28800;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}

.sitemap {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
width: 940px;
margin: auto;
}

.sitemap a {
color: #000000;	
}

.copyright a {
color: #000000;	
}

.style1 {
	color: #000000
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding:15px 0 15px 0px; margin:0;
}
a:link {
	color: #000000;
}
a:hover {
	color: #999999;
}
a:visited {
	color: #000000;
}

.social {
float: right;
}

.facebook {
	margin: 0px auto !important;
}

.breadcrumbs {
width: 940px;
border-bottom: 1px solid #c7c7c7;
padding-bottom: 10px;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
}

.backhome {
float: right;	
}

#CDSRATINGWIDGET div.logo img { margin-left: -200px!important; }

.homecontent { width:500px!important; }

.rateslist { font-size: 12px; list-style:none; font-family:Arial, Helvetica, sans-serif;margin:0; padding:0; }
.highseason  { color: #666; font-style:italic; font-weight:bold;}

.Zebra_DatePicker *,
.Zebra_DatePicker *:after,
.Zebra_DatePicker *:before  { -moz-box-sizing: content-box !important; -webkit-box-sizing: content-box !important; box-sizing: content-box !important }

.Zebra_DatePicker           { position: absolute; background: #666; border: 3px solid #666; display: none; z-index: 100; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 13px }

.Zebra_DatePicker *         { margin: 0; padding: 0; color: #000; background: transparent; border: none }

/* = GLOBALS
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker table                      { border-collapse: collapse; border-spacing: 0 }

.Zebra_DatePicker td,
.Zebra_DatePicker th                         { text-align: center; padding: 5px 0 }

.Zebra_DatePicker td                         { cursor: pointer }

.Zebra_DatePicker .dp_daypicker,
.Zebra_DatePicker .dp_monthpicker,
.Zebra_DatePicker .dp_yearpicker             { margin-top: 3px }

.Zebra_DatePicker .dp_daypicker td,
.Zebra_DatePicker .dp_daypicker th,
.Zebra_DatePicker .dp_monthpicker td,
.Zebra_DatePicker .dp_yearpicker td         { background: #E8E8E8; width: 30px; border: 1px solid #7BACD2 }

.Zebra_DatePicker,
.Zebra_DatePicker .dp_header .dp_hover,
.Zebra_DatePicker .dp_footer .dp_hover { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px }


/* = HEADER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_header td             { color: #FFF }

.Zebra_DatePicker .dp_header .dp_previous,
.Zebra_DatePicker .dp_header .dp_next       { width: 30px }

.Zebra_DatePicker .dp_header .dp_caption    { font-weight: bold }
.Zebra_DatePicker .dp_header .dp_hover      { background: #222; color: #FFF }
.Zebra_DatePicker .dp_header .dp_blocked    { color: #888; cursor: default }

/* = DATEPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_daypicker th              { background: #FFCC33 }
.Zebra_DatePicker td.dp_not_in_month            { background: #F3F3F3; color: #CDCDCD; cursor: default }
.Zebra_DatePicker td.dp_not_in_month_selectable { background: #F3F3F3; color: #CDCDCD; cursor: pointer }
.Zebra_DatePicker td.dp_weekend                 { background: #D8D8D8 }
.Zebra_DatePicker td.dp_weekend_disabled        { color: #CCC; cursor: default }
.Zebra_DatePicker td.dp_selected                { background: #5A4B4B; color: #FFF !important }
.Zebra_DatePicker td.dp_week_number             { background: #FFCC33; color: #555; cursor: text; font-style: italic }

/* = MONTHPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_monthpicker td        { width: 33% }

/* = YEARPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_yearpicker td         { width: 33% }

/* = FOOTER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_footer                { margin-top: 3px }
.Zebra_DatePicker .dp_footer td             { color: #FFF; padding: 2px; font-weight: bold }
.Zebra_DatePicker .dp_footer .dp_hover      { background: #222; color: #FFF }

/* = SOME MORE GLOBALS (MUST BE LAST IN ORDER TO OVERWRITE PREVIOUS PROPERTIES)
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker td.dp_current             { color: #C40000 }
.Zebra_DatePicker td.dp_disabled_current    { color: #E38585 }
.Zebra_DatePicker td.dp_disabled            { background: #F3F3F3; color: #CDCDCD; cursor: default }
.Zebra_DatePicker td.dp_hover               { background: #482424; color: #FFF }

/* = ICON
----------------------------------------------------------------------------------------------------------------------*/
button.Zebra_DatePicker_Icon                { display: inline-block; position: relative; width: 16px; height: 16px; background: url('images/calendar.png') no-repeat left top; text-indent: -9000px; border: none; cursor: pointer; padding: 0; line-height: 0; vertical-align: top; zoom: 1; *display: inline; }
button.Zebra_DatePicker_Icon_Disabled       { background-image: url('images/calendar-disabled.png') }
/* don't set vertical margins! */
button.Zebra_DatePicker_Icon                { margin: 0 0 0 3px }
button.Zebra_DatePicker_Icon_Inside         { margin: 0 12px 0 0 }

