*
{
 font-family: Tahoma, Verdana, Helvetica, Arial;
  /*font-family: Tahoma, Arial, Helvetica; */
}

body
{
	font-size: 80%;
	background-color: #dcdcdc;
}

/* 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: 740px;
	
	text-align: left;
	border: 1px solid #c0c0c0;
	border-top: none;
	background-color: white;
	
	margin-top: 7px;
	margin-right: auto;
    margin-left: auto;
    position: relative;
}

/* Menu bar, right below the logo. Fixed width and padding, fixed for IE 5.x */
#Menu
{
	height: 60px;
	padding-left: 20px;
	padding-right: 20px;
	width: 740px; /* 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: 700px;
	/*background-image: url(Images/banMenu.jpg);*/
}

/* Background of the Logo area */
#Header
{
	background-color: #c0c0c0;
}

/* The Main content section of the page */
#Content
{
  padding: 10px 20px;
}

/* 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: Gray;
  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: #000000; 
  text-align: center;
}

/* Color of all links */
a, a:link, a:visited, a:active
{
	color: blue;
	font-weight: normal;
	text-decoration: underline;
}

/* underline lins when hovered over 
a:hover
{
	text-decoration: underline;
	font-weight: bold;
	color: blue;
}*/

#Menu, #Menu a
{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(Images/banMenu.jpg);
}

#Menu .Separator
{
  font-size: 18px;
}

#Menu .Text
{
  font-size: 14px;
}

img
{
  border: none;
}

p
{
  margin-top: 0;
}

h1, h2, h3
{
	margin: 0;
	margin-bottom: 2px;
	color: #80001b;
}

h1
{
	font-size: 16px;
	font-weight: bold;
}

h2
{
	font-size: 15px;
	color: blue;
	font-weight: bold;
}

h3
{
  font-size: 13px;
}


.ShoppingCartFooter
{
 font-weight: bold;   
}

.SelectedCategory
{
  font-weight: bold; 
}

.Label
{
  font-weight: bold;
}