/*------------------------------------------------------------------------------
  GENERAL
------------------------------------------------------------------------------*/
html { 
  height: 100%; 
  }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  font-family: Verdana, "Lucida Grande", "Lucida", sans-serif;
  font-size: 0.78em;
  line-height: 1.5em;
  color: #FFFFFF;
  background: #FFFFFF;
  }

body * {
  margin: 0;
  padding: 0;
  }

img {
  border: none;
  }

li {
  list-style: none;
  }

input, select {
  border: 1px solid #C3C3C3;
  border-top-color: #7C7C7C;
  border-bottom-color: #ddd;
  background: #fff;
  } 

fieldset {
  border: none;
  }

fieldset:after {
  content: ".";   
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  }

/*------------------------------------------------------------------------------
  TABLE
------------------------------------------------------------------------------*/
#bg {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  }

#container {
  margin: 10px auto 0 auto;
  padding-bottom: 20px;
  width: 550px;
  background-color: #fff;
  text-align: left;
  overflow: hidden;
  }

#container img {
  border: 0;
  }
   
#container p {
  font-family: Verdana, Tahoma, "Lucida Grande", "Lucida", sans-serif;
  font-size: 11px;
  line-height: 17px;
  margin: 5px 15px 8px 15px;
  color: #000000;
  }

#container h1 {
  font-family: Verdana, Tahoma, "Lucida Grande", "Lucida", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  color: #00325D;
  margin: 20px 15px 10px 15px;
  }

#container h2 {
  font-family: Verdana, Tahoma, "Lucida Grande", "Lucida", sans-serif;
  font-size: 11px;
  line-height: 17px;
  font-weight: bold;
  color: #0065BC;
  margin: 5px 15px 8px 15px;
  }

#container h4 { 
  font-size: 12px;
  margin: 14px 15px 10px 15px; 
  }

#container ul li p {
  margin: 0px 0px 8px 5px;
  }

#container a {
  border: 0;
  color: #666666;
  }

#container a:hover {
  color: #9D014B;
  }

#container table {
  width: 520px;
  margin: 5px 15px 8px 15px;
  }

#container th {
  text-align: left;
  }

#container tr.clr {
  background-color: #999999;
  }

#container table p {
  text-align: right;
  }

#container .price {
  font-weight: bold;
  color: #FC4E09;
  }

/*------------------------------------------------------------------------------
  LAYOUT
------------------------------------------------------------------------------*/
#header, #container, #banner, #footer {
  width: 760px;
  margin: 0 auto;
  text-align: left;
  background-color: #FFFFFF;
  }



#bg {
  width: 760px;
  margin: 0 auto;
  background: url(/images/site/html/pageBg.jpg) center top repeat-y;
  text-align: center;
  padding-bottom: 0;
  }
  
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  }

.float {
  float: left;
  display: inline;
  margin-left: 0 !important;
  }

.formbox {
  margin-left: 16px;
  width: 375px;
  padding: 12px;
  border: 1px solid #CCC;
  color: #111;
}

.formbox input {
  border: 1px solid #999;
}

.preview {
  margin: 0px 0px 0px 10px;
  padding: 0px;
  color: #ff0000;
  font-weight: normal;
  font-size: 10px;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */  

/*----------------------------------------------------------------------------- 
  PRICE TABLE
-----------------------------------------------------------------------------*/
table.specs {
  margin: 15px 0 30px 0;
  padding: 0;
  width: 672px;
  }

table.specs td {
  text-align: left;
  vertical-align: top;
  padding: 4px 6px;
  border-right: 1px solid #999;
  }

table.specs tr.clr {
  background: #DFEDF4;
  }

table.specs th {
  text-align: right;
  vertical-align: top;
  padding: 2px 8px;
  border-right: 1px solid #999;
  color: #FC4E09;
  }

table.specs tr.top th {
  vertical-align: bottom;
  text-align: left;
  }

table.specs tr.top td {
  border: none;
  }

table.specs th.title {
  border: none;
  text-align: left;
  color: #666;
  padding-top: 20px;
  }

/*----------------------------------------------------------------------------- 
  HEADER 
-----------------------------------------------------------------------------*/
#header {
  position: relative;
  height: 105px;
  }

