﻿body
{
  margin: 0;
  background-image: url(../images/gradient.gif);
  background-repeat:repeat-x;
  background-position:top;
  background-color: #891900;
}
div.imageContainer
{
  border: 0;
  margin: 0 auto;
  width: 900px;
  height: 640px;
  background-position: center top;
  background-repeat:no-repeat;
}
div.headerText
{
  position: absolute;
  font-family: Times New Roman;
  font-weight:bold;
  font-style:italic;
  font-size: 14pt;
  color: #990000;
}
div.bodyText
{
  position: absolute;
  font-family:Times New Roman;
  font-size: 10pt;
  color: black;
}
span.highlight
{
  color: #990000;
}
span.highlight2
{
  color: #990000;
  font-style: italic;
}
table
{
  width: 100%;
}
a
{
  color: #990000;
  font-style:italic;
}
#SubscribeLink
{
	font-style:normal;
}
#homePageImage
{
  background-image: url(../images/TruffleSiteHome.jpg);
}
#storePageImage
{
  background-image: url(../images/Store.jpg);
}
#storeHeader
{
  margin: 520px 0px 0px 60px;
  width: 780px;
  text-align: center;
}
#storeText
{
  margin: 550px 0px 0px 130px;
  width: 650px;
  text-align:center;
}
#staffPageImage
{
  background-image: url(../images/Staff.jpg);
}
#staffHeader
{
  margin: 150px 0px 0px 130px;
  text-align: left;
}
#staffText
{
  margin: 180px 0px 0px 130px;
  width: 400px;
  text-align:justify;
}
#restaurantPageImage
{
  background-image: url(../images/Restaurants.jpg);
}
#restaurantHeader
{
  margin: 140px 0px 0px 430px;
  text-align: left;
}
#restaurantText
{
  margin: 170px 0px 0px 430px;
  width: 400px;
  text-align:left;
}
#producerPageImage
{
  background-image: url(../images/Producers.jpg);
}
#producerHeader
{
  margin: 140px 0px 0px 430px;
  text-align: left;
}
#producerText
{
  margin: 170px 0px 0px 430px;
  width: 400px;
  text-align:justify;
}
#cheesePageImage
{
  background-image: url(../images/Cheese.jpg);
}
#cheeseHeader
{
  margin: 140px 0px 0px 430px;
  text-align: right;
}
#cheeseText
{
  margin: 170px 0px 0px 90px;
  width: 720px;
  text-align: justify;
}
#curedMeatsPageImage
{
  background-image: url(../images/Meats.jpg);
}
#curedMeatsHeader
{
  margin: 140px 0px 0px 470px;
  text-align: right;
}
#curedMeatsText
{
  margin: 170px 0px 0px 400px;
  width: 400px;
  text-align:justify;
}
#otherStuffPageImage
{
  background-image: url(../images/Other.jpg);
}
#otherStuffHeader
{
  margin: 325px 0px 10px 575px;
  text-align: right;
}
#otherStuffText
{
  margin: 355px 0px 0px 525px;
  width: 300px;
  text-align:right;
}
#whatsNewImage
{
  background-image: url(../images/whatsnew.jpg);
}
#whatsNewHeader
{
  margin: 140px 0px 0px 430px;
  text-align: left;
}
#whatsNewText
{
  margin: 170px 0px 0px 430px;
  width: 400px;
  text-align:left;
}
#plattersPageImage
{
  background-image: url(../images/Platters.jpg);
}
#plattersHeader
{
  margin: 140px 0px 10px 430px;
  text-align: left;
}
#plattersText
{
  margin: 170px 0px 0px 430px;
  width: 400px;
  text-align:justify;
}
#giftBasketsPageImage
{
  background-image: url(../images/basketsgift.jpg);
}
#giftBasketsHeader
{
  margin: 140px 0px 10px 90px;
  text-align: left;
}
#giftBasketsText
{
  margin: 170px 0px 0px 90px;
  width: 385px;
  text-align:justify;
}
#picnicBasketsPageImage
{
  background-image: url(../images/basketspicnic.jpg);
}
#picnicBasketsHeader
{
  margin: 140px 0px 10px 90px;
  text-align: left;
}
#picnicBasketsText
{
  margin: 170px 0px 0px 90px;
  width: 385px;
  text-align:justify;
}
#contactPageImage
{
  background-image: url(../images/contact.jpg);
}
#contactHeader
{
  margin: 140px 0px 10px 430px;
  text-align: left;
}
#contactText
{
  margin: 170px 0px 0px 430px;
  width: 380px;
  text-align:justify;
}
#contactMapLink
{
  position: absolute;
  margin: 600px 0px 0px 430px;
  width: 380px;
  text-align:justify;
}
#mainNav
{
  margin: 35px 150px 0px 0px;
  padding: 0;
  list-style: none;
  float: right;
  background: url(../images/menu_line.gif) bottom no-repeat;
}
#mainNav li
{
  display: inline;
  float: left;
}
#mainNav li a
{
  padding: 7px 10px;
  display: block;
}
#mainNav li a img
{
  border: none;
}
#mainNav li ul
{
  margin: 3px 0 0 10px;
  padding: 0;
  position: absolute;
  visibility: hidden;
  width: 600px;
}
#mainNav li ul li
{
  display: inline;
}
#mainNav li ul a
{
  width: auto;
  display: inline;
  padding: 2px 10px 2px 0px;
}
#mainNav li ul li a:hover
{
  padding: 2px 10px 2px 0px;
}

#footer
{
  margin: 0;
  padding: 0;
  font-family:Georgia;
  font-style:italic;
  font-size: 10pt;
  color: #ffc14d;
  text-align:center;
}