﻿html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}

/* remember to define focus styles! */
:focus {outline: none;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;border-spacing: 0;}


/* HTML Elements */

a:link, a:visited {
    color: #FDFBFC;
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: underline;
}

a:active {
    text-decoration: none;
}

body {
    color: #FFF;
    font-family: Arial, Verdana;
    font-size: 14px;
    line-height: 1.4em;
    
    scrollbar-3dlight-color:#66665E;
    scrollbar-arrow-color:#FFF;
    scrollbar-base-color:#66665E;
    scrollbar-darkshadow-color:#66665E;
    scrollbar-face-color:#66665E;
    scrollbar-highlight-color:#96968E;
    scrollbar-shadow-color:#66665E
}

h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 0.5em;
}

h1 { font-size: 3em; }
h2 { font-size: 2em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1em; }
h5 { font-size: 3em; }
h6 { font-size: 3em; }

html {
    background-color: #43403E;
}

/* ABOUT PAGES ****************************************************** */

#about_content_wrapper {
    background-image: url('/media/images/bg_about.jpg');
    background-repeat: no-repeat;
    height: 350px; /* Should total 385px; */
    overflow: hidden;
    padding: 20px 15px 15px;
    width: 670px; /* Should total 700px; */
}

#about_content {
    background-color:Transparent !important;
    background-image:url("/media/images/main_bg_transparant.png") !important;
    height: 330px; /* Should total 385px; */
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px 15px;
    width: 640px; /* Should total 700px; */
}

#about_content a {
    color: #423A2A;
    text-decoration: underline;
}

#about_content a:hover {
    text-decoration: none;
}

#about_content h3 {
    font-weight: bold;
    font-size: 1em;
}

#about_content p {
    margin: 20px 0px;
}

#about_content img.right {
    margin: 10px 0px 15px 15px;
}

#about_content .executive_list li {
    margin: 20px 0px;
}

#about_content .press_release {
    font-weight: bold;
}

#about_content .press_release a {
    color: #423A2A;
    font-weight: normal;
}

#about_menu {
    height: 94px; /* Height should total 120px. */
    overflow: hidden;
    padding: 5px;
}

#about_menu a {
    color: #A9A6A0;
}

#about_menu a:hover {
    color: #E1ECA5;
    text-decoration: underline;
}

#about_menu a.current {
    color: #E1ECA5;
}

#about_menu li {
    display: inline-block;
    margin: 0px 0px 0px 20px;
    padding: 10px 0px;
    width: 125px;
    zoom: 1;
    *display: inline;
}

#about_menu li.wide {
    width: 175px;
}

#about_menu ul {
    letter-spacing: 1px;
    padding: 5px 0px 0px 5px;
    text-transform: uppercase;
}

#about_wrapper {
    background-image: url("/media/images/bg_main.jpg");
    background-repeat: no-repeat;
    color: #423A2A;
    height: 498px;
    overflow: hidden;
    padding: 5px 5px 5px 3px;
    position: relative;
    width: 703px;
}

/* BLANK PAGES ****************************************************** */

#blank_content_wrapper {
    background-image: url('/media/images/comingsoon-bg.jpg');
    background-repeat: no-repeat;
    color: #000;
    height: 350px; /* Should total 385px; */
    overflow: hidden;
    padding: 20px 15px 15px;
    width: 670px; /* Should total 700px; */
}

#blank_content {
    /*background-color:Transparent !important;
    background-image:url("/media/images/main_bg_transparant.png") !important;*/
    background-color: #fff;
    height: 330px; /* Should total 385px; */
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px 15px;
    width: 640px; /* Should total 700px; */
}

#blank_content a {
    color: #423A2A;
    text-decoration: underline;
}

#blank_content a:hover {
    text-decoration: none;
}

#blank_content em {
    font-style: normal;
    font-weight: bold;
}

#blank_content h2 {
    border-bottom: solid 1px #dbdbdb;
    font-weight: bold;
    font-size: 1.7em;
    padding: 0px 0px 0px 15px;
}

#blank_content p {
    margin: 20px 0px;
}

#blank_content img.right {
    margin: 10px 0px 15px 15px;
}

#blank_content table {
    font-size: 12px;
    width: 100%;
}

#blank_content table td, #blank_content table th {
    padding: 10px;
    vertical-align: bottom;
}

#blank_content table th {
    text-align: left;
    vertical-align: middle;
}

#blank_content table th a img {
    border: dotted 1px Transparent;
    *border-color: #fff;
}

#blank_content table th a:hover img {
    border: dotted 1px #dbdbdb;
}

#blank_content .coming_location {
    background-color: #dbdbdb;
    padding: 2px 10px;
}

#blank_content .executive_list li {
    margin: 20px 0px;
}

#blank_content .press_release {
    font-weight: bold;
}

#blank_content .press_release a {
    color: #423A2A;
    font-weight: normal;
}

#blank_menu {
    height: 94px; /* Height should total 120px. */
    overflow: hidden;
    padding: 5px;
}

#blank_menu a {
    color: #A9A6A0;
}

#blank_menu a:hover {
    color: #E1ECA5;
    text-decoration: underline;
}

#blank_menu a.current {
    color: #E1ECA5;
}

#blank_menu li {
    display: inline-block;
    margin: 0px 0px 0px 20px;
    padding: 10px 0px;
    width: 125px;
    zoom: 1;
    *display: inline;
}

#blank_menu li.wide {
    width: 175px;
}

#blank_menu ul {
    letter-spacing: 1px;
    padding: 5px 0px 0px 5px;
    text-transform: uppercase;
}

#blank_wrapper {
    background-image: url("/media/images/bg_main.jpg");
    background-repeat: no-repeat;
    color: #423A2A;
    height: 498px;
    overflow: hidden;
    padding: 5px 5px 5px 3px;
    position: relative;
    width: 703px;
}

/* DONATION REQUEST PAGE ******************************************** */

#donation_form {
    font-size: 12px;
}

