*{margin:0;padding:0;text-decoration:none;font-size:1em;outline:none;}code,pre,textarea,input,select{font:inherit;font-size:1em;}th,h1,h2,h3,h4,h5,h6{font-weight:normal;}a,img,a img,form,abbr,acronym,object{border:none;}table{border-collapse:collapse;border-spacing:0;}th,td{text-align:left;vertical-align:top}body{line-height:1;}a{color:inherit}hr{display:none;}ul{list-style-type:none;}

/* --- layout --- */

html {
  height: 100%;
}

body {
  height: 100%;
  text-align: left;
  line-height: 10px;
  font: 96% lucida grande, lucida, arial,helvetica,sans-serif;
  background-color: #808080;
}

#container {
  width: 960px;
  margin: 50px auto 0 auto;
}

#header, #nav, #content, #content-container, #content-footer, #container, #copyright {
  clear: both;
  overflow: hidden;
}

/* --- header --- */

#nav {
  color: #fff;
  font-size: 0.6em;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  background-color: #edb012;
  padding-left: 30px;
  height: 15px;
  clear: both;
  overflow: hidden;
}

#nav li {
  list-style-type: none;
  float: left;
  padding: 0px;
}

#nav .nav_home { width: 50px; }
#nav .nav_rewards { width: 100px; }
#nav .nav_gift { width: 75px; }
#nav .nav_private { width: 115px; }
#nav .nav_buy { width: 120px; }
#nav .nav_corporate { width: 120px; }
#nav .nav_signup { width: 55px; }
#nav .nav_feedback { width: 115px; }
#nav .nav_location { width: 125px; }

#nav li a {
  display: block;
}

#nav li a:hover {
  font-size: 1.2em;
}

#nav li.last {
  background-image: none;
}


/* --- content --- */

#content {
  width: 746px;
  float: left;
}

h2.title {
  font-weight: bold;
  font-size: x-large;
  text-transform: uppercase;
  color: #ccc;
  margin: 15px 0;
}

#main {
  float: left;
  width: 746px;
  overflow: hidden;
}

#slideshow {
  height: 389px;
  position: relative;
}

#bhg-rewards {
  z-index: 10;
  position: absolute;
  top: 265px;
  height: 81px;
  width: 270px;
  margin-left: -270px;
  text-indent: -99999em;
}

#bhg-rewards .hidden {
  display: none;
}

#bhg-rewards .contents {
  height: 81px;
  width: 270px;
}

#bhg-rewards .contents1 {
  background-image: url('/images/bhg-assets/giftcard_bhg.png');
}

#bhg-rewards .contents2 {
  background-image: url('/images/bhg-assets/rewards_bhg.png');
}

#top10 {
  z-index: 20;
  text-indent: -99999em;
  background-image: url('/images/bhg-assets/malones_top10.png');
  width: 367px;
  height: 172px;
  position: absolute;
  right: 0;
  top: 0;
}

#subtext {
  z-index: 200;
  background-image: url('/images/bhg-assets/headline_bhg.png');
  position: absolute;
  width: 517px;
  height: 43px;
  text-indent: -9999em;
  right: 0;
  bottom: 0;
}

#subtext.chef-profile {
  padding: 0px 10px 10px;
  text-indent: 0em;
  background-image: url('/images/bhg-assets/headline_bhg_empty.png');
  color: #000;
  width: 497px;
  height: 33px;
  font-size: 32px;
  font-weight: bold;
}

#subtext.chef-profile span.orange {
  color: #ffb400;
}

#logo {
  z-index: 200;
  background-image: url('/images/bhg-assets/logo_bhg.png');
  width: 288px;
  height: 216px;
  position: absolute;
  background-repeat: no-repeat;
}

#body {
  float: right;
  width: 487px;
  padding: 15px;
  min-height: 160px;
}

#body p {
  margin-bottom: 1em;
}

#nav-and-text {
  background-color: #fff;
  background-image: url('/images/bhg-assets/bodytxtbg_home.png');
  clear: both;
  overflow: hidden;
}

#subnav {
  float: left;
  width: 148px;
  padding: 15px 41px 15px 40px;
  background-color: #fff;
}

#nav-and-text .left {
  width: 189px;
  float: left;
  padding: 20px;
  height: 100%;
}

#container.restaurant .left {
  background-color: #000;
}

#nav-and-text .left #subnav {
  padding: 0px;
  float: none;
  margin-bottom: 20px;
}

