/* Header */
.header {
    width: 799px;
    height: 155px;
}
  
/* Content */
.content {
    width: 799px;
    height: auto;
}

/* CONTENT MENU */
.content #lft_menu {
    float: left;
    text-align: center;
    width: 538px;
    height: 541px;
    background: url('../images/menu_leftside_bg.jpg') no-repeat;
}
    .content #lft_menu img { margin-top: 51px; }
    .content #lft_menu p { width: 310px; }
    
.content #rht_menu {
    float: right;
    text-align: center;
    width: 261px;
    height: 541px;
    background: url('../images/menu_rightside_bg.jpg') no-repeat;
}


/* CONTENT RESERVATION */
.content #lft_reservation {
    float: left;
    text-align: center;
    width: 538px;
    height: 541px;
    background: url('../images/reservation_leftside_bg.jpg') no-repeat;
}
    .content #lft_reservation p { margin-top: 52px; width: 310px; }
    
.content #rht_reservation {
    float: right;
    text-align: center;
    width: 261px;
    height: 541px;
    background: url('../images/reservation_rightside_bg.jpg') no-repeat;
}

/* CONTENT GIFT CARD */
.content #lft_giftcard {
    float: left;
    text-align: left;
    width: 538px;
    height: 541px;
    background: url('../images/giftcard_leftside_bg.jpg') no-repeat;
}
    .content #lft_giftcard p.start {  margin-top: 52px; }
    .content #lft_giftcard img { margin: 5px 5px 0 0; }
    .content #lft_giftcard p { text-align: left; width: 490px; }
    .content #lft_giftcard img.btn { margin-left: 50px; }
 
   
 /* CONTENT SPECIALS */
.content #lft_specials {
    float: left;
    
    width: 538px;
    height: 541px;
    background: url('../images/coming_soon_frame.jpg') no-repeat;
}
    .content #lft_specials p { margin-top: 40px; width: 310px; margin-left: 14px;}
    
.content #rht_specials {
    float: right;
    text-align: center;
    width: 261px;
    height: 541px;
    background: url('../images/reservation_rightside_bg.jpg') no-repeat;
}
    
/* CONTENT LETS CONNECT */
.content #lft_letsconnect {
    float: left;
    text-align: left;
    width: 538px;
    height: 541px;
    background: url('../images/letsconnect_leftside_bg.jpg') no-repeat;
}
    .content #lft_letsconnect h1 { color: #b5121b; font-size: 13px; margin-bottom: 10px; }
    .content #lft_letsconnect div.start {  margin-top: 52px; margin-left: 15px; }
    .content #lft_letsconnect img { margin: 5px 5px 0 0; }
    
    .content #lft_letsconnect div.social-logos { padding: 0 5px 10px 10px; }
        .content #lft_letsconnect p#social { width:95%; border: #ffc522 1px solid; margin-bottom: 10px; }
                .content #lft_letsconnect div.social-logos p#social img { margin: 10px; }
                
    .content #lft_letsconnect .secondbox { background-color: #e3e4ce; width:495px; padding: 10px; }
            .content #lft_letsconnect .secondbox p#social { margin: 15px 0 0 7px; color: #677f19; font-size: 13px; font-weight: bold; text-align: center; padding: 10px; }
            .content #lft_letsconnect .secondbox p#social img { margin-left: 25px; }


    

.rctop2 {
    width: 221px;
    margin-top: 30px;
    margin-bottom: 75px;
}
    .rctop2 p {
        font-size: 9px;
        color: #FFF;
        text-align: left;
    }
    .rctop2 #btn {
        text-align: center;
    }

.rctop {
    width: 154px;
    text-align: left;
    margin-bottom: 55px;
}
    .rctop img { margin-top: 5px; }
    .rctop p {
        font-size: 9px;
        color: #FFF;
        margin: 15px 0 0 2px;
    }
    
    
.rcbottom { 
    width: 188px;
    height: 115px;
    text-align: left;
    color: #FFF;
    font-size: 11px;
}
    .rcbottom #social { margin-top: 10px; }
    .rcbottom h1 { 
        font-size: 14px; 
        margin-bottom: 5px;
        color: #FFF; 
    }