body {
	background: #FFFFCC;
	color:#000000;
	margin: 0;
	padding:0;
}
a:link, a:hover, a:active {
	color:#8f011b;
}
a:visited {
	color: #003300;
}
.nav a {
	padding: 0;
	border: 0;
	border: 0;
}
.nav .item {
	display: inline-block;
	text-indent: -90000px;
	width: 157px;
	height: 22px;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	cursor: pointer;
}
.about {
	background: url("Images/nav_about.png") 0 0 no-repeat;
}
.products {
	background: url("Images/nav_products.png") 0 0 no-repeat;
}
.heat {
	background: url("Images/nav_howtoheat.png") 0 0 no-repeat;
}
.recipes {
	background: url("Images/nav_recipes.png") 0 0 no-repeat;
}
.contact {
	background: url("Images/nav_contactus.png") 0 0 no-repeat;
}
.about:hover, 
.products:hover,
.heat:hover,
.recipes:hover,
.contact:hover,
.current {
	background-position: 0 -22px !important;
}
.clearfix {
	clear:both;
}
.lowered{
	margin-top:20%;
}