/* = [ zeroes            ]--------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

/* = [ tag redefinitions ]--------------------------------------------------------------------*/
body {
	background: #E6E3D2 url(/i/bg-body.gif) 50% top repeat-x;
	text-align: center;
	font: 70%/150% "MS Trebuchet", Arial, Helvetica, "Helvetica Neue", sans-serif;
	color: #333;
}
p, ul, hr, .col img, blockquote  {
	margin-bottom: 1.4em;
}
blockquote {
   font-size: 1.4em;
   text-align: center;
   background: #C0D1D1 url(/i/quote-open.gif) no-repeat;
   padding: 1em 0  5px 3em;
}
.quote {
   background: url(/i/quote-close.gif) right bottom no-repeat;
   font-family: Georgia, Palatino, Times, "Times New Roman", serif;
   font-style: italic;
   line-height: 140%;
   padding-right: 3em;
   margin-bottom: 0;
}
.author {
   font-size: 0.75em; 
   padding-right: 3em;
}
.asterisk {
   padding: 7px 1em 7px 3em;
   border: solid 2px #B1A078;
   background: #FFE9AF url(/i/asterisk_yellow.png)  9px 6px no-repeat;
   color: #333;
   font-weight: bold;
}
a {
	color: #8D2A0B;
   text-decoration: none;
}
a:hover {
	color: #8D2A0B;
   text-decoration: underline;
}
h1, h2, h3, h4 {
	font-family: Georgia, Palatino, Times, "Times New Roman", serif;
	color: #8D2A0B;
	margin-bottom: .4em;
	font-weight: normal;
}
h3, .lacostaname {
   font-size: 125%;
   color: #333;
   font-style: italic;
   text-transform: none;
}
h4 {
   text-transform: uppercase;
   letter-spacing: 0.1em;
}
ul, ol {
   padding-left: 1em;
}
img {
   float: left;
}
/* = [ LAYOUT            ]--------------------------------------------------------------------*/
#wrap, #main, #footer, .nav1 {
	width: 751px;
}
#con, #footer {
	float: left;
	display: inline;
}
#wrap {
	position: relative;
	margin: 21px auto;
	text-align: left;
}
#footer {
   border-top: solid 1px #666;
}
#main {
   float: left;
   padding-top: 15px;
}
/* = [ COLUMNS ]--------------------------------------------------------------------*/

.col {
	float: left;
	margin: 10px;
	display: inline;
}
.left {
	width: 465px;
   margin-left: 30px;
   margin-right: 20px;
}
.right {
	width: 200px;
}

/* = [ NAVIGATION ] --------------------------------------------------------------------*/

ul.nav1 {
   float: left;
   list-style: none;
   height: 29px;
   margin: 0;
   padding: 0;
}
ul.nav1 li {
	float: left;
	overflow: hidden;
   display: inline;
   margin: 0;
}
ul.nav1 li a {
   margin: 0 auto;
	display: block;
	overflow: hidden;
   padding-top: 29px;
	height: 0px !important;
	height /**/:29px; /*for IE5/Win only */	
}
li#n1 a { width: 96px;  background-image: url(../i/nv-home.gif); float: left;}
li#n2 a { width: 82px;  background-image: url(../i/nv-menu.gif); float: left;}
li#n3 a { width: 90px;  background-image: url(../i/nv-about.gif); float: left;}
li#n4 a { width: 108px;  background-image: url(../i/nv-contact.gif); float: left;}
li#n5 a { width: 118px;  background-image: url(../i/nv-direct.gif); float: left;}
li#n6 a { width: 128px;  background-image: url(../i/nv-news.gif); float: left;}
li#n7 a { width: 126px;  background-image: url(../i/nv-bday.gif); float: left;}
ul.nav1 li a:hover, ul.nav1 a.current {
	background-position:  0 -29px;
}
body.home li#n1 a {
   background-image: url(../i/nv-home2.gif);
	}
body.home li#n2 a {
   background-image: url(../i/nv-menu2.gif);
	}