#logo {
  position: absolute;
  left: 15px;
  top: 26px;
  z-index: 90;
  }
  
#flashBanner {
  border-bottom: 1px solid #FFFFFF;
  right-border: 1px solid #FFFFFF;
  }

/*----------------------------------------------------------------------------- 
  TOP NAV 
-----------------------------------------------------------------------------*/
#topNav{
  text-align: right;
  padding: 0px;
  margin: 8px 0px 0px 0px;
  z-index: 99;
}
#topNav li {
  list-style-type: none;
  background: none;
  display: inline;
  padding:8px 6px 0px 0px;
  font-size: 9px;
  z-index: 99;
}
#topNav li.last {
  padding-right: 11px;
}
#topNav a, #topNav a:visited{
  color: #95004A;
  background: none;
  border: none;
  cursor: pointer;
}
#topNav a:hover, #topNav a.active{
  color:#aaa;
  cursor: pointer;  
}
ul.bottomBorder {
  border-bottom: 2px solid #95004A;
}

/*----------------------------------------------------------------------------- 
  BREADCRUMB TRAIL 
-----------------------------------------------------------------------------*/
#breadcrumb {
  width: 730px;
  font-size: 0.75em;
  margin: 0 auto;
  text-align: left;
  padding-left: 260px;
  padding-top: 15px;
  }

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #breadcrumb {width: 760px;}
* html #breadcrumb {padding-left: 250px;}
/* End hide from IE-mac */  

/*----------------------------------------------------------------------------- 
  MAIN CONTENT 
-----------------------------------------------------------------------------*/
.left {
  width: 200px;
  padding-top: 20px;
  padding-left: 20px;
  float: left;
  }

.right {
  width: 460px;
  margin-left: 280px;
  padding-top: 10px;
  padding-bottom: 10px;
  }

/* IE-only word wrap */
* html .left, * html .right { word-wrap: break-word; }
/* End IE-only word wrap */  

.left_gal {
  width: 175px;
  padding-top: 20px;
  padding-left: 20px;
  float: left;
  }
  
.right_gal {
  width: 440px;
  margin-left: 220px;
  padding-top: 20px;
  padding-bottom: 10px;
  }
  
  
.prices {
  width: 346px;
  margin-left: 272px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  }

.callToAction, .callToAction:hover, .callToAction2, .callToAction2:hover {
  margin: 20px 0 5px 20px !important;
  background: none;
}

.callToAction img {
  margin-top: 20px;
}

.callToAction2 img {
  margin-top: 20px;
}
  
/*------------------------------------------------------------------------------
  TYPOGRAPHY
------------------------------------------------------------------------------*/
p {
  font-size: .85em;
  margin: 0 0 18px 0;
}

h1 {
  font-size: 1.2em;
  line-height: 1.5em;
  margin: 0 0 18px 0;
  padding: 0;
  color: #FFFFFF;
  }

h2 {
  font-size: 1.2em;
  line-height: 1.5em;
  margin: 0 0 14px 0;
  padding: 0;
  color: #FFFFFF;
}

ul {
  list-style: none;
  margin: 0 0 24px 0;
}

ul li {
  padding-left: 22px;
  font-size: .85em;
  background: url(/images/site/html/bullet.gif) 0px 2px no-repeat;
}

ul li p {
  padding: 0px;
  margin: 0px;
}

ol {
  list-style: decimal;
  margin: 0 0 24px 0;
  padding-left: 20px;
}

ol li {
  padding-left: 2px;
  font-size: .85em;
}

.prices li {
  margin-left: 45px;
  color: #999999;
}

.prices strong {
  color: #FFF;
}

a {
  color: #FFFFFF;
  text-decoration: none;
  background: url(/images/site/html/linkUnderline.gif) left bottom repeat-x;
}

a:hover {
  color: #000;
  background: #C2C2C2;
}

#container .price {
  font-weight: bold;
  color: #FC4E09;
  }

/* --------------------------------------------------------------------------
   SUBNAV
------------------------------------------------------------------------------*/
ul.subNav li {
  background: none;
  padding: 4px;
}

ul.subNav li a {
  font-size: 1.0em;
  color: #CD2525;
  font-weight: bold;
  padding: 3px 1px;
  background: none;
}

