@charset "utf-8";
/*------ CSS Document ------*/

/*------ RESET ------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/*------ remember to define focus styles! ------*/
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/*------ tables still need 'cellspacing="0"' in the markup ------*/
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*------ RESET END ------*/

html {
	height: 100%;
}

body {
	background: url(../images/city-wharf-bg.gif) repeat-x #bababa;
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 17px;
}

.right {
	float: right;
}
/*------ CONTAINER ------*/
div#container {
	background: url(../images/city-wharf-bottom-shadow.png) repeat-y;
	width: 985px;
	min-height: 100%;
	margin: 0px auto 0px auto;
	padding: 0px 67px 0px 67px;
	position: relative;
	z-index: 0;
}

div#container div#top_shadow {
	background: url(../images/city-wharf-top-shadow.png) no-repeat;
	width: 1119px;
	height: 305px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}
/*------ END CONTAINER ------*/

/*------ HEADER ------*/
div#header {
	width: 985px;
	height: 170px;
	border-bottom: 1px solid #CCC;
}
div#header img.wave {
	position: absolute;
	top: 20px;
	left: 40px;
}
div#header img.logo {
	position: absolute;
	top: 70px;
	left: 80px;
}
div#header div#social {
	position: absolute;
	top: 118px;
	right: 87px;
}
/*------ END HEADER ------*/

/*------ MENU ------*/
div#menu {
	background: url(../images/city-wharf-menu-gradient.png) repeat-x;
	width: 985px;
	height: 40px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #EEE;
}
div#menu ul {
	margin: 10px 0px 0px 18px;
}
div#menu li {
	margin-right: 31px;
	display: inline;
}
div#menu li.last {
	margin-right: 0;
}
div#menu a,
div#menu a:visited {
	font-size: 18px;
	color: #666;
	text-decoration: none;
}
div#menu a:hover {
	color: #333;
}
div#menu li.active a {
	color: #333;
}
/*------ END MENU ------*/

/*------ CONTENT ------*/
div#content {
	width: 945px;
	padding: 5px 20px 381px 20px;
	overflow: auto;
	text-align: justify;
}
div#content h1 {
	margin: 10px 0px 10px 0px;
	font-size: 20px;
	font-weight: bold;
}
div#content h2 {
	margin: 10px 0px 10px 0px;
	font-size: 18px;
	font-weight: bold;
}
div#content h3 {
	margin: 10px 0px 10px 0px;
	font-size: 16px;
	font-weight: bold;
}
div#content p {
	margin: 20px 0px 20px 0px;
}
div#content ul {
	list-style: disc inside;
}
div#content strong {
	font-weight: bold;
}
div#content a,
div#content a:visited {
	color: #333;
}
div#content div.left {
	width: 623px;
	float: left;
}
div#content div.right {
	width: 302px;
	float: right;
}
div#content div.left_offers {
	width: 302px;
	float: left;
}
div#content div.right_offers {
	width: 623px;
	float: right;
}
div#content div.right_offers h2 {
	margin-top: 20px;
}
div#content a.webcam img {
	width: 310px;
}
div#content div.album {
	width: 305px;
	padding: 0px 5px 0px 5px;
	float: left;
	text-align: center;
}
div#content div.album div {
	width: 305px;
	height: 230px;
	overflow: hidden;
}
div#content div.album img {
	width: 305px;
	border: none;
}
div#content div.album_image {
	width: 226px;
	height: 170px;
	padding: 0px 5px 10px 5px;
	float: left;
	text-align: center;
	overflow: hidden;
}
div#content form#send_email textarea {
	background: #CCC;
	width: 450px;
	height: 120px;
	margin-bottom: 10px;
	border: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
}
div#content form#send_email img {
	margin: 0px 0px 10px 0px;
}
div#content form#send_email input {
	background: #CCC;
	border: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
}
div#content form#send_email input#email {
	width: 300px;
	margin: 0px 0px 10px 0px;
}
div#content form#send_email input#code {
	width: 145px;
	margin: 0px 0px 10px 0px;
}
div#content form#send_email input.submit {
	background: #333;
	width: 55px;
	margin: 0;
	border: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #CCC;
	font-weight: bold;
}
div#content form#send_email p.error {
	color: #F00;
	font-weight: bold;
}
div#content form#send_email p.no_error {
	color: #0F0;
	font-weight: bold;
}
#content div.news h2 {
	margin: 20px 0px 10px 0px;
}
#content div.news h2 a,
#content div.news h2 a:visited {
	text-decoration: none;
}
#content div.news h2 a:hover {
	text-decoration: underline;
}
#content div.news {
	overflow: auto;
	margin-top: 10px;
}
#content div.news div.date {
	background: url(../images/city-wharf-news-date.gif) no-repeat;
	width: 70px;
	height: 90px;
	float: left;
	clear: left;
	text-align: center;
}
#content div.news div.date div.d {
	width: 54px;
	height: 29px;
	margin: 15px 8px 0px 8px;
	font-size: 34px;
}
#content div.news div.date div.m_y {
	width: 54px;
	height: 33px;
	margin: 3px 8px 8px 8px;
	font-size: 18px;
}
#content div.news h2 {
	margin-top: 5px;
	margin-left: 75px;
}
#content div.news p {
	margin: 0;
	margin-left: 75px;
}

