/* Header styles */
#bannerbg    
	{
	background-image: url(images/banner2.jpg);
	background-repeat: no-repeat;
	}

.logo
	{
	border: none;
	width:100%;
	}

body
	{
	background-color: #f5f5df;
	color: #000000;
	}

/* Navigation styles */
#topnavplace    
	{
	text-align: right;
	}

.topnav    
	{
	font-family: Georgia,"Times New Roman",Times,serif;
	width: 200px;
/*	float: left; */
	color: #f5f5df;
	background: #339966;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	}

#leftnavbox    
	{
	float: left;
	width: 170px;
	border: medium #9966cc ridge;
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 0px;
	background: white;
	}

.navitem    {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 12px;
}

.navitemcurrent    {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 12px;
}

/* Homepage content styles */
.homeplace    
	{
	width: 100%;
	}

#box-holder    {
	float: right;
	width: 250px;
}

.boxheading    {
	text-align: center;
}

#homenews, #homecellar    
	{
	width: 220px;
	border: medium #9966cc ridge;
	margin-left: 10px;
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	background: white;
	}

#homebody
	{
	margin-left: 10px;
	margin-top: 10px;
	padding: 5px;
	margin-right: 250px;
	}

.address
   {
	margin-left: 130px;
	padding-top:5px;
	padding-bottom:5px;
	}

.address-label
	{
	padding-top:5px;
	padding-bottom:5px;
	float: left;
	}

/* Inner page content styles */
#contentbody    
	{
	padding: 5px;
	}

.label    
	{
	float: left;
	padding: 10px;
	}

.winedesc    
	{
	padding-top: 10px;
	clear: right;
	}

/* Text styles */
h1, h1.home, h1.news
	{
	font: 120% Verdana,Arial,sans-serif;
	color: #006633;
	background: #f5f5df;
}

p, ul, .navlink, tr, .address, .address-label, h2
	{
	font: 90% Verdana,Arial,sans-serif;
	}

h2
	{
	font: 100% Verdana,Arial,sans-serif;
	color: #006633;
	background: #f5f5df;
	}

/* Link styles 
a.topnav:hover    {
	color: #ff99cc;
	background: #339966;
	text-decoration: none;
}

a.navlink:link, a.navlink:visited    {
	font-weight: bold;
	color: #339966;
	background: #ffffff;
	text-decoration: none;
}

a.navlink:hover    {
	color: #ff99cc;
	background: #ffffff;
	text-decoration: none;
}*/

/* Footer styles */
#footer    {
	text-align: center;
}

.footernav    {
	font-family: Georgia,"Times New Roman",Times,serif;
}

/* Miscellaneous styles */
.actwine    {
	float: right;
}

.clear    {
	clear: both;
}

ul, li    {
	list-style-image: url(images/grape.gif);
}

