form {
    margin: 0;
}

.clearer {
  clear: both;
  overflow: hidden;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
  width: 100%;
}

html {
    background-image: url(../../images/bg-tile-1.gif);
    background-repeat: repeat;
    background-position: top center;
    background-color: #000;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-style: normal;
    color: #FFF;
}

p, ul, ol, dl, table {
    font-size: 12px;
    text-align:left;
    margin-top:0px;
    margin-bottom:15px;
}

ul {
    padding-left: 40px;
}

ul li {
    list-style-type: disc;
}

ol li {
    list-style-type: decimal;
}

a {
}

a:link, a:visited, a:hover {
    text-decoration: none;
}

strong {
    font-weight: bold;
}

h2 {
    color: #E08713;
    font-size: 36px;
    margin: 0;
    padding: 0;
    line-height: 0.8em;
}

h3 {
    font-size: 20px;
    color: #E08713;
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    line-height: 1em;
}

h4 {
    font-size: 16px;
    color: #E08713;
    font-weight: bold;
    margin-top: 16px;
}

/*h4 {
    font-size: 12px;
    color: #999;
    font-weight: bold;
    margin-bottom: 0px;
    margin-left: -15px;
}*/

h5 {
    color: #999;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: -15px;
}

h6 {
    margin-top: 10px;
    margin-bottom: 14px;
    border-bottom: 1px dashed #DDD;
    color: #999999;
    font-size: 13px;
    font-variant: small-caps;
    font-weight: bold;
}

em {
    font-style: italic; 
}

#layout_container {
    width: 993px;
    margin: 0 auto;
    /*padding: 0 0;*/
/*    
    background-image: url(../../images/container-shadow.png);
    background-repeat: repeat-y;
*/
}

#container {
    width: 885px;
    margin: 0 auto;
    background-color: #000;
    box-shadow: 0 0 200px #000;
    -moz-box-shadow: 0 0 200px #000;
    -webkit-box-shadow: 0 0 200px #000;
}

#layout_header {
    margin: 0 auto 5px auto;
    padding-top: 15px;
    padding-bottom: 5px;
    position: relative;
    display: block;
    border-bottom: 1px solid #101315;
}

#header h1 {
    width: 327px;
    height: 23px;
    background-image: url(../../images/header-logo.png);
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    display: block;
    line-height: 1em;
    font-size: 35px;
}

#header h1 a {
    width: 327px;
    height: 23px;
    display: block;
    text-indent: -10000em;
    line-height: 1em;
    font-size: 11px;
    color: #FFF;
}

#layout_header .header_menu {
    float: right;
}

#layout_header .header_menu .item {
    float: left;
}

#layout_header .header_menu .item {
    text-transform: uppercase;
    padding-left: 12px;
    color: #E08713;
    font-size: 10px;
    padding-top: 3px;
}

#layout_header .header_menu .item a {
    color: #E08713;
    text-decoration: none;
    display: block;
    border: 1px solid #30383E;
    padding: 0 15px;
    line-height: 21px;
}

#layout_header .header_menu .item a:hover {
    color: #FFF;
}

#layout_header .header_menu .tagline_item {
    text-align: right;
    padding-top: 0;
    padding-right: 20px;
    background-image: url(../../images/separator-vert-29px.gif);
    background-repeat: no-repeat;
    background-position: center right;
    font-style: italic;
    color: #DDD;
    text-transform: none;
    font-size: 12px;
    line-height: 29px;
}

#layout_header .header_menu .language_item a {
    padding: 0;
}

#layout_header .header_menu #language_select-button {
    background-image: none;
    color: #E08713;
    font-size: 10px;
    background-color: #000;
    font-weight: normal;
    padding-bottom: 1px;
}

#layout_header .header_menu #language_select-button .ui-selectmenu-status {
    padding: 0;
    line-height: 21px;
    padding-left: 15px;
}

#layout_header .header_menu .ui-state-active .ui-selectmenu-status,
#layout_header .header_menu #language_select-button:hover {
    color: #FFF;
}

