body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,img,input,textarea,p,blockquote,table,th,td,a,abbr,acronym,address,caption,cite,code,dfn,em,strong,th,var,hr{margin:0;padding:0;border:0;text-decoration:none;font-style:normal;font-weight:normal;text-align:left;border-collapse:collapse;border-spacing:0;list-style:none;}
input:focus,a:focus,textarea:focus{outline:0;}
html,body,textarea{font: 12px/18px Helvetica,Arial,Verdana,sans-serif;}

/*

    *  *  *  *
    *  *  *  *
    *#***#**#*
     ********    PAIR
      ******     INGS
        **
        **
        **
      ******
      
    #F52D18 RED-ORANGE
    #F8CE0B YELLOW
    #CAD22B GREEN
    #E65E1E ORANGE
    #A80B34 MAROON
    #431104 BROWN
    #523234 MEDIUM-BROWN
    #BAB098 LIGHT-BROWN
*/

html {
    text-align: center;
    background: #E7E4DA url(images/background.jpg) center 0 no-repeat;
    min-width: 940px;
}
body {
    text-align: left;
    width: 940px;
    margin: 0 auto;
    font: 12px/18px Helvetica,Arial,Verdana,sans-serif;
    color: #444;
}

a, a:link {
    color: #E65E1E;
}
    a:hover {
        color: #A80B34;
    }
    a:active {
        outline: 0;
    }

sup, sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}
sub { top: 0.4em; }

strong { font-weight: bold; }
em { font-style: italic; }

h1, h2, h3, h4, h5, h6 {
    color: #000;
    margin-bottom: 10px; 
}
h1 { font-size: 20px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 12px; margin-bottom: 0; }

input, textarea, select {
    border: 1px solid #BAB098;
    padding: 5px;
}
    input:focus, textarea:focus, select:focus {
        border: 1px solid #A80B34;
    }
    input.submit {
        background: url(images/elements.gif) -135px -77px no-repeat;
        width: 80px;
        height: 41px;
        border: 0;
        padding: 0;
        text-indent: -999em;
        cursor: pointer;
    }
        input.submit:active {
            background-position: -135px -118px;
        }

label {
    color: #523234;
}
    label span.required {
        width: 9px;
        height: 12px;
        overflow: hidden;
        display: inline-block;
        text-indent: -999em;
        background: url(images/elements.gif) -200px -55px no-repeat;
    }

h1#logo {
    float: left;
    width: 112px;
    margin-right: 34px;
}
    h1#logo a {
        margin: 40px 0 0 26px;
        display: block;
        text-indent: -999em;
        width: 86px;
        height: 274px;
        overflow: hidden;
        background: url(images/logo.gif) 0 0 no-repeat;
    }
        h1#logo a:hover {
            background-position: -86px 0;
        }

div#container {
    float: left;
    width: 794px;
    padding: 100px 0 0;
    background: #FFF;
    position: relative;
    z-index: 1;
    min-height: 950px;
}

div#nav {
    position: absolute;
    top: 40px;
    left: 35px;
    padding: 10px 0;
    background: url(images/hr.gif) 0 0 repeat-x;
}
    div#nav h2 {
        width: 93px;
        height: 15px;
        background: #FFF url(images/nav.gif) -390px 0 no-repeat;
        overflow: hidden;
        text-indent: -999em;
        position: absolute;
        top: -10px;
        left: 40px;
    }
    div#nav ul {
        background: url(images/hr.gif) 0 bottom repeat-x;
        height: 35px;
    }
    div#nav li {
        float: left;
        width: auto;
        padding: 6px 0;
        margin-bottom: 10px;
    }
        div#nav li.food {
            background: url(images/vr.gif) right 0 repeat-y;
            padding-right: 18px;
            margin: 0 16px 0 0;
        }
        div#nav li.wine {
            margin: 0 280px 0 0;
        }
        div#nav li.about {
            margin: 0 22px 0 0;
        }
        div#nav li a {
            background: url(images/nav.gif) 0 0 no-repeat;
            display: block;
            height: 16px;
            overflow: hidden;
            text-indent: -999em;
        }
        div#nav li.food a {
            width: 67px;
            background-position: 0 0;
        }
            div#nav li.food a:hover { background-position: 0 -16px; }
            div#nav li.food a.current { background-position: 0 -32px; }
        div#nav li.wine a {
            width: 65px;
            background-position: -67px 0;
        }
            div#nav li.wine a:hover { background-position: -67px -16px; }
            div#nav li.wine a.current { background-position: -67px -32px; }
        div#nav li.about a {
            width: 94px;
            background-position: -132px 0;
        }
            div#nav li.about a:hover { background-position: -132px -16px; }
            div#nav li.about a.current { background-position: -132px -32px; }
        div#nav li.news a {
            width: 164px;
            background-position: -226px 0;
        }
            div#nav li.news a:hover { background-position: -226px -16px; }
            div#nav li.news a.current { background-position: -226px -32px; }

