body {
    margin: 5px 0px;
    background-color: #d8c094;
}

img {
    border: none;
    display: block;
}

input.date2 { width: 40px; }
input.date4 { width: 40px; }

#container {
    margin: 0px auto;
    width: 768px;
}

.nav {
    display: inline;
    list-style-type: none;
}

.tablenav {
	border-spacing: 0 !important;
}

.tablenav td { display: table-cell; }
.tablenav td:hover { background-position: 0px -23px; }

.nav li { float: left; }

.nav li:hover { background-position: 0px -23px; }

.home       { background: #b10706 url(/images/nav/home.png) no-repeat 0px 0px; }
a.home:hover { background-position: 0px -23px; }

.history    { background: #b10706 url(/images/nav/history.png) no-repeat 0px 0px; }
a.history:hover { background-position: 0px -23px; }

.drink      { background: #b10706 url(/images/nav/drink.png) no-repeat 0px 0px; }
a.drink:hover { background-position: 0px -23px; }

.methode    { background: #b10706 url(/images/nav/methode.png) no-repeat 0px 0px; }
a.methode:hover { background-position: 0px -23px; }

.etiquette  { background: #b10706 url(/images/nav/etiquette.png) no-repeat 0px 0px; }
a.etiquette:hover { background-position: 0px -23px; }

.press      { background: #b10706 url(/images/nav/press.png) no-repeat 0px 0px; }
a.press:hover { background-position: 0px -23px; }

.cellar     { background: #b10706 url(/images/nav/cellar.png) no-repeat 0px 0px; }
a.cellar:hover { background-position: 0px -23px; }

.contact    { background: #b10706 url(/images/nav/contact.png) no-repeat 0px 0px;}
a.contact:hover { background-position: 0px -23px; }

#message {
    background-color: #b10706;
    color: #fff;
    display: none;
    font-weight: bold;
    margin: 5px 0px;
    padding: 4px;
}

#wait {
    display: none;
}

#footer {
    background-color: #d8c094;
    text-align: center;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer a:hover {
	text-decoration:underline;	
}

#footer p{
	padding-top: 10px;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	
}
	