* {
margin:0px;
padding:0px;
}
body {
background-color:#0d2d4e;
color:#000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
}
td {
padding:5px;
}
p {
margin-bottom:10px;
}
h2 {
font-size:130%;
color:#666666;
margin-bottom:10px;
border-bottom:#666666 1px solid;
}
h3 {
font-size:120%;
color:#495D8A;
margin-bottom:5px;
}
h4 {
font-size:115%;
color:#495D8A;
margin-bottom:10px;
border-bottom:#495D8A 1px solid;
}
#EMIFilterSelection {
margin-bottom:10px;
}
#EMIFilterSelection li {
list-style-position:outside;
padding-left: 0px;
margin-left: 20px;
}
.lists {
margin-bottom:10px;
}
.lists li {
list-style-position:outside;
padding-left: 0px;
margin-left: 20px;
}
#projects {
margin-bottom:10px;
}
#projects li {
list-style-type:disc;
list-style-position:outside;
padding-left: 0px;
margin-left: 10px;
}
#customers {
margin-bottom:10px;
}
#customers li {
list-style-type:disc;
list-style-position: outside;
padding-left: 0px;
margin-left: 10px;
}
.whiteTextBold {
color:#fff;
font-weight:bold;
}
.redTextBoldItalic {
color:#c03;
font-weight:bold;
font-style:italic;
}
.redTextBold {
color:#c03;
font-weight:bold;
}
.boldText {
font-weight:bold;
margin-bottom:5px;
}
.boldItalicText {
font-weight:bold;
font-style:italic;
}
.italicText {
font-style:italic;
}
#ReturnPage {
font-size:85%;
font-style:italic;
font-weight:bold;
clear:both;
}
.clearBoth {
clear:both;
}
.clearLeft {
clear:left;
}
.clearRight {
clear:right;
}
.padding {
padding:5px;
}
.paddingLeft {
padding-left:5px;
}
.paddingRight {
padding-right:5px;
}
.paddingBottom {
padding-bottom:5px;
}
.paddingTop {
padding-top:5px;
}
.margin {
margin:5px;
}
.marginLeft {
margin-left:5px;
}
.marginRight {
margin-right:5px;
}
.marginBottom {
margin-bottom:5px;
}
.marginTop {
margin-top:5px;
}
.tableMargin {
margin:10px;
}
.paddingRight {
padding-right:10px;
font-weight:bold;
}
.paddingRight300 {
padding-right:100px;
}
.paddingLeft300 {
padding-left:100px;
}
.floatLeft {
float:left;
}
.floatRight {
float:right;
}
.floatLeftClear {
float:left;
clear:left;
margin-top:10px;
}
#ElectromagneticCompatibility {
font-size:115%;
background-color:#246bb5;
color:#FFF;
border:#757575 1px solid;
padding:5px;
margin:auto;
margin-bottom:5px;
width:500px;
text-align:center;
}
a:link {
	color: #cc0033;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CC0033;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: underline;
	color: #333;
}
#wrapper {
width:850px;
height:auto;
margin:auto;
background-color:#FFF;
}
#container {
width:100%;
height:auto;
background-image:url(../images/contentBKG2.gif);
background-repeat:repeat-y;
}
#containerSecondary {
width:100%;
height:auto;
background-color:#FFF;
}
#header {
width:850px;
height:110px;
position:fixed;
z-index:3;
}
#title {
width:850px;
height:110px;
text-indent:-9999px;
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
}
#address {
	width:835px;
	height:12px;
	background-color:#a8c6a5;
	font-size:85%;
	color:#000;
	font-weight:bold;
	padding:5px 5px 5px 10px;
	position:relative;
	top: -23px;
	border-bottom:#627460 1px solid;
	text-align:center;
}
#address a:link {
	color: #000;
	text-decoration: underline;
}
#address a:visited {
	text-decoration: underline;
	color: #000;
}
#address a:hover {
	text-decoration: none;
	color: #000;
}
#address a:active {
	text-decoration: underline;
	color: #000;
}
#content {
width:850px;
height:auto;
}
#contentSecondary {
width:850px;
height:auto;
}
#leftBarSecondary {
width:100%;
height:auto;
float:left;
margin-top:110px;
background-color:#757575;
clear:both;
}
#rightBarSecondary {
width:800px;
height:auto;
margin:auto;
}
/* top navigation
--------------------------------------------------*/
/* Root = Vertical, Secondary = Vertical */
#navigation {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
width:auto;
height:auto;
clear:both;
background-color:#757575;
padding:5px;
margin-bottom:0px;
}
#SecondNavigation ul {
list-style:none;
margin:0;
padding:0;
}
#SecondNavigation li {
display:inline;
margin-left: 0px;
margin-bottom:0px;
}
#navigation a:link, #navigation a:visited {
background: #757575;
color: #FFF;
text-decoration:none;
border-right:#C7CCD6 1px solid;
border-left:#C7CCD6 1px solid;
padding:5px;
}
#navigation a:hover {
background: #000;
color: #FFF;
padding:5px;
}