div#content {
    width: 475px;
    padding: 0 28px 0 36px;
}
    div#content p, div#content dl, div#content ul, div#content ol,
    div#sidebar p, div#sidebar dl, div#sidebar ul, div#sidebar ol,
    div#columns p, div#columns dl, div#columns ul, div#columns ol,
    div.happening p, div.happening dl, div.happening ul, div.happening ol {
        margin-bottom: 16px;
    }
        div#content ul, div#content ul {
            padding-left: 20px;
        }
            div#content ul li {
                list-style-type: disc;
            }
            div#content ol li {
                list-style-type: decimal;
            }

.replaced, .title {
    background: url(images/elements.gif) 0 0 no-repeat;
    overflow: hidden;
    display: block;
    height: auto;
    width: auto;
    text-indent: -999em;
}
    .replaced.readMore {
        background-position: -40px -81px;
        width: 93px;
        height: 16px;
    }
        .replaced.readMore:hover { background-position: -40px -97px; }
    .replaced.contactUs {
        background-position: -40px -55px;
        width: 95px;
        height: 13px;
    }
        .replaced.contactUs:hover { background-position: -40px -68px; }
    .replaced.downloadFullMenu {
        background-position: -40px -11px;
        width: 148px;
        height: 22px;
    }
        .replaced.downloadFullMenu:hover { background-position: -40px -33px; }
    .replaced.required {
        background-position: -135px -55px;
        width: 74px;
        height: 21px;
    }
    .replaced.left, .replaced.right {
        background-position: -40px 0;
        width: 12px;
        height: 11px;
    }
        .replaced.left:hover { background-position: -52px 0; }
        .replaced.right { background-position: -64px 0; }
            .replaced.right:hover { background-position: -76px 0; }
    .replaced.of {
        background-position: -88px 0;
        width: 14px;
        height: 11px;
    }
    .replaced.goback {
        background-position: -40px -115px;
        width: 74px;
        height: 21px;
    }
        .replaced.goback:hover {
            background-position: -40px -137px;
        }
    .title {
        background-image: url(images/titles.gif);
        height: 30px;
    }
        .title.value {
            background-position: 0 0;
        }
        .title.fromthecasesm {
            background-position: 0 -30px;
        }
        .title.fromthecase {
            background-position: 0 -60px;
        }
        .title.fromthemenusm {
            background-position: 0 -90px;
        }
        .title.fromthemenu {
            background-position: 0 -120px;
        }
        .title.cateringsm {
            background-position: 0 -150px;
        }
        .title.catering {
            background-position: 0 -180px;
        }
        .title.prefectcomplement {
            background-position: 0 -210px;
        }
        .title.beer {
            background-position: 0 -240px;
        }
        .title.wine {
            background-position: 0 -270px;
        }
        .title.spirits {
            background-position: 0 -300px;
        }
        .title.preparedsalads {
            background-position: 0 -330px;
        }
        .title.chefcrafted {
            background-position: 0 -360px;
        }
        .title.signaturesides {
            background-position: 0 -390px;
        }
        .title.andmore {
            background-position: 0 -420px;
        }
        .title.breakfast {
            background-position: 0 -450px;
        }
        .title.freshsalads {
            background-position: 0 -480px;
        }
        .title.pizzapasta {
            background-position: 0 -510px;
        }
        .title.horsdoeurves {
            background-position: 0 -540px;
        }
        .title.partyplatters {
            background-position: 0 -570px;
        }
        .title.boxedlunches {
            background-position: 0 -600px;
        }
    