#download_menu {
  width: 50%;
  background-color: #fff;
  padding: 10px;
  float: right;
  margin-left: 10px;
  border: 1px solid #e8bc66;
}

#download_menu h3 {
  font-weight: bold;
  font-size: 15px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 2px;
  margin-bottom: 2px;
}

#download_menu p {
  font-size: 12px;
}

#download_menu select {
  margin-top: 10px;
}

#download_menu option {
  padding: 2px;
  vertical-align: middle;
  font-size: 12px;
}

.restaurant #subnav {
  background-color: #000;
}

#subnav li {
  background-image: url('/images/bhg-assets/subnav_arrow.png');
  background-repeat: no-repeat;
  background-position: left 4px;
  padding: 2px 0 0 10px;
  margin-bottom: 2px;
  font-weight: bold;
}

#subnav li ul li {
  font-size: x-small;
  background-image: none;
}

/* --- content (subpage) --- */

#content.normal {
  background-color: #fff;
}

#content.normal h3 {
  font-weight: bold;
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
  clear: both;
}

#content.normal #sidebar {
  float: left;
  width: 250px;
}

#content.normal #sidebar ul {
  margin: 20px 0 0 65px;
}

#content.normal #sidebar ul li {
  background-image: url('/images/bhg-assets/subnav_arrow.png');
  background-repeat: no-repeat;
  background-position: left 4px;
  padding: 2px 0 0 10px;
  margin-bottom: 10px;
  font-weight: bold;
}

#content.normal #sidebar li ul li {
  font-size: x-small;
  background-image: none;
}

#subpage-logo {
  text-indent: -9999em;
  display: block;
  width: 238px;
  height: 134px;
  background-image: url('/images/bhg-assets/subpage_logo_bhg.png');
  margin-left: 5px;
}

#content.normal #main {
  position: relative;
  float: left;
  padding: 15px;
  width: 466px;
  background-image: url('/images/bhg-assets/subpagebg.png');
  padding-bottom: 50px;
}

#content.normal #main .row {
  clear: both;
  overflow: hidden;
}

#content.normal #main .row .col{
  float: left;
  width: 140px;
  margin: 0 15px 40px 0;
}

#content.normal #main .col p {
  font-size: x-small;
}

#content.normal .col-last {
  margin-right: 0;
}

#content.normal .col p {
  float: none;
}

#content.normal #buttons {
  float: right;
}

#content.normal #main ul {
  margin: 30px;
}

#content.normal #main ul li {
  margin-bottom: 10px;
  list-style-type: disc;
}

#content.normal #main p {
  margin-bottom: 1em;
}

#content.normal #main a {
  color: #00c1ea;
  text-decoration: underline;
}

#content.normal #main a:hover {
  color: #00d2ff;
}

#content.normal .aqua-notice {
  background-color: #0097a4;
  height: auto;
  clear: both;
  overflow: hidden;
  padding: 10px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* --- content (careers) --- */
#content.careers #main {
  width: 696px;
  padding: 15px 25px;
}


/* --- content (photo-gallery) --- */

#content.photo-gallery {
  background-color: #fff;
}

#content.photo-gallery h2.title {
  margin-top: 0;
  font-size: x-large;
}

#gallery-logo {
  z-index: 200;
  text-indent: -9999em;
  display: block;
  width: 132px;
  height: 80px;
  background-image: url('/images/bhg-assets/logo_bhg_small.png');
  float: right;
  margin-top: -35px;
  position: relative;
}

#gallery a {
  margin-right: 10px;
  margin-bottom: 10px;
  display: block;
  float: left;
}

#gallery a img {
  border: 4px solid #efefef;
}

#gallery a:hover img {
  border: 4px solid #e9a600;
}

#prev, #next {
  position: absolute;
  display: block;
  width: 39px;
  height: 100%;
  text-indent: -9999em;
  padding: 10px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 200;
}

#prev {
  background-image: url('/images/bhg-assets/zoomimage_prev.gif');
}

#next {
  right: 0;
  background-image: url('/images/bhg-assets/zoomimage_next.gif');
}

#gallery-container {
  position: relative;
  clear: both;
  overflow: hidden;
  width: 746px;
  height: 389px;
}

#gallery-home {
  width: 100%;
  height: 100%;
  background-image: url('/assets/4/TunaSalad.jpg');
}

#loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 746px;
  height: 389px;
  background: #fff url('/images/bhg-assets/loading.gif') no-repeat center;
}