#donation_form input {
    border: none;
}

#donation_form td, #donation_form th {
    padding: 5px;
}

#donation_form th {
    text-align: left;
}

#donation_form .donation_small_text_field {
    margin-right: 5px;
    width: 120px;
}

#donation_form .donation_medium_text_field {
    margin-right: 5px;
    width: 295px;
}

#donation_form .donation_wide_text_field {
    width: 425px;
}

#donation_request {
    font-size: 12px;
}

#donation_request h3 {
    margin: 5px 0px 5px;
}

#donation_request hr {
    margin: 0px;
    padding: 0px;
}

#donation_request p {
    line-height: 1.3em;
    margin: 10px 0px;
}

#donation_request p.emphasize {
    font-weight: bold;
    margin: 0px 0px 10px;
}

#donation_request ul {
    list-style-type: disc;
    padding-left: 15px;
}

#donation_request li {
    line-height: 1.3em;
    margin: 10px 0px 0px;
}

/* EVENT PAGES ****************************************************** */

#event_content_wrapper {
    background-image: url('/media/images/yh_events_fireplace.jpg');
    background-repeat: no-repeat;
    height: 350px; /* Should total 385px; */
    overflow: hidden;
    padding: 20px 15px 15px;
    width: 670px; /* Should total 700px; */
}

#event_content {
    background-color:Transparent !important;
    background-image:url("/media/images/main_bg_transparant.png") !important;
    height: 350px; /* Should total 350px; */
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0px px;
    width: 670px; /* Should total 670px; */
}
#event_content a {
    color: #423A2A;
    text-decoration: underline;
}

#event_content a:hover {
    text-decoration: none;
}

#event_menu {
    height: 94px; /* Height should total 120px. */
    overflow: hidden;
    padding: 5px 0px;
}

#event_menu a {
    color: #A9A6A0;
}

#event_menu a:hover {
    color: #E1ECA5;
    text-decoration: underline;
}

#event_menu a.current {
    color: #E1ECA5;
}

#event_menu li {
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px;
    margin: 0px 15px;
    zoom: 1;
    *display: inline;
}

#event_menu li.last {
    margin-right: 0px;
}

#event_menu li.wide {
    width: 180px;
}

#event_menu li.wider {
    width: 200px;
}

#event_menu li.extra_wide {
    width: 225px;
}

#event_menu ul {
    letter-spacing: 1px;
    padding: 5px 0px 0px 5px;
    text-transform: uppercase;
}

#event_wrapper {
    background-image: url("/media/images/bg_main.jpg");
    background-repeat: no-repeat;
    color: #423A2A;
    height: 498px;
    overflow: hidden;
    padding: 5px 5px 5px 3px;
    position: relative;
    width: 703px;
}

.kegroom_list li {
    margin: 20px 0px;
}

/* GENERAL MENUS */

.section_menu a {
}

/* KLUB GREEN KIDS */

#green_cms {
    color: #000;
    font-size: 12px;
    padding: 5px 15px;
    height: 60px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;
    width: 633px;
}

#green_kids_content_wrapper {
    background-image: url('/media/images/bg_kids.jpg');
    background-repeat: no-repeat;
    height: 375px;
    padding: 115px 0px 0px 5px;
    position: relative;
    width: 695px;
}

#green_kids_wrapper {
    background-image: url("/media/images/bg_main.jpg");
    background-repeat: no-repeat;
    height: 499px;
    overflow: hidden;
    padding: 4px 5px 5px 3px;
    position: relative;
    width: 703px;
    
    scrollbar-3dlight-color:#26861A;
    scrollbar-arrow-color:#A5D39C;
    scrollbar-base-color:#26861A;
    scrollbar-darkshadow-color:#26861A;
    scrollbar-face-color:#26861A;
    scrollbar-highlight-color:#36961A;
    scrollbar-shadow-color:#16760A;
}

#green_submissions {
    height: 200px;
    margin-top: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 671px;
}

#planet_logo {
    bottom: 0px;
    position: absolute;
    right: 5px;
    
    /* IE 6 Hack */
    _bottom: auto;
    _left: 610px;
    _right: auto;
    _top: -90px;
}

#green_kids_content_wrapper .details {
    display: inline-block;
    text-align: left;
    width: 100px;
}

#green_kids_content_wrapper .details .name {
    font-weight: bold;
}

#green_kids_content_wrapper .green_submission {
    float: left;
    font-size: 11px;
    line-height: 1.4em;
    padding: 25px 0px;
    text-align: center;
    width: 32%;
}

.jqmWindows_kids {
    background-image: url(/media/images/popup-transparent-bg.png);
    border: solid 1px black;
    color: #333;
    display: none;
    height: 525px;
    left: 50%;
    margin-left:-350px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 25px 0;
    position: fixed;
    text-align: center;
    top: 17%;
    width: 700px;
}

/* MENU POPUP CSS */

.mbmenu{
  display:none;
}
.rootVoices{
	background-color:#EDEDED;
	padding:5px;
	padding-bottom:0;
}
.rootVoices td.rootVoice {
	vertical-align:middle;
	background-color:#fff;
	width:120px;
	font-family:Arial,Helvetica,sans-serif;
	color: gray;
	font-size:12px;
	line-height:18px;
	padding:8px;
	cursor: pointer;
    /*-moz-border-radius:8px 8px 0 0px;
    -webkit-border-top-right-radius:8px;
    -webkit-border-top-left-radius:8px;
    -webkit-border-bottom-right-radius:0px;
    -webkit-border-bottom-left-radius:0px;*/
}

.rootVoices td.rootVoice.selected{
	background: black url("../images/bgnd_sel_4.png");
	padding:8px;
	color:#ffffff;
	cursor: pointer;
	font-size:14px;
    /*text-shadow:#660033 1px 1px 1px;

    -moz-box-shadow:#999 2px 2px 10px;
    -webkit-box-shadow:#999 2px 2px 10px;
    -moz-border-radius:8px 8px 0 0px;
    -webkit-border-top-right-radius:8px;
    -webkit-border-top-left-radius:8px;
    -webkit-border-bottom-right-radius:0px;
    -webkit-border-bottom-left-radius:0px;*/
}