h1.title {
    width: 544px;
    height: 130px;
    overflow: hidden;
    text-indent: -552em;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 0 -28px 0 -36px;
}
    h1.title.about { background: url(images/heading-about.jpg); }
    h1.title.contact { background: url(images/heading-contact.jpg); }
    h1.title.food { background: url(images/heading-food.jpg); }
    h1.title.news { background: url(images/heading-news.jpg); }
    h1.title.wine { background: url(images/heading-wine.jpg) 0 0; }

ul.pagination {
    
}
    ul.pagination li {
        text-indent: 0;
        background: none;
        float: left;
        width: auto;
        margin-right: 10px;
        line-height: 20px;
        list-style-type: none !important;
    }
        ul.pagination li a {
            display: block;
            width: auto;
            line-height: 20px;
        }
    ul.pagination li.disabled {
        display: none;
    }
    ul.pagination li.left, ul.pagination li.right {
        margin-top: 4px;
    }

div.news, div.special {
    background: url(images/hr.gif) 0 bottom repeat-x;
    margin: 0 0 15px;
    padding-bottom: 15px;
}
    div.news h1.title, div.news h2.title, div.news h3.title {
        text-indent: 0;
        height: auto;
        margin: 0 0 16px;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold;
        background: none;
    }
        div.news abbr.date {
            font-weight: normal;
            font-style: italic;
        }
    div.news p.goback {
        background: url(images/hr.gif) 0 0 repeat-x;
        padding-top: 15px;
        width: 100%;
    }
    
    div.special ul {
        height: 1%;
        list-style-type: none;
        margin: 0 0 0 0 !important;
        padding: 0 !important;
    }
        div.special ul:after {
            content: '.';
            display: block;
            clear: both;
            height: 0;
            width: 0;
            overflow: hidden;
            visibility: hidden;
        }
        div.special li {
            list-style-type: none !important;
            float: left;
            width: auto;
            margin: 0 15px 0 0;
        }

.subhead {
    color: #333;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px;
}

div#sidebar {
    position: absolute;
    top: 125px;
    left: 530px;
}
    div#sidebar form#cmForm {
        background: url(images/hr.gif) 0 0 repeat-x;
        padding-top: 16px;
    }

div.module {
    width: 252px;
    background: url(images/boxes.png) 0 0 no-repeat;
    padding-top: 24px;
    position: relative;
    margin-top: 33px;
}
    div.module div.content {
        background: url(images/boxes.png) -1536px 0 repeat-y;
        padding: 0 24px;
    }
    div.module h2 {
        position: absolute;
        top: -33px;
        left: 18px;
        height: 42px;
        width: 214px;
        overflow: hidden;
        text-indent: -999em;
        background: url(images/tabs.jpg) 0 0 no-repeat;
    }
    div.module div.bottomCap {
        background: url(images/boxes.png) -3072px bottom no-repeat;
        height: 24px;
    }

