body {
	margin:1em 1em 1em 2em;
	background:#fff;
}
body,td {
	color:#000;
	font-family:arial,helvetica,sans-serif;
	font-size:11pt;
}
a {
	color:#069;
}
a:hover {
	color:#f90;
}
h1 {
	margin:10pt 0;
	font-size:16pt;
}

/* CONTAINERS */

#back_top {
	display:none;
}
#back_bottom {
	display:none;
}
.container3 {
	position:relative;
}

/* TOP NAV */

#nav1 {
	display:none;
}

/* CONTENT AREA */

#content h2 {
	margin:3pt 0;
	font-size:14pt;
}
#content h3 {
	margin:3pt 0;
	font-size:12pt;
}

/* SIDEBAR */

#sidebar {
	clear:both;
	margin-top:1em;
	padding-top:1em;
	border-top:1px solid #000;
}
#sidebar ul {
	display:none;
}
h3#telno {
	margin:5pt 0;
	font-size:12pt;
}

/* FOOTER */

#footer {
	clear:both;
	margin-top:1em;
	padding-top:1em;
	border-top:1px solid #000;
}
#footer h4 {
	margin:0;
	padding:0;
	font-size:10pt;
}
#footer .info {
	font-size:10pt;
}

/* SPECS TABLE */

#specs td {
	font-size:10pt;
	padding:2pt;
	text-align:center;
}

#specs .header td {
	font-weight:bold;
	vertical-align:top;
}
#specs .header .model {
	background-color:#000;
}
#specs .header .maxflow {
	background-color:#009;
}
#specs .header .maxpres {
	background-color:#090;
}
#specs .header .api674 {
	background-color:#900;
}

#specs .row1 td {
	background-color:#eee;
}
#specs .row1 .model {
	font-weight:bold;
}
#specs .row1 .maxflow {
	background-color:#eef;
}
#specs .row1 .maxpres {
	background-color:#efe;
}
#specs .row1 .api674 {
	background-color:#fee;
}

#specs .row2 td {
	background-color:#ddd;
}
#specs .row2 .model {
	font-weight:bold;
}
#specs .row2 .maxflow {
	background-color:#dde;
}
#specs .row2 .maxpres {
	background-color:#ded;
}
#specs .row2 .api674 {
	background-color:#edd;
}
