/* CSS for myersfood.com */

body 
{
  background-image:url('../images/background.jpg');
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-color:#000000;
  background-position:center top;
  color:#ffffff;
  font-size:12pt
}

.address
{
  text-align:right
}

a:link {text-decoration: underline; color:#ffffff}
a:visited {text-decoration: underline; color:#ffffff}
a:active {text-decoration: underline; color:#ffffff}
a:hover {text-decoration: underline; color:#956d31;}

.menu
{
  color:#ffffff;
  text-align:center;
  text-decoration:none
}

a.menu:link {text-decoration: none; color:#ffffff}
a.menu:visited {text-decoration: none; color:#ffffff}
a.menu:active {text-decoration: none; color:#ffffff}
a.menu:hover {text-decoration: none; color:#956d31;}

.menubox
{
  border-left: 1px solid #ffffff;
  margin-left: -1px;
  border-top: 1px solid #ffffff;
  margin-top: -1px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: -1px;
  border-right: 1px solid #ffffff;
  margin-right: -1px;
  padding-bottom: 3px;
}

.boxhighlight
{
  background-color:#956d31;
}

h1, h2, h3, h4, h5, h6, .alt
{
  color:#ffffff
}

.nontransparent
{
  margin-left: 15px; 
  border:1px solid #ffffff;
}
