@charset "utf-8";
body  {
	margin: 0; /* 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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
}
body, p, h1, h2, h3, h4, ul, li {
	margin: 0px;
	padding: 0px;
}

.twoColFixLtHdr #container {
	width: 853px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColFixLtHdr #header {
	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. */
	margin: 0px;
} 
.twoColFixLtHdr #footer {
	padding: 0;
	margin: 0px;
} 
.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;
}
.imgCenter {
	padding-top: 10px;
}
.twoColFixLtHdr #container #mainContent #contact1 {
	margin-top: 5px;
	text-align: left;
	margin-left: 25px;
	width: 270px;
	float: left;
}
h6 {
	font-size: 12px;
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#ProdTRBR_2 p a:link ,  #ProdTRBR_2 p a:visited {
	color: #000;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#ProdTRBR_2  p a:hover ,  #ProdTRBR_2 p a:active  ,#ProdTRBR_2 p a:focus{
	color: #666;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.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;
}
#container #header #SiteTitle {
	background-image: url(../images/background/bg_header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 106px;
	width: 853px;
}

#container #header #NavStrip {
	background-image: url(../images/background/bg_navbar.jpg);
	background-repeat: repeat-x;
	height: 40px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#container #header #NavStrip p {
	padding-left: 30px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#NavStrip p a:link, #NavStrip p a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#NavStrip p a:hover, #NavStrip p a:active, #NavStrip p a:focus {
	color: #CCC;
	text-decoration: none;
}

#container #header #BodyTop {
	background-image: url(../images/background/bg_bodyTop.jpg);
	margin: 0px;
	padding: 0px;
	height: 34px;
	width: 853px;
}
#container #sidebar1 {
	background-image: url(../images/background/bg_sidebar.gif);
	background-repeat: repeat-y;
	margin: 0px;
	height: 566px;
	width: 246px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container #sidebar1 p a img {
	padding-left: 6px;
	padding-bottom: 10px;
}
.twoColFixLtHdr #container #mainContent #tableProdCat {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 535px;
}



#container #mainContent {
	background-image: url(../images/background/bg_content.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
	width: 607px;
	float: left;
	height: 566px;
	text-align: center;
}
#container #footer #BodyBottom {
	background-image: url(../images/background/bg_footer.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 853px;
}
#container #footer #CopyNotice p {
	background-color: #000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 14px;
	width: 853px;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #000;
	text-align: left;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-align: left;
	padding-left: 20px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-style: italic;
}
.twoColFixLtHdr #container #mainContent #indexHeader h1 {
	text-align: center;
}
.twoColFixLtHdr #container #mainContent #indexHeader h2 {
	text-align: center;
}

.twoColFixLtHdr #container #mainContent #mainContentTL {
	width: 130px;
	float: left;
	height: 130px;
	margin-top: 70px;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent #mainContentBL {
	width: 130px;
	float: left;
	height: 130px;
	margin-top: 80px;
}
.twoColFixLtHdr #container #mainContent #mainContentBR {
	width: 550px;
	height: 200px;
	float: none;
	margin-top: 50px;
}

.twoColFixLtHdr #container #mainContent #mainContentTR {
	width: 550px;
	float: none;
	height: 200px;
	margin-top: 40px;
}
.twoColFixLtHdr #container #mainContent #separate {
	width: 360px;
	text-align: left;
	float: left;
	vertical-align: middle;
	height: 20px;
	margin-bottom: 5px;
}

.twoColFixLtHdr #container #mainContent #tableWW {
	text-align: left;
	vertical-align: top;
	margin-top: 10px;
}
.twoColFixLtHdr #container #mainContent #tableWW table tr td #WWtextTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent #tableWW table tr td #wwTextSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 0px;
}
.twoColFixLtHdr #container #mainContent #IntDistCol {
	width: 180px;
	height: 20px;
	margin-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	float: left;
	vertical-align: middle;
	margin-bottom: 5px;
}
.pt14_reg_red {
	color: #F00;
	font-size: 14px;
}