/* leftside navigation
--------------------------------------------------*/
/* Root = Vertical, Secondary = Vertical */
#navContainer {
width:249px;
height:auto;
float:left;
margin-top:85px;
}
ul#navmenu,
ul#navmenu li,
ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 249px; /*For KHTML*/
  list-style: none;
  text-align:left;
}

ul#navmenu:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu li {
  float: left; /*For IE 7 lack of compliance*/
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}

/* Root Menu */
ul#navmenu a {
  border-bottom:#C7CCD6 1px solid;
  padding: 0 15px;
  display: block;
  background: #757575;
  color: #FFF;
  font: bold 12px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #000;
  color: #FFF;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  background: #C7CCD6;
  color: #757575;
  border-left:#C7CCD6 1px solid;
  border-bottom:#C7CCD6 1px solid;
  border-right:#C7CCD6 1px solid; 
  width:100%; 
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #7290D6;
  color: #FFF;
  border-left:#7290D6 1px solid;  
  border-bottom:#7290D6 1px solid;  
  border-right:#7290D6 1px solid;
}
ul#navmenu ul,
ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 249px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}
.navmenuCursor {
cursor:default;
}
/* End Navigation */

#leftBar {
width:249px;
height:100%;
float:left;
background-color:#757575;
margin-top:25px;
border-right:#C7CCD6 1px solid;
}
#productsFlash {
width:227px;
height:175px;
margin:auto;
text-align:center;
margin-top:10px;
clear:both;
}
#logo_tagline {
width:600px;
height:50px;
background-image:url(../images/logo_tagline.jpg);
text-indent:-9999px;
}
#rightBar {
width:600px;
height:auto;
margin-top:100px;
float:right;
}
#homeFlash {
width:600px;
height:300px;
background-color:#C7CCD6;
margin-top:10px;
}
#textBox {
width:580px;
height:auto;
margin:auto;
clear:both;
margin-top:5px;
padding:5px;
}
#textBoxSecondary {
width:800px;
height:auto;
margin:auto;
clear:both;
margin-top:5px;
padding:5px;
}
#TitleTSEAdvantage {
width:278px;
height:61px;
background-image:url(../images/title_TSEAdvantage.jpg);
background-repeat:no-repeat;
text-indent:-9999px;
}
#TitleTechNote {
width:209px;
height:61px;
background-image:url(../images/title_TechNote.jpg);
background-repeat:no-repeat;
text-indent:-9999px;
}
#TitleProducts {
width:169px;
height:61px;
background-image:url(../images/title_Products.jpg);
background-repeat:no-repeat;
text-indent:-9999px;
}
#TitleProjects {
width:395px;
height:61px;
background-image:url(../images/title_ProjectsCustomers.jpg);
background-repeat:no-repeat;
text-indent:-9999px;
}
#TitleContact {
width:209px;
height:61px;
background-image:url(../images/title_ContactUs.jpg);
background-repeat:no-repeat;
text-indent:-9999px;
}
#TitleContractManufacturing {
width:445px;
height:61px;
background-image:url(../images/title_ContractManufacturing.jpg);
background-repeat:no-repeat;
text-indent:-9999px;
}
#TitleCustomEMIFilters {
width:345px;
height:61px;
background-image:url(../images/titleCustomEMIFilters.jpg);
background-repeat:no-repeat;
text-indent:-9999px;
}
#TitlePowerDistributionUnits {
width:431px;
height:61px;
background-image:url(../images/titlePowerDistUnits.jpg);
background-repeat:no-repeat;
text-indent:-9999px;
}
#TitleFilteredTerminalBlocks {
width:435px;
height:61px;
background-image:url(../images/titleFilteredTerminalBlocks.jpg);
background-repeat:no-repeat;
text-indent:-9999px;
}
#TitleTelecomPowerFilters {
width:397px;
height:61px;
background-image:url(../images/titleTelecomPowerFilters.jpg);
background-repeat:no-repeat;
text-indent:-9999px;
}
#TitleConverterFilters {
width:303px;
height:61px;
background-image:url(../images/titleConverterFilters.jpg);
background-repeat:no-repeat;
text-indent:-9999px;
}
#TitleFilteredNetworkAssemblies {
width:767px;
height:61px;
background-image:url(../images/titleFilNetworkAssemblies.jpg);
background-repeat:no-repeat;
text-indent:-9999px;
}
#TitleHighCurrentCapacitors {
width:638px;
height:61px;
background-image:url(../images/titleHighCurrentCapacitors.jpg);
background-repeat:no-repeat;
text-indent:-9999px;
}
#TitleMiniFilters {
width:647px;
height:61px;
background-image:url(../images/titleMiniFilters.jpg);
background-repeat:no-repeat;
text-indent:-9999px;
}
#TitleCustomHighVoltageSuppressors {
width:616px;
height:61px;
background-image:url(../images/titleCustomHighVoltage.jpg);
background-repeat:no-repeat;
text-indent:-9999px;
}
.img_text_Left {
text-align:left;
}
.img_text_Right {
text-align:right;
}
.img_text_Center {
text-align:center;
}
.imgFloatLeft {
float:left;
margin-right:5px;
}
.imgFloatRight {
float:right;
margin-right:5px;
}
#set_of_links {	
width:100%;
height:100%;
position:relative;
padding:9px;
background:#fff;
margin-bottom:95px;
}
#set_of_links a {
display:inline;
padding:2px 9px 2px 9px;
text-decoration:underline;
}
#set_of_links a:hover {
text-decoration:none;
}
#set_of_links a span {
display:none;
}
#set_of_links a:hover span {
display:inline;
position:absolute;
top:-50px;
left:315px;
padding:5px 15px 5px 0;
}
#set_of_links ul {
list-style-type:disc;
margin:0;
padding:0;
}
#set_of_links li {
list-style-type:disc;
list-style-position: outside;
padding-left: 0px;
margin-left: 8px;
margin-bottom:3px;
}
#set_of_links ul ul li {
list-style-type:disc;
list-style-position:outside;
padding-left: 0px;
margin-left: 15px;
margin-bottom:3px;
}
.downloadBrochure {
width:280px;
height:20px;
padding:5px;
margin-bottom:10px;
font-weight:bold;
font-size:105%;
text-align:center;
background-color:#000;
clear:both;
}
.downloadBrochure a:link {
	color:#C6D9FF;
	text-decoration: underline;
}
.downloadBrochure a:visited {
	text-decoration: underline;
	color: #C6D9FF;
}
.downloadBrochure a:hover {
	text-decoration: none;
	color: #FFF;
}
.downloadBrochure a:active {
	text-decoration: underline;
	color: #FFF;
}
.ProductPopUp {
width:495px;
height:auto;
font-size:85%;
margin-left:5px;
}
#CustomEMIFilters {
width:320px;
height:auto;
float:right;
}
.ProductsSpecsList {
width:235px;
height:auto;
float:right;
}
#Converter {
width:290px;
height:auto;
float:right;
}
#DConnectors {
width:275px;
height:auto;
float:right;
}
.productSpecs ul{
list-style-type:disc;
float:right;
}
.filteredTBAMPS {
width:250px;
height:auto;
padding:5px;
border:1px solid #000;
margin-left:10px;
}
#footer {
font-size:75%;
width:850px;
height:40px;
background-color:#495D8A;
color:#FFF;
border-top:#C7CCD6 1px solid;
clear:both;
}
#footer a:link {
	color: #FFF;
	text-decoration: underline;
}
#footer a:visited {
	text-decoration: underline;
	color: #FFF;
}
#footer a:hover {
	text-decoration: none;
	color: #FFF;
}
#footer a:active {
	text-decoration: underline;
	color: #FFF;
}
.footerMargin {
width:100%;
float:left;
padding:5px 5px 0 10px;
}