*
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

body
{
	font-size: 80%;
	padding: 10px;
	background-color: #999999;
}

/* 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: 75%;
	text-align: center;
	border-top: none;
	margin: 10px auto 0 auto;
	background-color: #6699ff;
	border-style: solid;
	border-width: 3px;
	border-bottom-width: 10px;
	border-top-color: #006CCA;
	border-right-color: #006CCA;
	border-bottom-color: #006CCA;
	border-left-color: #006CCA;
	border-radius: 3px;
}

/* Menu bar, right below the logo. Fixed width and padding, fixed for IE 5.x */
#Menu
{
	background-color: #006CCA;
	height: 30px;
	padding-left: 20px;
	padding-right: 20px; /* 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: 100% auto;
	margin: 0 auto;
}

/* Background of the Logo area */
#Header
{
	background-color: white;
	height: 150px;
}

/* The Main content section of the page */
#Content
{
	padding: 10px 20px;
	background-color: #FFFFFF;
	margin-top: 4px;
}

/* Small footer that appears at the bottom of every page. Holds the copyright notice */
#Footer
{
	text-align: center;
	font-size: 0.8em;
	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: #000000;
	text-align: center;
}

/* Color of all links */
a, a:link, a:active
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:visited
{
	color: #FFFFFF;
}

/* underline lins when hovered over */
a:hover
{
	text-decoration: underline;
	color: #FD0000;
}

#Menu, #Menu a
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#Menu .Separator
{
	font-size: 18px;
}

#Menu .Text
{
	font-size: 12px;
}

img
{
	border: none;
}

p
{
	margin-top: 0;
}

h1, h2, h3
{
	margin: 0;
	margin-bottom: 2px;
}

h1
{
	font-size: 16px;
}

h2
{
	font-size: 15px;
	color: #de4d52;
}

h3
{
	font-size: 13px;
}


.ShoppingCartFooter
{
	font-weight: bold;
}

.SelectedCategory
{
	font-weight: bold;
	color: Red;
}

.Label
{
	padding-bottom: 15px;
	font-weight: bold;
	font-size: small;
}
.Decription
{
	margin-right: 15px;
	font-size: 12px;
	text-align: justify;
}
