/* setup product styling */
.product_name_sm {
	font-weight: bold;
}

.product_desc_sm {

}

.product_price_sm {
	color: #3399CC;
}

.product_name {
	font-weight: bold;
	font-size: 1.3em;
}

.product_desc {

}

.product_price {
	color: #3399CC;
	font-weight: bold;
}

.product_oddline {
	background-color: #F9F9F9;
}

.product_evenline {
	background-color: #fff;
}
/* end product styling, eh */


.bluegradient, .bluegradient TD, .bluegradient TH
{
background-image:url('images/leftnavimage.gif');
background-color:black;
color:white;
font-family:arial;
font-weight:600;
}

body,p,table,td,tr,input,select { 
		font-family: Verdana;
		font-size: 11px;
		}

a {
	color: #000080;
 	padding: 0px 0px;
font-family:arial;
font-weight:600;
	font-weight: bold;
	font-size: 1.2em;
text-decoration: underliine;
		}

a:hover{
    background-color: #C0C0C0;
		}

#top_menu {
	font-size:11px;
	font-family:  Tahoma, Arial, sans-serif;
	float:right;
	display:block;
	text-align:right;
	margin-top:46px;
	overflow:hidden;
	width:630px;
	*width:600px;
	height:19px;
	text-decoration:underline; 
	margin-right:1px; margin-left:1px;
}
h1{
	font-size: 1.5em;
	color: #000080;	
	font-family: Arial, sans-serif;
	margin-bottom: 0px;
}
h2{
	font-size: 1.6em;
	color: #80A2D7;
	font-family:  Arial, sans-serif;
}

.top {
	color: white;
}

td.off {
    background: #062E9D;
}
td.on {
 	background: #00B6E4;
} 
td.CatsOff {
    background: #FFFFFF;
  }
td.CatsOn {
 	background: #EEEEEE;
  } 
#fadeimage {
	filter: alpha(opacity=0); 
	-moz-opacity: 0; 
	opacity: 0;
	width: 317px;
	height: 264px;
}
#footer_space {
	height: 100px;
	background-image: url('../images/brick_bg.jpg');
	border-bottom: #062e9d solid 1px;
	border-left: #062e9d solid 1px;
	border-right: #062e9d solid 1px;
	width: 727px;
}

.error {
	color: red;
	font-weight: bold;
}