.NAVIGATION
{
	display:none;
}

.FOOTER
{
	display:none;
}

.prods input
{
	display:none;
}

.grey
{
	display:none;
}

.orange
{
	display:none;
}

.orange a img
{
	display:block;
}

.prods table
{
	margin-top:20px;
	padding-top:80px;
	height:400px;
}

.prods table td
{
	border: solid 1px black;

	-webkit-border-radius: 20px;  /* safari-chrome */ 
	-moz-border-radius: 20px;   /* firefox */ 
	border-radius: 20px;
	
		-webkit-box-shadow: #1C5433 2px 2px 4px;
	-moz-box-shadow: #1C5433 2px 2px 4px;
	box-shadow:#58786D 2px 2px 4px;
	behavior: url(/styles/PIE.htc);
}

.prods table td h2
{
	border:none;
}


.printLogo
{
	display:block;
	width:333px;
	height:93px;
	text-align:center;
	margin:auto;
}



