/* CSS Document */

* {
  margin: 0;
	padding: 0;
}

body {
  	font-family: Tahoma, Geneva, Arial, helvetica, sans-serif;
  	background: #12181d url(images/bg.jpg) repeat-x;
	margin: 0;
	padding: 0 0 0px 0;
	color: #036;
	}

p {
	font-size: 11px;
	line-height: 18px;
	margin: 0 0 15px 0;
	color: #333;
	width: 350px;
	text-align: justify;
	}
	
a {
	color: #036;
	text-decoration: none;
	outline: none;
	}

a:hover, a.selected {
	color: #3367ac;
	text-decoration: none;
	outline: none;
	}
	
img {
	margin: 0;
	padding: 0;
	border: none;
	}
	
.inlineimage {
	padding: 5px;
	background: #fff;
	border: 1px solid #b1bbc6;
	margin: 0px 0px 20px 0px;
	}
	
#form {
	border: 0;
	font-size: 11px;
	}
	
#form td {
	padding: 0 10px 2px 0;
	vertical-align: top;
	}

/* --Nav--------------------------------------------------------------------- */
	
#nav {
	height: 30px;
	list-style: none;
	display: inline block;
	overflow: hidden;
	margin: 8px 0 0 0px;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	line-height: 30px;
	}
	
#nav ul {
	margin: 0 0 0 50px;
	}
	
#nav li {
	margin: 0 32px 0 0px;
	padding: 0 0 0 0;
	list-style: none;
	display: inline;
	}
	
#nav a, #nav a:visited {
	color: #036;
	text-decoration: none;
	}
	
#nav a:hover {
	color: #960;
	text-decoration: none;
	border-top: 5px solid #fc0;
	padding: 1px 0 0 0;
	}
	
#nav a.selected {
	color: #036;
	text-decoration: none;
	border-top: 5px solid #fc0;
	padding: 1px 0 0 0;
	}

/* --BiopticsNav--------------------------------------------------------------------- */
	


#biopticsnav {
	margin: 0;
	padding: 0px 0 0px 0;
	height: 880px;
	width: 45px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}
	
#biopticsnav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#biopticsnav a {
	float: left;
	padding: 0 0 0 45px;
	overflow: hidden;
	width: 0px !important;
	width /**/:45px; /* for IE5/Win only */
	}
	
#biopticsnav a:hover {
	background-position: -45px 0;
	}
	
#biopticsnav a:active, #biopticsnav a.selected {
	background-position: -45px 0;
	}
	
#bbioptics a {
	width: 45px;
	height: 125px;
	background: url(images/tab_bioptics.jpg) top left no-repeat;
	}
	
#bpixarray a {
	width: 45px;
	height: 126px;
	background: url(images/tab_pixarray.jpg) top left no-repeat;
	}
	
#bcorevision a {
	width: 45px;
	height: 126px;
	background: url(images/tab_corevision.jpg) top left no-repeat;
	}
	
#bcassettes a {
	width: 45px;
	height: 146px;
	background: url(images/tab_cassettes.jpg) top left no-repeat;
	}
	
	
/* --STNav--------------------------------------------------------------------- */
	


#stnav {
	margin: 0;
	padding: 0px 0 0px 0;
	height: 880px;
	width: 45px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}
	
#stnav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#stnav a {
	float: left;
	padding: 0 0 0 45px;
	overflow: hidden;
	width: 0px !important;
	width /**/:45px; /* for IE5/Win only */
	}
	
#stnav a:hover {
	background-position: -45px 0;
	}
	
#stnav a:active, #stnav a.selected {
	background-position: -45px 0;
	}
	
#st a {
	width: 45px;
	height: 180px;
	background: url(images/tab_surgicaltools.jpg) top left no-repeat;
	}
	
	
/* --ArrayNav--------------------------------------------------------------------- */
	


#arraynav {
	margin: 0;
	padding: 0px 0 0px 0;
	height: 880px;
	width: 45px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}
	
#arraynav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#arraynav a {
	float: left;
	padding: 0 0 0 45px;
	overflow: hidden;
	width: 0px !important;
	width /**/:45px; /* for IE5/Win only */
	}
	
#arraynav a:hover {
	background-position: -45px 0;
	}
	
#arraynav a:active, #arraynav a.selected {
	background-position: -45px 0;
	}
	
#array a {
	width: 45px;
	height: 180px;
	background: url(images/tab_array.jpg) top left no-repeat;
	}	
	
	
/* --Layout--------------------------------------------------------------------- */


#frame {
	position:absolute;
	left: 50%;
	width:1010px;
	height: 880px;
	margin:0 0 0 -500px;
	padding:0px;
	text-align:left;
	}
	
#left {
	width: 70px;
	height: 880px;
	margin: 0;
	padding: 0;
	float: left;
	}
	
#mainframe {
	width: 450px;
	height: 880px;
  	background: url(images/mainframe.jpg) no-repeat;
	margin: 0;
	padding: 0;
	float: left;
	}
	
#header {
	width: 450px;
	height: 170px;
	margin: 0;
	padding: 0;
	}
	
#navbar {
	width: 450px;
	height: 50px;
	margin: 0;
	padding: 0;
	}
	
#main {
	width: 400px;
	height: 465px;
	margin: 0;
	padding: 30px 0 0 50px;
	overflow: auto;
	}
	
* html #main {
	width: 400px;
	}
	
#footer {
	width: 450px;
	height: 145px;
	margin: 0;
	padding: 0;
	}
	
#footer p {
	font-size: 10px;
	margin: 30px 50px 0 0;
	float: right;
	text-align: right;
	color: #036;
	display: inline;
	}
	
#image {
	width: 410px;
	height: 880px;
	margin: 0;
	padding: 0;
	float: left;
	}
	
#right {
	width: 80px;
	height: 880px;
	background: url(images/right.jpg) no-repeat;
	margin: 0;
	padding: 0;
	float: left;
	}


/* --Headers--------------------------------------------------------------------- */

h1 {
	font-size: 14px;
	font-weight: normal;
	width: 350px;
	color: #036;
	margin: 0 0 30px 0;
	}
	
h2 {
	font-size: 12px;
	width: 350px;
	font-weight: normal;
	color: #036;
	margin: 0 0 5px 0;
	}
	
h3 {
	width: 220px;
	height: 56px;
	margin: 0 0 30px -17px;
	font-size: 0.5em;
	padding: 0;
	background: url(images/bioptics.png) no-repeat;
	text-indent: -9000px;
	}
	
h4 {
	width: 271px;
	height: 89px;
	margin: 0 0 30px -17px;
	font-size: 0.5em;
	padding: 0;
	background: url(images/surgicaltools.png) no-repeat;
	text-indent: -9000px;
	}
	
h5 {
	width: 280px;
	height: 60px;
	margin: 0 0 30px -17px;
	font-size: 0.5em;
	padding: 0;
	background: url(images/array.png) no-repeat;
	text-indent: -9000px;
	}
	
h6 {
	font-size: 14px;
	font-weight: normal;
	width: 350px;
	color: #036;
	margin: 0;
	}

ol {
	font-size: 11px;
	color: #333;
	width: 350px;
	padding-left: 25px;
	line-height: 18px;
	margin: 0 0 15px 0;
	text-align: justify;
	}		
	
li {
	font-size: 11px;
	color: #333;
	clear: right;
	margin: 0;
	padding-right: 20px;
	}
