/* keeps bullets from appearing in list */
ul.nav {
	list-style-type: none;
	padding: 0;
}

h2.nav {
	margin: 0;
}

img.sizingNorm {
	width: 137;
	height: 21;
	border: 0;
}

img.sizingAfterMenu {
	width: 137;
	height: 21;
	border: 0;
	padding-top: 1;
}
/* makes sure the droplist is appropriately separated from the main list */
ul.hidden {display:none;} 

/* aligns the sub menu option with the rest of the list */


/*  end of left menu style  */
BODY { 
   font-size : 10px; 
   font-family : Verdana, Arial, Helvetica, sans-serif, "MS sans serif"; 
   background-color: #FFFFFF; 
   font-weight : normal;            
}

B  {
   font-size : 10px; 
   font-weight : bold; 
}


TABLE
{
   font-size : 10px; 
   font-family : Verdana, Arial, Helvetica, sans-serif, "MS sans serif"; 
}



TD   {
   font-size : 10px; 
   font-family : Verdana, Arial, Helvetica, sans-serif, "MS sans serif"; 
}


P {
   font-size : 10px; 
   font-family : Verdana, Arial, Helvetica, sans-serif, "MS sans serif"; 
}


FONT
{
   font-size : 10px; 
   font-family : Verdana, Arial, Helvetica, sans-serif, "MS sans serif"; 
}
A:link 	{
   font-size : 10px; 
   text-decoration : none; 
   color : #CC0000; 
   font-family : Verdana, Arial, Helvetica, sans-serif, "MS sans serif"; 
   font-weight : bold; 
   }

A:visited {
   font-size : 10px; 
   text-decoration : none; 
   color : "#CC0000"; 
   font-family : Verdana, Arial, Helvetica, sans-serif, "MS sans serif"; 
   font-weight : bold; 
}

A:active  {
   font-size : 10px; 
   text-decoration : none; 
   color : "#000066"; 
   font-family : Verdana, Arial, Helvetica, sans-serif, "MS sans serif"; 
   font-weight : bold; 
}

A:hover  {
   font-size : 10px; 
   text-decoration : underline; 
   color : "#000066"; 
   font-family : Verdana, Arial, Helvetica, sans-serif, "MS sans serif"; 
   font-weight : bold; 
}

.redtext  {
   color : #CC0000;
   font-size : 10px; 
}


.whitetext  {
   color : #FFFFFF;
   font-size : 10px; 
}
.product_desc {
	font-size: 10px;
	padding: 12px;
	height: 212px;
	margin: auto;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
