﻿body 
{
    margin: 0px;
    font-family: Verdana;
}
A 
{
user-focus: none; outline : none; -moz-user-focus: none; -moz-outline: none; behavior: url(/includes/userfocus.htc)
}
A:FOCUS 
{
user-focus: none; outline : none; -moz-user-focus: none; -moz-outline: none; behavior: url(/includes/userfocus.htc)
}
#top_block
{
    position: relative;
    height: 60px;
    width: 100%;
    background-image: url('../Img/bg_top.jpg');
    background-position: bottom;
    background-repeat: repeat-x;
}
#middle_block
{
    position: relative;
    min-height: 500px;
    width: 100%;
    background-color: #000000;
}
#bottom_block
{
    position: relative;
    height: 40px;
    width: 100%;
    background-image: url('../Img/bg_bottom.jpg');
    background-repeat: repeat-x;
    background-position: top;
}
#holder
{
    position: relative;
    width: 980px;
    margin-left: auto;
    margin-right: auto; 
}
#control
{
    position: relative;
    border-collapse: collapse;
    border-spacing: 0;
}
#control td
{
    vertical-align: top;
}
#heading
{
    position:relative;
    margin-top: 30px;
    margin-left: 10px;
    height: 70px;
    width: 300px;
    background-image: url('../Img/logo.jpg');
}
#navigation
{
    position: relative;
    margin-top: 10px;
    left: 0px;
    font-size: 0.75em;
    width: 300px;
}
#mainmenu_ul
{
    padding-left: 0px;
}
#mainmenu_ul li
{
    padding: 3px;
    width: 100%;
}
#navigation a
{
    position:relative;
    color: #FFFDD0;
    text-decoration: none;
    display:block;
    width: 100%;
}
#navigation a:hover
{
    color: #EDDA74;
}
.mainmenu
{
    border-bottom: 1px #5E5E5E solid;
    list-style: none;
}
.menusubmenu
{
    display: none;
}
#menu_notice
{
    color: #EDDA74;
    position: absolute;
    top: 45px;
    left: 120px;
}
.header
{
    color: #5E5E5E;
    font-weight: bold;
}
.information
{
    position: relative;
    width: 630px;
    height: 30px;
    color: #CCCCCC;
    font-size: 0.7em;
}
.info
{
    display: inline;
    float:left;
    margin-right: 30px;
}
.social
{
    position: relative;
    float: left;
    top : 0px;
    left: 0px;
    display: inline-block;
    height: 80px;
    width: 40px;
}
.social a
{
    text-decoration: none;
    position: relative;
    display: block;
    height: 40px;
    width: 40px;
}
.facebook
{
    background: url('../Img/facebook_logo.jpg') no-repeat;
}
.twitter
{
    background: url('../Img/twitter_logo.jpg') no-repeat;
}
.swirl
{
    position: relative;
    display: block;
    left: 60px;
    width: 200px;
    height: 140px;
    background-image: url('../Img/swirls.jpg');
    background-repeat: no-repeat;
}
.photo
{
    position: relative;
    margin-top: 5px;
    margin-bottom: 10px;
}
.photo img
{
    width: 650px;
}
.topphoto
{
    position: relative;
    width: 635px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
}
.pagetitle
{
    width: 110px;
    background-color: #833838;
}
.pagetitle div
{
    position: relative;
    margin-top: 5px;
    width: 100%;
    color: #FFFDD0;
    font-size: 8pt;
    background-color: #833838;
    text-align: center;
}
.pagecontent
{
    background-color: #000000;
    color: #FFFDD0;
    font-size: 8pt;
    display: block;
}
.pagecontent div
{
    margin: 5px 10px;
}
.defaultback
{
    position: relative;
    width: 635px;
    height: 40px;
}
.defaultcontent
{
    position: absolute;
    width: 500px;
    left: 70px;
    background-color: #000000;
    color: #FFFDD0;
    font-size: 8pt;
}
.defaultcontent p
{
    margin-bottom: 20px;
    color: #5E5E5E;
    font-weight: bold;
    text-align: center;
}
/*----------------------------------------------*/
/*                  Menu                        */
/*----------------------------------------------*/
.menuphoto
{
    background-image: url('../Img/menu_pic.jpg');
    background-position: bottom;
    height: 100px;
}
.menupanel
{
    position:relative;
    width: 625px;
    margin-top: 5px;
    background-color: #FFF;
    padding: 5px;
    border: 2px solid #5E5E5E;
    height: 340px;
    overflow: auto;
    scrollbar-highlight-color:#FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color:#5E5E5E;
    scrollbar-3dlight-color: #FFFFFF;
}
/*----------------------------------------------*/
/*                  Reservation                 */
/*----------------------------------------------*/
.reservephoto
{
    background-image: url('../Img/reserve_pic.jpg');
    background-position: top;
    height: 205px;
}
.reservationform
{
    width: 400px;
}
.reservationform td
{
    width: 50%;
}
.reservationform input
{
    position: relative;
    float: right;
    border: 1px solid #EDDA74;
    width: 100%;
}
.reservationnotice
{
    position: relative;
    margin-top: 5px;
    width: 450px;
    height: 20px;
    background-color: #000000;
    font-size: 8pt;
    color: #FFFDD0;
}
.reservationinputbox
{
    height: 70px;
}
#reservationsubmit
{
    background-color: #FFFFFF;
    color: #000000;
    font-size: 8pt;
    width: 102%;
}
/*----------------------------------------------*/
/*                  About                       */
/*----------------------------------------------*/
.aboutback
{
    height: 150px;
}
.aboutphoto
{
    background-image: url('../Img/about_pic.jpg');
    background-position: top;
    height: 300px;
}
/*----------------------------------------------*/
/*                  Functions                   */
/*----------------------------------------------*/
.functionsback
{
    height: 150px;
}
.functionsphoto
{
    background-image: url('../Img/parties_pic.jpg');
    background-position: top;
    height: 300px;
}
/*----------------------------------------------*/
/*                  Opening                     */
/*----------------------------------------------*/
.openingback
{
    height: 150px;
}
.openingphoto
{
    background-image: url('../Img/opening_pic.jpg');
    background-position: center;
    height: 300px;
}
/*----------------------------------------------*/
/*                  WineList                    */
/*----------------------------------------------*/
.winephoto
{
    background-image: url('../Img/wine_pic.jpg');
    background-position: center;
    height: 200px;
}
.winepanel
{
    position:relative;
    width: 625px;
    margin-top: 5px;
    background-color: #FFF;
    padding: 5px;
    border: 2px solid #5E5E5E;
    height: 240px;
    overflow: auto;
    scrollbar-highlight-color:#FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color:#5E5E5E;
    scrollbar-3dlight-color: #FFFFFF;
}
.wineheadercell1, .wineheadercell2, .wineheadercell3
{
    font-size: 8pt;
}

.winecell1, .winecell2
{
    font-size: 8pt;
    font-weight: bold;
    color: #990033;
}
.winecell2, .winecell3
{
    display: block;
    text-align: left;
    font-size: 8pt;
}
.winecell3
{
    
}