body {
	margin-left: 0px;
	margin-right: 0px;
}

#container {
	background-image: url('/Img/Farlie/purchase.jpg');
	background-repeat: no-repeat;
	background-position: top right;

	width: 770px;
	height: 361px;
}

#bottomMenu {
	padding-left: 100px;
}

#leftContainer {
	float: left;
}

#wineMenu {
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	
	font-size: 1.1em;
	font-weight: normal;
	
	padding-top: 80px;
	padding-bottom: 20px;
}

#wineMenu li {
	width: 140px;
	text-align: right;
	font-style: italic;
	padding: 0px;
	margin: 0px;
}

#wineMenu li a:link, #wineMenu li a:visited, #wineMenu li a:active { 
	text-transform: none;
	font-weight: normal;
}

#shoppingCart {
	width: 130px;
	
	background-color: #ffffff;
	background-image: url('/Img/Farlie/shoppingCart.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 2px;
	padding-top: 28px;
	
	border: 4px solid #f1bd55;
}

#shoppingCart table {
	width: 124px;
}

#shoppingCart, #shoppingCart td {
	font-size: 0.8em;
}

#shoppingCart .total {
	font-weight: bold;
}

#shoppingCart .price {
	text-align: right;
	vertical-align: bottom;
}

#shoppingCart td {
	padding-bottom: 4px;
	border-bottom: 1px dashed #f1bd55;
}
#content {
	padding-left: 150px;
	padding-top: 132px;
	padding-right: 278px;
}

h2, h3 {
	text-transform: uppercase;
}

h3 {
	color: #f1bd55;
	font-size: 1em;
}

.shopItems .buy {
	float: right;
}