ul.subNav li a:hover {
  color: #373737;
  background: none;
  background: url(/images/site/html/linkUnderline.gif) left bottom repeat-x;
}

ul.subNav li.active a {
  color: #373737;
  background: none;
  background: url(/images/site/html/linkUnderline.gif) left bottom repeat-x;
}

/* --------------------------------------------------------------------------
   FOOTER
------------------------------------------------------------------------------*/
#footer {
  border-top: 1px solid #CCCCCC;
  margin-top: 15px;
  padding-bottom:15px;
  }
  
#footer p {
  color: #888;
  padding: 6px 0px;
  margin: 0;
  
  text-align: left;
  }

#footer .right p {
  text-align: right;
  }

#footer .left {
  padding-left: 0;
  padding-top: 0;
  }

#footer .right {

  padding-right: 0px;
  padding-top: 0;
  }
  
#footer a {
  color: #888;
  text-decoration: none;
  background: none;
  }

#footer a:hover {
  color: #fff;
  background: #6EB927;
  }

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #footer {width: 760px; }
* html #footer .left {width: 190px;}
* html #footer .right {margin-left: 230px;}
/* End hide from IE-mac */  

/* --------------------------------------------------------------------------
   FLASH TEXT REPLACEMENT
------------------------------------------------------------------------------*/
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
  visibility: visible !important;
  margin: 0;
}

.sIFR-replaced {
  visibility: visible !important;
}

span.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
  visibility: hidden;
  letter-spacing: -0.1em;
}

.sIFR-hasFlash h2 {
  visibility: hidden;
  letter-spacing: -.05em;
}

.sIFR-hasFlash #topNav li {
	visibility: hidden;
  letter-spacing: 1.5px;
  font-size: 8px;
}

/* --------------------------------------------------------------------------
   NEWSLETTER FORM
------------------------------------------------------------------------------*/
#newsletterContainer {
  border-bottom: 1px solid #CCCCCC;
  padding:10px 20px 0px 20px;
  background-color: #eeeeee; 
}

#newsletterForm {
 padding:15px 0px 25px 0px;
  *padding:15px 0px 28px 0px;
  font-size:10px;
  float:right;
   width:580px;
    *width:610px;
}

#newsletterContainer p.newsletterHeading {
  font-size:10px;
  float:left;
  color: #68b439;
  padding:2px 13px 0px 0px;
   text-transform: uppercase;
  font-weight: bold;
}

.inputContainer {
  float:left; 
  padding:0px 2px 0px 0px;
}

.inputButton input {
  float:left;
  color: #888;
  font-size:11px;
  padding:4px 2px;
  border:none;
  text-transform: uppercase;
  font-size:10px;
  background-color:#68b439;
  color:#fff;
}

#newsletterForm label {
  padding:0px 10px 0px 0px;
  color: #888;
}

.newsletterInputBox {
  width:140px;
  border:1px solid #CCCCCC;
  padding:4px;
  *padding:3px 2px 2px 4px;
  *height:22px;
  color: #888;
  font-size:10px;
}

/* --------------------------------------------------------------------------
   FEATURED FORMATTING
------------------------------------------------------------------------------*/
#featured {
  background-color: #95004a;
  padding:18px 23px 15px 23px;
  margin-top:15px;
  height:165px;
  overflow: hidden;
  }

/* IE-only word wrap */
* html #featured { word-wrap: break-word; }
/* End IE-only word wrap */  

#featured .heading {
  background: url(/images/icons/figmint_icon.gif) 0px 6px no-repeat;
  font-size: 18px;
  color:#fff;
  text-transform: uppercase;
  font-weight: normal;
  padding:0px 0px 0px 25px;
  }

.left #featured li {
  padding:8px 0px 0px 0px;
  background: none;
  font-size:13px;
  font-weight: normal;
  line-height: 100%;
  }

.left #featured a {
  color: #FFF;
  }

.left #featured p {
  color: #FFF;
  font-size: 0.75em;
  padding: 0px;
  margin: 3px 0px 5px 0px;
  line-height: 99%;
  }

#awards {
  margin-top: 15px;
  text-align: center;
  }