/*------ links ---------*/
#content div.links h2 {
	margin: 0px 0px 10px 0px;
	font-size: 14px;
}
#content div.links h2 a,
#content div.links h2 a:visited {
	text-decoration: none;
}
#content div.links h2 a:hover {
	text-decoration: underline;
}
#content div.links {
	overflow: auto;
	margin-top: 10px;
}
#content div.links p {
	margin: 0;
}

/*------ END CONTENT ------*/

/*------ FOOTER ------*/
div#footer {
	width: 985px;
	height: 391px;
	color: #333;
	font-size: 12px;
	position: absolute;
	bottom: 0px;
}
div#footer div.top {
	background: url(../images/city-wharf-footer-top-gradient.png) repeat-x;
	width: 985px;
	height: 10px;
	border-bottom: 1px solid #EEE;
}
div#footer div.bottom {
	background: #999999 url(../images/city-wharf-footer-bottom-gradient.png) repeat-x;
	width: 985px;
	height: 380px;
	position: relative;
	z-index: 1;
}
div#footer div.bottom div.column {
	height: 350px;
	margin: 0px 0px 0px 20px;
	float: left;
}
div#footer div.bottom div.one {
	width: 302px;
}
div#footer div.bottom div.two {
	width: 301px;
}
div#footer div.bottom div.three {
	width: 302px;
}
div#footer div.bottom div.column h3 {
	margin: 10px 0px 10px 0px;
	font-size: 18px;
}
div#footer div.bottom div.column ul li {
	margin: 3px 0px 0px 0px;
}
div#footer div.bottom div.column ul li a,
div#footer div.bottom div.column ul li a:visited {
	text-decoration: none;
	color: #333;
}
div#footer div.bottom div.column ul li a:hover {
	text-decoration: underline;
}
div#footer div.bottom div.column ul ul {
	margin: 0px 0px 0px 20px;
}
div#footer div.bottom div.column div.vcard div.adr {
	width: 121px;
	float: left;
}
div#footer div.bottom div.column div.vcard div.tel {
	width: 181px;
	float: right;
	text-align: right;
}
div#footer div.bottom div.column div.vcard div.email {
	padding-top: 10px;
	clear: both;
}
div#footer div.bottom div.column div.vcard span.email a,
div#footer div.bottom div.column div.vcard span.email a:visited {
	color: #333;
}
div#footer div.bottom img.form {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: -1;
}
div#footer div.bottom div#copyright {
	height: 48px;
	position: absolute;
	left: 20px;
	bottom: 5px;
}
div#footer div.bottom div#copyright img {
	vertical-align: middle;
	float: left;
}
div#footer div.bottom div#copyright div {
	padding: 10px 0px 0px 10px;
	float: left;
}
div#footer div.bottom div#copyright a,
div#footer div.bottom div#copyright a:visited {
	color: #333;
}
/*------ END FOOTER ------*/

