@charset "UTF-8";
/* CSS Document */

@import url("reset-minForms.css");

body {
	background: #98782d url(images/newBg-tile2.jpg);
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	
}

#redirect {
	background-image: none;
	background-color: #E3DBC6;
}

#frame {
	width: 1004px;
	min-height: 85.3em;
	margin: 0 auto;
	text-align: center;
}


#outer-container {
	width: 1004px;
	min-height: 60em;
	margin: 0;
	float: right;
}

#sidebar {
	width: 200px;
	float: left;
	height: 594px;
	background: url(images/sidebar.png) no-repeat;
}

#container {
	width: 800px;
	color: #111111;
	background: url(images/background-tile.jpg) repeat;
	border-left: #603913 2px solid;
	border-right: #603913 2px solid;
	margin: 0 auto; 
	text-align: left;
	font-size: 13px;
	padding-bottom: 15px;
	float: right;
}

#newyearad {
background: #000000;
color: fff;
width: 800px;

}

#body-collapse {
	
}
/* ---------------------------------------
	HEADINGS
------------------------------------------*/

#header {
	width: 800px;
	height: 115px;
	background: url(images/web_header.jpg) no-repeat;
	position: relative;
}

#logo {
	position: absolute;
	left: 31px;
	top: 6px;
}

#upper-nav {
	list-style-type: none;
	float: right;
	margin: 10px 20px 0px 0px;
}

#upper-nav li {
	display: inline;
}	

#signup {
	width: 166px;
	height: 69px;
	float: right;
	clear: right;
	margin: 5px 15px 0 0;
}

#header a {
	text-decoration: none;
	color: #603913;
} 

#header a:hover {
	text-decoration: underline;
}

#nav-bg {
	width: 800px;
	height: 38px;
	background: url(images/nav_bg.jpg) no-repeat;
}

/* Navigation matrix method */

#navigation {
	width: 762px;
	height: 30px;
	position: relative;
	background: url(images/nav.png) no-repeat;
	float: left;
	margin-left: 20px;
	margin-top: 3px;
}

#navigation li {
	float: left;
}

#navigation li a {
	position: absolute;
	top: 0;
	display: block;
	height: 30px;
	background: url(images/nav.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}

li#nav_home a {
	left: 0;
	width: 70px;
	background-position: 0 0;
}

li#nav_menu a {
	left: 70px;
	width: 90px;
	background-position: -70px 0;
}

li#nav_calendar a {
	left: 160px;
	width: 110px;
	background-position: -160px 0;
}

li#nav_rfp a {
	left: 270px;
	width: 140px;
	background-position: -270px 0;
}
li#nav_bottles a {
	left: 410px;
	width: 160px;
	background-position: -410px 0;
}

li#nav_gallery a {
	left: 570px;
	width: 100px;
	background-position: -570px 0;
}

li#nav_contact a {
	left: 670px;
	width: 100px;
	background-position: -670px 0;
}

li#nav_home a:hover {
	background-position: 0 -28px;
}

li#nav_menu a:hover {
	background-position: -70px -28px;
}

li#nav_calendar a:hover {
	background-position: -160px -28px;
}

li#nav_rfp a:hover {
	background-position: -270px -28px;
}

li#nav_bottles a:hover {
	background-position: -410px -28px;
}

li#nav_gallery a:hover {
	background-position: -570px -28px;
}

li#nav_contact a:hover {
	background-position: -670px -28px;
}

#body_home li#nav_home a {
	background-position: 0 -64px;
}

#body_menu li#nav_menu a {
	background-position: -70px -65px;
}

#body_calendar li#nav_calendar a {
	background-position: -160px -65px;
}

#body_book-event li#nav_rfp a {
	background-position: -270px -65px;
}

#body_bottle-service li#nav_bottles a {
	background-position: -410px -65px;
}

#body_gallery li#nav_gallery a {
	background-position: -570px -65px;
}

#body_contact li#nav_contact a {
	background-position: -670px -65px;
}


/* End Navigation */

/*-------------------------------------------
	MAIN CONTENT AREA
--------------------------------------------*/

#main {
	width: 100%;
	min-height: 55em;
	background: url(images/background-tile.jpg) repeat;
	background-color:#FFFFFF;
	position: relative;
}