#language_select-menu {
    background-image: none;
    background-color: #000;
    font-size: 10px;
    text-transform: uppercase;
    color: #E08713;
}

#language_select-menu a {
    color: #E08713;
    padding-left: 15px;
}

#language_select-menu .ui-state-hover {
    background-image: none;
    background-color: #000;
}

#language_select-menu a:hover {
    color: #FFF;
}

#layout_main_content {    
    padding-top: 15px;
    padding-bottom: 10px;
    background-color: #000;
}

#main_content {
    padding: 0 15px;
}

#main_content img{
    display: block;
}

#layout_main_menu {
    font-size: 12px;
    padding: 0;
}
    
#menu_main {
    text-decoration: none;
    text-transform: uppercase;
    background-image: url(../../images/menu-bg.gif);
    background-repeat: repeat-x;
    border: 1px solid #30383E;
    height: 37px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
}


#menu_main .item {
    vertical-align: middle; 
    color: #007AC3;
    height: 37px;
    background-image: url(../../images/menu-separator.gif);
    background-repeat: no-repeat;
    padding: 0 12px;
}

#menu_main .item a {
    color: #007AC3;
}

#menu_main .item a:hover {
    color: #E08713;;
}

#menu_main .selected_item {
    color: #E08713;;
    padding: 0 17px;
}

#menu_main .last_item {
    color: #007AC3;
    padding: 0 17px;
}

#menu_main .last_item a {
    color: #007AC3;
}

#menu_main .last_item a:hover {
    color: #E08713;
}


#layout_content_cols .margin_top_home {
    margin-top: 46px;
}

#layout_content_cols .margin_top_inner_page {
    margin-top: 15px;
}

#layout_content_cols .content_cols {
    width: 100%;
}

#layout_content_cols .content_cols .first_col {
    width: 614px;

}

#layout_content_cols .content_cols .reservation_col {
    width: 241px;
    vertical-align: top;
    padding-left: 20px;
}

#layout_content_cols .content_cols .reservation_col .make_a_reservation_button img {
    display: block;
}

#layout_content_cols .content_cols .reservation_col a {
    font-size: 11px;
    color: #969FA7;
}

#layout_content_cols .content_cols .reservation_col h3 {
    line-height: 1.2em;
    font-size: 18px;
}

/* RESERVATION BOX */
#reservation_table {
    margin-top: 3px;
    margin-bottom: 0;
}


#reservation_table .first_col {
    background-image: none !important;
    width: 118px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#reservation_table .second_col {
    background-image: none !important;
    width: 55px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#reservation_table .first_col img {
    vertical-align: middle;
    float: right;
    padding-right: 14px;
    padding-top: 5px;
}

#reservation_table .third_col {
    background-image: none !important;
}


#reservation_table .label {
    color: #fff;
    text-transform: uppercase;
}

#reservation_table .input_date {
    width: 80px;
    margin-bottom: 3px; 
}

#reservation_table .input_field {
    margin-bottom: 3px;
    width: 45px;
}

#reservation_table .center_aligned {
    padding-top: 10px;
}

/** FOOTER STYLES **/

#footer {
    padding: 30px 5px 20px 15px;
    font-size: 10px;
}

#footer img {
    display: block;
}

#footer .divider {
    display: block;
    padding: 0 0px;
}

#footer a {
    font-style: italic;
    color: #969FA7;
}

#footer em {
    color: #fff;
    font-size: 10px;
}

#footer p {
    padding: 5px 0 0 0;
    margin: 0;
    font-size: 10px;
}


#layout_footer_body {
    float: left;
    width: 795px;
    overflow: hidden;
}

#layout_footer_iphone_button {  
    float: right;
    position: relative;
    top: -2px;
}


#layout_footer_menu {
    font-size: 10px;
}


#layout_footer_details {
    width: 515px;   
    float: left;
}

#footer_contact_info {
    height: 40px;
    padding-top: 10px;
    padding-left: 4px;
    font-weight: bold;
    line-height: 1.6em;
}

