/* CSS Document */

*{margin:0;
padding:0px;
}

.left{float:left}
.right{float:right}
.paddingleft{margin-left:10px; float:right}

#outerwrapper {
	margin: 0px auto;
	width: 800px;
	
}


#header,#content,#footer {
	width: 100%;
}

body:empty {}

body {
	margin: 0px;
	margin-bottom:40px;
	font-family: helvetica;
}


#header {
	position: relative;
	height: 176px;
	background: url(images/header.png) no-repeat 0px 0px;
	
}


#menu {
	background: url(images/menu.jpg) no-repeat 0px 0px;
	height: 44px;
	padding-top:0px;
	padding-left:28px;
	padding-right:28px;	
}


#menu ul {
	height:28px;
	}

#menu li {
display:inline;
height:28px;
}
	
#menu a {
	font-size:12px;
	text-decoration:none;
	color:#000000;
	text-transform:uppercase;
	font-weight:bold;
padding-left:32px;
	padding-right:32px;
	padding-bottom:7px;	
	float:left;
}

#menu img {
	float:left;
	margin-top:1px;

}


#menu a:hover {
	color:#ffffff;
	background:url(images/menu_glow3.jpg) no-repeat top center;
}


body#home a#homemenu,
body#history a#historymenu,
body#menus a#menusmenu,
body#wines a#winesmenu,
body#gallery a#gallerymenu,
body#contact a#contactmenu {
	color: white;
	background:url(images/menu_glow3.jpg) no-repeat top center;
}

	


#middlecontent {
	width: 716px;
	height:auto;
	float:center;
	font-size:12px;
	background: url(images/body.jpg) repeat-y;
	padding-left:38px;
	padding-right:47px;
}

#middlecontent a {
	font-size:12px;
	text-decoration:none;
	color:#990000;
	}

#middlecontent img {
	padding-left:10px;
	padding-bottom:10px;
	}

	
#footer {
	background: url(images/footer.png) 0px 0px;
	font-size:11px;
	height: 20px;
	text-align:center;
	padding-top:20px;
}

#footer a {
	font-size:11px;
	text-decoration:none;
	color:#CA7126;
	
	
}

#footer a:hover {
	color:#000000;
	

}

#footer .right20px {
padding-right:40px;
}