#content.photo-gallery #body {
  background-image: none;
  width: 416px;
  float: right;
  text-align: left;
  min-height: none;
}

#content.photo-gallery #sidebar {
  float: left;
  width: 300px;
}

#content.photo-gallery #main ul {
  margin-left: 20px;
}

#content.photo-gallery #main ul li {
  font-weight: bold;
  list-style-type: disc;
  float: left;
  width: 190px;
  margin-bottom: 5px;
  font-size: large;
}

#content.photo-gallery #main .row {
  height: 245px;
}

/* --- content (feedback) --- */

#mailer p {
  margin-bottom: 1em;
}

#mailer select {
  font-size: x-small;
  padding: 2px 5px;
}

#mailer table {
  margin-bottom: 1em;
}

#mailer td {
  padding: 0 5px 5px 0;
}

#mailer textarea {
  margin-top: 5px;
  padding: 5px;
}

#mailer #City {
  width: 120px;
  margin-right: 5px;
}

#mailer #State {
  width: 30px;
  margin-right: 5px;
}

#mailer #Zip {
  width: 100px;
}

#mailer label {
  font-weight: bold;
  font-size: x-small;
}

#mailer em {
  font-style: italic;
  font-size: x-small;
}

/* --- content-footer --- */

#restaurant-nav {
  float: left;
  background-image: url('/images/bhg-assets/restaurant-nav-bg.png');
  width: 746px;
  height: 79px;
  text-indent: -9999em;
}

#restaurant-nav li {
  float: left;
  list-style-type: none;
}

#restaurant-nav a {
  display: block;
  height: 79px;
  margin-right: 10px;
}

#restaurant_nav_home             { width: 74px; }
#restaurant_nav_malones          { width: 112px; }
#restaurant_nav_sals             { width: 70px; }
#restaurant_nav_harrys           { width: 117px; }
#restaurant_nav_drakes           { width: 90px; }
#restaurant_nav_aqua             { width: 83px; }
#restaurant_nav_malones-banquets { width: 110px; }

#live-chat {
  float: right;
  text-indent: -9999em;
  display: block;
  background-image: url('/images/bhg-assets/live-chat_grey.png');
  width: 214px;
  height: 79px;
}

/* --- buttons ---- */

#buttons {
  float: left;
  width: 204px;
}

#buttons ul li {
  list-style-type: none;
  margin-top: 5px;
}

#buttons {
  padding-top: 5px;
  padding: 2px 5px;
}

#buttons .reservation-links {
  background-image: url('/images/bhg-assets/reserve_bhg.png');
  width: 206px;
  height: 131px;
  margin-top: 5px;
  position: relative;
}

#buttons .reservation-links h3 {
  text-indent: -999em;
}

#buttons .reservation-links a {
  display: block;
  text-indent: -999em;
  position: absolute;
  height: 18px;
}

#buttons .reservation-links a.sals-link {
  top: 35px;
  width: 100px;
  left: 50px;
}

#buttons .reservation-links a.malones-link {
  top: 56px;
  width: 132px;
  left: 35px;
}

#buttons .reservation-links a.livechat-link {
  top: 78px;
  width: 78px;
  left: 50px;
}

#reserve-it {
  display: none;
}

#facebox .reserve-it p {
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: .5em;
}

#facebox .reserve-it select {
  margin-bottom: .5em;
  font-size: 18px;
  background-color: #fff;
  border: 2px solid #ccc;
}

#facebox .reserve-it option {
  padding: 0px 2px;
}

#facebox .reserve-it input {
  font-weight: bold;
  font-size: 12px;
  padding: 2px;
}

/* copyright */

#copyright {
  color: #fff;
  font-size: x-small;
  padding: 5px 5px 20px 5px;
}

#copyright p {
  float: left;
}

#extra-nav {
  float: right;
}

#extra-nav li {
  float: left;
  border-right: 1px solid #fff;
  padding: 5px 10px;
}

#extra-nav li.last {
  border-right: none;
}

/* --- tools --- */

#tools {
  padding: 5px 0px;
  text-align: right;
}

#stop_play {
  background-image: url('/images/bhg-assets/stopplay.png');
  background-repeat: no-repeat;
  background-position: 0px 2px;
  text-indent: -999em;
  display: none;
  width: 42px;
  height: 20px;
  margin-left: auto;
  cursor: pointer;
}

#stop_play.muted {
  background-position: 0 -16px;
}

/* --- malones theme --- */

