/* CSS Document */
html, body, div, p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
html, body   { 
	background-color: #039; 
	height: 100%; 
	margin: 0; 
	padding: 0;
	color: #222; 
	text-align: center; 
}
div#centered { 
	border: 0; 
	background-color: white; 
	height: 500px; 
	width: 700px;
	position: relative; 
	background-image: url(a/bgNoLogo.gif); 
}
div#header {
	text-align: left;
	position: absolute;
	left: 0; 
	top: 26px;
	width: 700px;
}
div#content {
	text-align: left;
	position: absolute;
	left: 0; 
	top: 56px;
	width: 700px;
}
div#catNav {
	text-align: left;
	position: absolute;
	left: 376px; 
	top: 320px;
	width: 300px;
}
div#nav1 {
	text-align: left;
	position: absolute;
	left: 0; 
	top: 385px;
	width: 700px;
}
div#nav2 {
	text-align: left;
	position: absolute;
	left: 0; 
	top: 404px;
	width: 700px;
}
div#nav3 {
	text-align: left;
	position: absolute;
	left: 0; 
	top: 468px;
	width: 700px;
}
div#textV {
	display: none;
	}
ul	{
	height: 20px;
	background: transparent;
	margin: 0;
	padding: 0;
	position: relative;
	}

ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute; 
	top: 0;
	text-indent: -9999px
	}

ul li a { background: transparent; display: block; text-decoration: none; height: 15px; }

/* home link */
ul li#homelink { margin-left: 28px; margin-top: 5px; width: 240px;}
ul li#homelink a {  background: transparent url(a/logo.gif) 0 0px no-repeat; } 
ul li#homelink a:hover { background: transparent url(a/logo.gif) 0 -27px no-repeat; }

/* first nav row */
ul li#bannerStands { margin-left: 35px; width: 110px;  }
ul li#bannerStands a {  background: transparent url(a/nhBannerstands.gif) 0 -15px no-repeat; } 
ul li#bannerStands a:hover { background: transparent url(a/nhBannerstands.gif) 0 0 no-repeat; }

ul li#PopUpDisplays { margin-left: 211px; width: 120px;  }
ul li#PopUpDisplays a {  background: transparent url(a/nhPopUp.gif) 0 -15px no-repeat; } 
ul li#PopUpDisplays a:hover { background: transparent url(a/nhPopUp.gif) 0 0 no-repeat; }

ul li#modularDisplays { margin-left: 366px; width: 130px;  }
ul li#modularDisplays a {  background: transparent url(a/nhModular.gif) 0 -15px no-repeat; } 
ul li#modularDisplays a:hover { background: transparent url(a/nhModular.gif) 0 0 no-repeat; }

ul li#tabletopDisplays { margin-left: 539px; width: 120px;  }
ul li#tabletopDisplays a {  background: transparent url(a/nhTabletop.gif) 0 -15px no-repeat; } 
ul li#tabletopDisplays a:hover { background: transparent url(a/nhTabletop.gif) 0 0 no-repeat; }

/* second nav row */
ul li#fabricDisplays { margin-left: 120px; width: 110px;  }
ul li#fabricDisplays a {  background: transparent url(a/nhFabricDisplays.gif) 0 -15px no-repeat; } 
ul li#fabricDisplays a:hover { background: transparent url(a/nhFabricDisplays.gif) 0 0 no-repeat; }

ul li#retail { margin-left: 315px; width: 60px;  }
ul li#retail a {  background: transparent url(a/nhRetail.gif) 0 -15px no-repeat; } 
ul li#retail a:hover { background: transparent url(a/nhRetail.gif) 0 0 no-repeat; }

ul li#accessories { margin-left: 474px; width: 85px;  }
ul li#accessories a {  background: transparent url(a/nhAccessories.gif) 0 -15px no-repeat; } 
ul li#accessories a:hover { background: transparent url(a/nhAccessories.gif) 0 0 no-repeat; }

/* third nav row */
ul li#graphicDesign { margin-left: 220px; width: 110px;}
ul li#graphicDesign a {  background: transparent url(a/nhGraphicDesign.gif) 0 -15px no-repeat; } 
ul li#graphicDesign a:hover { background: transparent url(a/nhGraphicDesign.gif) 0 0 no-repeat; }

ul li#aboutUs { margin-left: 369px; width: 80px;}
ul li#aboutUs a {  background: transparent url(a/nhAboutUs.gif) 0 -15px no-repeat; } 
ul li#aboutUs a:hover { background: transparent url(a/nhAboutUs.gif) 0 0 no-repeat; }