.rootVoices.vertical {
	width:140px;
}
.rootVoices.vertical td.rootVoice{
	/*-moz-border-radius:8px 0px 0 8px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:8px;*/
}

.menuShadow{
	padding:2px;
	padding-bottom:0px;
	left:-2px;
	top:1px;
}

/* MAIN LEFT MENU */

.menuContainer{
    /*overflow:hidden;*/
    border: solid 1px #000;
    position:absolute;
	background-color:#43403E;
	padding:0;
  /*-moz-box-shadow:#999 2px 2px 10px;
  -webkit-box-shadow:#999 2px 2px 10px;
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-top-right-radius:0px;
  -webkit-border-top-left-radius:0px;
  -webkit-border-bottom-right-radius:8px;
  -webkit-border-bottom-left-radius:8px;*/
}
.menuContainer .line{
	background-color:transparent;
	width:100%;
}
.menuContainer .line.title {
	background-color:black;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	/*border-bottom:1px solid black;*/
}
.menuContainer .line.title a{
	font-size:14px;
	width: 150px;
}
.menuContainer td a{
	text-decoration:none;
	color: #f3f3f3;
}
.menuContainer td.voice{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:7px;
}
.menuContainer .separator{
	background-color:#999;
	height:1px;
  padding:0;
  margin:0;
}
.menuContainer td.img{
	font-family:Arial,Helvetica,sans-serif;
	text-align:center;
	font-size:12px;
	color: #c3c3c3;
	background-color:transparent;
	width:24px;
	padding:5px;
}
.menuContainer td.img img{
	width:20px;
}
.menuContainer .textBox{
	padding: 10px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color: #c3c3c3;
}
.menuContainer .selected td{
	background-color:#f3f3f3;
	background-image:url("../images/bgnd_sel_2.jpg")
}
.menuContainer .selected td a{
	color:#000;
    text-shadow:#fff 2px 2px 1px;
    display:block;
}
.menuContainer .disabled td, .menuContainer .disabled td a {
	color: #cccccc;
}
.menuContainer .subMenuOpener{
	background-image:url("../images/menuArrow_w.gif");
	background-repeat:no-repeat;
	background-position:right;
}
.menuContainer .selected .subMenuOpener{
	background-image:url("../images/menuArrow.gif");
	background-repeat:no-repeat;
	background-position:right;
}

/* MUSIC PAGES ****************************************************** */

#music_content_wrapper {
    background-image: url('/media/images/music_bg.jpg');
    background-repeat: no-repeat;
    height: 350px; /* Should total 385px; */
    overflow: hidden;
    padding: 20px 15px 15px;
    width: 670px; /* Should total 700px; */
}

#music_content {
    background-color:Transparent !important;
    background-image:url("/media/images/main_bg_transparant.png") !important;
    height: 330px; /* Should total 385px; */
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 10px 15px;
    position: relative;
    width: 640px; /* Should total 700px; */
}

#music_content a {
    color: #423A2A;
    text-decoration: underline;
}

#music_content a:hover {
    text-decoration: none;
}

#music_content h3 {
    font-weight: bold;
    font-size: 1em;
}

#music_content p {
    margin: 5px 5px;
    font-size: 12px;
}

#music_content img.right {
    margin: 10px 0px 15px 15px;
}

#music_content .itunes_footer {
    bottom: 0px;
    position: absolute;
}

.music_list {
    background-image: url('/media/images/music_bg_transparent.png');
    background-repeat: repeat;
    *background-image: none;
    *background-color: #b4b7ae;
    color: #000;
    font-size: 11px;
    margin: 0px 5px;
    padding: 10px 25px;
}

.music_list td strong {
    font-size: 12px;
}

.music_list td {
    padding: 5px;
}

#music_menu {
    height: 94px; /* Height should total 120px. */
    overflow: hidden;
    padding: 5px;
}

#music_menu a {
    color: #A9A6A0;
}

#music_menu a:hover {
    color: #E1ECA5;
    text-decoration: underline;
}

#music_menu a.current {
    color: #E1ECA5;
}

#music_menu li {
    display: inline-block;
    margin: 0px 0px 0px 20px;
    padding: 10px 0px;
    width: 125px;
    zoom: 1;
    *display: inline;
}

#music_sub_nav {
    border-bottom: solid 5px #423628;
    font-weight: bold;
    height: 20px;
    margin: 0px 0px 10px;
    padding: 10px 5px 0px;
    text-transform: uppercase;
}

#music_sub_nav li {
    display: block;
    float: left;
    position: relative;
    width: 140px;
}

#music_sub_nav li .marker {
    background-color: #423628;
    bottom: -25px;
    display: none;
    height: 20px;
    left: 50px;
    position: absolute;
    width: 5px;
}

#music_sub_nav li.current .marker {
    display: block;
}

#music_sub_nav a {
    text-decoration: none;
}

#music_sub_nav a:hover {
    text-decoration: underline;
}

#music_sub_nav li.wide {
    width: 175px;
}

#music_wrapper {
    background-image: url("/media/images/bg_main.jpg");
    background-repeat: no-repeat;
    color: #423A2A;
    height: 498px;
    overflow: hidden;
    padding: 5px 5px 5px 3px;
    position: relative;
    width: 703px;
}

/* LOCATIONS PAGE MENUS */

.locationMenuContainer {
	background-color: transparent;
    font-size: 12px;
    font-weight: bold;
	padding: 10px 0px 0px;
    position:absolute;
	text-shadow: 0px 0px 5px #000;
}
.locationMenuContainer .line{
	background-color:transparent;
	width:100%;
}
.locationMenuContainer a {
	background-color:transparent;
    display: block;
    padding: 0px 10px 1px 30px;
    position: relative;
}
.locationMenuContainer a.narrow {
    padding-left: 80px;
}
.locationMenuContainer a.wide {
    padding-left: 15px;
}
.locationMenuContainer a .sub {

    font-weight: normal;
}

