/* CSS Document */
 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #cccccc;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container { 
	width: 768px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;  /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CDCD9B;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header { 
	background: #ffffff;
	margin:0;
	padding: 0; 
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#banner {
margin: 0px;
padding: 0px;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 189px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	
	border-style:solid;
	border-width:thin;
	border-color:#1D3A58;
	border-top: none;
	border-left: none;
	margin-left: 0px; 
	margin-bottom:5px;
	margin-right: 15px;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
}
#sidebar_product {
	float: left; /* since this element is floated, a width must be given */
	width: 26%; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-left: 0px; 
	margin-bottom:5px;
	margin-right: 15px;
	margin-top: 10px;
	padding: 0px;
	text-align: left;
}
#mainContent { 
	margin: 0 0 0 215px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent p {
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
} 
p {
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.h4_mainContent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style:normal;
	line-height: normal;
	font-weight: normal;
	font-variant:normal;
	text-transform: none;
	color: #6699cc;
	text-decoration: none;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}

#footer { 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	text-align:left;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.ul_maincontent {
	margin-top: 0px;
	padding-left: 15px;
	padding-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #333333;
}
.li_maincontent{
	margin-top: 7px;
	padding-left: 0px;
	padding-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #333333;
	line-height: 1.3em;
}
.ul_maincontent_features {
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #333333;
}
.li_maincontent_features{
	margin-top: 7px;
	margin-left: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #333333;
	line-height: 1.3em;
}
#search { 
	margin: 0 0 0 30px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

	
	
	margin-right: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
#product_table{
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
} 
#spry_table{
	padding-top: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	text-align:center;
	margin-top:0
	padding-left: 20px;
	padding-right: 20px;
	font-size: 10px;
	color:#84414A;

}
.spry_table_td_hover{
	text-decoration:none;
	color:#6699CC;
	}
.spry_table_td_active{
	text-decoration:none;
	color: #294FCF;
	}
.spry_table_td_odd{
	text-decoration:none;
	color:#000000;
	background-color:#F4F4F4;
	padding-top:2px;
	padding-bottom:2px;
	}
.spry_table_td_even{
	text-decoration:none;
	color:#000000;
	background-color:#FFFFFF;
	padding-top:2px;
	padding-bottom:2px;
	}
#spry_table table{
	border:thin;
	border-color:#DDDCBD;
	border-style:solid;
	}
#spry_table th{
	border-bottom:thin;
	border-bottom-color:#DDDCBD;
	border-bottom-style:solid;
	padding:2px;
	}
#spry_table a{
	color: #84414A;
	text-decoration: underline;
	font-weight:bold;
	}	
.table_title{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#993399;
	text-align:center;
	padding-bottom:5px;
	padding-top:10px;
	font-weight:bold;
}
.table_title{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#993399;
	text-align:center;
	padding-bottom:5px;
	padding-top:15px;
	font-weight:bold;
}
.fltrt_search { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-right: 8px;
	padding-top:60px;
	margin-top: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-top:0;
	padding-top:0;
}
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.industries_header{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
padding-right:5px;
text-align:right;
font-weight:bold;
}

#industrialnav{
	border-bottom: solid;
	border-bottom-width:thin;
	border-color:#CDCD9B;
	margin: 0px;	
}

#infocus_industrial{
	border-style:solid;
	border-width:thin;
	border-color:#DCDCBA;
	border-top: none;
	border-left: none;
	margin-left: 0px; 
	margin-bottom:5px;
	margin-right: 15px;
	margin-top: 0px;
}
#top-nav-2 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
	background-color: #6699CC;
	text-align: center;
	padding-bottom: 4px;
	padding-top: 3px;
}
#top-nav-2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
	padding-right: 7px;
	padding-left: 7px;
	text-decoration: none;
}
#top-nav-2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#top-nav-2 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:link {
	color: #84414A;
	text-decoration: underline;
	}
a:visited { 
	color: #84414A;
	text-decoration: underline; 
	}
a:hover {
	color: #666666;
	text-decoration: underline;
	-moz-outline-style: none;
	}
a:active { 
	color: #84414A;
	text-decoration: underline;
	outline: none; 
	}
#tag2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #6699cc;
	text-decoration: none;
	margin-bottom: 5px;
	margin-top: 3px;
}
#infocus_item
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #6699cc;
	text-decoration: none;
	text-align: center;
}
#infocus_item h4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #CB4017;
	text-align: center;
	margin-top: 3px;
	}
#infocus_item a:{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: 000000;
	text-align: left;
	margin-top: 5px;
	margin-left: 10px;
	}	
	
#sidebar_item
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin: 0;
	padding: 0;
	color: #6699cc;
	text-decoration: none;
	text-align: left;
}
p, td {
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #6699cc;
	text-decoration: none;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
}

.h2_product_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #6699cc;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.h2_product_head_industrial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2F5E8C;
	text-decoration: none;
	margin-top: 6px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.h2_product_head_ac {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #28527B;
	text-decoration: none;
	margin-top: 6px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#navlist_right
{
	padding-top: 0px;
	margin-top: 0;
	margin-left: 300px;
	
}
#navlist_left
{
	float:left;
	padding-top: 0px;
	margin: 0;
	padding-left: 50px;
	width:250px;
}
#navlist_right ul {
	margin-top: 0px;	
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	font-style: normal;
	color: #84414A;
}
#navlist_right li
{
font-family: Arial, Helvetica, sans-serif;
color: #84414A;
font-size: 11px;
margin-left: 0px;
}

