/*----HTML Structural Elements--------------------------------------------------*/
  
  html{
    background:#E3E2E2;
    /*background MUST be the same as the body tag's background in XHTML*/
    height:100%;
  }
  
  body{
/*    background:#E3E2E2 url(images/bgBody.jpg) repeat; */
    background:#E3E2E2;
    padding:0px;
    height:100%;
    margin:0px;
    font:74.5%/150% Verdana, Arial, Helvetica, sans-serif;
    text-align:center;
  }

  sup{
	font-size:8px;  
  }
  
  h1{
    font-size:1.5em;
    margin:0;
    padding:8px 0 0 0;
  }
	
  h2{
    font:bold 1.8em/125% Arial,Verdana,sans-serif;
	border-bottom:0px solid #aaa;
    color:#A0A057;
    margin:0 0 0 0;
    padding:10px 0 0 0;
  }
  
  h2.subHeadTitle{
  	color:#A0A057;
	font-size:1.8em;
	font-family:Arial;
  	margin:0 0 0 0;
	padding:10px 0 0 0px;
  }
  
  p.subHeadTag{
    color:#A0A057;
	font-size:1.3em;
	font-family:Arial;
	font-weight:bold;
  	margin:-5px 0 0 0;
	padding:0 0 0 0px;
  }
  
  h3{
    font-size:1.0em;
    margin:5px 0 0 0;
    padding:10px 0 0 0;
    color:#263F5C;
  }
  
  h4{
  	font-face:Arial,verdana,sans-serif;
    font-size:.9em;
    margin:0;
    padding:0 0 0 0;
    color:#444;
  }
  
  h4#sideBarTitle{
  	margin:5px 0 5px 10px;
	padding:0;
  }
  
  h5{
    font-size:1.1em;
    font-weight:normal;
    color:#76736D;
    margin:1px;
    padding:0;
  }
  
  p{
    font-size:1em;
    line-height:160%;
    margin:0 0 10px 0;
    padding:7px 0 0 0;
  }

  p.address{
    font-size:1em;
    line-height:160%;
    margin:30px 0 30px 50px;
    padding:7px 0 0 0;
  }
  
  acronym,
  abbr{
    cursor:help;
  }
	
  a{
    color:#930;
  }	
	
  a:hover{
    color:#cc0000;
  }
    
  a.linkButton{
    font-size:.85em;
    width: 14em;
    margin:0 0 0 8px;
    padding:1px 7px;
    text-decoration: underline;
    display:block;
    border:1px solid #666;
    border-left:1px solid #ccc;
    border-top:1px solid #ccc;
    background:#fff url(images/bgButton.gif) repeat-x left bottom;
    text-align:center;
    text-decoration:none;
    color:#000066;
  }
    
  a.linkButton:hover{
    border-right:1px solid #000;
    border-bottom:1px solid #000;
    background:#fff url(images/bgButtonOver.gif) repeat-x left bottom;
    text-decoration:none;
    color:#990000;
    cursor:pointer;
  }
  
  .address{
	margin:10px 0 0 13px;
    font-size:.8em;
    line-height:1.5em;
    font-style:normal;
    color:#4B6581;
  }
  
  /**----Blockquote Styles------------------------------------------------------*/
  
    blockquote{
      margin:10px 20px;
      padding:0;
      border:1px dotted #ccc;
    }
    
    blockquote p{
      margin:15px 25px 0 25px;
      font-style:italic;
    }
    
    blockquote div.citationSource{
      margin:0 0 15px 30px;
      padding-left:10px;
      background:url(images/bgNavBullet.gif) no-repeat 0 6px;
      font-weight:bold;
      color:#969696;
    }
  
  /**/
  
  /**----Unordered List Styles--------------------------------------------------*/
  
    ul{
      margin:0 0 15px 35px;
      padding:0;
      font-size:1.1em;
    }
    
    ul li{
      margin:5px 0 5px 0;
      padding:0;
      line-height:120%;
	  font-size:.9em;
    }
    
    ul li ul{
      margin:5px 0 5px 30px;
      font-size:1em;
    }
    
  
  /**/
	
  /**---Definition List Styles--------------------------------------------------*/
		
    dl{
      margin:10px 0 18px 20px;
      padding:0;
      width:450px;
      clear:both;
      float:left;
      font-size:.8em;
    }
		
    dl dt{
      font-size:1em;
      margin:0 0 1px 0;
      padding:0;
      font-weight:bold;
    }
		
    dl dd{
      margin:0 0 3px 10px;
      padding:0;
      line-height:150%;
    }
    
  /**/

  /**---Table Styles------------------------------------------------------------*/	
		
    table{
      background-color:#ffffff;
      border:1px solid #5E749E;
      margin:10px 0 18px 0;
      font-size:1em;
      width:98%;
      color:#4565A2;
    }
		
    table tbody tr th,
    table tbody tr td{
      text-align:left;
      vertical-align:top;
      padding:5px 3px 5px 5px;
/*      border-right:1px solid #5E749E;*/
    }
		
    table thead tr th{
      background:#C0CAD5;
      color:#13273F;
      border-right:1px solid #5E749E;
      padding:5px 3px 5px 5px;
    }
			
    table th label{
      display:block;
    }
		
    table tbody tr.even td,
    table tbody tr.even th{
      background-color:#EAEFF4;
    }
		
    table td input,
    table td select,
    table td textarea{
      font-size: 1em;
    }
    
    table tfoot th,
    table tfoot td{
      border:none;
      border-top:1px solid #5E749E;
      border-right:1px solid #5E749E;
      color:#660000;
      font-weight:bold;
      padding:5px;
    }

  /**/