#footer_legal_menu {
    padding-left: 4px;
    padding-top: 10px;
}

#footer_legal_menu a,
#footer_legal_menu .border {
    margin-right: 0.6em;
}


#footer_logo_list {
    height: 42px;
    padding-top: 8px;
}

#footer_logo_list a {
    float: left;
    display: block;
    margin-right: 14px;
}

#footer_logo_list a.addthis_button {
    position: relative;
    top: 7px;
    margin-right: 0px;
}

#layout_footer_logos .divider {
    clear: left;
}

#layout_footer_logos {  
    float: right;
    width: 179px;
}



/** FOOTER MENU **/

#footer_menu {
    text-decoration: none;
    text-transform: lowercase;
    text-align: left;
    margin-top: 2px;
    margin-bottom: 5px;
    margin-top: 5px;
}

#footer_menu a {
    font-style: normal;
}

#footer_menu .item {
    vertical-align: middle; 
    color: #969FA7;
    font-size: 10px;
    border-right: 1px solid #969FA7;
    margin-right: 4px;
    padding-right: 4px;
    padding-left: 4px;
}

#footer_menu .item a {
    color: #969FA7;
    font-size: 10px;
}

#footer_menu .item a:hover {
    color: #E08713;
}

#footer_menu .selected_item {
    color: #E08713;
}

#footer_menu .selected_item .border {
    color: #969FA7;
}

#footer_menu .last_item {
    color: #969FA7;
}

#footer_menu .last_item a {
    color: #969FA7;
}

#footer_menu .last_item a:hover {
    color: #969FA7;
}








#main_content .page_string {
    margin-top: 22px;
    height: 28px;
    width: 855px;
    background-image: url(../../images/page-string-bg.gif);
    background-repeat: repeat-x;
    color: #4F6069;
    font-size: 11px;
    font-weight: bold;
}

#main_content .page_string em {
    font-style: italic;
}

#main_content .page_string .arrow {
    padding: 0 3px;
}

#main_content .page_string .message {
    padding-top: 8px;
    padding-left: 16px;
}

#layout_two_content_cols {
    /*padding-bottom: 100px;*/
}

#layout_two_content_cols .two_content_cols {
    width: 614px;
    margin: 0;
    padding: 0;
}

#layout_two_content_cols .two_content_cols .first_col {
    width: 170px;
    background-image: url(../../images/separator-vert-179px.gif);
    background-position: top right;
    background-repeat: no-repeat;
    vertical-align: top;
}

#layout_two_content_cols .two_content_cols .first_col_gallery{
    width: 160px;
}

#layout_two_content_cols .two_content_cols .last_col {
    padding-left: 13px;
    padding-right: 13px;
    background-image: url(../../images/separator-vert-179px.gif);
    background-repeat: no-repeat;
    background-position: top right;
    vertical-align: top;
}

#layout_two_content_cols .two_content_cols .last_col img {
    display: block;
    margin-bottom: 10px;
    padding-top: 4px;
}

#layout_two_content_cols .two_content_cols .last_col ul li {
    font-size: 11px;
    line-height: 1.6em;
}

#layout_two_content_cols .two_content_cols .last_col .left_aligned {
    padding-left: 10px;
}

#layout_two_content_cols .two_content_cols .last_col a {
    font-size: 11px;
    color: #969FA7;
    font-style: italic;
}

#layout_two_content_cols .two_content_cols .last_col h4 a {
    font-size: 16px;
    color: #E08713;
    font-weight: bold;
    margin-top: 16px;
    font-style: normal;
}

#layout_two_content_cols .two_content_cols .last_col em {
    color: #E08713;
}

#layout_two_content_cols .two_content_cols .last_col p {
    font-size: 11px;
    padding-top: 3px;
    line-height: 1.6em;
}

.image_content_list {
    margin-bottom: 0.4em;
}

.image_content_list .item {
    border-top: 1px dotted #9BB8CB;
    padding: 10px 0;
}

.image_content_list .item .image {
    float: left;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
}