#newyearspage #main {
	min-height: 19em;
}


#main-home {
	width: 100%;
	min-height: 60em;
	background: url(images/background-tile.jpg) repeat;
	background-color:#FFFFFF;
	padding-bottom: 20px;
}

.left-spacer {
	margin-left: 20px;
}

.main-content {
	float: left;
	width: 299px;
	min-height: 34em;
}

h1 {
	margin: 10px 20px;
}

.normal-par {
	text-align: left;
	line-height: 15px;
	margin: 0 20px 10px 20px;
	
}

.normal-par a, .description a {
	color: #9e3722;
	font-weight: bold;
	font-size:15px;
	line-height: 18px;
	text-decoration: none;
}

.normal-par a:hover, .description a:hover {
	background: url(images/BG-tan-trans.png);
}

.emphasis {
	font-size: 13px;
	color: #9e3722;
	background: url(images/BG-tan-trans.png);
	padding: 5px;
	font-weight: bold;
	font-style: italic;	
}

.boldital {
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}

#first-header {
	height: 37px;
	width: 250px;
	background: url(images/text_welcome.png) no-repeat;
	text-indent: -99999px;
}

.main-subhead {
	color:#111111;
	font-size:24px;
	line-height:1;
	margin:0 0 10px 20px;
}

.red {
	color: #9e3722;
}

#swoosh {
	background: url(images/swoosh.png) no-repeat;
	width: 299px;
	height: 23px;
	margin: 0 0 5px 20px;
}

	
#flash-img {
	background: url(images/tables.jpg) no-repeat;
	float: right;
	width: 500px;
	height: 355px;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-color: #603913;
	border-top: 0;
	border-right: 0;
}

#flash-img div { visibility:hidden; }

#left-image {
	position: relative;
	float: left;
	margin: 0 15px 20px 15px;
	overflow: auto;	
}

#twitter_div {
	width: 266px;
	height: 300px;
	background: url(images/twitter_box.png) no-repeat;
	position: relative;
	float: left;
	margin: 0 15px 20px 15px;	
}

#twitter_inner a {
	color: #e3dbc6;
}

#twitter_inner {
	position: absolute;
	top: 148px;
	left: 5px;
	width: 252px;
	height: 139px;
	overflow: auto;	
}

#twitter_update_list {
	
	margin: 0 5px;
}

ul#twitter_update_list { 
	font-size: 14px;	
	padding: 0px 10px;
}

ul#twitter_update_list li { 
	margin-bottom: 10px;
	padding: 10px;
	color: #603913;
	background: url(images/twitter-tras-bg.png);
}

#twitter-link {
display:block;
position: absolute;
top: 57px;
left: 127px;
width: 110px;
height: 80px;
text-indent: -99999px;
overflow: hidden;

}

#news-snipit {
	width: 100%;
	margin: 20px 15px 0 20px;
	position: inherit;
}

#secondary-content {
	float: left;
	background:#E3DBC6 url(images/BG-news.jpg) no-repeat;
	margin-top:20px;
	min-height:658px;
	width:500px;
	border: 1px solid;
	border-right: 0;
	border-color: #603913;
}
 #secondary-content img {
 	padding: 10px 10px 10px 0px;
}

.btn-container {
	float: left;
	height:60px;
	margin: 15px 0 0;
}

#news-head {
	height: 30px;
	background-color: #a98d4c;
	margin: 0;
	padding: 8px;
}

#second-header {
	font-size:24px;
	margin: 0 0 0 10px;
	color: #603913;
}

h2 {
	font-size: 18px;
	color: #9e3722;
	font-style: italic;
	font-weight: normal;
	margin: 15px 40px 3px 20px;
}


h6 {
	margin: 0px 40px 5px 20px;
	text-transform: uppercase;
}

.description {
	margin: 0px 40px 9px 20px;
	line-height: 18px;
}

.clear {
	clear: both;
}

/*-----------------------------------------------
	FOOTER
-----------------------------------------------*/
#footer-container {
	margin: 0 0 30px 200px;
	width: 800px;
	height: 85px;
	background: url(images/footer_bgNew.png) repeat-y;
	clear: both;
	border: #603913 solid;
	border-width:  6px 2px 2px 2px;
	
}


#footer {
	color: #603913;
}

