﻿/* Begin CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* End CSS Reset */

/* Begin global document styles */

body {
	color:#ffffff;
	font-family:helvetica,verdana;
	font-size:12px;
	background-color:#000000;
	background-image:url(/interface/background-tile.gif);
}
a {
	color:#ffffff;
}
p {
	margin-bottom:5px;
	padding-right:5px;
	padding-bottom:5px;
}
.errormessage {
	padding:5px;
	margin-bottom:5px;
	margin-right:10px;
	background-color:red;
	display:none;
}
.errormessage ul {
	list-style:disc inside;
	margin-left:25px;
}
input {
	outline-style:none;
	outline-width:0px;
}
input.textfield {
	border-style:none;
	width:435px;
	height:18px;
}
input.numberfield {
	border-style:none;
	width:30px;
	height:18px;
}
textarea {
	border-style:none;
	outline-style:none;
	outline-width:0px;
}
textarea.specialdiet {
	width:435px;
	height:125px;
	margin-top:3px;
	margin-bottom:3px;
}
select {
	border-style:none;
	height:18px;
	outline-style:none;
	outline-width:0px;
	padding:0px;
	margin:0px;
}
checkbox {
	border-style:none;
	height:18px;
	outline-style:none;
	outline-width:0px;	
}
a.promolink {
	text-decoration:none;
	color:#ffffff;
}
h1 {
	font-size:18px;
	font-family:Times New Roman;
	padding-bottom:5px;
	margin-right:10px;
	margin-bottom:10px;
	border-style:solid;
	border-color:#ffffff;
	border-width: 0 0 1px 0;
	text-transform:uppercase;
	
}
h2 {
	font-size:18px;
	font-family:Times New Roman;
	padding-bottom:5px;
	margin-right:10px;
	margin-bottom:10px;
	border-style:solid;
	border-color:#ffffff;
	border-width: 0 0 1px 0;
	text-transform:uppercase;
	background-image:url(/interface/menu-icon-both.gif);
	background-repeat:no-repeat;
	background-position: right top;
	
}
h3 {
	font-size:18px;
	font-family:Times New Roman;
	padding-bottom:5px;
	margin-right:10px;
	margin-bottom:10px;
	border-style:solid;
	border-color:#ffffff;
	border-width: 0 0 1px 0;
	text-transform:uppercase;
	background-image:url(/interface/menu-icon-square.gif);
	background-repeat:no-repeat;
	background-position: right top;
	
}
h4 {
	font-size:18px;
	font-family:Times New Roman;
	padding-bottom:5px;
	margin-right:10px;
	margin-bottom:10px;
	border-style:solid;
	border-color:#ffffff;
	border-width: 0 0 1px 0;
	text-transform:uppercase;
	background-image:url(/interface/menu-icon-triangle.gif);
	background-repeat:no-repeat;
	background-position: right top;
	
}
/* End global document styles */

/* Begin main menu styles */
#navcontainer {
	padding: 1px 0 1px 0;
	color:#ffffff;;
	float:left;
	width:100%;
	height:23px;
	border-style:solid;
	border-color:#ffffff;
	border-width:1px 0 1px 0;
	font-size:11px;
}
#navcontainer ul li { 
	float:left;
	border-right: 1px solid #ffffff;
	padding:1px;
	text-transform:uppercase;
}
#navcontainer ul li a {
	padding-top:5px;
	padding-left:24px;
	padding-right:24px;
	color:#ffffff;
	text-decoration: none;
	float: left;
	height:17px;
	background:transparent;
}
#navcontainer ul li a#menuhome {
	padding-left:5px;
	padding-right:3px;
	width:50px;
	text-align:center;
}
#navcontainer ul li a#menuspecialoffers {
	padding-left:2px;
	padding-right:2px;
	width:121px;
	text-align:center;
}
#navcontainer ul li a#menumenu {
	padding-left:2px;
	padding-right:2px;
	width:72px;
	text-align:center;
}
#navcontainer ul li a#menuschedule {
	padding-left:2px;
	padding-right:2px;
	width:98px;
	text-align:center;
}
#navcontainer ul li a#menureservations {
	padding-left:2px;
	padding-right:2px;
	width:114px;
	text-align:center;
}
#navcontainer ul li a#menugallery {
	padding-left:2px;
	padding-right:2px;
	width:94px;
	text-align:center;
}
#navcontainer ul li a#menufaqs {
	padding-left:2px;
	padding-right:2px;
	width:88px;
	text-align:center;
}
#navcontainer ul li a#menulinks {
	padding-left:2px;
	padding-right:2px;
	width:74px;
	text-align:center;
}
#navcontainer ul li a#menucontact {
	padding-left:2px;
	padding-right:2px;
	width:94px;
	text-align:center;
}
#navcontainer ul li a#menusubscribe {
	padding-left:3px;
	padding-right:5px;
	width:77px;
	text-align:center;
	border-style:none;
}
#navcontainer ul li a:hover {
	background-color:#ffffff;
	color:#000000;
}
#navcontainer ul li a.mainmenuselected {
	background-color:#ffffff;
	color:#000000;
}