/* MODAL */

.jqmWindow_Hiring {
    right: 30px;
    top: 120px;
}

.jqmWindow_location, .jqmWindow_Hiring {
    /*background-color: #D8DBC6;*/
    background-image: url('/media/images/popup-transparent-bg.png');
    border: 1px solid black;
    color: #333;
    display: none;
    height: 280px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px 15px;
    position: absolute;
    width: 600px;
}

.jqmWindow_location {
    left: 30px;
    top: 30px;
}

.jqmWindow_location h3, .jqmWindow_Hiring h3 {
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0px;
    text-transform: uppercase;
}

.jqmWindow_location h4, .jqmWindow_Hiring h4 {
    background-color: #AFB2A1;
    font-weight: bold;
    margin: 5px 0px 5px -5px;
    padding: 5px 35px 5px 5px;
    position: relative;
    text-transform: uppercase;
}

.jqmWindow_location .column_2, .jqmWindow_Hiring .column_2 {
    float: left;
    margin-bottom: 20px;
    width: 45%;
}

.jqmWindow_location .column_2 table, .jqmWindow_Hiring .column_2 table {
    line-height: 1.1em;
}

.jqmWindow_location .column_2 th, .jqmWindow_Hiring .column_2 th {
    font-weight: normal;
    padding-right: 30px;
    text-align: left;
}

.jqmWindow_location .column_22, .jqmWindow_Hiring .column_22 {
    float: left;
    margin-bottom: 20px;
    width: 45%;
}

.jqmWindow_location .column_22 table, .jqmWindow_Hiring .column_22 table {
    line-height: .08em;
}

.jqmWindow_location .column_22 th, .jqmWindow_Hiring .column_22 th {
    font-size: 10px;
    font-weight: normal;
    padding-right: 30px;
    text-align: left;
}
.jqmWindow_location .column_3, .jqmWindow_Hiring .column_3 {
    float: left;
    margin-bottom: 20px;
    width: 33%;
}

.jqmWindow_location .column_3 ul, .jqmWindow_Hiring .column_3 ul {
    line-height: 1.2em;
    margin: 0px;
    padding: 0px;
}

.jqmWindow_location .happenings, .jqmWindow_Hiring .happenings {
    margin-top: 10px;
    width: 500px;
}

.jqmWindow_location .inline_header, .jqmWindow_Hiring .inline_header {
    clear: both;
    margin: 10px 0px;
}

.jqmWindow_location .inline_header h4, .jqmWindow_Hiring .inline_header h4 {
    display: inline;
}

.jqmWindow_location .listing, .jqmWindow_Hiring .listing {
    margin-bottom: 10px;
    position: relative;
    padding: 5px 0px 35px;
}

.jqmWindow_location .listing p, .jqmWindow_Hiring .listing p {
    font-style: italic;
    line-height: 1.2em;
}

.jqmWindow_location .listing .title, .jqmWindow_Hiring .listing .title {
    font-weight: bold;
    text-transform: uppercase;
}

.jqmWindow_location .listing .title .source, .jqmWindow_Hiring .listing .title .source {
    font-weight: normal;
    text-transform: capitalize;
}

.jqmWindow_location .note, .jqmWindow_Hiring .note {
    font-size: 0.9em;
    font-style: italic;
}

.jqmWindow_location .subtitle, .jqmWindow_Hiring .subtitle {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.jqmWindow_location_tap {
    height: auto;
    left: auto;
    padding-bottom: 25px;
    right: 30px;
    top: 10px;
    width: 550px;
}

.jqmWindow_location_tap h4.medium {
    margin: 15px 0px 5px;
    width: 80%;
}

.jqmWindow_location_tap h4 .on_tap_check {
    position: absolute;
    right: 5px;
    top: -3px;
}

.jqmWindow_location_tap h4 .on_tap_x {
    position: absolute;
    right: 5px;
    top: 9px;
}

.jqmWindow_location_tap h4 .on_tap_text {
    position: absolute;
    right: -30px;
    text-transform: lowercase;
}

.jqmWindow_location_tap p {
    font-style: italic;
}

.modal_close_button {
    border-bottom: solid 1px #000;
    border-left: solid 1px #000;
    padding: 0px 5px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.modal_close_button:hover {
    font-weight: normal;
    font-weight: bold;
    border-width: 2px;
    text-decoration: none;
}

.modal_share_button {
    bottom: 5px;
    font-weight: bold;
    position: absolute;
    right: 15px;
    text-transform: uppercase;
}

.modal_share_button a {
    color: #333333;
}

.modal_share_button a:hover {
    color: #666666;
}

.modal_share_button span {
    visibility: hidden;
}

/* MODAL - Gift Card ************************************************ */

#gcb_close {
    color: #FFF;
}

#gcb_close:hover {
    border-color: #FFF;
}

#gcb_content_wrapper {
    background-image: url('/media/images/giftcard_pop_bg.jpg');
    background-repeat: no-repeat;
    padding: 0px 0px 25px;
    text-align: center;
    width: 292px;
}

#gcb_content_wrapper h3 {
    color: #E1ECA5;
    font-size: 30px;
    margin: 0px;
    padding: 20px 0px 10px;
}

#gcb_content_wrapper iframe {
	opacity: .8;
	filter: alpha(opacity=80);
}

#gcb_content_wrapper p {
    font-size: 0.8em;
    line-height: 1.2em;
    margin: 5px 0px 10px;
}

#gcb_form {
    background-color: #bbb;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    color: #000;
    font-size: 110%;
    font-weight: bold;
    margin: 0px 25px;
    padding: 5px 10px 1px;
    text-align: center;
}

#gcb_form input 
{
    border: none;
    text-align: center;
    width: 195px;
}

