td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #623B00;
}
a {
	color: #AB1F48;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.nav {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 8px;
}
a.nav:hover {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: none;
	padding-left: 8px;
}
.footer {
	font-size: 11px;
	color: #DFD29E;
}
.content {
	padding-left: 10px;
	padding-right: 10px;
}
.large {
	font-size: 14px;
	font-weight: bold;
}
.field {
	border-width:;
	border: 1px solid #623B00;
	width: 200px;
}

.dots { 
	background-image:url('/images/spacer_price.gif');
	background-repeat:repeat-x;
}

.winecat { 
	font-size: 18px;
	font-style:italic;
	color: #623B00;
}

.winesubcat { 
	font-size: 11px;
	font-weight: bold;
	color: #dfd29e;
	background-color: #a0864f;
}

.menuitem { 
	font-size: 12px;
	font-weight: bold;
	color: #623b00;
}

.navsuboff {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 8px;
	width: 140px;
}
.navsubon {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 8px;
	cursor: pointer;
	cursor: hand;
	background-image: url(/images/nav_highlight_gradient.gif);
}
.navoff {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 8px;
	cursor: pointer;
	cursor: hand;
}
.navon {
	background-image: url(/images/nav_highlight_gradient.gif);
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 8px;
	cursor: hand;
	cursor: pointer;
}
.navsub {
	background-image: url(/images/nav_tile.gif);
	display: none;
	position: absolute;
}