/* End main menu styles */

/* Begin structural div styles */
#wrapper {
	position:relative;
	width:975px;
	margin:auto;
}
#main {
	position:relative;
	width:975px;
	height:auto;
	margin:auto;
	margin-top:23px;
	border-style:solid;
	border-color:#ffffff;
	border-width:0 1px 0 1px;
	float:left;
}
#maininner {
	width:961px;
	height:auto;
	margin:auto;
}
#header {
	position:relative;
	width:961px;
	border-style:solid;
	border-color:#ffffff;
	border-width:0 0 1px 0;
	padding-bottom:5px;
	float:left;
}
#searchbar {
	position:relative;
	width:961px;
	height:18px;
	background-color:#ffffff;
	background-image:url(/interface/searchbar-background.gif);
	background-repeat:no-repeat;
	text-align:right;
	overflow:hidden;
	float:left;
}
#searchbox {
	position:relative;
	width:148px;
	height:15px;
	float:right;
}
#s {
	position:absolute;
	left:780px;
	top:3px;
	width:120px;
	height:10px;
	border-style:none;
	background-color:#000000;
	color:#ffffff;
	font-size:9px;
}
#searchsubmit {
	
}
#masthead {
	position:relative;
	width:961px;
	height:90px;
	background-image:url(/interface/masthead.gif);
	background-repeat:no-repeat;
	margin-top:4px;
	border-style:solid;
	border-color:#ffffff;
	border-width:1px 0 0 0;
	float:left;
	z-index:1000;
}
#languageselect {
	position:absolute;
	display:none;
}
.languageselectoff {
	width:121px;
	height:17px;
	left:839px;
	top:5px;
	border-style:solid;
	border-color:#ffffff;
	border-width:0px;
	float:right;
	overflow:hidden;
	background-color:transparent;
}
.languageselectactive {
	width:121px;
	height:151px;
	left:838px;
	top:4px;
	border-style:solid;
	border-color:#ffffff;
	border-width:1px;
	float:right;
	overflow:hidden;
	background-color:black;
}
#languageselect a {
	position:relative;
	width:100%;
	height:16px;
	text-decoration:none;
	color:#ffffff;
	border-style:solid;
	border-color:#ffffff;
	border-width: 0 0 1px 0;
	padding: 1px 0 1px 5px;
	float:left;
}
#languageselect a:hover {
	color:#000000;
	background-color:#ffffff;
}
#content {
	position:relative;
	width:961px;
	margin-top:5px;
	float:left;
	overflow:hidden;
}
#contentsecure {
	position:relative;
	width:961px;
	margin-top:5px;
	float:left;
	overflow:hidden;
}
#contentsecure h1 {
	width:100%;
}
#contentleft {
	position:relative;
	width:672px;
	height:auto;
	border-style:solid;
	border-color:#ffffff;
	border-width:0 1px 0 0;
	float:left;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
#contentright {
	position:relative;
	width:288px;
	float:left;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
#footer {
	position:relative;
	width:961px;
	height:18px;
	float:left;
	margin-top:5px;
	padding-bottom:5px;
	border-style:solid;
	border-color:#ffffff;
	border-width:0 0 1px 0;
	font-size:10px;
}
#footerbar {
	background-color:#ffffff;
	color:#000000;
	width:956px;
	height:16px;
	padding-left:5px;
	padding-top:2px;
}
#footer a {
	text-decoration:none;
	color:#000000;
}
#footer a:hover {
	text-decoration:underline;
	color:#000000;
}
/* Begin Book Now Button */

