* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
}
h3 {
	font-size: 18px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	font-weight: normal;
}
h4  { font-size: 16px; margin: 0 4px 0; font-weight: normal; }
h5 { font-size: 14px; margin: 12px 0 4px 0; font-weight: normal; }
h6 { font-size: 14px; margin: 12px 0 4px 0; font-weight: normal; }

p {
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	text-align: left;
}
strong { font-weight: bold;}

a {
	text-decoration: none;
	color: #F15D22;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	color: #F15D22;
	text-align: left;
}
a.visited {
	text-decoration: none;
	color: #F15D22;
}

ol { margin: 12px 0 12px 0px; padding: 0 0 0 16px; }
ul { margin: 12px 0 12px 0px; padding: 0 0 0 14px; }
a img { border: 0; }
body {
	font-size: 12px;
	position: relative;
	background-color: #666;
}

div#headers {
	clear: both;
	width: 965px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	float: left;
	text-align: right;
	font-size: 10px;
	color: #666666;
	background-image: url(../images/header.jpg);
	padding-top: 30px;
	padding-bottom: 20px;
}
div#headers a{
	font-size: 10px;
}
div#content {
	width: 965px;
	background-color: #FFFFFF;
	padding-right: 30px;
	padding-left: 30px;
	border-right-width: 7px;
	border-right-style: solid;
	border-right-color: #F7F7F7;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #F7F7F7;
	min-height:inherit;
	height: auto;
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #F7F7F7;
	margin: auto;
}
div#mainarea {
	width: 970px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
	clear: both;
	height: 100%;
	text-align: left;

}
div#footer {
	height: auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	width: 965px;
	margin-top: 20px;
	font-size: 10px;
	text-align: center;
	padding-top: 15px;
	color: #999999;
	font-weight: normal;
	float: left;
}


.more {
	font-size: 10px;
	text-align: center;
}
.footnote {
	font-size: 10px;
	color: #FBFBFB;
	width: 979px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	text-align: center;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
.footnote a {
	font-size: 10px;
}

#navbar {
	line-height: 20px;
	float: left;
	margin-bottom: 20px;
	width: 965px;
	height: 30px;
	background-color: #333;
}
#navbar ul {
	list-style: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
#navbar ul li {
	position: relative;
	list-style-type: none;
	list-style-image: none;
	float: left;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	z-index: 9;
	}
#navbar ul li a {
	text-decoration: none;
	color: #FBFBFB;
	list-style-type: none;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	}
#navbar ul li a:hover {
	text-decoration: underline;
	color: #F30;
	font-size: 12px;

	}	
#navbar ul li ul {
	position: absolute;
	text-align: left;
	width: 210px;
	left: 0px;
	height: auto;
	top: 30px;
	z-index: 11;
	background-image: url(../images/menu.png);
	background-position: 0px bottom;
	padding-bottom: 20px;
	display: none;
}
#navbar ul li ul li {
	text-align: left;
	width: 100%;
	z-index: 12;
	}
#navbar ul li ul li a {
	text-align: left;
	padding-left: 11px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	width: 184px;
	color: #333;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	background-color: #FFFFFF;
	}	
#navbar ul li a.selected {
	background-color:#F15D22;
	color: #FBFBFB;
}
#navbar ul li ul li a:hover {
	color: #FBFBFB;
	background-color: #333;
	}

.companylogo {
	overflow: hidden;
	display: block;
	float: left;
	background-image: url(../images/inductelec.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
hr {
	border:none;
	height: 1px;
	border-top:1px #CCCCCC solid;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}
#slideshow{
	height: 300px;
	width: 965px;
	float: left;
	clear: both;
	overflow: hidden;
	margin-bottom: 25px;
	position: relative;
}
#slideover{
	position: absolute;
	height: 290px;
	width: 955px;
	background-color: transparent;
	padding: 5px;
	display: none;
	z-index: 1;
}
#slideover img{
	z-index: 0;
	padding: 3px;
}
#slideholder{
	height: 300px;
	width: 965px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.slide {
	height: 300px;
	width: 965px;
	text-align: left;
	color: #666666;
	display: inline;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
            } 