/* --------------------------------------------------------------------------
   FORM VALIDATION
------------------------------------------------------------------------------*/
input.validation-failed, textarea.validation-failed {
  border: 1px solid #FF3300;
  color : #FF3300;
  }

.validation-advice {
  margin: 3px 10px 10px 0px;
  padding: 0px;
  color : #FF3300;
  font-weight: bold;
  font-size: 0.9em;
  line-height: 120%;
  }

/* Hack for IE7 validation problem */
.pClass {
  font-family: Verdana, "Lucida Grande", "Lucida", sans-serif;
  font-size: 0.85em;
  margin: 8px 0px 8px 15px;
  }

.pClass input {
  font-size: 1.1em;
  padding: 4px 4px;
  }

.pClass textarea {
  font-family: Verdana, "Lucida Grande", "Lucida", sans-serif;
  font-size: 1em;
  padding: 4px 4px;
  width: 96%;
  }

/*------------------------------------------------------------------------------
  EVENT/WYSIWYG FORMATTING
------------------------------------------------------------------------------*/
.mceContentBody p {
  margin-left: 15px;
  }

#container .event, .mceContentBody {
  color: #000;
  margin: 0px;
  padding: 0px;
  text-align: left;
  }

#container .event ul, .mceContentBody ul {
  margin: 15px 20px;
  }  

#container .event ol, .mceContentBody ol {
  margin: 15px 20px;
  } 

#container .event ol li, .mceContentBody ol li {
  list-style-type: decimal;
  } 

#container .event h3, .mceContentBody h3 {
  font-size: 14px;
  margin: 10px 10px 8px 15px;
  color: #990033;
  }

#container .event h4, .mceContentBody h4 {
  font-size: 12px;
  margin: 10px 10px 8px 15px;
  }

#container .eventFile {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #CCCCCC;
  }

/*------------------------------------------------------------------------------
  CLEAR FIX
------------------------------------------------------------------------------*/
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear {
  height: 1%;
}

.clear {
  display: block;
}

.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}



/*------------------------------------------------------------------------------
  CSS FOR NAVIGATION 
------------------------------------------------------------------------------*/

ul.nav{
 text-align: right;
  padding: 0px;
  margin: 12px 10px 7px 0px;
  z-index: 99;
width:420px;
float:right;
}
	ul.nav li{
			display: inline;
			float:left;
			list-style: none;
			  z-index: 99;
			}
			
			ul.nav li.concepts {
height: 14px;
width: 55px;
margin:0;
padding:0;
background:url("/images/nav/concept_menunav_active.gif") 0px 0px no-repeat;
}

			ul.nav li.kitchen {
height: 14px;

width: 51px;
margin:0;
padding:0;
background:url("/images/nav/kitchen_menunav_active.gif") 0px 0px no-repeat;
}

			ul.nav li.reservations {
height: 14px;

width: 80px;
margin:0;
padding:0;
background:url("/images/nav/reservations_menunav_active.gif") 0px 0px no-repeat;
}

			ul.nav li.events {
height: 14px;

width: 46px;
margin:0;
padding:0;
background:url("/images/nav/events_menunav_active.gif") 0px 0px no-repeat;
}

			ul.nav li.groups {
height: 14px;

width: 50px;
margin:0;
padding:0;
background:url("/images/nav/groups_menunav_active.gif") 0px 0px no-repeat;
}

			ul.nav li.gallery {
height: 14px;

width: 48px;
margin:0;
padding:0;
background:url("/images/nav/gallery_menunav_active.gif") 0px 0px no-repeat;
}

			ul.nav li.media {
height: 14px;

width: 45px;
margin:0;
padding:0;
background:url("/images/nav/media_menunav_active.gif") 0px 0px no-repeat;
}

			ul.nav li.contact {
height: 14px;

width: 41px;
margin:0;
padding:0;
background:url("/images/nav/contact_menunav_active.gif") 0px 0px no-repeat;
}

ul.nav a, ul.nav a:link, ul.nav a:visited {
display:block;
}

ul.nav img {
width:100%;
height:100%;
border:0;
}

ul.nav a:hover img {
visibility:hidden;
}

ul.nav a{
background:none!important;
}

ul.nav li a:hover{
background: none!important;
}