#booknow {
	position:relative;
	border-style:solid;
	border-width:4px;
	border-color:#ffffff;
	width:272px;
	height:30px;
	float:right;
	background-color:#000000;
	color:white;
	text-align:center;
	padding-top:5px;
	text-transform:uppercase;
}
#booknow a {
	float:left;
	color:#ffffff;
	text-decoration:none;
	height:16px;
	width:264px;
	font-family:Times New Roman;
	font-size:20px;
	border-style:solid;
	border-color:#ffffff;
	border-width: 1px 0 1px 0;
	margin-left:4px;
	padding: 1px 0 6px 0;
}
#booknow a:hover {
	background-color:#ffffff;
	color:#000000;
}

/* End Book Now Button */

/* End structural div styles */

/* Begin classes */

.mastheadicon {
	margin-top:1px;
	margin-right:3px;
}

/* Side bar promotions */
.sidebarpromobox {
	position:relative;
	border-style:solid;
	border-width:4px;
	border-color:#ffffff;
	width:272px;
	height:168px;
	float:right;
	background-color:#000000;
	color:white;
	margin-top:8px;
	background-repeat:no-repeat;
	font-family:Times New Roman;
	cursor:pointer;
}
.sidebarpromotextoverlay {
	position:absolute;
	width:262px;
	height:31px;
	padding:5px;
	left:0px;
	top:127px;
	z-index:100;
}
.sidebarpromotextoverlay:hover {
	background-color:#000000;
}
.sidebarpromotextoverlaytrans {
	position:absolute;
	width:272px;
	height:41px;
	left:0px;
	top:127px;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.sidebarpromotextinner {
	font-size:12px;
	border-style:solid;
	border-color:#ffffff;
	border-width: 1px 0 0 0;
	text-transform:uppercase;
	padding-top:2px;
}
.sidebarpromotextinner a {
	text-decoration:none;
	color:#ffffff;
}

/* Mini promotions */

.minipromocontainer {
	margin-bottom:10px;
}
.minipromocontainer td {
	padding-right:10px;
}
.minipromobox {
	position:relative;
	border-style:solid;
	border-width:4px;
	border-color:#ffffff;
	width:206px;
	height:129px;
	background-color:#000000;
	color:white;
	margin-top:5px;
	background-repeat:no-repeat;
	font-family:Times New Roman;
	cursor:pointer;
}
.minipromotextoverlay {
	position:absolute;
	width:196px;
	height:24px;
	padding:5px;
	left:0px;
	top:96px;
	z-index:100;
}
.minipromotextoverlay:hover {
	background-color:#000000;
}
.minipromotextoverlaytrans {
	position:absolute;
	width:206px;
	height:34px;
	left:0px;
	top:96px;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.minipromotextinner {
	font-size:12px;
	border-style:solid;
	border-color:#ffffff;
	border-width: 1px 0 0 0;
	text-transform:uppercase;
	padding-top:2px;
}
.minipromotextinner a {
	text-decoration:none;
	color:#ffffff;
}

/* schedule table */
.scheduletable {
	border-collapse:separate;
	border-spacing: 0 5px;
}
.scheduletable thead {
	background-color:white;
	color:black;
	text-transform:uppercase;
	font-weight:bold;
}
.scheduletable tbody {
	background-color:#393939;
	color:white;
}
.scheduletable tr {
	height:25px;
}
.scheduletable td {
	padding-left:5px;
	text-align:left;
}

/* reservations */

.reservationstable {
	border-collapse:separate;
	border-spacing: 0 5px;
}
.reservationstable thead {
	background-color:white;
	color:black;
	text-transform:uppercase;
	font-weight:bold;
}
.reservationstable tbody {
	background-color:#393939;
	color:white;
}
.reservationstable tr {
	height:25px;
}
.reservationstable td {
	padding-left:5px;
	text-align:left;
}
.reservationstextinner {
	padding-left:10px;
}
.leftcol {
	width:215px;
}
.rightcol {

}

/* reservations */

.securetable {
	border-collapse:separate;
	border-spacing: 0 5px;
}
.securetable thead {
	background-color:white;
	color:black;
	/*text-transform:uppercase;*/
	font-weight:bold;
}
.securetable tbody {
	background-color:#393939;
	color:white;
}
.securetable tr {
	height:25px;
}
.securetable td {
	padding-left:5px;
	text-align:left;
}
.securetable td a {
	text-decoration:none;
}
.securetable td a:hover {
	text-decoration:underline;
}
.securetable td a.selected {
	color:#0099dd;
}
.securetextinner {
	padding-left:10px;
}
.scol1 {
	width:340px;
}
.scol2 {
	width:220px;
}
.scol3 {
	width:220px;
}
.scol4 {
	width:161px;
}

#termsdiv {
	width:430px;
	height:120px;
	border-style:solid;
	border-color:white;
	border-width:1px;
	padding:5px;
	overflow:auto;
	margin-top:5px;
	margin-bottom:5px;
	display:none;
}
#termsdiv ol {
	list-style:decimal outside;
	margin-left:15px;
	padding:10px;
}
#termsdiv ul {
	list-style:outside;
	margin-left:15px;
	padding:10px;
}
/* faq */
.faq p {
	border-style:solid;
	border-color:#ffffff;
	border-width: 0 0 1px 0;
	margin-right:10px;
}

