
h1
{
  font-family: Trebuchet MS;
  margin-top: 2px;
  margin-bottom: 2px;
  color: #ebb712;
  }

h2
{
  font-family: Trebuchet MS;
  margin-top: 2px;
  margin-bottom: 2px;
  color: #062c4b;
  }

h3
{
  font-family: Trebuchet MS;
  margin-top: 2px;
  margin-bottom: 2px;
  color: #cc0000;
  }

a:link, a:visited
{
  font-family: Trebuchet MS;
     color: #cc0000;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

a.map:link, a.map:visited
{
  font-family: Trebuchet MS;
  font-size: 7pt;
  color: #062c4b;
  text-decoration: none;
}

a.map:hover
{
  color: #ebb712;
}

a.recipe:link, a.recipe:visited
{
  font-family: Trebuchet MS;
     color: #062c4b;
  text-decoration: none;
}

a.recipe:hover
{
  color: #cc0000;
}

div.home_more_options
{
  width: 251px;
  height: 17px;
  padding-bottom: 10px;
  background-image: url(../../includes/images/home_more_options.png);
  background-repeat: no-repeat;
  display: block;
}

a.home_more_options_button_shop:link, a.home_more_options_button_shop:visited
{
  background: url(../../includes/images/home_more_options_button_shop.png) 100% 0% no-repeat;
  width: 205px;
  line-height: 135px;
  text-decoration: none;
  display: block;
  float: left;
}

a.home_more_options_button_shop:hover
{
  background: url(../../includes/images/home_more_options_button_shop.png) 0% 100% no-repeat;
}

a.home_more_options_button_tradition:link, a.home_more_options_button_tradition:visited
{
  background: url(../../includes/images/home_more_options_button_tradition.png) 100% 0% no-repeat;
  width: 205px;
  line-height: 135px;
  text-decoration: none;
  display: block;
  float: left;
}

a.home_more_options_button_tradition:hover
{
  background: url(../../includes/images/home_more_options_button_tradition.png) 0% 100% no-repeat;
}

a.home_more_options_button_recipes:link, a.home_more_options_button_recipes:visited
{
  background: url(../../includes/images/home_more_options_button_recipes.png) 100% 0% no-repeat;
  width: 205px;
  line-height: 135px;
  text-decoration: none;
  display: block;
  float: left;
}

a.home_more_options_button_recipes:hover
{
  background: url(../../includes/images/home_more_options_button_recipes.png) 0% 100% no-repeat;
}

div.map_box
{
  width: 700px;
  height: 500px;
  margin: auto;
  background-image: url(../../layout/images/map_bg_full.png);
  background-repeat: no-repeat;
}

div.map_corner_bg_top_left
{
  position: absolute;
  top: 25px;
  left: 40px;
  width: 17px;
  height: 17px;
  background-image: url(../../layout/images/map_bg_corner_top_left.gif);
  background-repeat: no-repeat;
  z-index: 5;
}

div.map_corner_bg_top_right
{
  position: absolute;
  top: 25px;
  left: 673px;
  width: 17px;
  height: 17px;
  background-image: url(../../layout/images/map_bg_corner_top_right.gif);
  background-repeat: no-repeat;
  z-index: 5;
}

div.map_corner_bg_bottom_left
{
  position: absolute;
  top: 438px;
  left: 40px;
  width: 17px;
  height: 17px;
  background-image: url(../../layout/images/map_bg_corner_bottom_left.gif);
  background-repeat: no-repeat;
  z-index: 5;
}

div.map_corner_bg_bottom_right
{
  position: absolute;
  top: 438px;
  left: 673px;
  width: 17px;
  height: 17px;
  background-image: url(../../layout/images/map_bg_corner_bottom_right.gif);
  background-repeat: no-repeat;
  z-index: 5;
}