body{
	background-image:url(graphics/background.gif);
	background-attachment:fixed;
	background-color:#EDEDED;
	background-repeat:repeat-x;
	background-position:top;
}
.tableBG{
	background-image:url(graphics/table.background.gif);
	background-position:top;
	background-repeat:repeat-x;	
	background-color:#FFFFFF;
}
.featureBG{
	background-image:url(graphics/featured.products.background.gif);
	background-position:top;
	background-repeat: no-repeat;	
	background-color:#transparent;
	height: 125px;
}
.featureBGlow{
	background-image:url(graphics/featured.products.bg.bottom.gif);
	background-position:top;
	background-repeat:repeat-x;	
	background-color:#transparent;
	height: 27px;
}
.featureText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#006CFF;
}
.featureText:link{
	color:#006CFF;
	text-decoration:none;
}
.featureText:hover{
	color:#00C6FF;
	text-decoration:none;
}
.featureText:visited{
	color:#006CFF;
	text-decoration:none;
}
.featureText:visited:hover{
	color:#00C6FF;
	text-decoration:none;
}
.maroonText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#9D1F5D;
}
.categoryBG{
	background-image:url(/graphics/categories.background.gif);
	background-position:top;
	background-repeat: no-repeat;
	background-position:left;
	height:20px;
	padding-left: 15px;
}
.catText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}
.catText:link{
	color:#FFFFFF;
	text-decoration:none;
}
.catText:hover{
	color:#FF9900;
	text-decoration:none;
}
.catText:visited{
	color:#FFFFFF;
	text-decoration:none;
}
.catText:visited:hover{
	color:#FF9900;
	text-decoration:none;
}
body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}
a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	text-decoration: none;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	text-decoration: underline;
}
a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	text-decoration: none;
}
a:visited:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	text-decoration: underline;
}
.whiteTextLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
}
.whiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
}
a.whiteText:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	text-decoration: none;
}
a.whiteText:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	text-decoration: underline;
}
a.whiteText:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	text-decoration: none;
}