/* Meyer Instruments */

Reset

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
	background: transparent;
}

body {
	line-height: 1;
}

ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body	{
	background: #666 url(../../Templates/images/bg.jpg) repeat-x;
}

hr	{	
}

h1, h2, h3, h4	{
	font-family: Arial,Helvetica,sans-serif;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #000;
	font-size: 18px;
	}

h2	{
	font-size: 16px;
	color: #999;
	padding-bottom: 10px;
}

h3	{
	font-size: 14px;
	color: #666;
	padding-bottom: 5px;
}

h4	{
	font-size: 12px;
	text-transform: uppercase;
}

ol	{
	margin: 0 0 0 5px;
}

ol li	{
	font-weight: normal;
	line-height: 2em;
}

ul	{
	list-style: square;
}

li	{
	margin-left: 30px;
}

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset	{
	margin-bottom: 0;
}

#add	{
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	line-height: 1.5em;
	vertical-align: top;
}

#header	{
	padding-top: 5px;
}

#headerimg {
	margin-top: 5px;
}

/* Products Page Navigation */

#prod_nav, #prod_nav a	{
	background: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	margin-left: 5px;
	text-decoration: none;
}

#prod_nav #secondary, #prod_nav #secondary a	{
	color: #666;
	text-decoration: none;
	font-size: 10px;
	margin-right: 5px;
	margin-left: 5px;
}

#prod_nav #secondary a:hover	{
	color: #999;	
}


#prod_nav a:hover	{
	color: #999;
}

#prod_nav li	{
	list-style: square;
	color: #900;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	text-align: left;
	line-height: 2em;
}

#prod_nav li ul a, #prod_nav li ul a:link {
  color: #666;
}

#secondary li	{
	list-style: square;
	color: #666;
}

#products_content	{
	background: #FFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px 0px 5px 0px;
	text-decoration: none;
	margin-left: 0px;
	height: inherit;
}


#products	{
	background: #999;
	color: #FFF;
}

#top_title	{
	padding: 10px;
	color: #FFF;
	background: #900;
}

#top_title_sub	{
	padding: 5px;
	color: #CCC;
	background: #900;
}

#prod_align_image	{
	vertical-align: top;
	padding: 10px;
}

#micro_bg	{
	background: #333;
	width: 50px;
}

.prod_text {
	vertical-align: middle;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
}

td.single_text {
	vertical-align: top;
}

td.middle {
	vertical-align: middle;
}

a, a:hover, a:visited, a:link	{
	color: #06F;
}

a:hover	{
	text-decoration: none;
}

.single_text {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	padding: 10px;
	text-decoration: none;
	color: #333;
}

.single_text a {
	text-decoration: underline;
}

.single_text a:hover	{
	text-decoration: none;
}

/*.single_text img {
	float:left;
	margin:3px 5px 8px 0;
	border:1px solid #ccc;
}*/

.a-top {
	float:right;
}

.a-top a, a-top a:hover {
	text-decoration:none;
	color: #FFF;
	background: #990000;
	padding:5px;
	margin:5px;
	width:50px;
}

table#product-info {
	border: 1px solid #000;
	width:600px;
	margin-left:10px;
	border-collapse: collapse;
	border-spacing: 0;
	padding:0;
}

table#product-info tr#red {
	background:#990000;
	text-align: center;
	color: #FFF;
}

table#product-info td {
	border: 1px solid #000;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
}

table#specs {
	border: 1px solid #000;
	width:600px;
	margin-left:10px;
	border-collapse: collapse;
	border-spacing: 0;
	padding:0;
}

table#specs td#t-red {
	width: 120px;
	height: 15px;
	border: 1px solid #000;
	padding:5px;
	background:#990000;
	color:#FFF;
}

table#specs td#t-grey {
	width: 160px;
	height: 15px;
	border: 1px solid #000;
	padding:5px;
	background:#cccccc;
	color:#000;
}

.red	{
	color: #900;
}

.normal {
	font-weight:normal;
}

.foo	{
	color: #FF0000;
}

.hiLite	{
	background: #FF6;
}

.bread	{
	font-size: 12px;
	padding: 5px;
	color: #FFF;
	background: #333;
	font-weight: normal;
	line-height: 2em;
	visibility: hidden;
	display: none;
}

.bread a	{	
	text-decoration: none;
	color: #FFF;
}

.bread a:hover	{
	text-decoration: underline;
}

#align_border	{
	vertical-align: top;
	border: 1px solid #CCC;
}

/* Nav Begin */
#nav	{
	background: url(images/hr_bg.gif) repeat-x;
	width: 940px;
	height: 5px;
	margin-top: 10px;
	/*margin-bottom: 27px;
	padding-top: 5px;*/
	padding-bottom: 0px;
	position: relative;
	z-index: 3;
}

#navigation {
  overflow: auto;
  border-bottom: 1px solid #666;
}

