/* 
    Document   : sambol
    Created on : Apr 11, 2010, 1:02:05 PM
    Author     : johnmahr
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body {

    font-family: optima, verdana, arial, sans-serif;
    padding-top: 10px;
    text-align: center;
    margin: 0;

}

img {

    border: none;

}

.nogo {

    text-decoration: none;
    margin: 0;
    padding: 0;


}

.metadata {

    display: none;

}

#directions {

    text-decoration: none;
    color: black;
    font-size: 12pt;
    display: block;
    padding-top: 3px;
    margin-top: 3px;
    border-top: 1px dotted black;

}

#directions span {

    position: relative;
    top: -7px;
    letter-spacing: 1px;


}

#directions:hover {

    color: #ED9030;

}

.clear {

    clear: both;

}



#wrapper {

    width: 921px;
    margin: 0 auto;
    border: 2px solid #c87219;
    background: white;
    text-align: left;
}

#controlbar {

    width: 911px;
    height: 20px;
    margin: 3px auto;
    padding: 5px;
    border: 1px solid black;

}
#header {

    background: #F0EDCC;
    overflow:hidden;

}

.menu_item {

    width: 390px;
    height: 100px;
    float: left;
    margin-right: 15px;
    margin-left: 15px;

}

.menu_item h3 {

    margin: 5px;

}

.menu_item .price {

    font-style: italic;
    font-size: 9pt;

}

.menu_subhead {
    
    font-weight: bold;
    font-style: italic;
    letter-spacing: 1px;
    text-align: center;
    margin-top: -15px;
    
}

#sambol_logo {

    position: relative;
    top: 1px;

}

#logo {

   padding: 10px 10px 0 10px;


}

.address {

    float: right;
    font-size: 11pt;
    padding: 10px 10px 0 10px;

}

.address h3 {

    margin-bottom: 4px;
    margin-top: 4px;

}

.address p {

    margin-top: 1px;

}

.menuBar {

    clear: right;
    

}

.menuBar ul {

    background: #ED9030;
    margin: 0px;
    padding-top: 2px;
    height: 28px;
    margin: 0px;

}

.menuBar div {

    height: 3px;
    padding: 0;
    background: #c87219;
    position: relative;
    z-index: 10;
    font-size: 1px;
    line-height: 1px;

}

.menuBar li {

    list-style: none;
    padding: 0px;
    float: left;
    display: block;
    margin-right: 20px;

}

.menuBar li a {

    display: block;
    margin-top: 4px;
    padding: 1px 15px 8px 15px;
    background: #ED9030;
    text-decoration: none;
    color: #F0EDCC;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: bold;
}


.menuBar li a:hover {

    background: #da842c;

}

.menupage {

    position: relative;

}

#content {

    clear: left;
    background: white;
    padding: 10px;
    margin: 0;
    border: none;

}

.innerContent {

    margin: 15px;

}

#content #right {

    float: right;
    height: 244px;
    position: relative;
    border: 1px solid black;

}

#general_menu {
    width: 700px;
    margin: 10px auto;
   
 

}

#general_menu div.dockitem {

    width: 120px;
    height: 75px;
    float: left;
    margin: 20px 10px;
    position: relative;
    
}

#general_menu div.dockitem .back {

    background: #ED9030;
    position: relative;
    z-index: 20;
}

#general_menu div.dockitem span {

    color: black;
    display: block;
    position: relative;
    width: 120px;
    font-size: 10pt;
    text-align: center;

}

#menuDock {

    height: 125px;
    background: #F0EDCC;
    /*border-top: 2px solid #c87219;*/
    border-bottom: 2px solid #c87219;

}

#menuDock .contents {

    height: 120px;
    overflow: hidden;
    margin-left: 35px;
    width: 850px;
    position: absolute;
}

#menuDock li.dockitem {

    display: block;
    width: 120px;
    height: 75px;
    float: left;
    margin-left: 30px;
    margin-right: 15px;
    margin-top: 15px;
    position: relative;
    padding: 0;
    z-index: 20;

}

#menuDock li.dockitem .back {

    width: 120px;
    height: 75px;
    background: #ED9030;
    position: relative;
    z-index: 20;

}

 
#menuDock li.dockitem a {

    text-decoration: none;

}

#menuDock li.dockitem span {

    display: block;
    width: 150px;
    text-align: center;
    color: black;
    font-size: 9pt;
    margin-top: -4px;
    margin-left: -15px;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    z-index: 50;
}

#menuDock .arrowRight  {
    background: url("/rsc/img/arB.png");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    float: right;
    height: 125px;
    width: 45px
}

#menuDock .arrowLeft  {
    background: url("/rsc/img/alB.png");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    float: left;
    height: 125px;
    width: 45px;
    margin-right: -45px;
}

#menuDock .list {

    position: absolute;
    list-style: none outside none;
    height: 110px;
    width: 5000px;
    margin: 0;
    padding: 0;

}

#infoBox {
    
    font-size: 9pt;
    background: white;
    padding: 10px;
    clear: both;

}

#footer {

    background: white;
    margin: 0;
    padding: 0;
    border: none;
    width: 921px;
    overflow: hidden;

}

#footer_banner {

    width: 870px;
    height: 45px;
    background: url(/rsc/img/banners/footer2_banner.jpg);
    background-repeat: no-repeat;
    margin: 2px 30px;

}

.noArrow {

    visibility: hidden;

}


#infoBox h3 {

    margin: 0;
    font-size: 10pt;

}

#infoBox p {

    margin-left: 10px;
    margin-top: 5px;

}

#infoBox #hours {

    float: right;
    width: 290px;

}

#infoBox .hour {

    font-weight: bold;
    float: left;
}

#infoBox .r {
    float: right;

}

form#login {

    border: 1px solid black;
    width: 280px;
    margin: 120px auto;
    background: white;
    padding: 10px;

}

.error {

    color: red;
    font-weight: bold;
    text-align: center;
    margin: 3px;

}

.page {

    position: relative;


}

#gmap {

    width: 675px;
    height: 400px;
    float: left;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 10px;
}

#content h1 {

    text-align: center;

}

#mapSidebar {

    width: 155px;
    height: 380px;
    float: left;
    padding: 7px;
    margin-top: 10px;
    background: #f1edc8;
    border: 1px solid #c5c3a7;

}

#content a {

    color: #ED9030;
    text-decoration: none;

}

#content a:hover {

    color: #bc7226;

}

#promotions img {

    border: 1px solid black;

}

#menu {

    margin: auto;
    padding: 10px;


}
ul.list li img {
    
    position: relative;
    z-index: 50;
        
    
}

.drop_shad {

    width: 135px;
    height: 90px;
    margin-top: -82px;
    margin-left: -2px;
    position: relative;
    z-index: 10;
    background: url(/rsc/img/item_shadow.png);
    background-repeat: no-repeat;
    
}