#heading {
	background-image: url(../images/headings/The-Wine-List.gif);
	height:60px;
	width: 400px;
}
#classification {
	background-image: url(../images/headings/Wine-Classification.gif);
	width: 400px;
	height: 30px;
}
#content p {
	padding: 2px 0 4px 10px;
}
#priceDiv {
	clear: left;
	padding-left: 1px;
}
#priceDiv ul {
	padding-left: 10px;
}
#winePrices {
	list-style-type: square;
	list-style-position: inside;
}
#heading span, #classification span {
	display: none;
}
#wineList {
	padding: 0 0 0 10px;
}
#wineLogo {
	float: left;
	width: 50px;
}
#wineList h2 {
	padding: 0;
	width: 300px;
	height: 30px;
	border: 1px solid #000;
	margin: 40px 0 20px 0;
}
#wineList h2 span {
	display: none;
}
#housewhites { background-image: url(../images/winelist/House-White.gif); }
#rosewine { background-image: url(../images/winelist/Rose.gif); }
#champagne { background-image: url(../images/winelist/Champagne.gif); }
#selectedWhite { background-image: url(../images/winelist/Selected-White.gif); }
#selectedRed { background-image: url(../images/winelist/Selected-Red.gif); }
#housereds { background-image: url(../images/winelist/House-Red.gif); }


#wineList ul {
	list-style-type: none;
}
#wineList li {
	/*clear: left;*/
}

#wineList h3 {
	float: left;
	width: 85%;
}
#wineList var, #wineList h3 {
	font-size: 1.3em;
	font-weight: bold;
	
	padding: 0 5px 4px 0;
	min-height: 26px;
}
#wineList var {
	display: block;
	float: left;
	width: 10%;
	background-image: url(../images/winelist/wineclass-small-yellow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
}

#wineList h4 {
	clear: left;
	font-weight: normal;
	font-size: 1.2em;
	padding: 2px 0 4px 0;
	border-top: 1px solid rgb(134,30,14);
}
#content #wineList p {
	/*clear: left;*/
	padding: 2px 0 4px 0;
	margin: 5px 0;
}