/** Headings **/

h1#wine-header {
	background-image:url(../../includes/images/wine_header.png);
	background-repeat: no-repeat;
	width: 335px;
	height: 60px;
	margin-left: -15px;
}

h2#white {
	background-image:url(../../includes/images/white_wine.png);
	background-repeat: no-repeat;
	width: 190px;
	height: 35px;
}

h2#blush {
	background-image:url(../../includes/images/blush.png);
	background-repeat: no-repeat;
	width: 190px;
	height: 35px;
}

h2#red {
	background-image:url(../../includes/images/red_wine.png);
	background-repeat: no-repeat;
	width: 190px;
	height: 40px;
}

/** Wine table **/
table#wine-table {
	
}

table#wine-table tr {
	
}

table#wine-table th {
	font-weight:bold;
	padding-right:100px;
	padding-top: 10px;
}

table#wine-table th:first-child {
	padding-right:100px;
}

table#wine-table td {
	
}

/** Booking info **/
img#wine-image {
	float:right;
	margin-top: -300px;
}