#footer-nav {
	list-style-type: none;
	padding-top: 15px;
}

#footer-nav li {
	display: inline;
}	

#footer a {
	text-decoration: none;
	color: #603913;
} 

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	line-height: 11px;
}

/*----------------------------------------------
	MENU
-----------------------------------------------*/
#menu-container {
	width: 100%;
	min-height: 60em;
	font-size: 11px;
	clear: both;
}

.bold {
	color: #111111;
	font-weight: bold;
}

#menu-description {
	width: 458px;
	float: right;
	clear: none;
	margin-right: 40px;
}

.top-par {
	width: 460px;
	float: left;
	padding-bottom: 15px;
	clear: left;
}

#top-image {
	width: 260px;
	height: 85px;
	float: right;
	clear: right;
	background: url(images/tomatoes.gif) no-repeat;
	margin: 20px 30px 30px 0px;
}

#food-description {
	width: 458px;
	height: 105px;
	background: url(images/accordion_description_bg.jpg) repeat;
}

#menu-image {
	opacity: 0;
	filter: alpha(opacity=0);
	background-color: white;
}

#food-description h2 {
	margin: 0;
	padding: 15px 15px 5px 15px;
	color: #FFFFFF;
	font-style:italic;
}

#food-description p {
	margin: 0;
	padding: 0 15px;
	color: #d4aa48;
	font-size: 12px;
}
#menu-container span { /* For mock-up purposes only. */
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.menu-item {
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.menuItemHover {
	color: #9e3722;
}


.menuItemSelected {
	color: #9e3722;
}

#first-header-menu {
	height: 31px;
	width: 89px;
	background: url(images/text_menu.png) no-repeat;
	text-indent: -99999px;
}

.float-left {
	float: left;
	margin-top: 20px;
}

.links a:link {
	color: #9e3722;
	font-weight: bold;
	text-decoration:none;
}

.links a:hover {
	text-decoration: underline;
}

.links a:visited {
	color: #603913;
	text-decoration: none;
}
/*----------------------------------------------------
	CALENDAR (Formerly Special Events)
-----------------------------------------------------*/

#first-header-events {
	height: 34px;
	width: 180px;
	background: url(images/text_calendar.png) no-repeat;
	text-indent: -99999px;
}

#events {
	width: 756px;
	min-height: 38em;
	background: url(images/events_bg.png) repeat-x;
	background-color: #e3dbc6;
	overflow: hidden;
	margin: 0 20px 0 20px;
	clear: both;
}

#events p {
	
	margin-bottom: 15px;
	margin-right: 15px;
}


#event-head {
	width: 756px;
	height: 50px;
	background-color: #a98d4c;
	position: relative;
}

#event-content { /*All #event-content references have been removed in the HTML and simply put in the main #evets <div> to allow proper growth. They are left in for reference purposes */
	width: 340px;
	clear: both;
	margin-bottom: 15px;
	margin-right: 30px;
}

#event-content h2 {
	color: #603913;
}

#event-content h6 {
	font-size: 12px;
	margin-top: 3px;
}

#event-content p {
	font-size: 14px;
	margin-right: 15px;
	line-height: 18px;
	margin-bottom: 3px;
} /* End #event-content styles-----------------------------------------------------------------*/

h3 {
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 1px;
	color: #603913;
	/*background: url(images/twitter-tras-bg.png);*/
}

.mint-link {
	color: #8BC43F;
	font-weight: bold;
}

.mint-link a {
	text-decoration: none;
	color: #339933;
}

.mint-link a:hover {
	text-decoration: underline;
}

#event-image {
	width: 100%;
	height: 200px;
	float: left;
	clear: none;
	margin-bottom: 15px;
}

#event-head h2 {
	float: left;
	font-size:24px;
	margin-top: 11px;
	color: #603913;
}

#event-button {
	width: 250px;
	height: 50px;
	background: url(images/btn_BookEvent.png) no-repeat;
	text-indent: -99999px;
	float: right;
}

.section-highlight {
	background-color: #E3DBC6;
	padding: 10px;
	margin-left: 20px;
	float: left;
}
/*-----------------------------------------------------
	BOTTLE SERVICE
------------------------------------------------------*/