ul.nav2 {
   float: left;
   padding: 0;
   display: inline;
   list-style: none;
   height: 96px;
   overflow: hidden;
}
ul.nav2 li {
	overflow: hidden;
   margin: 5px;
   display: inline;
}
ul.nav2 li a {
   margin: 0;
   width: 200px;
	display: block;
 float: left;
 overflow: hidden;
   padding-top: 24px;
	height: 0px !important;
	height /**/:24px; /*for IE5/Win only */	
}
li#n21 a {  background-image: url(../i/nv2-dinner.gif);}
li#n22 a {  background-image: url(../i/nv2-lunch.gif); }
li#n23 a {  background-image: url(../i/nv2-brunch.gif); }
li#n24 a {  background-image: url(../i/nv2-drink.gif); }
ul.nav2 li a:hover, ul.nav2 a.current {
	background-position:  -217px 0;
}

/* = [ TABLES ] --------------------------------------------------------------------*/

table {
   width: 100%;
   margin-bottom: 2.4em;
}

td, th {
   padding: 0.3em;
}
caption {
   text-align: left;
   letter-spacing: 0.1em;
   font-family: Georgia, Palatino, Times, "Times New Roman", serif;
	color: #8D2A0B;
   text-transform: uppercase;
   border-bottom: solid 1px  #8D2A0B;
}
.col1 {
   width: 400px;
}



/* = [ FORMS ] --------------------------------------------------------------------*/
input, button, textarea {
    background-color:#EFECE1;
    display:block;
    border:1px solid #1E160D;
    color:#1E160D;
   font-family: "MS Trebuchet", Arial, san-serif;
   font-size: 100%;
   }
input, textarea {
   width: 445px;
   padding: 2px;
}
.but {
   width: auto !important;
}
input:focus, textarea:focus, select:focus {
	background: #F4F5E9;
}
.noborder {
    border: none;
    padding: 0;
}

/* = [ FOOTER FORM ]-----*/
#subscribe {
   padding: 1em 1em 0.5em 1em;
   background: #D0D5CA;
}
#footer input, #footer textarea {
   width: 165px;
   padding: 2px;
}


/* = [ ICONTACT FORM ]-----*/

#SignUp .signupframe {
  border: 0px solid #1C170F;
  background: #E6E3D2;
  color: #333333;
  font-family: "MS Trebuchet", Arial, Helvetica, "Helvetica Neue", sans-serif;
}

#SignUp table {
   margin-left: 30px;
   margin-right: 20px;
   border: 0px;
   margin: 0px;
   padding: 5px;
}

#SignUp input {
   background-color:#EFECE1;
   display:inline;
   border:1px solid #1E160D;
   color:#1E160D;
   font-family: "MS Trebuchet", Arial, san-serif;
   font-size: 100%;
}

#SignUp input[type="submit"] {
   margin: 0;
   padding: 2px;
   width: auto;
   background-color:#EFECE1;
   border:1px solid #1E160D;
   color:#1E160D;
   font-family: "MS Trebuchet", Arial, san-serif;
   font-size: 100%;
}

#SignUp input, textarea {
   width: 300px;
   padding: 2px;
}

#SignUp input:focus {
   background: #F4F5E9;
}

input[type="hidden"] {
   border: none;
   margin: 0;
   padding: 0;
}

#SignUp input[type="hidden"] {
   border: none;
   margin: 0;
   padding: 0;
}

#SignUp .signupframe label {
   clear: left;
   margin: 0;
   padding: 0;
   padding-left: 8px;
}

#SignUp .signupframe input[type="checkbox"] {
   clear: right;
   float: left;
   margin: 0;
   padding: 0;
   width: auto;
   border: none;
   background-color: #E6E3D2;
}

/* = [ EMAIL FORM ]-----*/

.checkboxes {
   clear: left;
   margin: 0;
   padding: 0;
   padding-left: 8px;
}
 
/* = [ MISCELLANEOUS ] --------------------------------------------------------------------*/

a img {
   border: 0;
}
.alignright {
   float: right;
}
.alignleft {
   float: left;
   margin-right: 15px;
}
hr {
  width: 100%;
  border: 0;
  color: #666;
  background-color: #666;
  height: 1px;
 }

/* = [ sIFR ] --------------------------------------------------------------------*/

.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;
}
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}
.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 200%;
   line-height: 125%;
}