#gcb_form a.link_button
{
    color: #000;
    margin: 0px;
}

#gcb_form a.link_button:focus
{
    border: dotted 1px #ccc !important;
}

#gcb_form .result
{
    display: none;
}

#gcb_form .result .balance
{
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    font-size: 20px;
    margin: 5px 20px 10px;;
}

#gcb_header {
    background-image: url('/media/images/giftcard_pop_header.jpg');
    background-repeat: no-repeat;
    height: 66px;
    width: 292px;
}

.jqmWindow_giftcards {
    /*background-color: #D8DBC6;*/
    background-image: url('/media/images/popup-transparent-bg.png');
    border: 2px solid #FFF;
    box-shadow:5px 5px 5px #444;
    -moz-box-shadow: 5px 5px 5px #444;
    -webkit-box-shadow: 5px 5px 5px #444;
    color: #FFF;
    display: none;
    left: 35%;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    top: 275px;
    width: 292px;
    z-index: 1000;
}

/* ORDER ONLINE PAGES *********************************************** */

#delivery, #pickup {
    height: 100%;
    text-align: center;
}

#order_content {
    background-color:Transparent !important;
    background-image:url("/media/images/main_bg_transparant.png") !important;
    height: 310px; /* Should total 350px; */
    overflow: hidden;
    padding: 20px 0px;
    width: 670px; /* Should total 700px; */
}

#order_content h3 {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}

#order_content h3 .popout {
    font-weight: bold;
    font-size: 1.3em;
}

#order_content_wrapper {
    background-image: url('/media/images/bg_order-online.jpg');
    background-repeat: no-repeat;
    height: 350px; /* Should total 385px; */
    overflow: hidden;
    padding: 20px 15px 15px;
    width: 670px; /* Should total 700px; */
}

#order_content_wrapper p {
    margin:  35px 0px;
}

#order_menu {
    height: 64px; /* Height should total 120px. */
    line-height: 1.5em;
    overflow: hidden;
    padding: 20px 30px;
}

#order_menu h2 {
    color: #F8FFC0;
    font-size: 15px;
    margin: 0px;
}

#order_menu p {
    color: #A9A6A0;
    margin: 0px;
}

#order_wrapper {
    background-image: url("/media/images/bg_main.jpg");
    background-repeat: no-repeat;
    color: #000;
    height: 498px;
    overflow: hidden;
    padding: 5px 5px 5px 3px;
    position: relative;
    width: 703px;
}

#pickup {
    border-right: solid 1px #333;
}

/* IDs */

#container {
    background-color: #000;
    background-image: url("/media/images/bg.jpg");
    background-position: -1px -2px;
    background-repeat: no-repeat;
    height: 713px;
    margin: 15px auto 50px;
    padding: 5px 5px 5px 5px;
    position: relative;
    width: 974px;
}

#download_gluten_link {
    bottom: 5px;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    right: 10px;
}

#footer {
    bottom: -22px;
    font-size: 9px;
    position: absolute;
    right: 0px;
    text-align: right;
}

#full_page_content {
    background-image: url("/media/images/bg_main.jpg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 498px;
    overflow: hidden;
    padding: 5px 5px 5px 1px;
    position: relative;
    width: 703px;
}

#header {
    background-image: url("/media/images/header_top.jpg");
    height: 154px;
    margin-bottom: 35px;
    position: relative;
    width: 974px;
}

#home_bottom_buttons {
    margin: 20px 0px;
}

#home_slideshow {
    background-image: url("/media/images/bg_body.jpg");
    background-position: 0px -2px;
    background-repeat: no-repeat;
    height: 394px;
    margin: 0px;
    width: 707px;
}

#location_address {
    margin: 1px 0px 5px;
}

#location_beer_button {
    padding: 12px 0px;
}

#location_beer_label {
    background-color: #3F3E39;
    float: left;
    line-height: 1.3em;
    height: 32px; /* Total HEIGHT: 45px */
    overflow: hidden;
    padding: 7px 10px 7px 10px;
    position: relative;
}

#location_beer_search {
    background-image: url('/media/images/bg_dark_transparent.png');
    color: #DCE3CE;
    height: 45px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#location_beer_text {
    float: left;
    height: 32px; /* Total HEIGHT: 45px */
    padding: 8px 10px;
}

#location_body {
    background-image: url('/media/images/location_backgrounds/location_bg_1.jpg');
    clear: right;
    color: #423A2A;
    height: 345px; /* Total HEIGHT: 385px */
    overflow: hidden;
    padding: 20px 20px 0px 20px;
    position: relative;
    width: 660px; /* Total WIDTH: 700px */
}

#location_body_content {
    background-image: url('/media/images/main_bg_transparant.png');
    font-size: 15px;
    font-weight: bold;
    height: 100px;
    overflow: hidden;
    padding: 10px 25px 10px 25px;
    position: relative;
    width: 610px;
}

#location_content {
    background-image: url("/media/images/bg_main.jpg");
    background-repeat: no-repeat;
    font-size: 12px;
    height: 498px;
    position: relative;
    top: -4px;
    width: 707px;
}

#location_header 
{
    height: 126px;
}

#location_hours {
    background-color: #1E1D1B;
    float: right;
    margin: 15px 15px 0px 0px;
    padding: 5px 10px;
    width: 245px;
}

#location_information {
    float: left;
    padding: 25px 0px 0px 25px;
    width: 400px;
}

#locations_listing_column {
    float: left;
    margin: 0px 0px 0px 65px;
}

#location_menus {
    background-color: #FFF;
    height: 48px;
}

#location_menus_list {
    background-color: #FFF;
    display: block;
    margin: 0px;
    padding: 0px;
    width: 660px;
}

#location_menus_submenu_area {
    background-image: url('/media/images/bg_dark_transparent.png');
    clear: both;
    height: 120px;
    margin: 0px;
    padding: 0px;
}

#location_operation_table {
    font-size: 11px;
    width: 100%;
}

