@charset "UTF-8";

/**** GENERAL LAYOUT ****/
body {
	color: #333333;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000000;
	font-family: Skia, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
}
#wrapper-tree {
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	background-image: url(../images/back-tree-lg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper-path {
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	background-image: url(../images/back-path-lg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper-city {
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	background-image: url(../images/back-city-lg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper-coconut {
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	background-image: url(../images/back-coconut-lg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#content {
	color: #333333;
}
#header {
	height: 160px;
	background-image: url(../images/header-back.png);
	background-repeat: no-repeat;
	color: #CCCCCC;
	margin: 0;
	padding: 0;
}
#container {
	width: 980px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
#sidewalk {
	height: 88px;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/sidewalk.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

h1 {
	font-size: 1.8em;
	color: #580808;
	font-family: Skia, Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	font-weight: normal;
}
h2 {
	font-size: 1.45em;
	color: #580808;
	font-family: Skia, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	font-weight: normal;
}
h3 {
	font-size: 1.2em;
	color: #580808;
	font-family: Skia, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: normal;
}
h4 {
	font-size: 1em;
	color: #333;
	font-family: Skia, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: 900;
}

#content li {
	padding-bottom: 5px;
}

td.left-column {
	background-image: url(../images/trans-back.png);
	background-repeat: repeat;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	color: #2B4223;
}
td.right-column {
	background-image: url(../images/trans-back.png);
	background-repeat: repeat;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
td.content-col-bot {
	background-image: url(../images/trans-back-bot.png);
	background-repeat: repeat-x;
	height: 30px;
}
td.content-col-bl {
	background-image: url(../images/trans-back-bl.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
}
td.content-col-br {
	background-image: url(../images/trans-back-br.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
}
td.left-column .padding {
	padding: 15px 5px;
}
td.right-column .padding {
	padding: 15px 10px 0px;
}
td {
	text-align: left;
	vertical-align: top;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
td.middle {
	vertical-align: middle;
}
#logo {
	height: 90px;
	width: 240px;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
#nav, #chromemenu {
	float: right;
	height: 45px;
	width: 700px;
	margin: 20px 0px 0px;
	padding: 0px;
}
#hdr-bottom {
	clear: both;
	height: 40px;
	padding-top: 6px;
}
#hdr-info {
	margin-left: 300px;
	text-align: right;
	margin-right: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C1DA8E;
	font-size: 0.9em;
	font-weight: normal;
}
#hdr-info #phone {
	font-weight: normal;
	letter-spacing: 0.2em;
	font-size: 1.25em;
	font-family: Skia, Arial, Helvetica, sans-serif;
	display: inline;
	padding-top: 10px;
	color: #F2FFD9;
}
#hdr-info #address {
	display: inline;
	padding-top: 10px;
}
#hdr-parking {
	margin-left: 360px;
	text-align: center;
	margin-right: 40px;
	padding-top: 3px;
}
p {
	margin: 0;
	padding: 0;
}
#content p {
	margin-bottom: 10px;
}
#sidewalk .content {
	color: #FFFFFF;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	padding-top: 45px;
	text-align: left;
}	
.float-right {
	float: right;
	padding-top: 10px;
}
.required {
	font-weight: bold;
	color: #990000;
}
.smaller {
	font-size: 0.85em;
}
.social-box {
	margin-top: 25px;
}
strong {
	font-weight: bold;
}
#content .larger {
	font-size: 1.2em;
	letter-spacing: 0.1em;
}
.clear {
	clear: both;
	height: 1px;
}

/********* SPECIAL FORMATTING *********/
tr.grid-header {
	background-color: #816D87;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
}
tr.grid-even {
	background-color: #CCCCCC;
}
tr.grid-odd {
}
.menu-item {
	padding-bottom: 5px;
	padding-left: 15px;
}
.menu-item .title {
	font-weight: bold;
	float: left;
}
.menu-item .description {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: top;
	clear: both;
	margin-right: 80px;
	margin-left: 50px;
	font-style: italic;
}
.menu-item .price {
	float: right;
	width: 75px;
}


