/****************************************
	outer
****************************************/
body {
	margin: 0px;
	padding: 0px;
	background-color: #1f485b;
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
	color:black;
	text-align: left;
	font:12px/120% "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}



body a {
	color: black;
	text-decoration: none;
}
#footer, #header {
	height: 150px;
	clear: both;
	font-size: 10px;
}

#footer { padding-left: 350px; height:20px; }

#container {
width: 700px;
}

#maintop {
	position:relative;
	left:65px;
	background-image: url('images/maintop.gif');
	width: 769px;
	height: 29px;
	margin: 0 auto;
	overflow:visible;
}
#main {
	text-align: left;
	position: relative;
	left: 65px;
	background: url('images/mainmid.gif') repeat-y;
	width: 769px;
}
#mainbot {
	position:relative;
	left: 65px;
	background-image: url('images/mainbot.gif');
	width: 769px;
	height: 29px;
}

#bar {
	height:100%;
	float:left;
	background: url('images/bar.gif') repeat-y;
}
#logo {
	position: absolute;
	left: 116px; top: 88px;
	height: 54px; width: 86px;
	background-image: url('images/logo.gif');
}
#scanPr {
	width: 700px;
	height: 915px;
	background-image: url('images/procedure10.gif');
}
#scanAd {
	width: 700px;
	height: 943px;
	background-image: url('images/adapter1.gif');
}
#scanSp {
	width: 700px;
	height: 911px;
	background-image: url('images/specs.gif');
}

/****************************************
	navigation
****************************************/
#navcontainer ul {
	/*background:transparent url(images/nav.png) no-repeat top left;*/
	margin-top: -68px;
	padding: 0;
	list-style-type: none;
	width: 567px; height: 39px;
	position: relative; right: 40px;
	overflow: hidden;
	float:right;
}

#navcontainer li { float: left; }
#navcontainer li a:hover {
	background: transparent url(images/menuhover.gif) no-repeat top left;
}
#navcontainer .Home a{
	font: 14px arial;
	font-weight: bolder;
	color: white;
	padding: 17px 0 0 24px;
	height: 39px;
	width: 75px;
	position: absolute; left: 71px; top: 0px;
}
#navcontainer .Home a:hover {
	background-position: 0px 0px;
	background: transparent url(images/menuhover2.gif) no-repeat top left;
}
#navcontainer .Drivemaster a{
	font: 14px arial;
	font-weight: bolder;
	color: white;
	padding: 17px 0 0 17px;
	height: 39px;
	width: 95px;
	position: absolute; left: 152px; top: 0px;
}
#navcontainer .Drivemaster a:hover {
	background-position: 0px 0px;
	background: transparent url(images/menuhover5.gif) no-repeat top left;
}
#navcontainer .Procedures a{
	font: 14px arial;
	font-weight: bolder;
	color: white;
	padding: 17px 0 0 17px;
	height: 39px;
	width: 95px;
	position: absolute; left: 261px; top: 0px;
}
#navcontainer .Procedures a:hover {
	background-position: 0px 0px;
	background: transparent url(images/menuhover5.gif) no-repeat top left;
}
#navcontainer .Adapters a{
	font: 14px arial;
	font-weight: bolder;
	color: white;
	padding: 17px 0 0 26px;
	height: 39px;
	width: 95px;
	position: absolute; left: 365px; top: 0px;
}
#navcontainer .Adapters a:hover {
	background-position: 0px 0px;
	background: transparent url(images/menuhover5.gif) no-repeat top left;
}
#navcontainer .contact a{
	font: 14px arial;
	font-weight: bolder;
	color: white;
	padding: 17px 0 0 17px;
	height: 39px;
	width: 75px;
	position: absolute; left: 466px; top: 0px;
}
#navcontainer .contact a:hover {
	background-position: -156px 0px;
	background: transparent url(images/menuhover2.gif) no-repeat top left;
}
/****************************************
	inner
****************************************/
#heading {
	position: relative;
	font: 2em Arial;
	color: #ee0b0b;
}
#link {color: #FF0000;}

.float-right {
	float: right;
	padding: 2px;
	margin: 0 0 10px 10px;
}
.float-left {
	float: left;
	left: 375px;
	width: 346px;
	height: 252px;
	padding: 2px;
	margin: 0 0 10px 10px;
}
#inner-left {
	top: -25px;
	margin-bottom: -25px;
	position: relative;
	padding: 0 10px 0 10px;
}
#inner-content {
	position: relative;
	padding: 25px;
	padding-bottom: 45px;
	line-height: 1.5;
}

#inner-left ul {
	font-size: 1.2em;
	list-style-type: none;
}

#contactInfo {
	float: right;
	clear: right;
	padding-right: 20px;
	font-size: 95%;
	text-align: right; 
	line-height: 1;
	color: #d00a0a;
}

.bold { 
	font-weight: bold;
	margin-left: 5px;
}

h3 {
	font-weight: ;
	font-size: 1.1em;
}

/**************************************
	forms - contact
**************************************/
#formleft {
	float:left;
	line-height: 1.8em;
	text-align: right;
	padding: 0 5px 0 0;
	height: 300px;
}
#results {
	color: red;
	font-size: 1.7em;
}