.twoColFixLtHdr #container #mainContent #tableWW table tr td #wwTextSub #WWtextL {
	width: 45px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.twoColFixLtHdr #container #mainContent #tableWW table tr td #wwTextSub #WWtextR {
	margin: 0px;
	padding: 0px;
	width: 140px;
	float: left;
}
.twoColFixLtHdr #container #mainContent #contact1 #contact1R {
	float: left;
	width: 215px;
	background-color: #0F6;
}
.twoColFixLtHdr #container #mainContent #contact1 #contact1L {
	width: 55px;
	float: left;
}
.twoColFixLtHdr #container #mainContent #Application {
	margin-top: 15px;
	text-align: left;
	padding-left: 35px;
}
.twoColFixLtHdr #container #mainContent #TechDocCol1 {
	width: 170px;
	height: 20px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	float: left;
	vertical-align: middle;
	margin-top: 35px;
}
.twoColFixLtHdr #container #mainContent #TechDoc1L  {
	width: 55px;
	float: left;
	text-align: left;
}
.twoColFixLtHdr #container #mainContent #TechDoc1R  {
	float: left;
	width: 195px;
	text-align: left;
}
.twoColFixLtHdr #container #mainContent #TechDoc1 {
	width: auto;
	margin-top: 20px;
	margin-left: 50px;
}
.twoColFixLtHdr #container #mainContent #separate1 {
	width: 360px;
	text-align: left;
	float: left;
	vertical-align: middle;
	height: 20px;
	margin-top: 35px;
}
.pt16_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.pt16_norm {
	font-size: 16px;
}
.pt14_reg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.twoColFixLtHdr #container #mainContent #TechDocCol2 {
	width: 170px;
	height: 20px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	float: left;
	vertical-align: middle;
	margin-top: 55px;
	margin-bottom: 40px;
}
.twoColFixLtHdr #container #mainContent #TechDocTable table tr td a:link, .twoColFixLtHdr #container #mainContent #TechDocTable table tr td a:visited {
	color: #000;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #container #mainContent #TechDocTable table tr td a:hover, .twoColFixLtHdr #container #mainContent #TechDocTable table tr td a:active, .twoColFixLtHdr #container #mainContent #TechDocTable table tr td a:focus {
	color: #666;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.twoColFixLtHdr #container #mainContent #TechDocTable {
	text-align: left;
	margin-left: 50px;
	height: auto;
	font-size: 36px;
}

.twoColFixLtHdr #container #mainContent #separate2 {
	width: 360px;
	text-align: left;
	float: left;
	vertical-align: middle;
	height: 20px;
	margin-top: 55px;
	margin-bottom: 40px;
}
.pt12_bold_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000;
}
.pdf_space {
	padding-top: 1px;
}

.pt10_norm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
.twoColFixLtHdr #container #mainContent #TechManTable {
	margin-top: 10px;
	margin-left: 10px;
	text-align: left;
	width: 570px;
}
.twoColFixLtHdr #container #mainContent #tableSoftware {
	text-align: left;
	margin-top: 10px;
	margin-left: 20px;
}

.lineBoarder {
	border-right: 1px #ccc solid;border-left: 1px #ccc solid;
}
 
.lineBoarder_lrb {
	border-right: 1px #ccc solid;border-left: 1px #ccc solid;border-bottom: 1px #ccc solid;
} 
.pt12_norm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.twoColFixLtHdr #container #mainContent #ProdAccText {
	text-align: left;
	padding-left: 35px;
}

