body {
	font-family: "Trebuchet MS", Verdana, Sans-serif;
	margin:0 0 0 0;
	}
h1 {
	font-family: "Rockwell Extra Bold", "Arial Black", Verdana, Sans-serif;
	font-style:italic;
	color:blue;
	font-size: 32px;
	}
h2 {
	color:navy;
	font-size: 17px;
	}
h3 {
	color:navy;
	font-size: 14px;
	}

/*
These color rules need to coincide with body attributes to work in NN4

*/
a, a:link {
	color: navy;
	font-weight: bold;
	text-decoration: none;
	}

/* a:visited {
	color: #669;
	}
*/

a:hover {
	background-color: #fff;
/*	color: #339; */
	}

table td {
	text-align: center;
	vertical-align: top;
	padding-left: 1px;
	padding-right: 1px;
	}

img {
	z-index: 2;
	}

#navigation-top {
	position: absolute;
	height: 50px;
	left: 170px;
	width: 810px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 5px double silver;
	z-index: 4;
	font-size: 16px;
	}

#navigation-top a:hover {
	background-color: silver;
	color: purple;
	}

#navigation-left {
	position: absolute;
	height: 850px;
	width: 150px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #AABADD;
	z-index: 1;
	font-size: 16px;
	}

#navigation-left a {
	display: block;
	}

#contents {
	position: absolute;
	top: 80px;
	height: 800px;
	left: 170px;
	width: 650px;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 3;
	font: 12px "Arial";
/*	font: 12px "Times New Roman";*/
	}

#contents img {
	padding-left: 1px;
	padding-right: 1px;
	}
	
#prodsummary {
	width: 95%;
	}

#prodsummary img {
	float: left; 
	}

#prodsummary td {
	text-align: left;
	vertical-align: top;
	}
	
#prodfeature {
	width: 95%;
	}

#relevantprod {
	position: absolute;
	top: 80px;
	height: 800px;
	left: 660px;
	width: 150px;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 3;
	font: 12px "Arial";
	}
	
#bottom {
	position: absolute;
	bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 2;
	font-size: 16px;
	}
