body { color: #333; font-size: small; font-family: Georgia, Times, serif; z-index: 0; margin: 0; padding: 0 height:100%; }
#menubar { background-image: url(../images/menubg.gif); position: relative; width: 100%; height: 40px; z-index: 1; }
#akt {
	color: #c00;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-size: xx-large;
	font-weight: bolder; 
	width: 100%;
	background-color: #0cf; 
	text-indent: 20px; 
	}
#left { background-color: #d9f3ff; padding: 0 0 0 10px; width: 17%; height: 90%; float: left; border-right: 2px ridge #069; }
#leftfix { background-color: #d9f3ff; padding: 0 0 0 10px; width: 220px; height: 100%; float: left; border-right: 2px ridge #069; }
#leftnarrow { background-color: #d9f3ff; padding: 0 0 0 10px; width: 12%; height: 90%; float: left; border-right: 2px ridge #069; }
#leftpad { padding: 0 0 0 10px; width: 17%; height: 90%; float: left;  }
#content { float: left; width: 80%; height: 90%; overflow: auto; }
#content3col { float: left; width: 65%; height: 90%; overflow: auto; }
#contentfull { height: 100%; }
#contentwide { float: left; width: 85%; height: 90%; overflow: auto; }
#rightcol { float: right; width: 15%; height: 90%; }
h1  { color: #000; font-size: xx-large; margin: 0; padding: 0; }
h2 {
	color: #f70;
	font-size: large;
	margin-top: 20px }
/* Styles match equipment status */
.for_sale { color: #c00; }
.retail { color: #093; }
#narrowcontent { background-repeat: no-repeat; background-position: right bottom; width: 60%; margin: 0 0 0 230px; padding: 0 10px     }
.clientcancel { color: #000; text-decoration: line-through; }
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav a {
	color: #fff; 
	font-weight: bold; 
	display: block;
	width: 10em;
	text-decoration: none; 
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
}
#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	}
#nav li ul { /* second-level lists */
	position: absolute;
	background-color: #318dff; 
	/* backkground: orange; */
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
