/* CSS Document */

html, body  
    {
    background-color: #1c1d1e;
    color: #333;
    margin: auto;
    font: 100% arial, verdana, 'trebuchet ms', sans-serif;
    height: 100%;
    }
    
        
#banner
    {
        position: relative;
        margin-left: 0px;
        padding: 2px;
        margin-right: auto;
        width: 756px;
        height: 212px;
        background: #8C1808 url(../upload/images/banner_title.jpg) no-repeat 2px 2px;
        text-align: right;
        }
        
#nav
    {

        background-color: #F88718;
        text-transform: uppercase;
        color: #333;
        width: 760px;
        line-height: 17px;
        text-indent: 10px;
        height: 22px;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid #333;
        border-width: 1px 0px;
        }


    #container_content
        {
            float: left;
            width: 760px;
            background-color: #fff;
            margin-top: 2px;
            font-size: 75%; 
            line-height: 18px;
            }
            
            #container_content.fruit
                {
                    background: #fff url(../images/bckgr_fruit.jpg) no-repeat right bottom;
                    }

            
            #content_left
                {
                    float: left;
                    padding: 20px;
                    width: 400px;
                    margin-top: 15px;
                    margin-bottom: 10px;
                    border-right: 1px dashed #ccc;
                    color: #233A46;
                    }
                    
                    
            #content_right
                {
                    float: left;
                    margin-left: 10px;
                    margin-top: 10px;
                    padding: 5px;
                    width: 275px;
                    font-size: 90%;
                    color: #233A46;
                    }
                    
                    
                    
#content_left.width
    {
        width: 715px;
        border-right: none;
        }
        
        
        .room
            {
                float: left;
                width: 205px;
                padding: 0px 15px;
                border-right: 1px solid #930;
                margin-bottom: 20px;
                font-size: 90%;
                }
                
                .room p
                    {
                        width: 190px;
                        }
                
                .room_newline
                    {
                        float: left;
                        width: 740px;   
                        }
        
        .room img
            {
                border: 1px solid #3B4A53;
                }
        
#footer
{
    float: left;
    position: relative;
    left: 50%;
    margin-left: -380px;
    width: 760px;
    height: 25px;
    margin-top: -20px;
    padding-top: 2px;
    background-color: #333;
    color: #ccc;
    font-size: 75%;
    line-height: 19px;
    text-align: right;
}

#footer1 {
    background: #333;
    clear:both;
    position: relative;
    margin-left: -380px;
    left: 50%;
    width: 740px;
    padding-left: 20px;
    height: 23px;
    padding-top: 5px;
    font-size:80%;
    color: #ccc;
    text-align: right;
    }       
    
    
/* past events gallery layout */

.gallery img {
 border:solid 1px #999999;
 margin-bottom: 5px;
}
        
/* wines content layout */


.product
    {
        display: block;
        font-size: 90%;
        }
        
        #content_right ul
            {
                list-style-type: none;
                color: #585C5F;
                margin-left: -33px !important;
                margin-left: 4px;
                }
                
                #content_right ul li
                    {
                        line-height: 14px;
                        margin-bottom: 15px;

                        }
                        
h1, h2, h3
    {
        color: #c30;
        font: bold 110% verdana, arial, 'trebuchet ms', sans-serif;
        }
        
    h2
        {
            font-size: 105%;
            }
            
            h3
                {
                    font-size: 100%;
                    color: #333;
                    }
    
        
        .acc td
        {
            background-color: #E3E7E8;
            border: 1px solid #CEDADB;
            }
            
    .acc td.title
        {
            background-color: #EE450D;
            color: #fff;
            font-size: 105%;
            }   
            
        .acc td.wine
            {
                background-color: #fff;
                }
                
            .acc td.bold
                {
                    color: #333;
                    }
        
    
        
        /* full heights */
        
    #mylayer
{
    position: relative;
    left: 50%;
    top: 10px;
    width: 760px;
    margin-left: -380px;
    min-height: 100%;
    margin-bottom: -10px;
    background-color: #fff;
    color: #666;
    padding: 0px;
    text-align: left
}

/* ie only hack  --- another way to do this is by using ie ifs in the html page example:

    <!--[if IE]>
    #mylayer { height: 100% }
    <![endif]-->

for some reason best place to put it is AFTER the css link in head
*/

* html #mylayer
{
  height: 100%
}   


        .prices
            {
            font-size: 90%;
            color: #333;
            font-weight: bold;
            }

td.restTbl {
     border-bottom: 1px dashed #ccc;
    }
    
.ordertxt
    {
        margin-left: 20px;
        color: #c00;
        font-size: 75%;
        text-transform: uppercase;
        }



a, a:active, a:visited {
    color: #790;
    text-decoration: underline;
}


a:hover {
    color: #036;
    text-decoration: none;
}

a.ff, a:active.ff, a:visited.ff {
    color: #fff;
    text-decoration: underline;
}


a:hover.ff {
    color: #fff;
    text-decoration: none;
}
/*
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

*/


/* CURRENT NAVIGATIONAL ELEMENTS 
-----------------------------------------------------------------------
#nav a, #nav a:active, #nav a:visited {
    color: #000;
    text-decoration: none;
    font-size: 65%;
    padding: 2px;
}

#nav a:hover {
    color: #3F4344;
    text-decoration: none;
}
--------------------------------------------------------------------------
CURRENT NAV END
*/



/*
#nav li li a {
    display: block;
    font-weight: normal;
    color: #060;
    padding: 0.2em 10px;
}

#nav li li a:hover {
    padding: 0.2em 5px;
    border: 5px solid #333;
    border-width: 0 5px;
}

li {
    float: left;
    position: relative;
    text-align: left;
    cursor: default;
    border-width: 1px 0;
}

li#first {
    border-left-width: 1em;
}

li#last {

}

li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;

    font-weight: normal;
    background: url(images/ddbg3.gif) bottom left no-repeat;
    padding: 0.5em 0 1em 0;
    border-right: solid 1px #7d6340;
}

li>ul {
    top: auto;
    left: auto;
}

li li {
    display: block;
    float: none;
    background-color: transparent;
    border: 0;
}

li:hover ul, li.over ul {
    display: block;
}
*/