body {
	text-align:center;
}

.wrap {
	margin: 10px auto;
	position: relative;
	text-align: left;
	width: 740px; 
}

body, p, td {
	font: 12pt/16pt "Eras Light ITC", "Arial Narrow", Arial, Sans-Serif;
}
.price {
	font-weight: bold;
	font-size: 12pt;
	color: #ff0000;
	text-align: right;
	}
.priceDr {
	font-weight: bold;
	font-size: 12pt;
	color: #000;
	text-align: right;
	width: 60px;
	}
.priceP {
	font-weight: bold;
	font-size: 12pt;
	color: #ff0000;
	text-align: right;
	margin: 0;
	padding: 10px 0 0 0;
	}
.origin {
	font-size: 80%;
	text-align: left;
	width: 220px;
	}
h3 {
	font: bold 14pt "Eras Light ITC", Arial;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #000;
	margin: 0px;
	padding: 24px 0 0 0;
	text-transform: uppercase;
}
h3#winestart {
	padding: 0 0 0 0;
	}
.items {
	margin: 10px 0 0 0;
}

td {
	vertical-align: top;
	}
h4 {
	font: bold 11pt "Eras Light ITC", Arial;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
}
.line {
	border-width: 0 0 5px 0;
	border-style: solid;
	border-color: #ff0000;
}
.bl-line {
	border-width: 0 0 5px 0;
	border-style: solid;
	border-color: #000;
}
.blackline {
	margin: 20px 0 4px 0;
	border-width: 1 0 0 0;
	border-style: solid;
	border-color: #ccc;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	background: #ddd;
	border-left: 1px solid #aaa;
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	}

#nav a {
	color: #666;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

#nav a:hover {
	color: #333;
	}
	
#nav #current a {
	background: #fff;
	color: #333;
	font-size: 100%
	}
.smaller {
	font-size: 90%
	}