/*  	***** White Background */
div.bgwhite				{
	width: 780px;
	height: 1030px;
	background-color: #FFFFFF;
	}
div.topfirstcol	{
	width: 100px;
	height: 1030px;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	background-color: #bfd7ee;
	}
	
/*       	HOME, About, Contact, Sitemap etc... MENU */
div.topcol div.topsecondcol ul.menu-maintop li.red	{
	font-size: 10px;
	color: #ff0000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}		
/*  	***** Mid 3rd COLUMN of 3
				FLOATING RIGHT			*/	
div.midcol div.midthird2	{
	float: right;
	}	
div.mh div.mheadsecond ul.midhead li	{
	
	padding: 5px 0 0 5px;
	}
	
/*  		***** Mid 2nd COLUMN of 3     */
/*                  TABLE     */


div.midcol div.midsecondcol table {
	float: right;
	width: 670px;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(home/productimages.jpg);
	}
div.midcol div.midsecondcol td.cellone  {
	width: 589px;
	height: 95px;
	padding: 7px 25px 0 204px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	text-align: left;
	vertical-align: top;
	background-repeat: no-repeat;		
	background-position: right;	
	}
div.midcol div.midsecondcol td.cellone span {
	color: #0000ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;		
	}
div.midcol div.midsecondcol td.celltwo {
	width: 476px;
	height: 95px;
	padding: 7px 25px 0 294px ;		
	text-align: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: right;
	}	
div.midcol div.midsecondcol td.celltwo span {
	color: #0000ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;		
	}	

div.midcol div.midsecondcol a:link	{
	color: #0000ff;
	}
div.midcol div.midsecondcol a:visited 	{
	color: #0000ff;
	}
div.midcol div.midsecondcol a:hover 	{
	color: #ff0000;
	}