.headercontacts {
	float: right;
	padding-left: 5px;
	height: auto;
	width: auto;
	padding-right: 10px;
}
.imagecolumn {
	height: 100%;
	width: 150px;
	margin-left: 10px;
	padding-left: 10px;
	margin-top: 18px;
}
.columnnarrow {
	float: right;
	height: 100%;
	width: 50%;
}
.columnleft {
	width: 465px;
	float: left;
	margin-right: 1%;
	height: 500px;
}
.columnright {
	width: 39%;
	float: left;
	margin-left: 1%;
}
.widecolumnleft {
	width: 79%;
	float: left;
	margin-right: 1%;
}
.widecolumnright {
	width: 79%;
	margin-left: 1%;
	float: left;
}
.article {
	clear: both;
	min-height: 100px;
	width: 470px;
	height: 120px;
	margin-bottom: 15px;
}
.article img{
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
}
.articlebig {
	margin-bottom: 10px;
	clear: both;
	line-height: 20px;
	height: auto;
}
.widebox {
	line-height: 20px;

}
.lightblue {
	color: #333333;
	background-color: #E8F2FD;
}

.blue {
	color: #FBFBFB;
	background-color: #F15D22;
}
.blue a{
	color: #000066;
}
.red {
	color: #FBFBFB;
	background-color: #CC3333;
}
.green {
	color: #FBFBFB;
	background-color: #33CC33;
}
.yellow {
	color: #333333;
	background-color: #FFCC33;
}
.outlinebox {
	color: #666666;
	border: 1px solid #CCCCCC;
	width: 100%;
}
#breadcrumb {
	color: #666666;
	font-size: 9px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#breadcrumb a{
	color: #F15D22;
	font-size: 9px;
}
#submenu {
	color: #666666;
	margin-right: 10px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	width: 150px;
	float: left;
	height: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	list-style-type: none;
}

#submenu a {
	display: inline;

}

.textarea {
	width: 623px;
	float: left;
}
.accreditations {
	color: #666666;
	text-align: center;
	padding-bottom: 5px;
}
.outlinespacer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.padding {
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
.imagesurround {
	height: auto;
	width: auto;
	margin-right: 5px;
	float: left;
}
.imagesurroundborder {
	height: auto;
	width: auto;
	margin-right: 5px;
	float: left;
	border: 1px solid #CCCCCC;
}
div#footer ul {

	}
div#footer ul li {
	float: left;
	text-align: left;
	margin: 0px;
	list-style-type: none;
	width: 135px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-image: none;
	color: #F15D22;
	}

div#footer ul li a {
	list-style-type: none;
	font-size: 9px;
	color: #F15D22;
}
div#footer li ul {
	float: left;
	color: #FBFBFB;
	text-align: center;
	list-style-position: inside;
	font-size: smaller;
	margin: 0px;
	padding: 0px;
	}
div#footer li ul a {
	color: #999999;

	}
ul li {
}
ol li {
	margin-left: 10px;
}
#submenu ul li {
	list-style-image: none;
	list-style-type: square;
	color: #CCCCCC;
	padding-bottom: 5px;
}
.left{ float: left;}
.right{ float: right;}
a.stbar.chicklet img {border:0;height:16px;width:16px;margin-right:3px;vertical-align:middle;}
a.stbar.chicklet {height:16px;line-height:16px;}
.bannerLink{
	font-size: 16px;
	float: left;
	padding-bottom: 5px;
	font-weight: bold;
	width: 195px;
	display: block;
}
.imagespacer{
	padding-top: 5px;
	padding-left: 10px;
}
.imagespacing{
	padding-bottom: 10px;
}
.selected{
	color: #F15D22;
}
.contactdetail{
	color: #F15D22;
}
.threecolumn{
	width: 198px;
	float: left;
	padding: 6px;
}
.threecolumnbox{
	width: 630px;
	clear: both;

}
.whiteheader{
	color: #FBFBFB;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 24px;
	padding-bottom: 65px;
}
.clearboth{
	clear: both;
}
#floatingfooter{
	left:0;
	position:fixed;
	width:100%;
	z-index:100000000;
	height: 40px;
	background-repeat: repeat-x;
	color: #FFFFFF;
	background-image: url(../images/footer.png);
	background-position: top;
	padding-top: 10px;
	line-height: 40px;
	bottom: 0px;
}
.share{
	padding-bottom: 5px;
	padding-top: 12px;
	float: right;
	height: 23px;
	padding-right: 20px;
	padding-left: 10px;
}
.line{
	background-image: url(../images/line.gif);

}

#preview{
	position:absolute;
	display:none;
	color:#FBFBFB;
	line-height: 20px;
	font-size: 10px;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #F15D22;
	}