#navlist_right li a 
{ 
font-family: Arial, Helvetica, sans-serif;;
color: #84414A;
font-size: 11px;
text-decoration: underline; 
}

#navlist_right li a:hover 
{ 
font-family: Arial, Helvetica, sans-serif;;
color: #666666;
text-decoration: underline;
}
#navlist_left ul {
	margin-top: 0px;	
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	font-style: normal;
	color: #84414A;
}
#navlist_left li
{
font-family: Arial, Helvetica, sans-serif;
color: #84414A;
font-size: 11px;
margin-left: 0px;
}

#navlist_left li a 
{ 
font-family: Arial, Helvetica, sans-serif;;
color: #84414A;
font-size: 11px;
text-decoration: underline; 
}

#navlist_left li a:hover 
{ 
font-family: Arial, Helvetica, sans-serif;;
color: #666666;
text-decoration: underline;
}
#social_media {
	margin-top: -20px;
	margin-bottom: 5px;
	margin-left:575px;
}
#industrialnav{
	border-bottom: solid;
	border-bottom-width:thin;
	border-color:#CDCD9B;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;	
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #6699cc;
	text-decoration: none;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 3px;
}

.h3_subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #6699cc;
	text-decoration: none;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 7px;
}
.h3_subhead a{
	color: #6699cc;
	text-decoration: underline;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 7px;
}
.h3_subhead a:visited{
	color: #6699cc;
	text-decoration: underline;

}
.h3_subhead a:hover{
	color: blue;
	text-decoration: underline;
}
.h3_left_caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 3px;
}
#title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	margin-top: 2px;
	margin-left: 2px;
	vertical-align: middle;
}
#title2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	margin-top: 2px;
	margin-left: 2px;
	margin-right:15px;
	vertical-align: middle;
}
#title3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	margin-top: 2px;
	margin-left: 15px;
	margin-right:2px;
	vertical-align: middle;
}
#title4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	margin-left: 10px;
	margin-top: 7px;
}
#industrial_nav_side {
	background-color:#DDDCBD;
	width:160px;
	display:block;
	padding-top: 0;
	margin-top: 0;
	margin-left:17px;
	margin-bottom: 5px;
	}

.h2_nav_side{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	line-height: 1.6em;
	color: #3F3F37;
	text-decoration: none;
	margin-top: 0px;
	padding-top: 0;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom:thin;
	border-bottom-color:#ffffff;
	border-bottom-style: solid;

}
.h4_nav_side {
	padding-top: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-top: 4px;
	margin-left: 0px;
	margin-bottom: 0px;
	border-bottom:thin;
	border-bottom-color:#ffffff;
	border-bottom-style: solid;
	text-align:left;
	
	}	
.h4_nav_side a{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #545449;
	text-decoration: none;
	text-align: left;
}
.h4_nav_side a:visited{
	color: #545449;
	text-decoration: none;

}
.h4_nav_side a:hover{
	color: #6699cc;
	text-decoration: none;
}
.nav_side_active {
	padding-top: 0px;
	padding-bottom: 4px;
	padding-left: 3px;
	margin-top: 4px;
	margin-left: 0px;
	margin-bottom: 0px;
	border-bottom:thin;
	border-bottom-color:#ffffff;
	border-bottom-style: solid;
	text-align:left;
	
	}
.nav_side_active a{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #3974AE;
	text-decoration: none;
	text-align: left;
}
.nav_side_active a:visited{
	color: #3974AE;
	text-decoration: none;
	font-weight: bold;
}
nav_side_active a:hover{
	color: #6699cc;
	text-decoration: none;
}
#link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: red;
	text-decoration: underline;
	margin-left: 10px;
}
.pdf4
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 58px;
	margin-left: 8px;
	border: 0px;
}
#pdf4 h1
{
	font-size:16px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FF0000;
}
#pdf4 a
{
	color: #FF0000;
}
#link4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: red;
	text-decoration: none;
}
#data-sheets {
	margin: 5px 0px 12px;
	padding: 0px 0px 0px 32px;
}
#data-sheets li {
	margin: 0px;
	padding: 2px 0px 4px;
	color: #FF0000;
	list-style-type: circle;
}
#data-sheets li a {
	margin: 0px;
	padding: 0px;
	color: #FF0000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}
#more_sensor_table{
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-left: 20px;
	margin-bottom:5px;
}
#more_sensor_table h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #6699cc;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 3px;
}
#photoelec_heading{

	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	border: 0px;
	width: 450px;

}
#photoelec_heading p{
	margin-left: 10px;
	margin-right: 10px;
	color:#000000;
	font-size:12px;
}
#photoelec_heading a{
	color:#2F5E8C;
	}
.promo_ac a{
	color:#CCCCCC;
	}
.promo_ac a:visited{
	color:#CCCCCC;
	}
