/* CSS Document */

img { border:none; }
body { padding:0; margin:0; }

.BottomLink { color:#666666; white-space:nowrap; font-family:Arial, Helvetica, sans-serif; font-size:0.6em; }
.BottomLink a { color:#333333; text-decoration:none; }
.BottomLink a:hover { color:red; text-decoration:underline; }

#ManualList { list-style:none; }
.ManualSub { margin-top:15px; }
.ManualSub span { font-size:125%; color:#666; }
.ManualItem { font-size:100%; margin-top:5px; }
.ManualItem a { font-size:100%; }

.dontshow {
	display: none;
	visibility: hidden;
}

#nav {
	height: 26px;
	text-align:left;
	padding:0px;
}
div#nav ul { list-style: none; margin:0px; padding:0px; }
div#nav li { float: left; list-style: none; }
div#nav li.right { float: right; list-style: none;  }
div#nav a {
	display: block;
	height: 26px;
}
div#nav a.home {
	background: url(/images/navigation_items.jpg) no-repeat 0 0;
	width: 73px; height: 26px;
}
div#nav a.home:hover, div#nav a.home:active {
	background: url(/images/navigation_items.jpg) no-repeat 0 -26px;
	width: 73px; height: 26px;
}

div#nav a.about {
	background: url(/images/navigation_items.jpg) no-repeat -73px 0;
	width: 77px; height: 26px;
}
div#nav a.about:hover, div#nav a.about:active {
	background: url(/images/navigation_items.jpg) no-repeat -73px -26px;
	width: 77px; height: 26px;
}

div#nav a.products {
	background: url(/images/navigation_items.jpg) no-repeat -150px 0;
	width: 95px; height: 26px;
}
div#nav a.products:hover, div#nav a.products:active {
	background: url(/images/navigation_items.jpg) no-repeat -150px -26px;
	width: 95px; height: 26px;
}

div#nav a.nswdoh {
	background: url(/images/navigation_items.jpg) no-repeat -245px 0;
	width: 114px; height: 26px;
}
div#nav a.nswdoh:hover, div#nav a.nswdoh:active {
	background: url(/images/navigation_items.jpg) no-repeat -245px -26px;
	width: 114px; height: 26px;
}

div#nav a.warranty {
	background: url(/images/navigation_items.jpg) no-repeat -359px 0;
	width: 96px; height: 26px;
}
div#nav a.warranty:hover, div#nav a.warranty:active {
	background: url(/images/navigation_items.jpg) no-repeat -359px -26px;
	width: 96px; height: 26px;
}

div#nav a.contact {
	background: url(/images/navigation_items.jpg) no-repeat -678px 0;
	width: 97px; height: 26px;
}
div#nav a.contact:hover, div#nav a.contact:active {
	background: url(/images/navigation_items.jpg) no-repeat -678px -26px;
	width: 97px; height: 26px;
}