.twoColFixLtHdr #container #mainContent #RoHSinfo {
	text-align: left;
	margin-left: 20px;
	margin-top: 40px;
}
.twoColFixLtHdr #container #mainContent #RoHStext {
	margin-left: 40px;
	text-align: left;
	width: 500px;
	margin-top: 20px;
}
.twoColFixLtHdr #container #mainContent #RoHSdl {
	text-align: left;
	margin-left: 20px;
	margin-top: 50px;
}
.twoColFixLtHdr #container #mainContent #tableRoHS {
	text-align: left;
	margin-top: 10px;
	margin-left: 40px;
}
.twoColFixLtHdr #container #mainContent #ProdTopContainer {
	text-align: left;
	width: 597px;
	margin-top: 50px;
}
.twoColFixLtHdr #container #mainContent #ProdTopContainer2 {
	text-align: left;
	width: 597px;
	margin-top: 20px;
}

.twoColFixLtHdr #container #mainContent #ProdTopContainer #ProdTR #ProdTRBR #ProdTRBR_1 {
	text-align: left;
	float: left;
}
.twoColFixLtHdr #container #mainContent #ProdTopContainer #ProdTR #ProdTRBR #ProdTRBR_2 {
	float: left;
	padding-left: 10px;
}

.twoColFixLtHdr #container #mainContent #ProdTopContainer #ProdTL #ProdTLTitle {
	padding-left: 20px;
}

.twoColFixLtHdr #container #mainContent #ProdTopContainer #ProdTL #ProdTLBody {
	padding-left: 35px;
	padding-right: 10px;
	margin-top: 5px;
}
.twoColFixLtHdr #container #mainContent #ProdTopContainer #ProdTRBody {
	text-align: center;
	width: 297px;
	float: left;
	margin-top: 5px;
}
.twoColFixLtHdr #container #mainContent #ProdBodyTable {
	margin-top: 10px;
	float: none;
}


.twoColFixLtHdr #container #mainContent #ProdTopContainer #ProdTM {
	width: 3px;
	float: left;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent #ProdTopContainer #ProdTR #ProdTRImage {
	text-align: center;
	height: 150px;
	vertical-align: middle;
}
.twoColFixLtHdr #container #mainContent #ProdTopContainer #ProdTR #ProdTRMid {
	text-align: center;
	margin-bottom: 5px;
}
.twoColFixLtHdr #container #mainContent #ProdSeparate {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
}
.twoColFixLtHdr #container #mainContent #ProdOptionTitle {
	text-align: left;
	padding-left: 25px;
}
.twoColFixLtHdr #container #mainContent #ProdOptionTable {
	text-align: left;
	padding-left: 35px;
}
.twoColFixLtHdr #container #mainContent #ProdAccTitle {
	text-align: left;
	padding-left: 25px;
	margin-top: 10px;
}


.pt18_bold {
	font-size: 18px;
	font-weight: bold;
}
.pt12_norm_grey {
	font-size: 12px;
	color: #666;
}

.pt12_bold_italic_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #666;
}

.twoColFixLtHdr #container #mainContent #ProdTopContainer #ProdTL {
	width: 297px;
	float: left;
}
.twoColFixLtHdr #container #mainContent #ProdTopContainer #ProdTR #ProdTRBL {
	float: left;
	text-align: left;
	width: 140px;
	margin-left: 8px;
}

.twoColFixLtHdr #container #mainContent #ProdTopContainer #ProdTR {
	width: 297px;
	float: left;
}
.twoColFixLtHdr #container #mainContent #ProdTopContainer #ProdTR #ProdTRBR {
	float: left;
	width: 149px;
	text-align: left;
	vertical-align: middle;
}

#ProdBodyTable a:link, #ProdBodyTable a:visited {
	color: #000;
	text-decoration: none;
}
#ProdBodyTable a:hover, #ProdBodyTable a:active, #ProdBodyTable a:focus {
	color: #666;
	text-decoration: none;
}#ProdAccText p a:link, #ProdAccText p a:visited {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000;
}
#ProdAccText p a:hover, #ProdAccText p a:active, #ProdAccText p a:focus {
	color: #666;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.pt12_reg_red {
	color: #F00;
	font-size: 12px;
}
