@charset "utf-8";

/* CSS Document */



.header {

	background-image: url(images/header.jpg);

	background-position: center;

	background-repeat: no-repeat;

}

.footer {

	background-image: url(images/footer.jpg);

	background-position: center;

	background-repeat: no-repeat;

}

.footerfont {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	color: #ffffff;

	font-weight: 600;

	padding-left: 20px;

	padding-right: 20px;

}

a.footerfont:link, a.footerfont:active, a.footerfont:visited {

	text-decoration: none;

	color: #5bd3ff;

}

a.footerfont:hover {

	text-decoration: underline;

	color: #ffffff;

}

.nav_bar {

	background-image: url(images/nav_background.gif);

	background-repeat: repeat-x;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #FFFFFF;

	text-align: center;

}

.nav_left {

	background-image: url(images/nav_left.gif);

	background-repeat: no-repeat;

	background-position: left;

}

.nav_right {

	background-image: url(images/nav_right.gif);

	background-repeat: no-repeat;

	background-position: right;

}

.nav_spacer {

	background-image: url(images/nav_spacer.gif);

	background-repeat: no-repeat;

	background-position: center;

}

.top {

	background-image: url(images/top.gif);

	background-position: center;

	background-repeat: no-repeat;

}

.main {

	background-image: url(images/background.gif);

	background-position: center;

	background-repeat: repeat-y;

	padding-bottom: 10px;

}

a.nav:link, a.nav:active, a.nav:visited {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: bold;

	color: #FFFFFF;

	text-decoration: none;

	display: block;

	line-height: 23px;

	height: 26px;

	width: 132px;

}

a.nav:hover {

	background-image: url(images/nav_button.gif);

	text-decoration: none;

	display: block;

	background-position: center;

	height: 26px;

	width: 132px;

}

a:link, a:active, a:visited {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #0a87cd;

	text-decoration: none;

}

a:hover {

	text-decoration: underline;

}

.heading {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 16px;

	color: #0d6eb7;

	font-weight: bold;

}

body {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 13px;

}

.maintext {

	padding: 10px;

	vertical-align: top;

}

.middlespacer {

	background-image: url(images/middle_spacer.gif);

	background-repeat: repeat-y;

	background-position: center;

}

.product {

	border: solid;

	border-width: 1px;

	border-color: #999;

	border-collapse: collapse;

}

.productimage {
	width: 68px;
	text-align: center;
	border-right: solid;
	border-right-width: 1px;
	border-right-color: #999;
	background: url(products/img/na.jpg) center;

}

.category {
	font-size: 10px;
}

.details {
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999;
}

.prodname {
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999;
	}

a.productname:link, a.productname:active, a.productname:visited {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: bold;

	text-decoration: underline;

	color: #002869;

}

a.productname:hover {

	text-decoration: underline;

	color: #002869;

}

.productmenu {

	margin-top: 0px;

	margin-bottom: 0px;

	list-style: square;

}

.productmenu2 {

	margin-top: 0px;

	margin-bottom: 0px;

	list-style: disc;

}

.form {

	border: solid 1px #999;

}

.form th {

	text-align: right;

}

.prod_spec {
	float: left;
	padding: 6px;
}

.prod_specdisp {
	font-size: 11px;
	width: 60%;
	border-bottom: solid 1px #999
}

#prodnav a {
width: 100%;
display: block;
text-decoration: none;
}

#dropmenudiv{
position:absolute;
background-color: #FFFFFF;
border:1px solid #A8A8A8;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
}

#dropmenudiv a:hover{ text-decoration: underline;}