.image_content_list .item .item_body {
    margin-left: 155px;
}

.image_content_list .item .label {
    text-transform: uppercase;
    color: #E08713;
    font-size: 12px;
}


#layout_form {
    padding: 10px 0;
}

#layout_form .content_cols {
    margin: 0;
    padding: 0;
}

#layout_form .content_cols .right {
    padding: 5px 0;
}

#layout_form .content_cols .left {
    text-align: right;
    padding: 5px 10px 5px 0;
}

#layout_two_content_cols .two_content_cols .first_col .layout_side_menu .side_menu {
    font-style: italic;
    font-weight: bold;
    font-size: 12px;
    color: #969FA7;
}

#layout_two_content_cols .two_content_cols .first_col .layout_side_menu .side_menu .item {
    padding-bottom: 6px;
}

#layout_two_content_cols .two_content_cols .first_col .layout_side_menu .side_menu .item a {
    color: #969FA7;
}

#layout_two_content_cols .two_content_cols .first_col .layout_side_menu .side_menu .item a:hover {
    color: #E08713;
}

#layout_two_content_cols .two_content_cols .first_col .layout_side_menu .side_menu .selected_item {
    color: #E08713;
}

#layout_two_content_cols .two_content_cols .first_col .layout_side_menu .side_menu .indented {
    margin-left: 15px;
    font-size: 11px;
}

#layout_two_content_cols .two_content_cols .first_col .layout_side_menu .list {
    margin-left: 0;
}

#layout_two_content_cols .two_content_cols .first_col .layout_side_menu h4,
#layout_two_content_cols .two_content_cols .first_col .layout_side_menu .list h4 {
    font-size: 13px;
    padding: 5px 0 3px 0;
    margin: 25px 15px 5px 0;
    border-top: 1px dotted #9bb8cb;
    border-bottom: 1px dotted #9bb8cb;
}


#layout_two_content_cols .two_content_cols .first_col .layout_side_menu .list ul {
    margin: 0;
    padding: 0px 20px 0 0;
}

#layout_two_content_cols .two_content_cols .first_col .layout_side_menu .list li {
    list-style: none;
    padding: 4px 0;
    margin: 0;
    font-size: 11px;
    color: #ccc;
}

#layout_two_content_cols .two_content_cols .first_col .layout_side_menu .list .slider .show_link {
    text-transform: uppercase;
    font-size: 8px;
    line-height: 1em;
    color: #aaa;
}

.content_cols .left_col {
    vertical-align: top;
}


/* HOME PAGE */

#layout_home_content_cols {
    
}

#layout_home_content_cols em {
    font-style: italic;
    font-size: 12px;
}

#layout_home_content_cols p {
    padding-top: 12px;
    font-size: 11px;
}

#layout_home_content_cols .home_content_cols {
    width: 614px;
    margin: 0;
    padding: 0;
}

#layout_home_content_cols .home_content_cols .first_col {
    width: 350px !important;
    vertical-align: top;
    padding-right: 20px;
    background-image: url(../../images/separator-vert-179px.gif);
    background-repeat: no-repeat;
    background-position: top right;
}

#layout_home_content_cols .home_content_cols .second_col {
    width: 264px !important;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
    background-image: url(../../images/separator-vert-179px.gif);
    background-repeat: no-repeat;
    background-position: top right;
}


/* HOME POP-UP DEAL BOX */
#homepromo {
    padding:20px;
    width: 616px; 
    background-color: #000;
    border: 1px solid #fff;
    overflow: hidden;
}

#homepromo .banner {
    border: 1px solid #31393f;
    margin-bottom: 20px;
    height: 80px;
    width: 614px;
}

#homepromo .promo {
    width: 614px;
    margin-bottom: 20px;
    border-bottom: 1px solid #31393f;
}

#homepromo .promo td {
    vertical-align: top;
}

#homepromo .promo-image {
}

#homepromo .promo-text {
}

#homepromo .promo-text p {
    padding-bottom: .1em;
    margin: 0;
}

