body {
background-color: #e1ddd9;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px;
}
a {color: #DB7093;}
a:visited {color:#DB7093;}
a:hover {color: #564b47;}
a:active { color:#000000;}

h1 {
font-size:16px;
}


/* ----------container to center the layout-------------- */
#container {
width: 800px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: #3e6745;
}

/* ----------banner for logo-------------- */
#banner {
background-color: #e1ddd9;
padding: 0px;
margin: 0px;
}
#banner img {padding:10px 0px;} 

#topbar {
background-color: #601815;
text-align: right;
border-top:1px solid #4A0000;
border-bottom:1px solid #4A0000;
padding:5px 15px;
margin 0px;
color: #ffffff;
}


/* -----------------content--------------------- */
#content {
background-color: #ffffff;
padding: 5px;
margin-left: 200px;
margin-right: 0px;
margin-top: 0px;
}
div#content { 
min-height:1000px;
height:expression(this.scrollHeight > 1000 ? "auto":"1000px"); 
}


/* ----------------wine-----------------*/

.wine {
margin-top: 0px;
padding: 5px;
background-color:#ffffff;
border-bottom: 1px dashed #000;

}

.wine:hover { background-color:#eaeaea; }
.wine img { float: right; }

.wineClick {
cursor:pointer;
}

.wineDetails {
font-size: 9px;
}




/* --------------left navi------------- */
#left {
float: left;
width: 200px;
margin: 0px;
color:#ffffff;
overflow: hidden;
}

#lefti {
padding: 5px;
}


#lefti a {color: #ffffff;}
#lefti a:visited {color:#eaeaea;}
#lefti a:hover {color: #ffffff;}
#lefti a:active { color:#000000;}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 10px 10px 10px 10px;
color: #ffffff;
text-align: right; }
#footer a {color: #eaeaea;}
