html, body {
    height: 100%;
    }

body {
    background: #f8f8e8;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 70%;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
    color: #000;
    }

table, tr, td, input, select, textarea, ol, ul {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    }

a img, img { border: 0px none;  }

a {
    color: #666633;
    }

a:hover, a.active {
    text-decoration: underline;
    color: #DC241F;
    }

span.nobr {white-space: nowrap;}

h1 {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 1.8em;
    margin: 2em 0 1em;
    font-weight: bold;
    letter-spacing: 2px;
    word-spacing: 2px;
    color: #FF1300;
    text-transform: uppercase;
    }

h2 {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 1.4em;
    margin: 1.6em 0 .5em 0;
    font-weight: bold;
    color: #4A4A2A;
    padding: 0 0 .1em 0;
    border-bottom: 1px solid #4A4A2A;
    width: 100%;
    line-height: 1.3em;
    }

h3 {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 1.2em;
    margin: 1.6em 0 .5em 0;
    font-weight: bold;
    color: #4A4A2A;
    }

h4 {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 1.1em;
    margin: 1.7em 0 0;
    font-weight: bold;
    color: #4A4A2A;
    }

p
    {
    margin: 0em 0 1em 0;
    }

ul
    {
    list-style: none;
    }
/* MAIN SITE NAV STYLES */

#sidenav
    {
    border-right: 1px solid #3A3A22;
    background: #D5D0A9 url(/images/nav_bg.gif) no-repeat top;
    }
    /*
#sidenav ul
    {
    margin: 0;
    padding: 0;

    }

#sidenav li
    {
border:1px solid blue;
text-align: center
    }
    */
    
.social_links {
    margin-left: 16px;
}
.social_links li {
    float: left;
    margin-right: 9px;
    display: inline;
}

.social_links li a {
    float: left;
}

#sidenav_menu
   {
   margin-top: 30px;
   }

#sidenav_menu  a
    {
    color: #3A3A22;
    font-weight: bold;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    padding-bottom: 16px;
    letter-spacing: 1px;
    word-spacing: 2px;
    width: 100px;
    margin: 0 auto;
    }

#sidenav_menu a:hover, #sidenav_menu a.active
    {
    text-decoration: underline;
    }

/* SUB NAV STYLES */


ul#subnav
    {
    list-style: none;
    margin: 0 0 2em 0;
    padding: 0;
    }

#subnav li
    {
    display: inline;
    margin: 0;
    padding: 0
    }

#subnav a
    {
    font-weight: bold;
    font-family: arial, helvetica, sans-serif;
    padding: 0;
    font-size: 1.1em;
    }

.dots
    {
    margin: 10px auto;
    }



/* homepage only styles */

.intro
    {
    position: relative;
    top: -35px;
    }

.intro p {
    margin: .5em 1.2em;
    text-align: left;
    }

#feature {
    background: #FFFFDE;
    }

#feature h3 {
    margin: 1em 10px 2px 0;
    text-transform: uppercase;
    font-size: 1em;
    background: #999966;
    padding: 5px 10px;
    color: #fff;
    }

#feature div {
    background: #ffffcc;
    margin: 0 10px 1em 0;
    padding: 4px 10px;
    border: 1px solid #999966;
    color: #6A6A41;
    font-size: 0.9em;
}

#feature div span {
    color: #FE000C;
    text-transform: uppercase;
}

#feature a {
    color: #FE000C;
}

#main-feature
{
    margin: 1.5em 15px;
    text-align: center;
}

#main-feature div
{
    background: #ffffcc;
    margin-top: 2px;
    padding: 1em 10px;
    border: 1px solid #999966;
    color: #6A6A41;
    font-size: 0.9em;
    text-align: left;
}

#main-feature h3
{
    margin: 0 0 2px 0;
    text-transform: uppercase;
    text-align: left;
    font-size: 1em;
    background: #FF1300;
    padding: 5px 10px;
    color: #fff;
}

#main-feature div p
{
    margin: 0 0 1em 0;
    padding: 0;
}






/* -----  */

#layout /* The centered table containing the page content*/
    {
    width: 740px;
    margin: 65px auto 0 auto;
    border: 1px solid #000;
    border-top: 3px solid #000;
    }

#body-content
    {
    padding-bottom: 20px;
    background: #F8F8DC;
    padding: 25px 25px 50px 25px;
    }

img.display
    {
    float: right;
    margin: 10px 0 6px 1em;
    font-size: .9em;
    xborder: 1px solid #fff;
    }

.display
    {
    float: right;
    margin: 10px 0 6px 1em;
    font-size: .9em;
    }

.display img {
    border: 1px solid #fff;;
}

.display-left
    {
    float: left;
    margin: 10px 1em 6px 0;
    }

.recipe td {
    padding:  0 20px 3px 0;
}


.wine-detail
    {
    width: 510px;
    /* width: 450px; */
    }

.wine-detail h2
    {
    font-size: 1.2em; 
    margin: 0 0 10px 0;
    }

.wine-detail div
    {
    color: #4A4A2A;
    margin: 0 0 .5em 0;
    padding: .3em 30px .3em 0;
    border-bottom: 1px dotted #BCBC9E;
    }

.buy, .sold-out
    {
    display: block;
    float: right;
    background: #FE000C;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 1px 4px;
    text-decoration: none;
    }
h2 span {
    font-size: 0.9em;
font-weight: normal;
color: #FE000C;
}
 .buy:hover
    {
    background: #666633;
    color: #fff;
    text-decoration: none;
    }

.out-of-stock
    {
    display: block;
    float: right;
    color: #FE000C;
    text-transform: uppercase;
    padding: 1px 4px;
    border: 1px solid #f00;
    }

.note {
    color: #666666;
    font-weight: bold;
    }

.dotpadding {
    margin-top: 10px;
    margin-bottom: 10px;
    }



input, textarea, select {
    font-style: normal;
    }

.sublink {
    font-weight: bold;
    line-height: 15px;
    color: #333300;
    text-decoration: none;
    }

.sublink_highlighted {
    font-weight: bold;
    line-height: 15px;
    color: #333300;
    text-decoration: underline;
    }

.subnav {
    background-image: url('/images/subnav_bg.gif');
    font-size: 11px;
    line-height: 15px;
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 22px;
    padding-right: 22px;
    color: #333300
    }

.divider {
    width: 100%;
    border-color: #D8D4A2;
    border-width: 1px;
    border-style: none;
    margin-top: 10px;
    margin-bottom: 25px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    }

.left_padding {
    padding-left: 15px;
    }

.spacer {
    width: 5px;
    height: 5px;
    }

.first_row {
    background-color: #D8D4A2;
    }

.even {
    background-color: #eeeecc;
    }

.odd {
    background-color: #eeeecc;
    }

.order_form {
    background-color: #ffffe6;
    border-color: #D8D4A2;
    border-width: 1px;
    border-style: solid;
    }

.about_img {
  margin-bottom: 1em;
}

#footer
    {
    background: #000;
    font-size: .9em;
    color: #ccc;
    padding: .5em 0;
    text-align: center;
    position: relative;
    }


.top
    {
    position: absolute;
    top: -30px;
    right: 10px;
    }


#team_pic {
  width: 515px;
  height: 353px;
}

#team_pic a {
  display: block;
  position: relative;
  width: 70px;
  height: 90px;
  top: -120px;
  right: 0;
  bottom: 50;
  left: 322px;
}