#subtext .dark-red               { color: #780d29; }
#container.malones #nav          { background-color: #780d29; }
#container.malones #subtext      { color: #fff; background-image: url('/images/bhg-assets/titlebg_malones.png'); }
#container.malones #logo         { background-image: url('/images/bhg-assets/logo_malones.png'); }
#container.malones #nav-and-text { color: #fff; background-color: #000; background-image: url('/images/bhg-assets/bodytxtbg_malones.png'); }
#container.malones #subnav li    { background-image: url('/images/bhg-assets/subnav_arrow_black.png'); }
#container.malones #live-chat    { background-image: url('/images/bhg-assets/live-chat_dark-red.png'); }
#container.malones #subtext      { background-image: url('/images/bhg-assets/headline_malones.png'); }
#container.malones #bhg-rewards .contents1 { background-image: url('/images/bhg-assets/giftcard_malones.png'); }
#container.malones #bhg-rewards .contents2 { background-image: url('/images/bhg-assets/rewards_malones.png'); }
#container.malones #buttons .reservation-links {
  background-image: url('/images/bhg-assets/reserve_malones.png');
}

/* --- harrys theme --- */

#subtext .green                 { color: #00673e; }
#container.harrys #subtext      { color: #fff; background-image: url('/images/bhg-assets/titlebg_harrys.png'); }
#container.harrys #nav          { background-color: #00673e; }
#container.harrys #logo         { width: 324px; height: 115px; background-image: url('/images/bhg-assets/logo_harrys.png'); }
#container.harrys #nav-and-text { color: #fff; background-color: #000; background-image: url('/images/bhg-assets/bodytxtbg_harrys.png'); }
#container.harrys #subnav li    { background-image: url('/images/bhg-assets/subnav_arrow_black.png'); }
#container.harrys #live-chat    { background-image: url('/images/bhg-assets/live-chat_green.png'); }
#container.harrys #subtext      { background-image: url('/images/bhg-assets/headline_harrys.png'); }
#container.harrys #bhg-rewards .contents1 { background-image: url('/images/bhg-assets/giftcard_harrys.png'); }
#container.harrys #bhg-rewards .contents2 { background-image: url('/images/bhg-assets/rewards_harrys.png'); }
#container.harrys #buttons .reservation-links {
  background-image: url('/images/bhg-assets/reserve_harrys.png');
}

/* --- drakes theme --- */

#subtext .red                   { color: #b81237; }
#container.drakes #subtext      { color: #fff; background-image: url('/images/bhg-assets/titlebg_drakes.png'); }
#container.drakes #nav          { background-color: #b81237; }
#container.drakes #logo         { background-image: url('/images/bhg-assets/logo_drakes.png'); }
#container.drakes #nav-and-text { color: #fff; background-color: #000; background-image: url('/images/bhg-assets/bodytxtbg_drakes.png'); }
#container.drakes #subnav li    { background-image: url('/images/bhg-assets/subnav_arrow_black.png'); }
#container.drakes #live-chat    { background-image: url('/images/bhg-assets/live-chat_red.png'); }
#container.drakes #subtext      { background-image: url('/images/bhg-assets/headline_drakes.png'); }
#container.drakes #bhg-rewards .contents1 { background-image: url('/images/bhg-assets/giftcard_drakes.png'); }
#container.drakes #bhg-rewards .contents2 { background-image: url('/images/bhg-assets/rewards_drakes.png'); }
#container.drakes #buttons .reservation-links {
  background-image: url('/images/bhg-assets/reserve_drakes.png');
}

/* --- sals theme --- */

#subtext .purple              { color: #43163e; }
#container.sals #subtext      { color: #fff; background-image: url('/images/bhg-assets/titlebg_sals.png'); }
#container.sals #nav          { background-color: #43163e; }
#container.sals #logo         { background-image: url('/images/bhg-assets/logo_sals.png'); }
#container.sals #nav-and-text { color: #fff; background-color: #000;  background-image: url('/images/bhg-assets/bodytxtbg_sals.png'); }
#container.sals #subnav li    { background-image: url('/images/bhg-assets/subnav_arrow_black.png'); }
#container.sals #live-chat    { background-image: url('/images/bhg-assets/live-chat_purple.png'); }
#container.sals #subtext      { background-image: url('/images/bhg-assets/headline_sals.png'); }
#container.sals #bhg-rewards .contents1 { background-image: url('/images/bhg-assets/giftcard_sals.png'); }
#container.sals #bhg-rewards .contents2 { background-image: url('/images/bhg-assets/rewards_sals.png'); }
#container.sals #buttons .reservation-links {
  background-image: url('/images/bhg-assets/reserve_sals.png');
}