/**/

/*----Page Structural Elements/Wraps--------------------------------------------*/
	
  .parentWrap{
    background:#fff;
    width:924px;
    min-height:100%;
    margin:0 auto;
    padding:0;
    text-align:left;
    color:#333333;
    position:relative;
	border-left:1px solid #999;
	border-right:1px solid #999;

  }
  
  .contentWrap{
    float:left;
    display:inline;
    clear:both;
    width:100%;
    margin:3px 0 10px 0px;
    position:relative;
  }
	
  .contentSection{
    float:left;
    display:inline;
    width:100%;
    margin:0 0 6px 0;
    padding:15px 0 0 0;
    border-top:1px solid #ccc;
  }
  
.col1 {
	margin-left:20px;
	margin-top:5px;
	float:left;
	position:relative;
	background:#fff;
	width:618px;
}

.col2 {
	float:right;
	position:relative;
	background:#fff url(images/bgHomeNews.jpg) repeat-x;
	border-left:1px dashed #ccc;
	min-height:311px;
	width:240px;
	margin:0 3px 0 0;
	padding:5px;
}
  
  
.col2 ul {
	margin:0 0 0 24px;
	padding:0;
	font-size:.9em;
}

.col2 ul li {
	margin:0 0 8px 0;
	padding:0;
	line-height:14px;
}

.col2 ul li a {
	text-decoration:none;
}

.col2 ul li a:hover {
	text-decoration:none;
}

.col2 p#moreNews{
	margin:-7px 0 0 23px;
	padding:0;
}

a.smallBlue{
	font-size:.8em;
	color:#4D85B1;
	text-decoration:none;
	margin:0;
	padding:0;
}

a:hover.smallBlue{
	color:#28608C;
}
  
/**/	

/*----Header Section------------------------------------------------------------*/
	
  .header {
  	width: 918px;
	height: 90px;
	margin:0px 3px 3px 3px;
	padding:0;
	z-index:1;
  }
  
  #logo{
	border:0;
	margin:0;
    float:left;
	z-index:2;
  }
  
  .headerImage{
  	position:relative;
	display:inline;
	float:left;
  	background:#fff url(images/bgHome.jpg) no-repeat;
	height:250px;
	width:918px;
	margin:3px 0 0 3px;
	padding:0;
  }
/**/