.enlarge{
	padding-bottom: 10px;
	background-image: url(../images/enlarge.png);
	width: auto;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #F15D22;
	cursor: pointer;
}
#overlay{
	margin: auto;
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0%;
	top: 0%;
	z-index: 1000000;
	display: none;
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #000000;
	color: #FBFBFB;
	padding-top: 10px;
	padding-left: 10px;
}
#enlarged{
	z-index: 1000000;
	display: none;
	text-align: center;
	position: fixed;
	background-color: #F15D22;
	padding: 10px;
	margin: auto;
}
#enlarged img{
}
#enlarged div{
	clear: both;
	text-align: center;
	float: left;
	height: 20px;
	color: #FBFBFB;
	background-color: #336699;
	width: 100%;
	padding-top: 10px;
}
.hover{
	position: fixed;
	bottom: 190px;
	right: 40px;
	width: auto;
	font-size: 14px;
	color: #F15D22;
}
		
.hover img {
	background: transparent;
/*	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
/*	zoom: 1;*/ 

}
#highlight{
	position: absolute;
}
		
#highlight img {
	background: transparent;

/*	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
/*	zoom: 1;*/ 
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.hidden{
	display: none;
}
#product-history{
	float: left;
	display: none;
}

#floatingfooter ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-image: none;
	}
#floatingfooter ul li {
	position: relative;
	color: #FBFBFB;
	font-weight: normal;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 200px;
	}
#floatingfooter ul li a {
	text-decoration: none;
	color: #FBFBFB;
	display: block;
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#floatingfooter ul li a:hover {
	text-decoration: none;
	background-image: url(../images/navbuttonover.gif);
	margin: 0px;
	padding: 0px;
	}	
#floatingfooter ul li ul {
	position: absolute;
	text-align: left;
	font-weight: bold;
	width: 210px;
	left: 0px;
	height: auto;
	color: #FBFBFB;
	z-index: 1;
	bottom: 40px;
	display: none;
	float: left;
	background-image: url(../images/menu-footer.png);
	background-position: 0px top;
	padding-top: 20px;
	padding-bottom: 0px;
}
#floatingfooter ul li ul li {
	text-align: left;
	width: 100%;
	z-index: 3;
	padding: 0px;
	}
#floatingfooter ul li ul li a {
	text-align: left;
	width: 184px;
	color: #333;
	padding-right: 0px;
	padding-left: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	font-weight: normal;
	height: 30px;
	line-height: 29px;
	}
#floatingfooter ul li ul li a img {
	float:left;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
#floatingfooter ul li ul li a:hover {
	text-align: left;
	color: #FBFBFB;
	background-color: #F15D22;
	text-align: left;
	width: 184px;
	padding-right: 0px;
	padding-left: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	}
.small{
	font-size: 10px;
}
label{
	font-weight: normal;
}
.input{
	height: 30px;
	line-height: 29px;
	width: 300px;
}
.textinput{
	width: 300px;
}
.captchainput{
	line-height: 29px;
	height: 30px;
	width: 100px;
}
.captcha{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #333333;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 65px;
}
.captcha-table{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #999999;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	width: 67px;
}
.supmit{
	height: 30px;
	width: 60px;
}
.required{
	color: #FF3333;
}
a.expand{
	text-decoration: none;
	color: #9FC4FF;
	background-image: url(../images/plus.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 16px;
	height: 16px;
	float: right;
}
a:hover.expand{
	background-image: url(../images/plus-hover.png);
	}

a.contract{
	text-decoration: none;
	color: #9FC4FF;
	background-image: url(../images/minus.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 16px;
	width: 16px;
	float: right;
}
a:hover.contract{
	background-image: url(../images/minus-hover.png);
	}
#submenu ul li {
	list-style-image: none;
	list-style-type: none;

}
.vid{
	margin-right: 60px;
	margin-left: 60px;
}
.twothirds{
	float: left;
	width: 600px;
}
.wide{
	width: 965px;
	float: left;
}
.half{
	width: 49%;
	float: left;
}
.third{
	width: 365px;
	float: left;
}
.bodyimagel{
	float: left;
	padding-right: 10px;
}
.bodyimager{
	float: right;
	padding-left: 10px;
}
.tab{
	border: 1px solid #999999;
	font-size: 10px;
}
.tab th{
	font-size: 10px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #E8E8E8;
	text-align: left;
	padding: 2px;
}
.tab tr{
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tab td{
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 2px;
}
.pdf{
	line-height: 16px;
	float: left;
	padding: 2px;
}
.pdf img{
	margin-right: 5px;
	vertical-align: top;
}
.padleft10{
	padding-left: 10px;
	font-size: 14px;
	padding-right: 10px;
}
rightcolumnnarrow {
	right: auto;
}
