body
{
	margin: 0px;
	font-family: Verdana, Arial Narrow, Arial;
}
TABLE 
{
	padding: 0px;
	margin: 0px;	
}
TD 
{
	border: 0px solid green;
	vertical-align: top;
}
.headerPicDiv 
{
	background-image: url(../images/homepix.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 1001px;
	height: 194px;
}
.topMenuTable 
{
	width: 1001px;
	background-color: Red;
}
.topMenuTable TD 
{
	color: White;
	text-align: left;
	height: 27px;
	padding-left: 11px;
	padding-right: 15px;
}
.menuItem 
{
	vertical-align: middle;
}
TD.menuItem A.menuOff
{
	font-weight: bold;
	font-size: 8pt;
	color: White;
	text-decoration: none;
}
TD.menuItem A.menuOn
{
	font-weight: bold;
	font-size: 8pt;
	color: White;
	text-decoration: underline;
}
.mainTable 
{
	margin-top: 15px;
	width: 1001px;	
}
.mainTable TD 
{
	padding-left: 22px;
}
.leftTd 
{
	font-size: 13pt;	
	width: 448px;
}
.middleTd 
{
	font-size: 10pt;	
	width: 310px
}
.rightTd 
{
	font-size: 8pt;	
}
.red 
{
	color: Red;	
}
UL.leftHandList LI 
{
	line-height: 30px;	
}
.breadcrumb 
{
	font-size: 7pt;	
}
.header2Div 
{
	height: 105px;
	width: 1000px;
	background-image: url(../images/header-pix.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	vertical-align: bottom;
	padding-top: 0px;
	padding-left: 0px;
	border: 0px solid blue;
}
#CompanyLogo 
{
	border: 0px solid red;
	margin-left: 10px;
}
#lblbreadcrumb 
{
	border: 0px solid blue;	
	margin-top: 2px;
}
.leftTd2 
{
	border-collapse: collapse;
}
.leftTd2 TD
{
	padding-left: 0px;	
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 2px solid red;
	
}
.productsTable TD A 
{
	width: 100%;
	color: Black;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;	
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: right middle;
	padding-right: 30px;
} 
.bottomProduct 
{
	border-bottom: 2px solid red;	
}