.main
{
background-color:#FFFFFF;
position:absolute;
top:20px;
width:760px;
padding:0px;
z-index:1;
}

.shadow
{
background-color:#666666;
position:absolute;
top:30px;
width:760px;
}

.spacer
{
position:absolute;
}

.sideBar
{
padding-left:13px;
padding-top:14px;
}
			
.needsPadding
{
padding:14px;
}

/*To maintain width for prduct codes*/
.product
{
width:65px;
}

/*For the navigation layer*/
.products 
{
height:130px; 
visibility:hidden;
}

.otherNav 
{
position:relative; 
top:-130px;
}

.prodTable
{
position:relative;
top:-10px;
}
				
body
{
background-color:#CCCCCC;
font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
}
			
a
{
color:#3366CC;
text-decoration:none;
}
	
a:hover
{
text-decoration:underline;
}