@charset "utf-8";
/* CSS Document */

body {
    padding: 0px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    color: #333;
    margin: 0px;
    background-color: #050301;
}
img {
    border: 0
}
img, map area {
    outline: none;
}
.clear {
    clear: both;
    height: 0
}
.body {
    margin: auto;
    width: 1000px;
    position: relative;
    min-height: 1145px;
    background-image: url(../images/bg.png);
    background-repeat: repeat-y;
    background-position: center top;
}
ul.horizontal {
    margin: 0;
    padding: 0;
}
ul.horizontal li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
#page {
    font-family: Tahoma, Geneva, sans-serif;
    position: relative;
    width: auto;
    min-height: auto;
    margin: auto;
    z-index: 5;
    color: #dddddd;
}
#home-banner {
    position: absolute;
    z-index: 10;
    top: 550px;
    /*width changes with window width*/
    min-width: 1100px;
    max-width: 1589px;
    height: 189px;
    background: url(../images/lunch-buffet/banner.jpg) center top no-repeat;
    display: none;
}
#click-to-lunch-buffet {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 130px;
    height: 130px;
}
#click-to-delivery, #click-to-chope {
    float: right;
    margin: 30px 7px 0 0;
}
#click-to-delivery img, #click-to-chope img {
    width: 170px;
}
#main-container {
    position: relative;
    width: 1000px;
    min-height: 650px;
    margin: auto;
    background: url(../images/common/bg.png) center top repeat-y;
    text-align: left;
}
.standard-container {
    width: 1000px;
    margin: auto;
}
#signage {
    position: relative;
    height: 108px;
    background: url(../images/common/signage_v2.png) center top no-repeat;
}
#click-to-home {
    position: absolute;
    top: 0px;
    left: 366px;
    width: 268px;
    height: 105px;
}
#slogan {
    height: 76px;
    background: url(../images/middle.png) center top no-repeat;
}
/* Buttons for Home page */

ul#home-navi {
    /*margin-top:200px; For Hairy Crab banner */
}
a#our-menu {
    display: block;
    width: 330px;
    height: 188px;
    background: url(../images/home/btn_our-menu.png) center top no-repeat;
}
a#our-restaurant {
    display: block;
    width: 337px;
    height: 188px;
    background: url(../images/home/btn_our-restaurant.png) center top no-repeat;
}
a#story {
    display: block;
    width: 322px;
    height: 188px;
    background: url(../images/home/btn_story.png) center top no-repeat;
}
a#fb {
    display: inline-block;
    width: 43px;
    height: 44px;
    background: url(../images/home/btn_fb.png) center top no-repeat;
}
.head-line-1 {
    font-family: "Times New Roman", Times, serif;
    font-size: 24px;
    color: #ffffff;
}
.text-title-1 {
    font-family: "Times New Roman", Times, serif;
    font-size: 13px;
    color: #fd9e00;
    padding: 5px 0;
}

.text-title-Res {
    font-family: "Times New Roman", Times, serif;
    font-size: 30px;
    color: #F9D389;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    right: 50px;
    border-radius: 8px;
    background-color: #BE2107;
    margin: auto;
    top: 2px;
    height: auto;

}
.text-title-map {
    font-family: "Times New Roman", Times, serif;
    font-size: 30px;
    color: #F9D389;
    left: 30px;
    text-align: center !important; 

}
.text-1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 22px;
    color: #f8d287;
}
.text-2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    color: #f8d287;
}
.text-highlight {
    color: #fd9e00;
}
#home-description {
    width: 420px;
    float: left;
    line-height: 22px;
}
#home-quandoo {}
#home-quick-links {
    width: 660px;
    float: left;
    color: #ffffff;
    margin-top: 75px;
}
#home-side-banner {
    width: 180px;
    float: right;
    margin-right: 50px;
}
#home-side-banner a {
    display: inline-block;
    width: 180px;
    height: 204px;
    background: url(../images/home/recommended.png) left bottom no-repeat;
}
#home-quandoo {
    height: 310px;
}
a.btn-back {
    display: inline-block;
    width: 81px;
    height: 43px;
    background: url(../images/btn_back.png) center top no-repeat;
    margin: 20px;
}
#footer {
    padding: 3px 0;
    background-color: #000000;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    color: #ffffff;
    text-align: center;
}
/* Our Restaurant */

#our-restaurant-title {
    width: 952px;
    height: 190px;
    background: url(../images/restaurant/title.png) center top no-repeat;
    margin: -80px auto 20px;
}
#our-restaurant-pic {
    width: 897px;
    height: 297px;
    background: url(../images/restaurant/restaurant_pic.png) center top no-repeat;
    margin: 10px auto;
}
/* Story of Lobster Porridge */

