﻿body {
    background: url(../images/bg_bot.jpg) center 0 repeat #faf3ed;
    border: 0;
    font: 14px verdana, "Times New Roman", Times, serif;
    color: #200;
    line-height: 15px;
    margin: 0;
    padding: 0;
}

.mainBody {
    margin: 0 auto;
    width: 960px;
}

.body11 {
    background: url(../images/bg_top.jpg) top repeat-x;
}

.body12 {
    background: url(../images/bg_top_img.jpg) top center no-repeat;
}

.body13 {
    background: url(../images/slider_shadow.png) center 508px no-repeat;
}

a {
    color: white;
    text-decoration: double;
    outline: none;
}

    a:hover {
        text-decoration: underline;
    }

h1 {
    float: left;
    padding: 0px 0 0 36px;
    height: 17px;
    width: 194px;
}

/* header */
header {
    height: 121px;
    padding-top: 31px;
    width: 100%;
    overflow: hidden;
}
headerfb {
    height: 30px;
    padding-top: 31px;
    width: 100%;
    overflow: hidden;
}

#logo {
    display: block;
  
   background: url(../images/bistro1.jpg) 0 0 no-repeat;
    width: 259px;
    height: 95px;
    padding-bottom:7px;
   
}

#top_nav {
    float: right;
    padding-bottom:20px;
    padding-top:10px;
    list-style:none;
}

    #top_nav li {
        float: left;
        padding: 3px 2px 5px 0;
        background: url(../images/top_line.gif) right 0 no-repeat;
        margin-right: 25px;
    }

        #top_nav li a {
            display: block;
            line-height: 0;
            text-decoration:none;
        }
        #top_nav li a:hover {
            display: block;
            line-height: 0;
            text-decoration:underline;
        }

    #top_nav .end {
        background: none;
        padding-right: 0;
        margin-right: 0;
    }


#menu {
    width: 675px;
    float: right;
    font-family: verdana, 'Times New Roman', Times, serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    list-style:none;
    padding-top:10px;
}

    #menu li {
        float: left;
        padding-left: 3px;
    }

        #menu li a {
            display: block;
            font-size: 20px;
            color: #faf3ed;
            line-height: 00px;
            padding: 0 20px;
            height: 23px;
            letter-spacing: -1px;
            padding-top: 3px;
            font-weight: bold;
        }

            #menu li a:hover {
                text-decoration: none;
                padding-top:10px;
                line-height:6px;
                background: url(../images/menu_bg.png) repeat;
            }
    #menu .active a {
        text-decoration: none;
        background: url(../images/menu_bg.png) repeat;
        padding-top:10px;
        line-height:6px;        
    }

#content {
    padding-bottom: 40px;
}

.col1, .col2, .col3, .cols {
    float: left;
}

.cols {
    width: 230px;
    height: 250px;
}

.leftpadding {
    padding-left: 20px;
}

.box {
    background: url(../images/smallboxbg.png) repeat;
    color: #faf3ed;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    /*-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4); */
}

    .box > div {
        background: url(../images/smallboxheader.png) 0 top no-repeat;
        overflow: hidden;
    }

        .box > div:hover {
            border: 2px solid #ebe2e2;
        }

        .box > div > a > div {
            font-size: 20px;
            color: #a80002;
            letter-spacing: -1px;
            text-align: center;
        }

            .box > div > a > div span {
                color: #faf3ed;
            }

        .box > div > a > figure {
            
            width: 160px;
            height: 145px;
            margin:auto;
        }

        .box > div > div strong {
            padding-left: 7px;
        }

.smallbox_title {
    font-size: 20px;
    color: #a80002;
    letter-spacing: -1px;
    padding-top: 7px;
    text-decoration: none;
}

.smallbox_image {
    text-align: center;
    width: 160px;
    height: 145px;
}

.smallbox_lightbox {
    text-decoration: none;
}

.smallboxbtn {
    display: inline-block;
    float: right;
    font-size: 17px;
    color: #faf3ed;
    line-height: 20px;
    padding: 0 7px;
    font-weight: bold;
    background: #a80002;
    letter-spacing: -1px;
    padding-right: 15px;
    padding-left: 10px;
}

.box > div strong {
    font-size: 15px;
    color: white;
}

.box > div smallboxbtn {
    padding-right: 10px;
}

.smallboxbtn:hover {
    text-decoration: none;
    color: #1e0000;
    background: #faf3ed;
}

.wrap {
    overflow: hidden;
    width: 1200px;
    padding-top: 15px;
}

#lightbox {
    background-color: #eee;
    padding: 10px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
}

#lightboxDetails {
    font-size: 0.8em;
    padding-top: 0.4em;
}

#lightboxCaption {
    float: left;
}

#keyboardMsg {
    float: right;
}

#lightbox img {
    border: none;
}

#overlay img {
    border: none;
}

#overlay {
    background-image: url(overlay.png);
}

* html #overlay {
    background-color: #000;
    background-color: transparent;
    background-image: url(blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}