#main_content {
    padding: 0px;
    position: relative;
    margin-left: 239px;
}

#main_menu {
    background-image: url("/media/images/nav_bg.jpg");
    background-repeat: no-repeat;
    float: left;
    height: 475px;
    padding: 15px 0px 0px 40px;
    position: relative;
    width: 200px;
}

#menu_area {
    background-color: #000;
    background-repeat: no-repeat;
    bottom: 0px;
    height: 385px;
    overflow-y: auto;
    overflow-x: hidden;
    right: 0px;
    width: 699px;
}

#menu_category_content {
    background-image: url("/media/images/slideshows/menu_bg_3.jpg");
    background-repeat: no-repeat;
    height: 343px; /* Total with padding: 385px */
    overflow: hidden;
    padding:  22px 16px 20px;
    width: 667px; /* Total with padding:  */
}

#menu_category_content_inner {
    background-color: Transparent !important;
    background-color: #CCD3BE;
    background-image: url("/media/images/main_bg_transparant.png") !important;
    background-image: none;
    background-repeat: repeat;
    height: 343px; /* Total with padding: 385px */
    overflow: hidden;
}

#menu_content {
    background-image: url("/media/images/bg_main.jpg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 498px;
    overflow: hidden;
    padding: 5px 5px 5px 1px;
    position: relative;
    width: 703px;
}

#menu_download_links {
    background-color: #DCE3CE;
    color: #423A2A;
    padding: 18px 25px;
}

#menu_items {
    color: #816420;
    overflow-x: hidden;
    overflow-y: auto;
    height: 290px;
}

#menu_links {
    background-color: #DCE3CE;
    color: #423A2A;
    font-size: 13px;
    height: 20px;
    overflow: hidden;
    padding: 17px 0px 17px 10px;
}

#menu_links_double_line {
    background-color: #DCE3CE;
    color: #423A2A;
    font-size: 13px;
    height: 40px;
    overflow: hidden;
    padding: 7px 5px;
    position: relative;
}

#menu_submenu {
    padding: 15px 10px 15px 30px;
}

#nutrition {
    font-size: 12px;
    height: 343px;
    overflow: scroll;    
    overflow-x: hidden;
}

#nutrition_header {
    background-color: #342E22;
    font-size: 12px;
    line-height: 1.2em;
    margin: 10px 10px 0px;
    padding: 10px 15px;
    text-align:justify;
}

#social_links {
    bottom: 20px;
    left: 40px;
    position: absolute;
}

/* SITEMAP PAGES ****************************************************** */

#sitemap_content_wrapper {
    background-image: url('/media/images/bg_about.jpg');
    background-repeat: no-repeat;
    height: 350px; /* Should total 385px; */
    margin: 104px 0px 0px;
    overflow: hidden;
    padding: 20px 15px 15px;
    width: 670px; /* Should total 700px; */
}

#sitemap_content {
    background-color:Transparent !important;
    background-image:url("/media/images/main_bg_transparant.png") !important;
    height: 330px; /* Should total 385px; */
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px 15px;
    width: 640px; /* Should total 700px; */
}

#sitemap_content a {
    color: #423A2A;
    text-decoration: underline;
}

#sitemap_content a:hover {
    text-decoration: none;
}

#sitemap_content h3 {
    font-weight: bold;
    font-size: 1em;
}

#sitemap_content p {
    margin: 20px 0px;
}

#sitemap_content img.right {
    margin: 10px 0px 15px 15px;
}

#sitemap_wrapper {
    background-image: url("/media/images/bg_main.jpg");
    background-repeat: no-repeat;
    color: #423A2A;
    height: 498px;
    overflow: hidden;
    padding: 5px 5px 5px 3px;
    position: relative;
    width: 703px;
}

/* STORE PAGES ****************************************************** */

#store_content_wrapper {
    background-image: url('/media/images/bg_giftcard1.jpg');
    background-repeat: no-repeat;
    height: 350px; /* Should total 385px; */
    overflow: hidden;
    padding: 20px 15px 15px;
    width: 670px; /* Should total 700px; */
}

#store_content {
    background-color:Transparent !important;
    background-image:url("/media/images/main_bg_transparant.png") !important;
    height: 350px; /* Should total 350px; */
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0px px;
    width: 670px; /* Should total 670px; */
}

#store_menu {
    height: 94px; /* Height should total 120px. */
    overflow: hidden;
    padding: 5px 0px;
}

#store_menu a {
    color: #A9A6A0;
}

#store_menu a:hover {
    color: #E1ECA5;
    text-decoration: underline;
}

#store_menu a.current {
    color: #E1ECA5;
}

#store_menu li {
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px;
    margin: 0px 15px;
    zoom: 1;
    *display: inline;
}

#store_menu li.last {
    margin-right: 0px;
}

#store_menu li.wide {
    width: 160px;
}

#store_menu li.extra_wide {
    width: 225px;
}

#store_menu ul {
    letter-spacing: 1px;
    padding: 5px 0px 0px 5px;
    text-transform: uppercase;
}

#store_wrapper {
    background-image: url("/media/images/bg_main.jpg");
    background-repeat: no-repeat;
    color: #423A2A;
    height: 498px;
    overflow: hidden;
    padding: 5px 5px 5px 3px;
    position: relative;
    width: 703px;
}

/* TEAM PAGES ****************************************************** */

#team_content_wrapper {
    background-image: url('/media/images/teamyh_bg.jpg');
    background-repeat: no-repeat;
    height: 350px; /* Should total 385px; */
    overflow: hidden;
    padding: 20px 15px 15px;
    width: 670px; /* Should total 700px; */
}

#team_content {
    background-color:Transparent !important;
    background-image:url("/media/images/main_bg_transparant.png") !important;
    height: 330px; /* Should total 385px; */
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px 15px;
    width: 640px; /* Should total 700px; */
}

#team_content a {
    color: #423A2A;
    text-decoration: underline;
}