#navigation li {
  float: left;
  list-style: none; /* to cater for users without images */
  border: 1px solid #666;
  border-bottom: 0;
  margin: 10px 0px 0px 1px;
}

#navigation a {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #CCC;
  text-decoration: none;
  background: #333;
}

#navigation span {
  display: block;
  background-repeat: no-repeat;
  padding:0px 3px;
}

#navigation a:hover {
  background-position: right -198px;
  background: #666;
}

#navigation a:hover span {
  background-position: 0 -198px;
}

#navigation li ul {
  position: absolute;
  width: 230px;
  left: -999em;
  margin-left: 0px;
  font-size: 90%;
  background: #666;
}

#navigation li ul a, #navigation li ul a:link {
  background-image: none;
  padding: 7px;
  width: 20em;
  background-color: #666;
}

#navigation li ul a:hover {
  background-color: #333;
}

#navigation li:hover ul, #navigation li.sfhover ul {
  left: auto;
}

#navigation li span	{
	height:2em;
	text-align:center;
}

/* Nav End */

#home_img	{
	background: none;
}

#c	{
	color: #FFF;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}

#cback	{
	background: url(images/trans_bg.png) repeat;
}

#footer	{
	background: url(images/trans_bg.png) repeat;
	border-top: 1px solid #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #CCC;
}

#footer a	{
	text-decoration: none;
	color: #FFF;
}

#footer a:hover	{
	text-decoration: underline;
	color: #FFF;
}

/* Ticker */

#grey	{
	background: url(images/trans_bg.png) repeat;
	border-top: 1px solid #666;
	padding-top: 5px;
  	padding-bottom: 5px;
	color: #FFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#news {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-variant: small-caps;
	text-align: right;
	color: #FFF;
}

.titlefield	{ /*CSS for RSS title link in general*/
	text-decoration: none;
}

.labelfield	{ /*CSS for label field in general*/
  color: brown;
  font-size: 90%;
}

.datefield	{ /*CSS for date field in general*/
  color: gray;
  font-size: 90%;
}

#feeder a	{ /*Demo 1 main container*/
  color: #999;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#feeder_style	{
	color: #FFF;
}

/* End Ticker */

#title	{
	color: #999;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	background: #333;
	height: 250px;
}

#title img	{
	padding: 0;
}

#title p	{
	padding: 15px;
	text-align: left;
}

#title a	{
	color: #FFF;	
}

#grey_bg	{
	background: #999;
	margin-top: 29px;
}

table#dwi	{
	margin: 5px 0 5px 0;
	padding: 10px 0 10px 0;
	border: 3px solid #CCC;
	width: 75%;	
	background: #CCC;
}

table#dwi tr	{
	border: 1px solid #FFF;
}

table#dwi td	{
	vertical-align: top;
	padding: 5px;
}


table#dwi td h3	{
	color: #900;
	background: #fff;
	padding: 5px;
}

#menu {
	list-style:none;
	width:940px;
	margin-top:10px;
	height:40px;
	background: #333;
}

#menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: /*4px 5px 4px 0px*/4px 0px 4px 0px;
	margin-right:0px;
	/*margin-top:7px;*/
	border:none;
}

#menu li:hover {
	padding: 4px 5px 4px 5px;
	background: #F4F4F4;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

#menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	color: #EEEEEE;
	outline:0;
	text-decoration:none;
	text-shadow: 1px 1px 1px #000;
}

#menu li:hover a {
	color:#161616;
	text-shadow: 1px 1px 1px #ffffff;
}
#menu li .drop {
	padding-right:21px;
	background:url("images/drop.png") no-repeat right 3px;
}
#menu li:hover .drop {
	background:url("images/drop.png") no-repeat right 3px;
}

.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border:1px solid #777777;
	border-top:none;	
	background:#F4F4F4;
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}

.dropdown_1column {width: 140px;}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 560px;}
.dropdown_5columns {width: 840px;}

#menu li:hover .dropdown_1column, 
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
	left:-1px;
	top:auto;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_1 {width:130px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:830px;}

#menu .menu_right {
	float:right;
	margin-right:0px;
}
#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

#menu p, #menu h2, #menu h3, #menu ul li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:12px;
	text-align:left;
	text-shadow: 1px 1px 1px #FFFFFF;
}
#menu h2 {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px solid #666666;
}
#menu h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
}
#menu p {
	line-height:18px;
	margin:0 0 10px 0;
	font-size: 11px;
}

#menu li:hover div a {
	font-size:11px;
	color:#015b86;
}
#menu li:hover div a:hover {
	color:#029feb;
}


.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}

#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#menu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:130px;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

/* Additional style */

th.basic {
font-size: 100%;
line-height: 1.6em;
margin-left: 20px;
padding:5px 10px;
}
td.basic {
font-size: 100%;
line-height: 1.6em;
margin-left: 20px;
padding:5px 10px;
}
.tbl_01 td,.geltable td{
padding:5px;
border:1px solid;
}
.tbl_02 td{
border:1px solid;
}