#bottle-service {
	width: 756px;
	min-height: 30em;
	background-color: #e3dbc6;
	overflow: hidden;
	margin: 50px 20px 0 20px;
	clear: both;
}

#bottle-button {
	width: 250px;
	height: 50px;
	background: url(images/btn_BottleReservation.png) no-repeat;
	text-indent: -99999px;
	float: right;
}

#bottle-table {
	margin: 15px 0px 15px 20px;
	letter-spacing: 2px;
}

#bottle-table h2 {
	margin: 0;
	
}

#bottle-image {
	width: 280px;
	height: 500px;
	float: right;
	clear: none;
	margin: 15px 0px 15px 15px;
}

#first-header-bottle-service {
	height: 27px;
	width: 159px;
	background: url(images/text_BottleService.png) no-repeat;
	text-indent: -99999px;
}

#bottle-packages {
	width: 300px;
	margin: 15px 0px 15px 10px;
	background-color: #A98D4C;
	padding: 10px;
	border: #603913 7px solid;
}

#bottle-packages h2 {
	color:#603913;
	font-size:24px;
	margin: 0;
}

#bottle-packages li {
	color: #fff;
	margin: 10px 15px;
	font-size: 16px;
	list-style-type: disc;
	font-style: italic;
	text-shadow: 1px 1px 1px #603913;
	
}

sub { vertical-align:0px; font-size:10px; }

/*------------------------------------------------------
	GALLERY
-------------------------------------------------------*/
.thumb-container {
	width: 150px;
	float: left;
	clear: both;
	margin: 20px 10px 0 20px;
}

/*--------gallery thumb navigation----------*/

#thumb1 {
	width: 150px;
	height: 100px;
	margin-bottom: 20px;
	background: url(images/gallery_thumbs/grandopen_album_thumb.jpg) no-repeat;
	text-indent: -99999px;
	overflow: hidden;
	display: block;
}

#thumb1 a {
	width: 150px;
	height: 100px;
	background: url(images/gallery_thumbs/grandopen_album_thumb.jpg) no-repeat;
	display: block;
}

#miscNovDec-thumb {
	width: 150px;
	height: 100px;
	margin-bottom: 20px;
	background: url(images/gallery_thumbs/miscNovDec_thumb.jpg) no-repeat;
	text-indent: -99999px;
	overflow: hidden;
	display: block;
}

#miscNovDec-thumb a {
	width: 150px;
	height: 100px;
	background: url(images/gallery_thumbs/miscNovDec_thumb.jpg) no-repeat;
	display: block;
}

#miscNovDec-thumb a:hover {
	width: 150px;
	height: 100px;
	background: url(images/gallery_thumbs/miscNovDec_thumb.jpg) no-repeat;
	background-position: 0px -100px;
	display: block;
}

/*Dinner/Happy Hour Thumb*/

#dinner-thumb {
	width: 150px;
	height: 100px;
	margin-bottom: 20px;
	background: url(images/gallery_thumbs/dinnerHappyHour_thumb.jpg) no-repeat;
	text-indent: -99999px;
	overflow: hidden;
	display: block;
}

#dinner-thumb a {
	width: 150px;
	height: 100px;
	background: url(images/gallery_thumbs/dinnerHappyHour_thumb.jpg) no-repeat;
	display: block;
}

#dinner-thumb a:hover {
	width: 150px;
	height: 100px;
	background: url(images/gallery_thumbs/dinnerHappyHour_thumb.jpg) no-repeat;
	background-position: 0px -100px;
	display: block;
}

/*March 2009 Thumb*/

#march09-thumb {
	width: 150px;
	height: 100px;
	margin-bottom: 20px;
	background: url(images/gallery_thumbs/mar09LateNight_thumb.jpg) no-repeat;
	text-indent: -99999px;
	overflow: hidden;
	display: block;
}

#march09-thumb a {
	width: 150px;
	height: 100px;
	background: url(images/gallery_thumbs/mar09LateNight_thumb.jpg) no-repeat;
	display: block;
}

#march09-thumb a:hover {
	width: 150px;
	height: 100px;
	background: url(images/gallery_thumbs/mar09LateNight_thumb.jpg) no-repeat;
	background-position: 0px -100px;
	display: block;
}

/*Winter '08 Thumb*/

