/*
Cascading Style Sheet for L & M Gazbos, Inc.
Author: Mark Hornung
Date: 12/9/2009
*/

body
{
    /*color: #966721; */
    color: #772b1a;
    font-family: Calibri;
    font-size: 15px;
    background-color: #D8C078;
}
  
a:link
{
    color:#966721;
    text-decoration: none;
}

a:visited
{
    /* color:#c08838; */
    color:#966721;
    text-decoration: none;
}

a:hover
{
    color: #007700;
    text-decoration: underline; 
}

ul li
{
   text-align: left;
   width: 55%;
}

h1
{
    color:#966721;
}

h2
{
    color:#966721;
}

h3
{
    color:#966721;
}

.deallist
{
   text-align: left;
   width: 55%;
}
  
.banner
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 10%;
    color: green;
    text-align: center;
    font-size:  200%;
    background-image: url(bkgrd1.jpg);
    z-index:-3;
}

.middle
{
    position: absolute;
    top: 20%;
    left: 20%;
    width: 70%;
    height: 75%;
    text-align:center; 
    /*
    border-style: solid;
    */
    border-width: 2px;
    margin: auto;
    min-width: 500px; 
}

.bannertext img
{
    position: absolute;
    top: 5%;
    left: 5%;
    width: 30%;
    z-index: 2;
}

.finest img
{
    position: absolute;
    top: 20%;
    left: 40%;
    width: 30%;
}

.menubar
{
    position: absolute;
    left: 0px;
    top: 32%;
    width: 15%;
    /* height: 85%; */
    color: #966721;
    font-size: 90%; 
    text-align: center;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #966721;
    line-height: 1.75;
    margin: auto;
    min-width: 150px;
}

.contact
{
    position: absolute;
    left: 40%;
    top: 8.5%;
    width: 59.5%;
    height: 1.5em;
    color: #d8c078;
    font-size: 85%; 
    text-align: center;
    background-color: #772b1a; 
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #966721;
    min-width: 400px; 

}
.bwlogo img
{
    top: 60%;
    width: 75%;
}

.all3 img
{
    /* position: absolute; */
    top: 0px;
    /* left: 0px; */
    border-style: solid;
    border-width: 2px;
    border-color: #772b1a;
    margin: auto;
}

.nosee
{
    visibility: hidden;
}

.smalltext
{
    font-size: small;
}  
