/* ----- General ----- */

* {
}	
html {
}	
body {
margin:0px;
padding:0px;
background-color:#fff; /* purple640072 redA60F00 */
  text-align: center;
}
body, table, td, div, span, ul, li, form, select, p, input, textarea {
font-family:arial,helvetica,sans-serif;
font-size:13px;
line-height:14px;
}

/* Size and positioning of the main page layout */
/* The Main div of the page that holds the entire contents. 
  User to size and center the page */
#PageWrapper
{
  width: 560px;
  text-align: left;
  background-color:#ffffff;
  border: 0px solid #D7CFCD;
  border-top: none;
}

/* Menu bar, right below the logo. Fixed width and padding, fixed for IE 5.x // FFFDED=lemon // F7BF00=orange */
#Menu
{
  background-color: #FFFDED;
  height: 30px;
  padding-left: 5px;
  padding-right: 5px;
  width: 560px;
  	/* Box Model Hack. Width below is the correct width, but IE 5/5.5 will use the earlier width */
	voice-family: "\"}\""; 
	voice-family:inherit;
  width: 560px;
}

/* Background of the Logo area */
#Header
{
  background-color: #FFFDED;
}

/* The Main content section of the page */
#Content
{
  padding: 5px 5px;
}

/* Small footer that appears at the bottom of every page. Holds the copyright notice */
#Footer
{
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  margin-top: 10px;
}

/* Center the contents of the <body> using a margin of auto */
body
{  
  margin: 0 auto 0 auto;
  padding: 0;
  color: #707070; 
  width: 560px;
}

/* Color of all links */

a {
text-decoration:none;
color:#000000; /* 5E3300 */
}
a:hover {
text-decoration:none;
color:#a14400;
}
a:visited,
a:active,
a:focus {
text-decoration:none;
}

/* underline lins when hovered over */
a:hover
{
   text-decoration: underline;
}

#Menu, #Menu a
{
  color: #7F1416;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

#Menu .Separator
{
  font-size: 18px;
}

#Menu .Text
{
  font-size: 14px;
}

img
{
  border: none;
}

p
{
margin:0px;
padding:0px 11px 11px 0px;
font-family:arial,helvetica,sans-serif;
font-size:13px;
color:#707070;
line-height:17px;
}

h1, h2, h3, h4, h5
{
  margin: 0;  
  margin-bottom: 2px;
}

h1
{
display:block;
font-family:arial,helvetica,sans-serif;
font-size:18px;
font-weight:normal;
color:#50721f;
line-height:22px;
padding:0px;
margin-top:0px;
margin-bottom:5px;
}

h2
{
  font-size: 15px;
  color: #640072;
  line-height:22px;
}

h3
{
  font-size: 13px;
  color: #003399;
}

h4
{
font-family:arial,helvetica,sans-serif;
font-size:15px;
font-weight:normal;
color:#50721f;
padding:0px 0px 3px 0px;
margin:0px;
}

h5
{
  font-size: 15px;
  color: #E53911;
}

h6
{
  font-size: 36px;
  color: #7F1416;
}

.ShoppingCartFooter
{
 font-weight: bold;   
}

.SelectedCategory
{
  font-weight: bold; 
}

.Label
{
  font-weight: bold;
}