#winter08-thumb {
	width: 150px;
	height: 100px;
	margin-bottom: 20px;
	background: url(images/gallery_thumbs/winter08_thumb.jpg) no-repeat;
	text-indent: -99999px;
	overflow: hidden;
	display: block;
}

#winter08-thumb a {
	width: 150px;
	height: 100px;
	background: url(images/gallery_thumbs/winter08_thumb.jpg) no-repeat;
	display: block;
}

#winter08-thumb a:hover {
	width: 150px;
	height: 100px;
	background: url(images/gallery_thumbs/winter08_thumb.jpg) no-repeat;
	background-position: 0px -100px;
	display: block;
}
#newyears2010-thumb a {
	width: 150px;
	height: 100px;
	background: url(images/gallery_thumbs/newyears2010.jpg) no-repeat;
	display: block;
	margin-bottom: 20px;
	text-indent: -99999px;
	overflow: hidden;
}

#newyears2010-thumb a:hover {
	width: 150px;
	height: 100px;
	background: url(images/gallery_thumbs/newyears2010.jpg) no-repeat;
	background-position: 0px -100px;
	display: block;
}
/* Hover effect disabled //////////////////////*/
thumb1 a:hover {
	width: 150px;
	height: 100px;
	background: url(images/album_thumb_hover.jpg) no-repeat;
	display: block;
}
/*////////////////////////////////////*/

#gallery-container {
	width: 533px;
	height: 500px;
	float: right;
	margin: 20px 40px 40px 20px;
	
}


#first-header-gallery {
	height: 40px;
	width: 97px;
	background: url(images/text_gallery.png) no-repeat;
	text-indent: -99999px;
}
/*------------------------------------------------------
	CONTACT
------------------------------------------------------*/
#contact-form {
	clear: both;
}

#first-header-contact {
	height: 31px;
	width: 227px;
	background: url(images/text_contact.png) no-repeat;
	text-indent: -99999px;
}

#contact-form h2 {
	margin: 0;
}

.form a:link {
	color: #9e3722;
	font-weight: bold;
	text-decoration:none;
}

.form a:hover {
	text-decoration: underline;
}

.form a:visited {
	color: #603913;
	text-decoration: none;
}

/*----------------------------------------------------
	RFP
----------------------------------------------------*/

#first-header-rfp {
	height: 41px;
	width: 436px;
	background: url(images/text_rfp.png) no-repeat;
	text-indent: -99999px;
}

/*---------------------------------------------------
	EMPLOYMENT
---------------------------------------------------*/

#first-header-employment {
	height: 39px;
	width: 301px;
	background: url(images/text_employment.png) no-repeat;
	text-indent: -99999px;
}

/*---------------------------------------------------
	CUSTOMER SERVICE
---------------------------------------------------*/

#first-header-customer {
	height: 39px;
	width: 302px;
	background: url(images/text_customerService.png) no-repeat;
	text-indent: -99999px;
}

/*---------------------------------------------------
	New Year's Eve
---------------------------------------------------*/
#first-header-newyear {
	height: 38px;
	width: 298px;
	background: url(images/text_newyear08.png) no-repeat;
	text-indent: -99999px;
}

#first-header-newyear09 {
	height: 36px;
	width: 800px;
	background: url(images/text_newyear09.png) no-repeat;
	text-indent: -99999px;
}

#newyear-image {
	width: 360px;
	height: 548px;
	float: right;
	background: url(images/newyears2010.jpg) no-repeat;
	margin: 20px;
}

#top-button {
	width: 260px;
	height: 85px;
	float: right;
	clear: right;
	margin: 0;
}
/*----------------------------------------------------
	BOTTLE SERVICE REQUEST
----------------------------------------------------*/
#first-header-bottleservice {
	height: 39px;
	width: 260px;
	background: url(images/text_bottle_request.png) no-repeat;
	text-indent: -99999px;
}

/*----------------------------------------------------
	PROFESSIONAL NIGHT
----------------------------------------------------*/
#first-header-professional {
	height: 37px;
	width: 255px;
	background: url(images/text_professionalNight.png) no-repeat;
	text-indent: -99999px;
}

#first-header-turkey {
	height: 39px;
	width: 238px;
	background: url(images/text_turkey.png) no-repeat;
	text-indent: -99999px;
}
