body{
	font-family:Arial, Verdana, sans serif;
	font-size:14px;
	background:url('bg_prod.jpg') repeat-y;
}

a:link{ color:#146494; }
a:visited{ color:#146494; }
a:hover{ color:blue; }

hr{
	color: #0088EE;
	background-color: #0088EE;
	size: 2px;
	clear: both;
}

img{ border:none; }

div#main{
	position:absolute;
	top:0px;
	left:120px;
	padding: 10px;
	width:640px;
	height:100%;
}

div#header{
	border-bottom:solid #0088ee 2px;
	width:100%;
	padding-bottom:4px;
	margin-bottom:32px;
}

#header h3{
	position:relative;
	bottom:1ex;
	margin:1ex;
	display:inline !important;
	font-size: 17px;
	font-style:oblique;
	font-weight:700;
}

#header div.back {
	position: absolute;
	width: 200px;
	top: 1ex;
	right: 1ex;
	text-align: right;
}

div#content{
	position:relative;
}

img.prod{
	margin-right:24px;
	margin-bottom:20px;
	border:solid #0088EE 2px;
	float:left;
}

table.specs{
	float:right;
	margin-bottom:16px;
	border:none;
	font-size:11px;
	border-collapse:collapse;
}

.specs td{ border-bottom:solid black 1px; padding:0px; padding-right: 25px;}
.specs tr.head{ border:none; font-size:14px; height:32px; text-align:left; }
.specs sub{ font-size:75%; }

table.specs2{
	margin: auto;
	border-collapse: collapse;
	font-size: 12px;
}
.specs2 td, .specs2 th {
	padding: 1px 12px 1px 12px;
	border: solid black 1px;
	text-align: center;
}

.specs2 th { font-weight: bold; }

.specs2 td.left {
	padding-left: 4px;
	text-align: left;
}

div.features{
	clear:left;
	float:left;
	width: 200px;
	margin-left:-8px;
}

div.applications{
	width:300px;
	clear:right;
	float:right;
	margin-left:20px;
}

div.components{
	margin-top:30px;
	margin-bottom:30px;
}

div#form{
	position:relative;
	height:280px;
	clear:both;
	border:solid white 1px;
	margin-top:4px;
}

#form div{
	position:absolute;
	font-size: 11px;
}

li.title{ list-style:outside none none; font-weight:bold; margin-left:-18px; font-size:14px }
li{ list-style:disc; font-size:12px; line-height:1.5em }

div#footer{
	position:relative;
	clear:both;
}
