body {
	font-family: Arial, sans-serif; 
	background-image: url(../images/cashbackground.gif);
	background-repeat: repeat;
	text-align:center;
}

a:link { color: #6A1616; }
a:visited { color: #6A1616; }
a:hover { color: #6A1616; }
a:active { color: #6A1616; }

.ProductPoints
{
	font-size:	10pt;
	font-weight:	bold;
}

.ProductInfo
{
	font-size:	10pt;
}

.ProductTitle
{
	font-size:	14pt;
	font-weight:	bold;
}

.Navs
{
	background-image:	url(../images/bgimage8.jpg);
	border:	3px solid green;
	padding-left:	5px;
	width:	160px;
	float:	left;
	height:	1217px;
	text-align:left;
}

.Products
{
	float:	left;
	width:	458px;
	display:	block;
}

.Products hr
{
	width:	450px;
}

#content
{
	text-align:	left;
	margin-left:	auto;
	margin-right:	auto;
	padding-left:	auto;
	padding-right:	auto;
	width:	800px;
}

.ProductList
{
	font-size:	10pt;
	width:	160px;
	display:	block;
	float:	left;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
