body  {
	font: 80% Verdana,Tahoma,Arial,sans-serif;
	color: #660000;
	margin: 0; 
	padding: 0;
	text-align: center;
	background-color: black;
}
img {
	border: 0;
}
#maincontent { 
	width: 95%;
	margin: 20px auto; 
	border: 3px solid #660000;
	min-width: 900px;
}
#header {
	text-align: center;	
}
#descriptor {
	font-weight: bold;
	letter-spacing: 4px;
	margin: 30px 0 40px 0;
}
#lcolumn {
	float: left;
	width: 150px;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	padding: 10px;
}
#rcolumn {
	float: left;
	width: 75%;
	padding-bottom: 25px;
}
#footer {
	text-align: center;
	font-size: 12px;
}
#contactinfo {
	font-size: 22px;
	font-weight: bold;
}
#prodHolder {
	width: 620px;
	margin: 0 auto;
}
#closebox {
	float: right;
	width: 50px;
	margin-bottom:20px;
	text-align: right;
	font-size: 11px;
	color: grey;
}
#detailLeft {
	float: left;
	width: 550px;
	text-align: center;
}
#detailRight {
	float: right;
	width: 200px;
	text-align: left;
}
#cartTable {
	margin: 20px;
	width: 95%;
}
#cartTable td {
	padding: 5px 10px 5px 10px;
}
#thumbHolder {
	text-align: center;
}
.smallThumb {
	max-width: 40px;
	max-height: 40px;
	margin-left: 2px;
	margin-right: 2px;
}
.cartfield {
	width: 25px;
	text-align: right;
}
.desctext {
	font-size: 10px;
}
.clearfloat {
	font-size: 1px;
	clear: both;
}
.frontThumb {
	max-width: 200px;
	max-height: 200px;
	cursor: pointer;
}
.grey {
	color: grey;
}
.headerimage {
	max-width: 300px;
	max-height: 150px;
}
a:link {
	color: #660000;
	text-decoration: none;
}
a:visited{
	color: #660000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#litebox{
	display:none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -285px;
	margin-left: -375px;
	z-index:9999;
	width:750px;
	height:530px;
	border: 5px solid grey;
	background-color: black;
	text-align:left;
	padding:20px;
}
#litebox[id]{
	position:fixed;
}
#greybox{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:white;
	-moz-opacity: 0.2;
	opacity:.20;
	filter: alpha(opacity=20);
}
#greybox[id]{
	position:fixed;
}