div.module.specials ul p {
    color: #523234;
}
    ul.specialList.interactive {
        position: relative;
    }
        ul.specialList.interactive li {
            position: absolute;
            top: 0;
            left: 0;
            background: #FFF;
        }
    ul.specialList li h3 {
        margin-bottom: 10px;
    }
    p.specialLink {
        position: relative;
        top: -34px;
        left: 110px;
        margin-bottom: -24px !important;
    }
    ul.specialNav {
        margin: 16px 0;
        width: 100%;
        height: 16px;
    }
        ul.specialNav li {
            float: left;
            width: auto;
            margin-right: 6px;
            color: #523234;
        }
            ul.specialNav li.count {
            }
                ul.specialNav li.count span {
                    float: left !important;
                    margin-right: 3px;
                    position: relative;
                    top: -2px;
                }
                ul.specialNav li.count span.of {
                    top: 0;
                }
            ul.specialNav li a {
                position: relative;
                top: 1px;
            }
    div.module.specials p.options {
        background: url(images/hr.gif) 0 0 repeat-x;
        padding-top: 16px;
        margin-bottom: 0 !important;
    }
    
div.module.keepPosted h2 {
    background-position: 0 -42px;
}
    div.module.keepPosted div.content div.contact {
    }
    div.module.keepPosted div.contact dl {
        color: #523234;
    }
div.module.keepPosted h4 {
    margin-bottom: 0;
    font-weight: bold;
}

div.module.happening {
    width: 767px;
    background-position: -767px 0;
    margin: 0 0 0 12px;
}
    div.module.happening div.content {
        background-position: -2303px 0;
    }
    div.module.happening div.bottomCap {
        background-position: -3839px 0;
    }
    div.module.happening h2 {
        position: relative;
        top: -15px;
        left: -6px;
        margin-bottom: -15px;
        background-position: 0 -84px;
    }
    div.module.happening div.news {
        float: left;
        width: 330px;
        overflow: hidden;
        margin-right: 50px;
    }
        div.module.happening div.news div.news_image img {
            width: 330px;
        }
        div.module.happening div.news.entry2 {
            margin: 0 !important;
            padding: 0 !important;
        }
        div.module.happening div.news img {
            width: 340px;
        }
    div.module.happening div.columns {
        height: 1%;
        background: url(images/vr.gif) center 0 repeat-y;
    }
        div.module.happening div.columns:after {
            content: '.';
            display: block;
            clear: left;
            width: 0;
            height: 0;
            overflow: hidden;
            visibility: hidden;
        }

div#columns {
    margin-left: 12px;
    height: 1%;
    overflow: hidden;
}
    div#columns:after {
        content: '.';
        display: block;
        clear: both;
        height: 0;
        width: 0;
        overflow: hidden;
        visibility: hidden;
    }
    div#columns div.module {
        float: left;
    }
        div#columns div.module.keepPosted {
            width: 510px;
            background-position: -253px 0;
        }
            div#columns div.module.keepPosted div.content {
                background-position: -1789px 0;
                height: 1%;
            }
                div#columns div.module.keepPosted div.content:after {
                    content: '.';
                    display: block;
                    clear: both;
                    height: 0;
                    width: 0;
                    overflow: hidden;
                    visibility: hidden;
                }
            div#columns div.module.keepPosted div.bottomCap {
                background-position: -3325px 0;
            }
            div#columns div.module.keepPosted div.contact, div#columns div.module.keepPosted form {
                clear: left;
            }
                div#columns div.module.keepPosted div.contact {
                    background: none;
                    height: 1%;
                }
                div#columns div.module.keepPosted fieldset {
                    padding: 10px 0 0 0;
                    background: url(images/hr.gif) 0 0 repeat-x;
                }
                div#columns div.module.keepPosted div.contact .hours, div#columns div.module.keepPosted div.contact .section {
                    float: left;
                    width: 300px;
                    margin-right: 10px;
                    height: 1%;
                }
                    div#columns div.module.keepPosted div.contact .section.location {
                        width: 140px;
                    }
                    div#columns div.module.keepPosted div.contact dt {
                        font-weight: bold;
                    }
                    div#columns div.module.keepPosted div.contact .hours {
                        width: 140px;
                    }
            div#columns div.module.keepPosted form li {
                float: left;
                width: auto;
                margin-right: 10px;
            }
            div#columns div.module.keepPosted form input {
                width: 205px;
            }
            div#columns div.module.keepPosted a.contactUs {
                 position: relative;
                 top: -30px;
                 margin-bottom: -40px;
            }
            div#columns div.module.keepPosted p.required {
                margin-left: 270px;
                position: relative;
                top: 10px;
            }
        div.module div.news {
            background: transparent none;
        }