/*------ BOOKING NAV ------*/
#bookingNavHolder {
	background: url(../images/booking-sprite-city-wharf.png) 0px 0px no-repeat;
	height: 60px;
	width: 945px;
	margin: 0 auto;
}
#bookingNav li {
	list-style-type: none;
	float: left;
}
#step1 {
	width: 135px;
	display: block;
	height: 60px;
}
#step1over {
	width: 135px;
	background: url(../images/booking-sprite-city-wharf.png) 0px -60px no-repeat;
	display: block;
	height: 60px;
}
#step1active {
	width: 135px;
	background: url(../images/booking-sprite-city-wharf.png) 0px -120px no-repeat;
	display: block;
	height: 60px;
}
#step2 {
	width: 135px;
	display: block;
	height: 60px;
}
#step2over {
	width: 135px;
	background: url(../images/booking-sprite-city-wharf.png) -135px -60px no-repeat;
	display: block;
	height: 60px;
}
#step2active {
	width: 135px;
	background: url(../images/booking-sprite-city-wharf.png) -135px -120px no-repeat;
	display: block;
	height: 60px;
}
#step3 {
	width: 135px;
	display: block;
	height: 60px;
}
#step3over {
	width: 135px;
	background: url(../images/booking-sprite-city-wharf.png) -270px -60px no-repeat;
	display: block;
	height: 60px;
}
#step3active {
	width: 135px;
	background: url(../images/booking-sprite-city-wharf.png) -270px -120px no-repeat;
	display: block;
	height: 60px;
}
#step4 {
	width: 135px;
	display: block;
	height: 60px;
}
#step4over {
	width: 135px;
	background: url(../images/booking-sprite-city-wharf.png) -405px -60px no-repeat;
	display: block;
	height: 60px;
}
#step4active {
	width: 135px;
	background: url(../images/booking-sprite-city-wharf.png) -405px -120px no-repeat;
	display: block;
	height: 60px;
}
#step5 {
	width: 135px;
	display: block;
	height: 60px;
}
#step5over {
	width: 135px;
	background: url(../images/booking-sprite-city-wharf.png) -540px -60px no-repeat;
	display: block;
	height: 60px;
}
#step5active {
	width: 135px;
	background: url(../images/booking-sprite-city-wharf.png) -540px -120px no-repeat;
	display: block;
	height: 60px;
}
#step6 {
	width: 135px;
	display: block;
	height: 60px;
}
#step6over {
	width: 135px;
	background: url(../images/booking-sprite-city-wharf.png) -675px -60px no-repeat;
	display: block;
	height: 60px;
}
#step6active {
	width: 135px;
	background: url(../images/booking-sprite-city-wharf.png) -675px -120px no-repeat;
	display: block;
	height: 60px;
}
#step7 {
	width: 135px;
	display: block;
	height: 60px;
}
#step7over {
	width: 135px;
	background: url(../images/booking-sprite-city-wharf.png) -810px -60px no-repeat;
	display: block;
	height: 60px;
}
#step7active {
	width: 135px;
	background: url(../images/booking-sprite-city-wharf.png) -810px -120px no-repeat;
	display: block;
	height: 60px;
}
/*------ END BOOKING NAV ------*/

/*------ TRIP ADVISOR ------*/
div#content #CDSWIDSSP {
	margin: 0 auto;
}
/*------ END TRIP ADVISOR ------*/


