﻿/* CSS layout */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color:#CCCCCC;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	
	}
table {
	border-spacing: 0px;
	empty-cells: show;
}
.tbheader {
	background-color: #FFFFFF;
}
a.headerl:visited{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#000080;
	font-weight: bold;
	font-size: 10pt;
}
a.headerl:link{
	font-family: Arial, Helvetica, sans-serif;
	color: #000080;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
a.headerl:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#FF3300;
	font-weight: bold;
	text-decoration:underline;
}
a.footer:visited{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #ffffff;
	font-size: 9pt;
}
a.footer:link{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 9pt;
	text-decoration: none;
}
a.footer:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	text-decoration:underline;
}
a.prodcat:visited{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	font-size: 10pt;
	padding-left: 3px;
}
a.prodcat:link{
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	padding-left: 3px;
}
a.prodcat:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000080;
	font-weight: bold;
	text-decoration:underline;
	padding-left: 3px;
}

.style1 {
	text-align: center;
	font-size: 12pt;
}
.style2 {
	background-color: #CCCCCC;
	background-image: url('images/bkg_but.gif');
	color: #990000;
}
.style5 {
	background-color: #CCCCCC;
	background-image:url('images/bkg_but.gif');
	color: #000080;
}

.cfooter {
	color: #676767;
	background-color:#C0C0C0
}

.tbmainbody {
	border: 2px dashed #C0C0C0;
}
.trbody {
	background-color: #CCCCFF;
	color: #FFFF00;
}
.tbcontactleft{
	background-color: #ffffff;
	font-size: 10pt;
	width: 95px;
	text-align: right;
}
.tbcontactrigt{
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 2px;
	background-color: #ffffff;
	font-size: 10pt;
	width: 250px;
	text-align: left;
}
.headtext{
	color: #333399;
	text-align: center;
	background-color: #FFFFFF;
}
.menuhead{
	width: 100%;
	background-color: #CCCCCC;
	color: #990000;
}
.menubar {
	text-align: center;
	border-style: solid;
	border-color: #CCCCFF;
}
.menucells {
	text-align: center;
	border-color: #FFFFFF;
	background-image: url('images/bkg_but.gif');
}

#navlist
{
margin-left: 5px;
padding-left: 5px;
list-style: none;
}

#navlist li 
{
list-style-image: none;
background-image: url(images/bullet.jpg);
background-repeat: no-repeat;
background-position: left center;
}

