
.LinkStyle
{
 border:none 0px white;
 background-color:white;
 text-decoration:underline;
 font-weight:bold;
 	
}
*
{
  font-family: Arial, Tahoma, Helvetica; 
}

body
{
  font-size: 0.9em;
  
}

/* 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: 900px;
  border: 1px solid #ffb49f;
  border-top: none;
  text-align:center;
  margin: 0 auto;
  height:100%;
  
}

/* Menu bar, right below the logo. Fixed width and padding, fixed for IE 5.x */
#Menu
{
  background-color: #d6d9ce;
  height: 30px;
 padding-left: 20px;
  padding-right: 20px;
  width: 860px;
  text-align:left;
  	/* Box Model Hack. Width below is the correct width, but IE 5/5.5 will use the earlier width */
	voice-family: "\"}\""; 
	voice-family:inherit;
  
}

/* Background of the Logo area */
#Header
{
  background-color: White;
  /*float:right;*/
  
}

/* 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.7em;
  font-weight: lighter;
  color: Black;
  text-decoration: none;
  margin-top: 10px;
  width: 900px;
  margin: 0 auto;
}

#lowFooter
{
    color:White;  
}

/* 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: #000;
  font-weight: bold;
  text-decoration: none;
}

/* underline lins when hovered over */
a:hover
{
   text-decoration: underline;
}

#Menu, #Menu a
{
  color: #000;
  font-size: 1em;
  font-weight: normal;
  text-decoration: none;
}

#Menu .Separator
{
  font-size: 0.9em;
}

#Menu .Text
{
  font-size: 0.6em;
}

img
{
  border: none;
}

p
{
  margin-top: 0;
  text-align:left;
  
  
}

h1, h2, h3
{
  margin: 0;  
  margin-bottom: 2px;
  text-align:left;
}

h1
{
  font-size: 1.1em;
  color: #de4d52;
  text-align:left;
}

h2
{
  font-size: 1.0em;
  color: #de4d52;
}

h3
{
  font-size: 0.9em;
   color: #de4d52;
}

.ShoppingCartFooter
{
 font-weight: lighter;
 font-size: 3em;   
}

.SelectedCategory
{
  font-weight: bold; 
}

.Label
{
  font-weight: bold;
}

.photo-border {
	/*border:1px solid #cecece;*/
	padding-top: 8px;
	margin-bottom:5px;
	display:block;
}

.photo-float-left {
	float:left;
	margin-right:10px;
	}