﻿/*
  This is the Main stylesheet for the website
*/

BODY {
  background: ##FFFF00;
  color: 000000;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

P {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

TD {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

TABLE.menuHeader {
  background: #CCCCCC;
  width: 90%;
  border: 1px solid #808080;
  font-weight: bold;
  margin-left: 5%
}

TABLE.locations {
  background: #E1E1E1;
  border: 1px solid #C0C0C0;
}

TD.locations {
  font-size: xx-small;
  font-weight: normal;


}

TABLE.menuItems {
  background: #E1E1E1;
  border: 1px solid #C0C0C0;
  width: 98%;
}
a.menu:link {
  color: #000000;
  }
  
a.menu:active {
  color: #FFFFFF;
  }
  
a.menu:visited {
  color: #000000;
  }

a.menu:hover {
  color: #FF0000;
  }

a.manuCat:link {
  color: #0000FF;
  }
  
a.manuCat:active {
  color: #0000FF;
  }
  
a.manuCat:visited {
  color: #0000FF;
  }

a.manuCat:hover {
  color: #FF0000;
  }

TD.manuHeader {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  background: #CCCCCC;
  color: #0000000;
  text-align: center;
  
}

TD.manuBody {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: regular;
  background: #ffffff;
  color: #000000;
  text-align: center;
}

TD.navItem {

  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #FFFFFF;
  color: #FF0000;
  text-align: center;
}

TD.manuLinks {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: regular;
  background: #ffffff;
  color: #000000;
  text-align: center;
}

TD.BreadCrumb {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: regular;
  background: #ffffff;
  color: #000000;
  text-align: left;
}


TABLE.maintable {
  width:  100%;
  background: #FFFFFF;
  border: 1px;
}

TABLE.manutable {
  width:  290px;
  background: #FFFFFF;
  border: 2px solid #000080;
}

TABLE.itemtable {
  width:  130px;
  background: #FFFFFF;
  border: 1px solid #000080;
  
}


TD.itemHeader {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: regular;
  background: #FFFFFF;
  color: #000000;
  text-align: center;
  
}

TD.itemPrice {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #FFFFFF;
  color: #000000;
  text-align: center;
  
}

TD.retailPrice {
  font-family: Verdana, Arial, sans-serif;
  font-size: 8px;
  font-weight: regular;
  background: #FFFFFF;
  color: #000000;
  text-align: center;
  
}

TD.itemBody {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: regular;
  background: #ffffff;
  color: #000000;
}

TD.itemLinks {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #ffffff;
  color: #000000;
}