@charset "UTF-8";
/* CSS Document */

#container {
	height: 623px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
.locatorpic {
	float: right;
}
.top {
	width: 800px;
	height: 131px;
}
.middle {
	height: 35px;
	width: 764px;
	margin-right: auto;
	margin-left: auto;
}
.bottom {
	width: 764px;
	height: 457px;
	margin-right: auto;
	margin-left: auto;
}
#aboutus
{
	display: block;
	width: 129px;
	height: 35px;
	background-image:url(images/aboutus.jpg);
	background-repeat: no-repeat;
}

#aboutus:hover
{ 
	background-image:url(images/aboutusover.jpg);
	background-repeat: no-repeat;}

#aboutus span
{
  display: none;
}
#products
{
	display: block;
	width: 345px;
	height: 35px;
	background-image:url(images/products.jpg);
	background-repeat: no-repeat;
}

#products:hover
{ 
	background-image:url(images/productsover.jpg);
	background-repeat: no-repeat;}

#products span
{
  display: none;
}
#recipes
{
	display: block;
	width: 142px;
	height: 35px;
	background-image:url(images/recipes.jpg);
	background-repeat: no-repeat;
}

#recipes:hover
{ 
	background-image:url(images/recipesover.jpg);
	background-repeat: no-repeat;}

#recipes span
{
  display: none;
}
#contact
{
	display: block;
	width: 115px;
	height: 35px;
	background-image:url(images/contact.jpg);
	background-repeat: no-repeat;
}

#contact:hover
{ 
	background-image:url(images/contactover.jpg);
	background-repeat: no-repeat;}

#contact span
{
  display: none;
}
#shop
{
	display: block;
	width: 93px;
	height: 35px;
	background-image:url(images/shop.jpg);
	background-repeat: no-repeat;
}

#shop:hover
{ 
	background-image:url(images/shopover.jpg);
	background-repeat: no-repeat;}

#shop span
{
  display: none;
}
#news
{
	display: block;
	width: 82px;
	height: 35px;
	background-image:url(images/news.jpg);
	background-repeat: no-repeat;
}

#news:hover
{ 
	background-image:url(images/newsover.jpg);
	background-repeat: no-repeat;}

#news span
{
  display: none;
}
#newsleft {
	width: 267px;
	float: left;
	height: 457px;
}
#newsright {
	height: 457px;
	width: 497px;
	float: right;
}
