body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(Images/gradient.gif);
	background-position:center;
	background-repeat:repeat;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

div#NavigationBar
{
	text-align:center;
}

td.bold
{
	font-weight:bold;
}

table#Content
{
	border:#FFFF00 solid thin;
	background:#990000;
	text-align:center;
	width:760px;
}

div#NavigationBar
{
	border-bottom:#FFFF00 solid thin;
}

div#FullContent
{
	text-align:center;	
}

table.CategoryTable
{	
	text-align:center;
	vertical-align:middle;	
	padding:10px;
}
table.CategoryTable td
{
	padding:10px;
}

table.CategoryTable td :hover
{
	text-decoration:underline;
	color:Orange;
}

table.CategoryTable span
{
	font-weight:bold;
}

table.CategoryTable a
{
	border:none;
	text-decoration:none;
	color:Black;
	display:block;
}

table.CategoryTable a :hover
{
	text-decoration:underline;
	color:Orange;
}

table.CategoryTable img
{
	border:none;
	width:175px;
}

div#Header
{
	background:url(Images/HedaerFinal.gif);
	background-repeat:no-repeat; 
	background-position:center; 
	height:132px; 
	vertical-align:bottom
}

div.ShopLocation
{
	font-size:14px;
	font-weight:bold;
	font:Geneva, Arial, Helvetica, sans-serif;
	float:left;
	position:relative; 
	top:-15px; 
	width:250px;
}

div.HoursOfOperation
{
	font-size:14px;
	font-weight:bold;
	font:Geneva, Arial, Helvetica, sans-serif;
	float:right; 
	position:relative; 
	top:-15px; 
	width:350px;
}
a
{
	color:White;	
}
a.visited
{
	color:Gray;
}
td#Content
{
	border: #FFFF00;
}

.bundles
{
	max-width:610px;
	margin:auto;
	text-align:center;
}
.bundles .bundle
{	
	max-width:300px;
	border-color:Yellow;
	border-style:solid;
	border-width:thin;	
	margin:auto;
	text-align:center;
	float:left;
}

.bundles .bundle .products
{	
	max-width:295px;	
	margin:auto;
	text-align:center;
}

.bundles .bundle .products .product
{	
	max-width:145px;
	float:left;
	font-size:smaller;
	border-color:Orange;
	border-width:thin;
	border-style:solid;
}

.saleItems
{
	max-width:610px;
	margin:auto;
	text-align:center;
}
.saleItems .saleItem
{	
	max-width:610px;
	float:left;
}

.saleItems .saleItem .products .product
{	
	max-width:145px;
	float:left;
	font-size:smaller;
	border-color:Orange;
	border-width:thin;
	border-style:solid;
}
 .OldPrice
 {
	text-decoration:line-through;
 }

 img
 {
	border-style:none;
 }