#story-title {
    width: 964px;
    height: 164px;
    background: url(../images/story/title.png) center top no-repeat;
    margin: -50px auto 20px;
}
#story-description {
    padding: 25px;
    line-height: 22px;
}
#story-description img {
    margin: 0 20px 20px 0;
    display: inline-block;
    float: left;
}
#awards {
    width: 922px;
    height: 311px;
    background: url(../images/story/awards.png) center top no-repeat;
    margin: 10px auto;
}
/* Past Happenings */

#past-happenings-title {
    width: 952px;
    height: 112px;
    background: url(../images/past-happenings/title.png) center top no-repeat;
    margin: -18px auto 20px;
}
#wrapper {
    margin-top: 8px;
    background-color: #382c20;
}
ul#repeater {
    margin: 0px;
    padding: 0;
}
ul#repeater li {
    float: left;
    list-style: none;
    padding: 35px 23px;
}
.banner {
    margin: 0px;
    width: 1030px;
    height: 364px;
    background-image: url(../images/food_bg.png);
    background-repeat: no-repeat;
    background-position: top;
}
.contact {
    margin: 0px;
    width: 450px;
    height: 376px;
    /*background-image: url(../images/contact_bg.png);*/
    background-repeat: no-repeat;
    background-position: top;
}
#side-banner {
    display: block;
    position: absolute;
    z-index: 5;
    right: -28px;
    top: 40px;
    width: 180px;
    height: 414px;
}
#recommended {
    background: url(../images/recommended.png) center top no-repeat;
}
#cheap-and-good {
    background: url(../images/cheap_n_good.jpg) center top no-repeat;
}
#past-happenings {
    display: block;
    position: absolute;
    z-index: 5;
    right: -63px;
    top: 463px;
    width: 238px;
    height: 97px;
    background: url(../images/past-happenings.png) center top no-repeat;
}
.map {
    width: 534px;
    height: 306px;
    background-image: url(../images/frame.png);
    background-repeat: no-repeat;
    background-position: top;
}
.header {
    position: absolute;
    text-decoration: none;
    width: 900px;
    height: 74px;
    display: block;
    background: url(../Images/logo.png) left top no-repeat;
    left: 14px;
    top: -2px;
}
body, td, th {
    font-family: "Times New Roman", Times, serif;
    color: #FFE084;
    font-size: 15px;
}
body {
    background-color: #0b0701;
}
a:link {
    color: #FFE084;
}
a:visited {
    color: #FFE084;
}
#wrapper1 {
    margin-top: 8px;
}
/* For Banner */

.banner-inner {
    position: relative;
    width: 1100px;
    height: 189px;
    margin: auto;
}
/* HairyCrab */

#HairyCrab-banner {
    display: none;
    /* Hidden */
    position: absolute;
    z-index: 10;
    top: 550px;
    /*width changes with window width*/
    min-width: 1100px;
    max-width: 1589px;
    height: 238px;
    background: url(../images/hairy_crab_banner.jpg) center top no-repeat;
}
#HairyCrab-banner a.clickhere-btn {
    position: absolute;
    left: 253px;
    top: 163px;
}
a.clickhere-btn {
    display: block;
    width: 164px;
    height: 43px;
    background: url(../images/click_here_btn.png) left top no-repeat;
}
#HairyCrab-ball {
    display: block;
    position: absolute;
    z-index: 5;
    right: 0;
    top: 820px;
    width: 222px;
    height: 222px;
    background: url(../images/hairycrab_ball.png) center top no-repeat;
}
/* Xmas 2013 */

#Xmas2013-banner {
    display: none;
    position: relative;
    /*left:-297px;/* aligned center to 1024px*/
    /*width:1618px;*/
    height: 290px;
    margin: auto;
    background: url(../images/xmas2013/homepage_banner.jpg) center top no-repeat;
}
#Xmas2013-banner a.clickhere-btn {
    position: absolute;
    left: 703px;
    top: 200px;
    display: block;
    width: 185px;
    height: 44px;
    background: url(../images/xmas2013/homepage_btn.png) left top no-repeat;
}
/* CNY 2014 */

#CNY2013-banner {
    display: none;
    position: relative;
    /*left:-297px;/* aligned center to 1024px*/
    /*width:1618px;*/
    height: 290px;
    margin: auto;
    background: url(../images/cny2014/homepage_banner.jpg) center top no-repeat;
}
#CNY2013-banner a.clickhere-btn {
    position: absolute;
    left: 703px;
    top: 200px;
    display: block;
    width: 185px;
    height: 44px;
    background: url(../images/homepage_btn.png) left top no-repeat;
}
.footer {
    padding: 5px 0;
    background-color: #000;
    font-size: 13px;
    text-align: center;
}