/****** LINKS ******/
a:link, a:visited {
	text-decoration: underline;
	color: #672E3C;
}
a:active, a:hover {
	text-decoration: none;
	color: #086856;
}
a.footer:link, a.footer:visited {
	text-decoration: none;
	color: #EFEFEF;
}
a.footer:active, a.footer:hover {
	text-decoration: underline;
	color: #EAF5C2;
}
a.greylink {
	color: #666666;
	text-decoration: none;
}

/****** FORMS ******/
.submit {
	background-color: #723E4D;
	padding: 3px 6px;
	color: #FFFFFF;
	font-family: Skia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #333333;
	cursor: pointer;
	letter-spacing: 0.1em;
	font-weight: normal;
}

#btn-reserve {
	display:block;
	float:left;
	margin: 0;
	padding: 0;
}
#btn-reserve a {
	display:block;
	width: 230px;
	height: 45px;
	background:transparent url(../images/btn-make-reservation.png) no-repeat 0 0;
	text-indent:-9009px;
	margin:0;
}
#btn-reserve a:hover {
	background-position:0 -45px
}


/****** MAIN NAVIGATION ******/
ul#navigation {
	margin-left: -20px;
}
ul#navigation li {
	display:block;
	float:left;
	list-style-type: none;
	margin: -13px 0 0;   /** force buttons to top of nav div **/
	padding: 0;
}
ul#navigation li a {
	display:block;
	outline:none;
	width:110px;
	height:45px;
	background:transparent url(../images/navigation.png) no-repeat 0 0;
	text-indent:-9009px;
	margin:0 15px 0 0;
}
ul#navigation li a:hover {
	background-position:0 -45px
}
ul#navigation li#about a {
	width:110px;
	background-position:0 0;
}
ul#navigation li#about a:hover {
	background-position:0 -45px
}
ul#navigation li#menu a {
	width:110px;
	background-position:-111px 0;
}
ul#navigation li#menu a:hover {
	background-position:-111px -45px
}
ul#navigation li#events a {
	width:110px;
	background-position:-222px 0;
}
ul#navigation li#events a:hover {
	background-position:-222px -45px
}
ul#navigation li#contact a {
	width:120px;
	background-position:-333px 0;
}
ul#navigation li#contact a:hover {
	background-position:-333px -45px
}
ul#navigation li#reserve a {
	width:140px;
	background-position:-454px 0;
}
ul#navigation li#reserve a:hover {
	background-position:-454px -45px
}


/********* TABS ***********/
.top-login-btn a {
	color: #536445;
	text-decoration: none;
}
.tab-navigation {
	width:100%;
	background: url(../images/tab-bg.png) repeat-x bottom;
	font-size:0.9em;
	line-height:normal;
	margin-bottom: 10px;
	float: left;
}
.tab-navigation ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}
.tab-navigation li {
	float:left;
	background:url(../images/tab-left.png) no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	padding-bottom: 0px !important;
}
.tab-navigation a {
	float:left;
	display:block;
	background:url(../images/tab-right.png) no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#5E6E2E;
	margin-right: 4px;
	font-family: Arial, Helvetica, sans-serif;
}
.tab-navigation a, .tab-navigation strong, .tab-navigation span {
	display:block;
	background:url(../images/tab-right.png) no-repeat right top;
	padding:5px 20px 4px 10px;
}
.tab-navigation #current {
	background-image:url(../images/tab-left_on.png);
}
.tab-navigation #current a {
	background-image:url(../images/tab-right_on.png);
	padding-bottom:5px;
	color: #242912;
}
.tab-navigation a:active, .tab-navigation a:hover {
	color: #033E56;
}
/* Commented Backslash Hack hides rule from IE5-Mac */
  .tab-navigation a {
	float:none;
}/* End IE5-Mac hack */




/****** HOURS BOX ******/
#hours {
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
}
#hours a:hover {
	cursor: help;
}
#hours-detail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	display: none;
	width: 255px;
	background-image: url(../images/hours-bubble.png);
	height: 191px;
	background-repeat: no-repeat;
}
#hours-detail .padding , #easyTooltip .padding {
	padding-top: 24px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#easyTooltip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	width: 255px;
	height: 191px;
	background-image: url(../images/hours-bubble.png);
	background-repeat: no-repeat;
	margin: 0;
}
/*#hours-detail .padding td {
	padding-top: 6px !important;
}
*/.bottle-glass {
	float: right;
	width: 100px;
	color: #580808;
	text-align: right;
}
