* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}
body {
	font:12px Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color:#000000;
	 background-color: #0B0B0B;
	background-image: url(images/bgtile.gif);
	background-repeat: repeat-y;
	background-attachment:fixed;
	background-position:center; 

}
#contentarea{
	width: 800px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#main {padding-bottom: 86px;
}  /* must be same height as the footer */
#topline {
	background-image: url(images/topline.gif);
	width:827px;
	height:3px;
}
#topmenu {
width: 601px;
float:right;
}
#titlebar {
	width: 826px;
	height:67px;
	background-image: url(images/titlebackground.jpg);
	background-repeat:no-repeat;
	text-align:left;
	float:right;
}
.butspacer{
	background-image: url(images/but_spacer.gif);
	width:24px;
	height:41px;
}
#footer {
	position: relative;
	margin-top: -86px; /* negative value of footer height */
	height: 86px;
	clear:both;
	font:10px Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color:#777777;
} 
#footer a:link {
	color: #000000;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	text-decoration: underline;
	color: #EA7F04;
}
#footer a:active {
	text-decoration: none;
}
.footertable {
border-top:#666666 solid 1px;
	width:996px;
margin:0 auto;
clear:both;
padding-left:10px;
padding-right:10px;

}
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
-->
#main {width:996px;
margin:0 auto;
clear:both;
}

a:link {
	color: #9C212A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9C212A;
}
a:hover {
	text-decoration: underline;
	color: #000066;
}
a:active {
	text-decoration: none;
}
.product{
width:160px;
}
.prodimage{
border:1px solid #CCCCCC;
}