#homepromo .promo-button {
    padding: 10px 0 20px;
    text-align: center;
}

#homepromo .promo-button a {
    border: 1px solid #31393f; 
    font-size: 10px;
    padding: 3px 10px; 
    text-transform: uppercase; 
    color: #e08713; 
    margin: 0 auto;
}
    
#homepromo .promo-button a:hover {
    color: #fff;
}
    
/* GOOGLE MAP AND MAP LINKS */

#google_map {
    width: 418px;
    height: 450px;
}

#google_map.small {
    width: 418px;
    height: 350px;
}

#google_map.medium {
    height: 500px;
}

#google_map.large {
    width: 418px;
    height: 600px;
}

.directions_input_box {
    padding: 5px 0;
}

.directions_input_box h4 {
    padding: 0;
    margin: 0;
}

.marker_description {
    color: #000;
}

#layout_two_content_cols .two_content_cols .map_links {
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
}

#layout_two_content_cols .two_content_cols .map_links li {
    margin: 0;
    padding: 2px 0;
    line-height: 1em!important;
    list-style: none;   
    font-size: 10px;
}

#layout_two_content_cols .two_content_cols .map_links a {
    color: #ccc;
}

#layout_two_content_cols .two_content_cols .map_links a:hover {
    color: #E08713;
}

/* INNER PAGE LAYOUTS */

#container .layout_innerpage_content_cols {
    width: 100%;
}

#container .layout_innerpage_content_cols .inner_page_content_cols {
    width: 100%;
    margin: 0 auto;
}

#container .layout_innerpage_content_cols .inner_page_content_cols .left_col {
    width: 614px;
}

#container .layout_innerpage_content_cols .inner_page_content_cols .right_col {
    width: 241px;
}

.two_content_cols .last_col .layout-mailing_list {
    padding: 0 0 0 20px;
}

.two_content_cols .last_col .layout-mailing_list div{
    padding: 10px 0 5px;
}

.two_content_cols .last_col .layout-mailing_list label {
    padding-right: 15px;
}

/* IMAGE GALLERY */
#main_carousel {
}

#main_carousel img {
    padding: 0 3px;
}

#main_carousel .left_col img {
    padding: 0 3px 0 0;
}

#main_carousel .right_col img {
    padding: 0 0 0 3px;
}


/* GALLERY LIST WITH THUMBNAILS */

#gallery_list {
    padding: 22px;
	width: 811px;
	background: url(../../js/jQuery/css/jQueryTools/images/bg-scrollable.gif) repeat-x #222222;
	text-align: center;
}

#gallery_list .border {
    border: 1px solid #394046;
    margin-bottom: 20px;
    padding-top: 20px;
}

#gallery_list table {
    margin: 0 auto;
    text-align: left;
}

#gallery_list table td {
    width: 173px;
    padding: 0 20px 20px 0
}

#gallery_list table td.last {
    padding-right: 0;
}

#gallery_list table img {   
    display: block;
    margin-bottom: 4px;
    -moz-box-shadow: 2px 2px 5px #000;
    -webkit-box-shadow: 2px 2px 5px #000;
    box-shadow: 2px 2px 5px #000;
}

#gallery_list table a {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
}


.press_clipping {
    margin-bottom: 25px;
    line-height: 1.2em;
    font-size: 11px;
}

.press_clipping h2 {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2em;
    color: #FFF;
}


#layout_two_content_cols .press_clipping .title a,
#layout_two_content_cols .press_clipping .source a
{
    font-size: inherit;
    color: inherit;
    font-style: inherit;
}

.press_clipping .title a:hover {
    text-decoration: underline;
}

.press_clipping .source {
    color: #ee8100;
}

.press_clipping .press_clipping_full {
    background-color: #222222;
}

.press_clipping_full .description {
    height: 300px;
    overflow: auto;
}

#layout_two_content_cols .press_clipping_full .description p {
    margin-bottom: 0.5em;
}

.press_clipping_full_header {
    margin-bottom: 1em;
}
