/* CSS Document */

#container{
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	width:700px;
}


h1{
	color:#505050;
	font-size:36px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h2{
	color:#b80005;
	font-size:24px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0px;
}

h3{
	color:#000000;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

p{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#505050;
}

#header{
	position:relative;
	left:0px;
	top:10px;
	width:700px;
	height:160px;
	z-index:4;
}


#navlink{
	position:relative;
	top:40px;
	width:700px;
	height:33px;
	z-index:2;
}

a img{border:none;}

#navlink a{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #505050;
	font-size: 12px;
	font-weight:bold;
	background-color: #ffffff;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 9px;
	padding-right: 9px;
	float: left;
	text-align: center;
	text-decoration:none;
	border: 1px solid #505050;
}


#navlink a:hover {
	color: #b80005;
	background-color: #ffffff;
}

#prodlist{
	top:60px;
	position:relative;
}

#prodlist desc{
	font-size:10px;
	color:#505050;
	}

/*below moved from wines.html, now deprecated*/

#originbar {
	position:relative;
	left:0px;
	top:60px;
	width:700px;
	height:50px;
	z-index:99;
}

a.originlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #b80005;
	font-size: 12px;
	font-weight: bold;
	background-color: #ffffff;
	display: block;
	padding: 10px;
	float: left;
	text-align: center;
}

a.originlink:hover{
background-color:#b80005;
color: #ffffff;
}

