body{
	background-image:url('../images/');
	background-repeat: repeat-x and y;
	margin-top: 5px;
        SCROLLBAR-ARROW-COLOR: #ffffff;
        scrollbar-face-color:#999999;
        scrollbar-highlight-color:;
        scrollbar-3dlight-color:#ff0000;
        scrollbar-shadow-color: #ffffff;
        scrollbar-darkshadow-color:;
        scrollbar-track-color: #ffoooo;
}

/*<table> color and size of main frame on website*/
#frame {
	border: 1px solid #999999;
}

/*<table> on the home page where products are displayed*/
table.productList {
	font-family:verdana,arial,helvetica,sans-serif; 		
	font-weight:regular;
	font-size:12px;
	color:#003366;
	background-color: #00cccc;
}

/*<td> for the rest of the website*/
td {
	font-family:verdana,arial,helvetica,sans-serif; 		
	font-weight:regular;
	font-size:12px;
	color:#003366;
}

.menu a{
	font-family:verdana,arial,helvetica,sans-serif; 		
	font-weight:bold;
	font-size:14px;
	text-align:center;
	line-height: 1em;
	display: block;
	text-decoration:none;
	width:140;
	background-color:#dddddd;
	color:#000000;
}

.menu a:hover{
	line-height: 1em;
	text-align:center;
	width:140;
	background-color:#000000;
	display: block;
	text-decoration:none;
	color:#ffffff;
	border-top: thin solid #ffffff;
	border-left: thin solid #ffffff;
}