#team_content a:hover {
    text-decoration: none;
}

#team_content h3 {
    font-weight: bold;
    font-size: 1em;
}

#team_content p {
    margin: 20px 0px;
}

#team_content img.right {
    margin: 10px 0px 15px 15px;
}

#team_content .executive_list li {
    margin: 20px 0px;
}

#team_content .press_release {
    font-weight: bold;
}

#team_content .press_release a {
    color: #423A2A;
    font-weight: normal;
}

#team_menu {
    height: 94px; /* Height should total 120px. */
    overflow: hidden;
    padding: 5px;
}

#team_menu a {
    color: #A9A6A0;
}

#team_menu a:hover {
    color: #E1ECA5;
    text-decoration: underline;
}

#team_menu a.current {
    color: #E1ECA5;
}

#team_menu li {
    display: inline-block;
    margin: 0px 0px 0px 20px;
    padding: 10px 0px;
    width: 125px;
    zoom: 1;
    *display: inline;
}

#team_menu li.wide {
    width: 180px;
}

#team_menu li.wider {
    width: 250px;
}

#team_menu ul {
    letter-spacing: 1px;
    padding: 5px 0px 0px 5px;
    text-transform: uppercase;
}

#team_wrapper {
    background-image: url("/media/images/bg_main.jpg");
    background-repeat: no-repeat;
    color: #423A2A;
    height: 498px;
    overflow: hidden;
    padding: 5px 5px 5px 3px;
    position: relative;
    width: 703px;
}

/* USER MESSAGING *************************************************** */

div.user_messages
{
    color: #000;
    font-size: 12px;
    margin: 10px 0px;
}

div.user_messages div
{
    color: #000;
}

div.user_messages div.confirmation_message
{
    background-color: #aaffaa;
    border: solid 3px #00aa00;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 0px;
    padding: 5px;
}

div.user_messages div.error_message
{
    background-color: #ffaaaa;
    border: solid 3px #aa0000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 0px;
    padding: 5px;
}

div.user_messages div.notice_message
{
    background-color: #ffff99;
    border: solid 3px #bb9900;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 0px;
    padding: 5px;
}

/* ID Sub Elements */

#download_gluten_link a {
    color: #423A2A;
}

#download_gluten_link a:hover {
    text-decoration: underline;
}

#footer ul li {
    display: inline;
}

#footer ul li a {
    padding: 0px 5px;
    text-transform: uppercase;
}

#home_bottom_buttons a:hover img {
    border: dotted 1px #3B3B3B;
}

#home_bottom_buttons div {
     float: left;
     text-align: center;
     /*width: 48%;*/
     width:33%;
}

#home_slideshow div {
    background-color: #000;
    float: left;
    margin: 7px 0px 0px 7px;
    overflow: hidden;
}

#location_beer_button a {
    border: solid 1px transparent !important;
    border: none;
    color: #0E0E0E;
    font-weight: bold;
    margin: 0px 0px 0px 15px;
    padding: 5px;
    text-decoration: underline;
}

#location_beer_button a:active {
    border: solid 1px #EEE !important;
}

#location_beer_button a:hover {
    border: solid 1px #999 !important;
    text-decoration: none;
}

#location_beer_text input {
    border: solid 1px #C2C4B7;
    color: #555;
    height: 16px;
    padding: 5px 10px;
    width: 320px;
}

#location_body_content a {
    background-image: url('/media/images/round_bullet.gif');
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    padding: 5px 0px 5px 15px;
}

#location_hours h3 {
    color: #818274;
    font-size: 14px;
    letter-spacing: 4px;
    margin: 0px 0px 5px;
    text-align: center;
}

#location_information h2 {
    margin: 0px;
    text-shadow: 0px 0px 5px #FFB832;
}

#location_menus_list li {
    background-color: #DCE3CE;
    border-right: solid 2px #FFF;
    cursor: pointer;
    cursor: hand;
    float: left;
    height: 18px; /* Total HEIGHT: 48px */
    letter-spacing: 2px;
    padding: 15px 0px;
    position: relative;
    text-align: center;
    width: 218px;
}

#location_menus_list .location_menus {
    display: block;
    font-weight: bold;
    left: 0px;
    letter-spacing: 0px;
    padding: 55px 0px 0px;
    position: absolute;
    text-align: left;
    top: 0px;
    text-shadow: 0 0 5px #000000;
}

#location_menus_list .location_menus a {
    width: 200px;
}

#location_menus_list .wide a {
    padding-left: 10px;
}

#location_operation_table th {
    text-align: left;
    font-weight: normal;
}

#main_menu ul li {
    display: inline;
    font-size: 1.0em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
}

#main_menu ul li a {
    display: block;
    margin: 25px 0px 20px 0px;
    padding: 3px 5px 3px 0px;
}

#main_menu ul li a:hover {
    border: dotted 1px #999;
    border-left: none;
    border-right: none;
    padding: 2px 5px 2px 0px;
    text-decoration: none;
}

#menu_download_links a {
    color: #423A2A;
    padding: 0px 2px;
}

#menu_download_links ul, #menu_download_links li {
    display: inline;
}

#menu_items h2 {
    border-bottom: solid 1px #614400;
    clear: both;
    font-size: 1.7em;
    margin: 1em 1em 0.3em;
    text-align: center;
}

#menu_items p {
    font-size: 12px;
    margin: 0.5em 25px 0em;
}

#menu_links a {
    color: #423A2A;
    text-decoration: none;
}

#menu_links a:hover {
    text-decoration: underline;
}

#menu_links li a {
    color: #423A2A;
    margin: 0px 10px;
}

#menu_links li a.current, #menu_links_double_line li a.current {
    text-decoration: underline;
}

#menu_links ul, #menu_links li {
    display: inline;
}

#menu_links_double_line a:hover {
    text-decoration: underline;
}

#menu_links_double_line li a {
    color: #423A2A;
    margin: 0px 10px;
}