div#content form ul {
    padding: 0;
}
    div#content form ul li {
        list-style-type: none;
    }
    
form#cmForm {
    position: relative;
}
    form#cmForm li {
        position: relative;
    }
        form#cmForm label {
            position: absolute;
            top: 6px;
            left: 8px;
            z-index: 1;
        }
        form#cmForm li input {
            width: 180px;
            margin-bottom: 15px;
        }
    form#cmForm p.submit {
        position: relative;
        left: 115px;
        top: -31px;
        margin-bottom: -31px;
    }
        #columns form#cmForm p.submit {
            left: 370px;
            top: -41px;
        }
        form#cmForm p.submit input {
            display: block;
        }

form#contactForm {
    background: url(images/hr.gif) 0 0 repeat-x;
    padding-top: 15px;
    margin-bottom: 15px;
}
    form#contactForm fieldset {
        background: url(images/hr.gif) 0 bottom repeat-x;
        padding-bottom: 15px;
    }
    form#contactForm li {
        position: relative;
        clear: left;
    }
        form#contactForm li.email, form#contactForm li.flname {
            float: left;
            clear: none;
            width: 230px;
            margin: 0 10px 10px 0;
        }
            form#contactForm li.email {
                margin: 0;
            }
        form#contactForm li input {
            width: 218px;
        }
        form#contactForm li textarea {
            width: 457px;
        }
        form#contactForm li label {
            position: absolute;
            top: 6px;
            left: 8px;
            z-index: 1;
            background: #FFF;
        }
    form#contactForm p.submit {
        position: relative;
        left: 392px;
        top: -50px;
        margin: 0 0 -31px;
        width: 90px;
        overflow: hidden;
    }
        form#contactForm p.submit input {
            display: block;
            width: 90px;
        }

dl.inline dt {
    clear: left;
    float: left;
    width: auto;
    margin: 0 5px 0 0;
}
    dl.inline.menu {
        padding-bottom: 10px;
        background: url(images/hr.gif) 0 bottom repeat-x;
    }
    dl.inline.menu dt {
        font-weight: bold;
        text-transform: uppercase;
        color: #000;
    }
    dl.inline.menu dd {
        margin-bottom: 10px;
    }
            
div#slideshow.interactive {
    width: 773px;
    height: 356px;
    margin-left: -16px;
    position: relative;
}
    div#slideshow.interactive .slide {
        text-indent: -999em;
        overflow: hidden;
        background-position: 0 0;
        background-repeat: no-repeat;
        width: 773px;
        height: 356px;
        position: absolute;
        top: 0;
        cursor: pointer;
    }
        div#slideshow.interactive .slide a.bigLink {
            position: absolute;
            width: 773px;
            height: 356px;
            top: 0;
            left: 0;
        }

div#footer {
    clear: both;
    margin-left: 137px;
    height: 61px;
    padding: 231px 0 0 29px;
    width: 783px;
    position: relative;
    top: -231px;
    background: url(images/content-base.png) 0 0 no-repeat;
    color: #523234;
    z-index: 0;
}
    div#footer ul li {
        display: inline;
        margin-right: 10px;
    }

div#cakeControllerDump {
    height: 400px;
    background: #FFF;
    overflow: auto;
}
table.cake-sql-log {
    background: #FFF;
    width: 960px;
    overflow: hidden;
}

div.warning {
    font-size: 20px;
    font-weight: bold;
    color: #A80B34;
    margin: 0 0 20px;
}

div#mapContainer {
    height: 240px;
    margin: 0 0 18px;
}

.column {
    width: 50%;
    float: left;
}

a#fbicon {
    padding-left: 26px;
    line-height: 23px;
    background: url(images/facebook-icon.png) 0 center no-repeat;
    display: inline-block;
}