/* CSS Document */
body {
	background-color: #666666;
	background-image: url(images/);
	background-position: left;
	background-repeat: no-repeat;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#maintable {
	background-color:#CCCCCC;
	color: #000000;
	border: #FFFFFF thin solid;
	width: 750px;
	}
	
#linkscell {
	background-color: #000000;
	color: #000000;
	text-align: center;
	}

#featureTitle {
	font-size: 12px;
	font-weight: bold;
	border-bottom: #000000 thin solid;
	text-indent: 25px;
	width: 650px;
	height: 15px;
	}
	
#feauteProducts {
	text-align: left;
	vertical-align: top;
	height: 500px;
	padding-left: 10px;
	}
	
hr {
	width: 100%;
	}

.additionaltable {
	background-color: #FFFFFF;
	color: #000000;
	width: 750px;
	}

.additioncells {
	background-color: #CCCC99;
	color: #000000;
	width: 250px;
	}
	
#centerpic {
	border-bottom: #000000 thick solid;
	border-top: #000000 thick solid;
	}

.sitelinks {
	font-size: 10px;
	border-bottom: #CC9966 thin solid;
	border-left: #CC9966 thin solid;
	border-right: #CC9966 thin solid;
	border-top: #CC9966 thin solid;
	width: 100%;
	}
	
#controlpaneltitle {
	background-color: #FFFFFF;
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
	border: #000000 thin solid;
	text-align: center;
	}

.controlpanelbuttons {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	border: #000000 thin solid;
	}
	
a:link {
	color: #000000;
	text-decoration: none;
	}
a:hover {
	color: #000000;
	text-decoration: underline;
	}
a:visited {
	color: #000000;
	text-decoration: none;
	}
	
.productthumbs {
	width: 85px;
	height: 95px;
	border: none;
	}
#featureprohome {
	font-size: 12px;
	text-align: center;
	width: 510px;
	}
img {
	border: none;
	}
/*update buttons*/
.updatebuttons {
	height: 25px;
	width: 60px;
	font-size: 9px;
	}
#linkbar {
	background-color: #CC9966;
	color: #000000;
	border-bottom: #000000 thin solid;
	border-right: #000000 thin solid;
	width: 100px;
	font-size: 10px;
	}
#linkcolumn {
	width: 100px;
	vertical-align: top;
	}