#header li {
	float:left;
}
#quicklinks {
	float:left;
	width: 300px;
	background: #4c2331;
	position:absolute;
	top: 50px;
	right:0;
	padding-left:10px;
}
#quicklinks li a {
	background: #4c2331;
	padding: 10px;
	color: #f3edef;
	float:left;
	text-decoration: none;
}
#menu {
	float:left;
	width: 620px;
	position:absolute;
	bottom:0;
	right:0;
}
#menu li {
	float:left;
}
.cheese-shop a, .recipe-book a, .big-cheese a {
	float:left;	
	height: 40px;
	margin-right:5px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
.cheese-shop a {
	width: 185px;
	background: url(http://www.pongcheese.co.uk/assets/templates/pong/images/cheese-shop.gif) no-repeat left 0px;
}
.recipe-book a {
	width: 185px;
	background: url(http://www.pongcheese.co.uk/assets/templates/pong/images/recipe-book.gif) no-repeat left 0px;
}
.big-cheese a {
	width: 225px;
	background: url(http://www.pongcheese.co.uk/assets/templates/pong/images/the-big-cheese.gif) no-repeat left 0px;
}
.cheese-shop a:hover, .recipe-book a:hover, .big-cheese a:hover, .active a {
	background-position: left -40px;
}

#navigation {
	float:right;
	width: 230px;
}
.navbox {
	float:left;
	width: 210px;
	background: #4c2331;
	padding: 10px;
	color: #f3edef;
	margin-bottom:10px;
}
.navbox a {
	color: #b3ba1c;
}
.navbox ul li a  {
	float:left;
	width:210px;
	padding:6px 0;
	color: #f3edef;
	text-decoration: none;
	border-bottom: 1px solid #7c5663;
	font-size: 11px;
}
.navbox dl, .navbox ol {
	float:left;
	width:210px;
	color: #f3edef;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.navbox dt {
	float:left;
	width:210px;
	padding:6px 0;
	border-bottom: 1px solid #7c5663;
}
.navbox dd {
	float:left;
	width:210px;
	padding:6px 0;
}
.navbox dd li a {
	float:left;
	width:210px;
	padding:2px 0;
	font-size: 12px;
	border:0;
	color: #b3ba1c;
	text-decoration: underline;
}
.navbox .product-details a {
	font-size: 11px;
	float:left;
	margin:0;
	padding:0;
	line-height: 14px;
}
.navbox .product-details .price-box {
	font-size:11px;
	float:left;
	clear:left;
}
.navbox .regular-price .price {
	font-size: 11px;
}
.navbox ol {
	padding-top: 5px;
}
.navbox ol li {
	padding-top: 5px;
}
.navbox ol li a {
	padding: 2px 0;
}
.navbox ol li a .widget-btn {
	float:right;
}
.navbox .actions {
	padding-bottom:10px;
	font-size:12px;
}
.navbox .label {
	font-weight: bold;
}
.navbox p {
	padding:0;
	font-size: 11px;
}
.tabs {
	margin-top: 10px;
	clear:both;
}

#product_tabs_upsell_products a,
#product_tabs_description a,
#product_tabs_additional a {
	float:left;	
	height: 40px;
	margin-right:20px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
#product_tabs_upsell_products a {
	width: 165px;
	background: url(http://www.pongcheese.co.uk/assets/templates/pong/images/also-recommend.gif) no-repeat left 0px;
}
#product_tabs_description a {
	width: 165px;
	background: url(http://www.pongcheese.co.uk/assets/templates/pong/images/product-description.gif) no-repeat left 0px;
}
#product_tabs_additional a {
	width: 125px;
	background: url(http://www.pongcheese.co.uk/assets/templates/pong/images/additional-information.gif) no-repeat left 0px;
}
#product_tabs_upsell_products a:hover, #product_tabs_description a:hover, #product_tabs_additional a:hover {
	background-position: left -40px;
}
#product_tabs_upsell_products.active a, #product_tabs_description.active a, #product_tabs_additional.active a {
	background-position: left -40px;
}

#footer p {
	padding: 10px 0 160px 0;
	float:left;
	text-align: center;
	width: 950px;
	background: url(http://www.pongcheese.co.uk/assets/templates/pong/images/payment.gif) center 40px no-repeat;
}