/* --- malones banquets theme --- */

#subtext .brown                               { color: #562700; }
#container.malones-banquets #subtext          { color: #fff; background-image: url('/images/bhg-assets/titlebg_malones-banquets.png'); }
#container.malones-banquets #nav              { background-color: #562700; }
#container.malones-banquets #logo             { background-image: url('/images/bhg-assets/logo_malones-banquets.png'); }
#container.malones-banquets #nav-and-text     { color: #fff; background-color: #000;  background-image: url('/images/bhg-assets/bodytxtbg_malones-banquets.png'); }
#container.malones-banquets #subnav li        { background-image: url('/images/bhg-assets/subnav_arrow_black.png'); }
#container.malones-banquets #subnav li ul li  { background-image: none; }
#container.malones-banquets #live-chat        { background-image: url('/images/bhg-assets/live-chat_brown.png'); }
#container.malones-banquets #subtext          { background-image: url('/images/bhg-assets/headline_malones_banquets.png'); }
#container.malones-banquets #bhg-rewards .contents1 { background-image: url('/images/bhg-assets/giftcard_malones_banquets.png'); }
#container.malones-banquets #bhg-rewards .contents2 { background-image: url('/images/bhg-assets/rewards_malones_banquets.png'); }
#container.malones-banquets #buttons .reservation-links {
  background-image: url('/images/bhg-assets/reserve_malones_banquet.png');
}

/* --- aqua theme --- */

#subtext .aqua                { color: #0097a4; }
#container.aqua #subtext      { color: #fff; background-image: url('/images/bhg-assets/titlebg_aqua.png'); }
#container.aqua #nav          { background-color: #0097a4; }
#container.aqua #logo         { background-image: url('/images/bhg-assets/logo_aqua.png'); }
#container.aqua #nav-and-text { color: #fff; background-color: #000; background-image: url('/images/bhg-assets/bodytxtbg_aqua.png'); }
#container.aqua #subnav li    { background-image: url('/images/bhg-assets/subnav_arrow_black.png'); }
#container.aqua #live-chat    { background-image: url('/images/bhg-assets/live-chat_aqua.png'); }
#container.aqua #subtext      { background-image: url('/images/bhg-assets/headline_aqua.png'); }
#container.aqua #bhg-rewards .contents1 { background-image: url('/images/bhg-assets/giftcard_aqua.png'); }
#container.aqua #bhg-rewards .contents2 { background-image: url('/images/bhg-assets/rewards_aqua.png'); }
#container.aqua #buttons .reservation-links {
  background-image: url('/images/bhg-assets/reserve_aqua.png');
}

/* --- misc --- */

/* This is for "/it-pays-to-give-bhg-gift-cards" */
#promo_it_pays_to_give {
  color: #fff;
  background: #358a5a url('/images/bhg-assets/promo_it_pays_to_give_bg.jpg') no-repeat bottom center;
  padding: 10px 10px 230px;
  border: 1px solid #1b643b;
}

#promo_charities {
  padding: 10px;
  background-color: #f8a51f;
  border: 1px solid #9f670e;
  margin-top: 5px;
}

#content.normal #promo_charities h3 {
  font-size: 18px;
  border-bottom: none;
  margin-bottom: 10px;
}


#promo_it_pays_to_give_link {
  margin-top: 20px;
  color: orange;
}
.error_specific { color: red; font-weight: bold; font-family: arial, helvetica, sans-serif; font-size: 11px;}

#content a.bigger {
  font-weight: bold;
  font-size: 18px;
}



/* --- facebox --- */


#facebox .b {
  background:url(/images/facebox/b.png);
}

#facebox .tl {
  background:url(/images/facebox/fbx-border-sprite.png) 0 0;
  width: 10px;
  height: 10px;
}

#facebox .tr {
  background:url(/images/facebox/fbx-border-sprite.png) -10px 0;
  width: 10px;
  height: 10px;
}

#facebox .bl {
  background:url(/images/facebox/fbx-border-sprite.png) -20px 0;
  width: 10px;
  height: 10px;
}

#facebox .br {
  background:url(/images/facebox/fbx-border-sprite.png) -30px 0;
  width: 10px;
  height: 10px;
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .footer img {
  vertical-align: middle;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
















