@charset "utf-8";
#buttons {
	width: 159px;
	left: -20px;
	top: 120px;
}

/* CSS Document */
#banner
 {
	position:absolute;
	left:0;
	top:0;
	width:683px;
	height:114px;
	z-index: 2;
}
#menu {
	position: absolute; /* Menu position that can be changed at will */
	top: 120px;
	left: 0;
	width: 159px;
	background-color: #000099;
}
#contact {
	position:absolute;
	left:9px;
	top:363px;
	width:145px;
	height:57px;
	text-align: center;
	z-index: 2;
}

#info {
	position: absolute;
	height: 50px;
	width: 600px;
	left: 185px;
	top: 120px;
	z-index: 1;
}

body {
	background-image: url(navimages/tblback.gif);
	background-color: #C2D5FF;
	background-repeat: repeat-y;
}
.contact_info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	color: #FF9933;
}
.products_tbl_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #08089C;
	text-align: center;
}
.products_tbl_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