/*----Nav Section---------------------------------------------------------------*/

  a.aSkipNav{
    position: absolute;
    left: -1000em; 
    width: 20em;
  }
  
  /**----Main Nav Section-------------------------------------------------------*/

    .nav {
      float:left;
      display:inline;
      clear:both;
	  margin:0 0 0 3px;
      padding:0;
      background:#4D85B1;
	  width:918px;
	  height:30px;
	  z-index:0;
    }

    .ddNav {
      float:left;
      display:inline;
      clear:both;
	  margin:0 0 0 3px;
      padding:0;
      background:#4D85B1;
	  width:918px;
	  height:30px;
	  z-index:0;
    }
    
    .nav ul{
      float:left;
      display:inline;
      width:100%;
      margin:0;
      padding:0;
      list-style: none;
      clear:both;
    }
    
    .nav ul li {
      float:left;
      display:inline;
      padding:0;
      margin:1px 0 0 0;
      width:auto;
	  font-size:1em;
    }
    
    .nav ul li.first a{
      margin-left:0px;
    }
    
    .nav ul li a {
      display:block;
      border-right: 1px solid #96B2D2;
      padding:8px 16px 7px 16px;
      margin:0;
      color:#fff;
      text-decoration: none;
      text-align:center;
      font-family: arial, verdana, sans-serif;
      font-size:1em;
      font-weight:bold;
      line-height:1em;
    }
    
    .nav ul li a:hover{
	  background:#96B2D2;
    }
    
    .nav ul li#activePage a{
      color:#000;
      background: #fff;
    }
    
    .nav a:active{
      background: #fff;
    }
    
    .nav ul li#active a{
      background: #EEEEEE;
      border-bottom: 1px solid #AFB0B0;
    }
    


	ul#navd {
		display:inline;
		float:left;
		margin:0;
		padding:0;
	}
	
	#navd ul {
		padding: 0;
		margin: 0;
		display: inline;
		z-index:1;
	}
	
	#navd li {
      	list-style-type: none;
		float:left;
		display:inline;
		padding:0;
		margin:1px 0 0 0;
		font-size:1em;
	}

	#navd li#activeSection {
		background:#96B2D2;
	}
	
	/*--- This defines the position of the dropdown nav when it is not displayed ---*/
	#navd li ul {
		position: absolute;
		left: -999em;
		background:#96B2D2;
		border:1px solid #4D85B1;
		border-top:none;
	}

	/*--- This defines the background of the dropdown nav ---*/
	#navd li:hover ul, 
	#navd li.sfhover ul {
		left: auto;
		top:123px;
		padding:0;
		width:200px;
	}	

	#navd li a {
		display:block;
		border-right: 1px solid #44769E;
		padding:8px 16px 7px 16px;
		margin:0;
		color:#fff;
		text-decoration: none;
		text-align:center;
		font-family: arial, verdana, sans-serif;
		font-size:1em;
		font-weight:bold;
		line-height:1em;
	}

    #navd li:hover{
		  background:#96B2D2; 
    }

	#navd li ul li a{
		display:inline;
		float:left;
		text-align:left;
		border-right: none;
		width:168px;
		font-size: 11px;
		padding:4px auto 4px 14px;
		margin:0;
	}

	#navd li ul li a:hover{
		background:#4D85B1;
	}

  /**/
  
/**/

/*----Footer Styles-------------------------------------------------------------*/

  .footer{
    text-align:left;
    width:918px;
    font-size:.8em;
    color:#898989;
    margin:0 0 0 3px;
    clear:both;
    border-top:5px solid #4D85B1;
  }
  
  .footer p{
    margin:0 0 0 15px;
    padding:0;
  }
  
  .footer p#copyright{
    padding:10px 0 10px 0;
  }
  
  .footer a {
  	color:#555;
  }
  
  .footer a:hover {
  	color:#000;
  }
  
/**/


.testimonial{
	margin:10px 0 0 3px;
	padding:5px;
	font-size:.9em;
	font-style:italic;
}

.testimonialRef{
	margin:0 0 0px 3px;
	padding:5px;
	font-size:.8em;
	font-style:normal;
}

.contactLink{
	float:right;
	margin:10px 3px 0 0;
	padding:0;
	font-size:.8em;
	line-height:.8em;
}

.contactLink a{
	margin:0;
	padding:0;
	text-decoration:none;
	font-weight:bold;
	color:#A0A057; 
}

/*---- ABOUT US ---------------------------------*/

.colFull{
	position:relative;
	float:left;
	display:inline;
	margin-left:20px;
	margin-top:5px;
	width:660px;
	padding-left:20px;
	min-height:400px;
}

.colWide{
	position:relative;
	float:left;
	display:inline;
	margin-left:15px;
	margin-top:5px;
	width:660px;
	border-left:1px dashed #ccc;
	padding:0 10px 0 10px;
	min-height:400px;
}

.centerColumn{
	position:relative;
	float:left;
	display:inline;
	margin-left:15px;
	margin-top:-2px;
	width:530px;
	border-left:1px dashed #ccc;
	border-right:1px dashed #ccc;
	padding:5px 10px 0 10px;
	min-height:550px;
}


