body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}


a {
	color: #000099;
	text-decoration: none;
	}
	
a:hover {
	color: #000099;
	text-decoration: underline;
	}
h1 {
	font-size: 14px;
	color: #FFFFFF;
}

h2 {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

.bodytext {
	padding-bottom: 10px;
	font-size: 12px;
	color: #404A55;
}

.top {
	background-image: url(top_background.gif);
}

.side {
	background-image: url(side_background.gif);
}



.linkbar {
	background-image: url(link_background.gif);
}

.linkbar a{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.linkbar a:hover {
	text-decoration: underline;
	}

#linknav {
	background-image: url(linknav_bg.gif);
}

.product {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 40px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #D8E0F1;
	padding-top: 5px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D8E0F1;
	border-left-color: #D8E0F1;
	width: 140px;
	}


.product:hover {
	border: 3px solid #2F5AB1;
	
}

.box {
	border: thin solid #0F3588;
	width: 310px;
	left: 100px;
	height: 115px;
	padding-top: 5px;
}

.style1 {
	color: #CCCCCC;
	font-weight: bold;
	font-style: italic;
}

.style2 {font-size: 10px}
.style3 {color: #990066}
.style4 {
	color: #990000;
	font-weight: bold;
}
.style6 {font-size: x-small}
.style7 {color: #990000}
.style8 {
	color: #000000;
	font-size: 16px;
}



.footer {
	background-image: url(top_background.gif);
	height: 35px;
	padding-top: 10px;
}
.footer a{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
	}
	
/*Categories*/
#categories { margin-left:10px; margin-top:10px;}
#categories h1{
	background: url(bg_ctg_title.gif) no-repeat left top;
	color: #FFFFFF;
	text-decoration: none;
	padding:4px 0px 4px 30px;
	margin:0px;
	height:25px;
	font-family: Arial, Helvetica, sans-serif;
}
#categories ul{ list-style:none; margin:0px 0px 8px 0px; padding-left:0px;}
#categories ul li{ margin-left:0px;}
#categories li a{
	background: url(bg_ctg_link.gif) no-repeat left top;
	display:block;
	height:25px;
	width:180px;
	padding-left:30px;
	font: normal 12px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #242424;
	text-decoration: none;

}
#categories li a:hover {
	font-weight:bold;
	color:#008BD3;
	background: url(bullet03.gif) no-repeat left top;
}
#categories li a.all{
	background:url(bullet02.gif) no-repeat left 3px;
	font-weight:bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1787DB;
	text-decoration: underline;
	padding-left:25px;

}
#categories li a.all:hover { color:#8BB532;}
/*End of Categories */