/*------ LYTEBOX ------*/
#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #000000; }
	#lbOverlay.red { background-color: #330000; }
	#lbOverlay.green { background-color: #003300; }
	#lbOverlay.blue { background-color: #011D50; }
	#lbOverlay.gold { background-color: #666600; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.grey { border: 3px solid #888888; }
	#lbOuterContainer.red { border: 3px solid #DD0000; }
	#lbOuterContainer.green { border: 3px solid #00B000; }
	#lbOuterContainer.blue { border: 3px solid #5F89D8; }
	#lbOuterContainer.gold { border: 3px solid #B0B000; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }
	#lbDetailsContainer.red { border: 3px solid #DD0000; border-top: none; }
	#lbDetailsContainer.green { border: 3px solid #00B000; border-top: none; }
	#lbDetailsContainer.blue { border: 3px solid #5F89D8; border-top: none; }
	#lbDetailsContainer.gold { border: 3px solid #B0B000; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(/images/lytebox//loading.gif) center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url(/images/lytebox//blank.gif) no-repeat; display: block; left: 0; float: left; }
	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(/images/lytebox//prev_grey.gif) left 15% no-repeat; }
	#lbPrev.red:hover, #lbPrev.red:visited:hover { background: url(/images/lytebox//prev_red.gif) left 15% no-repeat; }
	#lbPrev.green:hover, #lbPrev.green:visited:hover { background: url(/images/lytebox//prev_green.gif) left 15% no-repeat; }
	#lbPrev.blue:hover, #lbPrev.blue:visited:hover { background: url(/images/lytebox//prev_blue.gif) left 15% no-repeat; }
	#lbPrev.gold:hover, #lbPrev.gold:visited:hover { background: url(/images/lytebox//prev_gold.gif) left 15% no-repeat; }
	
#lbNext { width: 49%; height: 100%; background: transparent url(/images/lytebox//blank.gif) no-repeat; display: block; right: 0; float: right; }
	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(/images/lytebox//next_grey.gif) right 15% no-repeat; }
	#lbNext.red:hover, #lbNext.red:visited:hover { background: url(/images/lytebox//next_red.gif) right 15% no-repeat; }
	#lbNext.green:hover, #lbNext.green:visited:hover { background: url(/images/lytebox//next_green.gif) right 15% no-repeat; }
	#lbNext.blue:hover, #lbNext.blue:visited:hover { background: url(/images/lytebox//next_blue.gif) right 15% no-repeat; }
	#lbNext.gold:hover, #lbNext.gold:visited:hover { background: url(/images/lytebox//next_gold.gif) right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
	#lbPrev2.red, #lbNext2.red, #lbSpacer.red { color: #620000; }
	#lbPrev2.green, #lbNext2.green, #lbSpacer.green { color: #003300; }
	#lbPrev2.blue, #lbNext2.blue, #lbSpacer.blue { color: #01379E; }
	#lbPrev2.gold, #lbNext2.gold, #lbSpacer.gold { color: #666600; }
	
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
	#lbPrev2_Off.red, #lbNext2_Off.red { color: #FFCCCC; }
	#lbPrev2_Off.green, #lbNext2_Off.green { color: #82FF82; }
	#lbPrev2_Off.blue, #lbNext2_Off.blue { color: #B7CAEE; }
	#lbPrev2_Off.gold, #lbNext2_Off.gold { color: #E1E100; }
	
#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #333333; }
	#lbDetailsData.red { color: #620000; }
	#lbDetailsData.green { color: #003300; }
	#lbDetailsData.blue { color: #01379E; }
	#lbDetailsData.gold { color: #666600; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbClose.grey { background: url(/images/lytebox//close_grey.png) no-repeat; }
	#lbClose.red { background: url(/images/lytebox//close_red.png) no-repeat; }
	#lbClose.green { background: url(/images/lytebox//close_green.png) no-repeat; }
	#lbClose.blue { background: url(/images/lytebox//close_blue.png) no-repeat; }
	#lbClose.gold { background: url(/images/lytebox//close_gold.png) no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: url(/images/lytebox//play_grey.png) no-repeat; }
	#lbPlay.red { background: url(/images/lytebox//play_red.png) no-repeat; }
	#lbPlay.green { background: url(/images/lytebox//play_green.png) no-repeat; }
	#lbPlay.blue { background: url(/images/lytebox//play_blue.png) no-repeat; }
	#lbPlay.gold { background: url(/images/lytebox//play_gold.png) no-repeat; }
	
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: url(/images/lytebox//pause_grey.png) no-repeat; }
	#lbPause.red { background: url(/images/lytebox//pause_red.png) no-repeat; }
	#lbPause.green { background: url(/images/lytebox//pause_green.png) no-repeat; }
	#lbPause.blue { background: url(/images/lytebox//pause_blue.png) no-repeat; }
	#lbPause.gold { background: url(/images/lytebox//pause_gold.png) no-repeat; }
/*------ END LYTEBOX ------*/