/* =============================================================================
  <Essex Industries - Smoke Hoods> 
    smokehoods.com/css/styles.css

  Simple style sheet viewable by all browsers
============================================================================= */

body 
{
  font-family: Verdana, Arial, Geneva, helvetica, sans-serif;
  font-size: 13px;
}

td
{
	font-family: Verdana, Arial, Geneva, helvetica, sans-serif;
	font-size: 13px;
}

a
{
  text-decoration: none;
}

#footer a:hover
{
  text-decoration: underline;
}

#contentArea a
{
  font-weight: bold;
}

#contentArea a:link
{
	color: #009;
	text-decoration: none;	
}

#contentArea a:visited
{
	color: #909;
	text-decoration: none;	
}

#contentArea a:hover
{
	text-decoration: underline;	
}

#contentArea a:active
{
	color: #f00;
}

#banner
{
  b ackground: url("../images/banner.jpg") no-repeat;
}

#headerNavigation
{
  background: #069;
  text-align: center;
  font-size: 12px;
}

#headerNavigation .navigationItem
{
  color: #fff;
  text-decoration: none;
}

#headerNavigation .navigationItem:hover
{
  color: #ff0;
}

.menuPop
{
  background: #8BE;
  text-align: left;
}

.menuPop span
{
  text-align: center;
  padding: 2px 4px 2px 4px;
}

.menuPop a:link
{
  color: #000;
  text-decoration: none;
}

.menuPop a:visited
{
  color: #000;
}

.menuPop a:hover
{
  color: #ff0;
  text-decoration: none;
}

#footer
{
  height: 17px;
  text-align: left;
}

#footer a
{
  color: #000;
  text-decoration: none;
}

.subList
{
  font-size: 11px;
  margin-bottom: 16px;  
}

.pageTitle
{
  font-weight: bold;
  font-size: 16px;
}

.pageSubTitle
{
  font-weight: bold;
}

.homeLogo
{
  font-size: 10px;
  text-align: center;
}

.homeLogo img
{
  vertical-align: middle;
}

.errorText
{
  font-size: 10px;
  color: #f00;
  font-weight: bold;
}

.subText
{
  font-size: 11px;
}

.annotation
{
  font-size: 11px;
  color: #f00;
}  

.heading
{
  font-size: 13px;
  font-weight: bold;
}

.subHeading
{
  font-size: 11px;
  font-weight: bold;
}

.bi
{
  font-weight: bold;
  font-style: italic;
}

.biu
{
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
}