#menu_links_double_line li a.current {
    text-decoration: underline;
}

#menu_links_double_line ul, #menu_links_double_line ul li {
    display: inline;
}

#nutrition_header a {
    font-weight: bold;
}

#social_links ul li {
    display: inline;
    float: left;
    margin: 0px 10px 0px 0px;
}

#social_links ul li a {
    display: inline;
    padding: 0px;
}

#social_links ul li a:hover {
    border: none;
    padding: 0px;
}


/* Classes */

.clear { clear: both; }

.column_2 { float: left; width: 49%; }

.full_location_listings {
    height: 487px;
    margin: 0px 2px 0px 0px;
    overflow-y: auto;
}

.gluten_note {
    color: #AE7900;
    font-weight: bold;
}

.header_news_images {
    bottom: 10px;
    position: absolute;
    right: 10px;
}

.large_text_box {
    border: solid 1px #C2C4B7;
    color: #555;
    height: 16px;
    padding: 5px 10px;
}

a.link_button
{
    border: solid 1px transparent !important;
    border: none;
    color: #0E0E0E;
    font-weight: bold;
    margin: 0px 0px 0px 15px;
    padding: 5px;
    text-decoration: underline;
}

a.link_button:active {
    border: solid 1px #EEE !important;
    text-decoration: none;
}

a.link_button:hover {
    border: solid 1px #999 !important;
    text-decoration: none;
}

.location_menus a {
    display: block;
    padding: 0px 0px 0px 25px;
}

#location_information h2 .location_subtitle {
    font-size: 60%;
}

#main_menu a.current {
    color: #E1ECA5;
    text-shadow: 0px 0px 2px #FFB832;
}

a.map_button {
    background-color: #3A3635;
    border: solid 1px transparent;
    border-color: transparent !important;
    border-color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: left;
    font-size: 12px;
    line-height: 1em;
    margin: 0px 15px 0px 0px;
    padding: 2px 10px 4px;
}

a.map_button:hover {
    background-color: #4A4645;
    border-color: #CCC !important;
    text-decoration: none;
}

.menu_item {
    font-size: 12px;
    line-height: 1.4em;
    margin-bottom: 15px;
}

.menu_item_inner_tight {
    font-size: 12px;
    line-height: 1.2em;
    margin-bottom: 25px;
}

.menu_item_inner_tight .item_subtitle {
    font-style: italic;
    margin: 3px 0px;
}

.menu_item_tight {
    font-size: 12px;
    line-height: 1.2em;
    margin-bottom: 0px;
}

.menu_item_section {
    float: left;
    margin: 15px 0px 20px 25px !important;
    margin: 15px 0px 20px 15px;
    width: 290px;
}

.menu_item_section a {
    color: #816420;
    text-decoration: underline;
}

.menu_item_section a:hover {
    text-decoration: none;
}

#menu_items .menu_item_section p {
    margin: 10px 0px;
}

.menu_item_title {
    color: #342D21;
    font-weight: bold;
    margin-bottom: 1px;
    text-transform: uppercase;
}

ul.menu_categories {
    color: #A9A6A0;
    display: block;
    font-weight: normal;
    line-height: 1.6em;
    padding: 1px 0px;
    overflow: hidden;
}

.modal {
    display: none;
}

ul.menu_categories li {
    color: #A9A6A0;
    display: inline;
    text-transform: uppercase;
}

ul.menu_categories li a {
    color: #A9A6A0;
    padding: 0px 5px;
}

ul.menu_categories li a:hover {
    color: #E1ECA5;
    text-decoration: underline;
}

ul.menu_categories li a.current {
    color: #E1ECA5;
}

#menu_items .note {
    background-color: #342E22;
    color: #DCE3CE;
    font-size: 11px;
    line-height: 1.3em;
    margin: 5px 10px 5px 10px;
    padding: 4px 15px;
}

.multi_line_header {
    vertical-align: top;
}

table.nutrition_info {
    color: #423A2A;
    font-size: 0.9em;
    margin: 0px 10px 10px;
}

table.nutrition_info td {
    background-color: #DCE3CE;
    font-weight: bold;
    padding: 3px 0px;
    text-align: center;
}

table.nutrition_info td.name, table.nutrition_info th.name, table.nutrition_info td.name, table.nutrition_info td.category {
    padding-left: 10px;
    text-align: left;
}

table.nutrition_info th {
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1em;
    padding: 10px 0px;
    text-align: center;
    vertical-align: middle;
}

table.nutrition_info th .middot {
    font-size: 2em;
    font-weight: bold;
    margin: 0px 2px;
}

table.nutrition_info tr {
    padding: 0px 10px;
}

table.nutrition_info tr.category td {
    font-weight: bold;
    text-align: left;
    text-decoration: underline;
    padding-left: 10px;
}

table.nutrition_info tr.item, table.nutrition_info tr.item td {
    border-bottom: solid 1px #423A2A;
}

table.nutrition_info tr.item td {
    line-height: 1.1em;
}

table.nutrition_info tr.item .bullet {
    display: block;
    float: left;
    font-size: 2em;
    font-weight: bold;
    margin: 0px 5px 0px 0px;
    text-align: left;
}

table.nutrition_info tr.item .note {
    font-size: 0.9em;
    font-style: italic;
    font-weight: normal;
}

.menu_break {
    border: none;
    border-bottom: solid 1px #342D21;
    margin: 10px 30px;
}

.menu_head_paragraph {
    color: #342D21;
    padding: 0px 40px;
    text-align: center;
}

.shadow_all_images img {
    box-shadow: 1px 1px 10px #000;
    -moz-box-shadow: 1px 1px 10px #000;
    -webkit-box-shadow: 1px 1px 10px #000;
}

#menu_items .subtitle {
    text-align: center;
}

.style2 {font-size: 12px}
.style3 {font-size: 9px}
.style4 {
	font-size: 14px;
	}


.left { float: left; }
.right { float: right; }

.locations_menu{
	line-height:1;
}