/* End classes */

/* Begin Carousel Styles */

.mainimagecontainer {
	position:relative;
	width:655px;
	height:403px;
	margin-bottom:10px;
	float:left;
	border-style:solid;
	border-width:4px;
	border-color:#ffffff;
}
.mainimageprevbar {
	position:absolute;
	width:17px;
	height:17px;
	left:614px;
	top:320px;
	background-image:url(/interface/button_left_off.gif);
	z-index:150;
	outline: none;
}
.mainimageprevbar:hover {

}
.mainimagenextbar {
	position:absolute;
	width:17px;
	height:17px;
	left:633px;
	top:320px;
	background-image:url(/interface/button_right_off.gif);
	z-index:150;
	outline: none;
}
.mainimagenextbar:hover {

}
.mainimagenext {
	outline:none;
}
.mainimageprev {
	outline:none;
}

.mainimageitem {
	position:relative;
	width:655px;
	height:403px;
	z-index:80;
}
.textoverlaytrans {
	position:absolute;
	width:655px;
	height:90px;
	left:0px;
	top:313px;
	opacity:0.5;
	filter:alpha(opacity=50);
	z-index:90;
	display:table;
}
.textoverlay {
	position:absolute;
	width:655px;
	height:90px;
	left:0px;
	top:313px;
	z-index:100;
}
.textoverlaytransthin {
	position:absolute;
	width:655px;
	height:40px;
	left:0px;
	top:363px;
	opacity:0.5;
	filter:alpha(opacity=50);
	z-index:90;
	display:table;
}
.textoverlaythin {
	position:absolute;
	width:655px;
	height:40px;
	left:0px;
	top:363px;
	z-index:100;
}
.mainimageprevbarthin {
	position:absolute;
	width:17px;
	height:17px;
	left:614px;
	top:370px;
	background-image:url(/interface/button_left_off.gif);
	z-index:150;
	outline: none;
}
.mainimagenextbarthin {
	position:absolute;
	width:17px;
	height:17px;
	left:633px;
	top:370px;
	background-image:url(/interface/button_right_off.gif);
	z-index:150;
	outline: none;
}
.promobooknow {
	position:absolute;
	left:540px;
	top:322px;
	font-size:12px;
	font-weight:bold;
	z-index:1000;
	text-transform:uppercase;
}
.learnmorelink {
	text-transform:uppercase;
}
.textinner {
	padding:5px;
	font-size:12px;
}
.textoverlay h1 {
	font-size:18px;
	border-style:solid;
	border-color:#ffffff;
	border-width: 0 0 1px 0;
	text-transform:uppercase;
	padding-bottom:2px;
	margin-bottom:5px;
	margin-right:0px;
	font-family:Times New Roman;
}
.textoverlay p {
	font-size:12px;
	color:#ffffff;
}

.textoverlaythin h1 {
	font-size:18px;
	border-style:solid;
	border-color:#ffffff;
	border-width: 0 0 1px 0;
	text-transform:uppercase;
	padding-bottom:2px;
	margin-bottom:5px;
	margin-right:0px;
	font-family:Times New Roman;
}
.textoverlaythin p {
	font-size:12px;
	color:#ffffff;
}
/* End Carousel Styles */