.headerImageSub{
  	position:relative;
	display:inline;
	float:left;
  	background:#4D85B1;
	height:2px;
	width:918px;
	margin:1px 0 0 3px;
	padding:0;

}

.subNav{
	position:relative;
	float:left;
	display:inline;
	width:155px;
	height:100%;
	margin:0 0 0 3px;
	padding:5px;
}

    .subNav ul{
      float:left;
      display:inline;
      width:100%;
      margin:10px 0 0 0px;
      padding:0;
      list-style: none;
      clear:both;
    }
    
    .subNav ul li {
	  position:relative;
      float:left;
      display:inline;
      padding:0 0 14px 12px;
      margin:0;
      width:150px;
	  background:url(images/bArrowBlue.gif) no-repeat;
	  font-size:1em;
    }
	
	.subNav ul li#currentPage{
	  background:url(images/bArrowRed.gif) no-repeat;
	}
    
    .subNav ul li a {
	  position:relative;
      float:left;
      display:inline;
      padding:0 0 0 0;
      margin:0 0 0 0;
      color:#4D85B1;
      text-decoration: none;
      font-family: arial, verdana, sans-serif;
      font-size:.8em;
      font-weight:bold;
	  line-height:12px;
    }
    
    .subNav ul li a:hover{
		color:#263F5C;
    }
	
.servicesHeader{
	width:530px;
	height:160px;
	background:url(images/servicesHeader.jpg) no-repeat;
}

.imgPlaceHolder{
	width:530px;
	height:130px;
	background:#eee;;
}

.servSafety{
	background:url(images/picServSafety.jpg) no-repeat;
}

.servLogistics{
	background:url(images/picServLogistics.jpg) no-repeat;
}

.servSales{
	background:url(images/picServSales.jpg) no-repeat;
}

.servTrade{
	background:url(images/picServTrade.jpg) no-repeat;
}

#techAudio{
	width:530px;
	height:130px;
	background:url(images/picTechAudio.jpg) no-repeat;
}

#techDiecast{
	width:530px;
	height:130px;
	background:url(images/picTechDiecast.jpg) no-repeat;
}

.techEMSAppliance{
	background:url(images/picTechEMSAppliance.jpg) no-repeat;
}

.techEMSMedical{
	background:url(images/picTechEMSMedical.jpg) no-repeat;
}

.techEMSTelecom{
	background:url(images/picTechTelecom.jpg) no-repeat;
}

.techLCD{
	background:url(images/picTechLCD.jpg) no-repeat;
}

.techLED{
	background:url(images/picTechLED.jpg) no-repeat;
}

.techWire{
	background:url(images/picTechWire.jpg) no-repeat;
}

.techPrinting{
	background:url(images/picTechPrinting.jpg) no-repeat;
}

.techMetal{
	background:url(images/picTechMetal.jpg) no-repeat;
}

.techPCB{
	background:url(images/picTechPCB.jpg) no-repeat;
}

.techPower{
	background:url(images/picTechPower.jpg) no-repeat;
}

.hdTechnology{
	background:url(images/picTechnology.jpg) no-repeat;
}

.hdNews{
	background:url(images/picNews.jpg) no-repeat;
}

.rightColumn{
	position:relative;
	float:left;
	display:inline;
	width:166px;
	padding:6px 10px 0 10px;
	margin:-2px 0 0 0;
	background:#fff url(images/bgRightCol.jpg) repeat-x;
	height:550px;
}

.rightColumn p {
	font-size:11px;
	font-family:arial, helvetica,sans-serif;
	margin:0 0 10px 0;
	padding:0;
}

.rightColumn a {
	font-size:11px;
	font-family:arial, helvetica,sans-serif;
}


.callToAction{
	padding:14px;
	background:#fff;
	width:138px;
	margin:0 0 18px 0;
	border:1px dotted #ccc;
}

.insetCopy{
	margin:0 0 0 8px;
}

.leadershipPhoto {
	position:relative;
	float:left;
	display:inline;
	padding:1px;
	margin:5px 10px 0 0;
	border:1px solid #ccc;
}

.prRelease {
	font-style:italic;
	line-height:14px;
	padding:0;
	margin:10px 0 0 0;
}
/*
.prTitle {
	line-height:20px;
	font-size:16px;
	font-weight:bold;
	padding:0;
	margin:0;
	margin:18px 0 0 0;
}
*/
.prSubTitle {
	font-size:15px;
	font-weight:bold;
	padding:0;
	margin:10px 0 10px 0;
}



