@charset "utf-8";
/* CSS Document */

/*

* {margin: 0; padding: 0;}
#container {height: 100%; overflow: hidden;}
#body {float: left; width: 100%; padding-bottom: 2000px; margin-bottom: -2000px;}
#inside {margin-left: 150px; margin-right: 200px; padding-bottom: 2000px; margin-bottom: -2000px;}
#side1 {float: left; width: 150px; margin-left: -100%; padding-bottom: 2000px; margin-bottom: -2000px;}
#side2 {float: left; width: 200px; margin-left: -200px; padding-bottom: 2000px; margin-bottom: -2000px;}

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif; 
	border:0;
	outline:0;
}

html, body { height:100%; }

BODY {
	background-color:#fff;
	background-image:url(images/bg_body_behind.jpg);
	background-repeat:repeat;
	background-position:top center;
	text-align:center; 
	padding:0; 
	margin:0;
	min-width:1020px; 
}
	
BODY, TD, h1, h2, h3, h4, h5, p, div {
	color:#000;
	/* color:#939598; */
}

BODY, TD, p, div {
	font-size:12px; 
	line-height:18px; 
}


P, UL, OL {
	margin-bottom:15px;
}

UL, OL {
	margin-left:25px;
}


A {
	color:#5087c7;
	text-decoration:none;
}

A:hover {
	color:#939598;
	text-decoration:underline;
}


h1 {
	font-size:18px;
	margin-bottom:15px;
}

h2 {
	font-size:20px;
	margin-bottom:5px;
}

h3 {
	font-size:16px;
	margin-bottom:5px;
}

h4 {
	font-size:14px;
	margin-bottom:5px;
}

UL {
	margin-left:15px;
}

UL.strong_list LI, UL.list_strong LI {
	font-weight:bold;
}

LI {
	list-style:none;
}

UL UL {
	margin-bottom:0;
	margin-left:20px;
}

.clear {
	clear:both;
}

/************************* layout styles *********************************/

#container {
	background-image:url(images/bg_body.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	text-align:center; 
}
	
#main {
	text-align:left; 
	width:1020px; 
	min-width:1020px; 
	margin:0 auto;
	padding:0;
	/* overflow:hidden; */
}

#header {
	padding-top:30px;
	height:116px;
	width:1020px;
}

#content {
	padding:10px 10px;
	background-image:url(images/bg_content.png);
	background-repeat:repeat-y;
}

#btm_img {
	background-image:url(images/bg_content.png);
	background-repeat:repeat-y;
	padding:10px 0px;
	min-height:50px;
}

#footer {
	color:#fff;
	padding:100px 20px 20px;
	font-size:11px;
	background-image:url(images/bg_footer.png);
	background-repeat:no-repeat;
	height:100px;
	text-align:center;
}

#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
	text-decoration:underline;
}

#home_ask, #home_ask a, #home_ask a:hover {
	color:#f8981d;
	font-weight:bold;
	font-size:13px;
}
#home_left {
	width:680px;
	float:left;
	height:500px;
}
#home_right {
	float:right;
	width:310px;
	height:520px;
	background-image:url(images/bg_home_right.jpg);
	background-repeat:no-repeat;
	padding-top:55px;
	padding-left:10px;
}

#sub_left {
	float:left;
	width:200px;
}
#sub_mid {
	float:left;
	width:590px;
	padding-top:37px;
	padding-left:8px;
	padding-right:10px;
	/*
	padding-bottom: 3000px; 
	margin-bottom: -3000px;
	*/
}
#sub_mid_content {
	padding:10px 50px 0px 50px;
}
#sub_mid_ind {
	float:left;
	width:775px; /* have up to 817 total width to use */
	padding-top:5px;
	padding-left:28px;
	padding-right:10px;
}

#sub_mid_ind_content {
	padding:0px 200px 0px 30px;
}

#sub_mid h1 {
	color:#939598;
	font-size:28px;
	line-height:22px;
	border-bottom:1px solid #b6b7ba;
	margin-bottom:25px;
}

#sub_mid h2, #sub_mid_ind h2 {
	color:#939598;
	font-size:24px;
	line-height:28px;
	font-weight:normal;
	margin-bottom:15px;
}

#sub_mid h3, #sub_mid_ind_content h5 {
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	text-align:center;
	color:#f8981d;
}

#sub_mid h4, #sub_mid_ind h3, #sub_mid_ind h4 {
	color:#939598;
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
}

#sub_mid_ind h1 {
	color:#939598;
	font-size:28px;
	font-weight:normal;
} 
#sub_right {
	float:right;
	width:175px;
	height:550px;
	background-image:url(images/bg_subs_right.jpg);
	background-repeat:no-repeat;
	padding-top:64px;
	padding-bottom:10px;
	margin-right:8px;
}

.wwd_btn_click {
	padding-top:5px;
	padding-bottom:15px;
	text-align:center;
}

.tests {
	font-weight:bold;
	font-style:italic;
	font-size:14px;
}

.stranding {
	color:#3c6797;
	font-weight:bold;
}
.img_stranding {
	padding-top:5px;
	padding-bottom:20px;
}
.linkSel {
	color:#666666;
	font-weight:bold;
}

.artTitle {
	text-decoration:underline;
}

UL.ul_bulls LI {
	margin-left:15px;
	list-style:disc;
}

#sub_mid h3.sales_reps_head {
	margin-bottom:15px;
	text-align:left;
}

#sub_mid h3.sales_reps_subhead {
	text-align:left;
	color:#0066a4;
	font-size:16px;
	line-height:19px;
	margin-bottom:0px;
}

.required {
	color:#ef4130;
	font-size:11px;
}

.star {
	color:#ef4130;
	font-size:14px;
}

#glossTbl TD {
	border:1px solid #ccc;
	text-align:center;
	padding:2px;
}

#container-1 DIV {
	padding-bottom:10px;
}



/*  *******************************  navigation ************************** */

#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	width:1020px;;
	height:48px;
}
	
#nav UL {
	padding:0;
	margin:0;
}

#nav li {
	float:left;
	margin: 0; 
	padding: 0;
	list-style: none;
	display: block;
	height:48px;
	overflow:hidden;
	}

#nav a {
	float:left;
	padding: 48px 0 0 0px;
	overflow: hidden;
	height: 0px !important; 
	height /**/:48px; /* for IE5/Win only */
	width:200px;
	}
	
#nav a:hover, #nav a:active, #nav a.selected {
	background-position: 0 -48px; /* -78px; */
}

#twhat-we-do a  {
	background: url(images/nav_what_we_do.jpg) top left no-repeat;
	width:113px;
	}
#twhat-we-make a  {
	background: url(images/nav_what_we_make.jpg) top left no-repeat;
	width:123px;
	}
#tmaterials-we-use a  {
	background: url(images/nav_materials_we_use.jpg) top left no-repeat;
	width:138px;
	}
#tengineering-resources a  {
	background: url(images/nav_engineering_resources.jpg) top left no-repeat;
	width:171px;
	}
#tquality a  {
	background: url(images/nav_quality.jpg) top left no-repeat;
	width:77px;
	}
#tfaqs a  {
	background: url(images/nav_faqs.jpg) top left no-repeat;
	width:68px;
	}
#tcontact-us a  {
	background: url(images/nav_contact_us.jpg) top left no-repeat;
	width:100px;
	}


/* HOME INDUSTRIES NAV */


#indnav_home {
	margin: 0 2px 0px 2px;
	padding: 0;
	display: block;
}
	
#indnav_home UL {
	padding:0;
	margin:0;
}

#indnav_home li {
	float:left;
	margin: 0; 
	padding: 1px 0 0;
	list-style: none;
	display: block;
	height:73px;
	overflow:hidden;
	}

#indnav_home a {
	float:left;
	padding: 73px 0 0 0px;
	overflow: hidden;
	height: 0px !important; 
	height /**/:73px; /* for IE5/Win only */
	width:147px;
	}
	
#indnav_home a:hover, #indnav_home a:active, #indnav_home a.selected {
	background-position: 0 -73px; /* -78px; */
}

#hmedical a  {
	background: url(images/indnav_home_medical.jpg) top left no-repeat;
	}
#haerospace a  {
	background: url(images/indnav_home_aerospace.jpg) top left no-repeat;
	}
#hsensors a  {
	background: url(images/indnav_home_sensors.jpg) top left no-repeat;
	}
#haudio a  {
	background: url(images/indnav_home_audio.jpg) top left no-repeat;
	}
#huniversities a  {
	background: url(images/indnav_home_universities.jpg) top left no-repeat;
	}
#hdistributors a  {
	background: url(images/indnav_home_distributors.jpg) top left no-repeat;
	}

#hrobotics a  {
	background: url(images/indnav_home_robotics.jpg) top left no-repeat;
	}
#hmilitary a  {
	background: url(images/indnav_home_military.jpg) top left no-repeat;
	}
#htest a  {
	background: url(images/indnav_home_test.jpg) top left no-repeat;
	}
#hcommunication a  {
	background: url(images/indnav_home_communication.jpg) top left no-repeat;
	}
#hcable a  {
	background: url(images/indnav_home_cable.jpg) top left no-repeat;
	}
#hother a  {
	background: url(images/indnav_home_other.jpg) top left no-repeat;
	}

/* Subs INDUSTRIES NAV */

#indnav_sub {
	margin: 0 2px 0px 2px;
	padding: 0;
	display: block;
}
	
#indnav_sub UL {
	padding:0;
	margin:0;
}

#indnav_sub li {
	float:right;
	margin: 0; 
	padding: 0px 5px 0 0;
	list-style: none;
	display: block;
	height:42px;
	overflow:hidden;
	}

#indnav_sub a {
	float:left;
	padding: 42px 0 0 0px;
	overflow: hidden;
	height: 0px !important; 
	height /**/:42px; /* for IE5/Win only */
	width:147px;
	}
	
#indnav_sub a:hover, #indnav_sub a:active, #indnav_sub a.selected {
	background-position: 0 -44px; /* -78px; */
}

#smedical a  {
	background: url(images/indnav_sub_medical.jpg) top left no-repeat;
	}
#saerospace a  {
	background: url(images/indnav_sub_aerospace.jpg) top left no-repeat;
	}
#ssensors a  {
	background: url(images/indnav_sub_sensors.jpg) top left no-repeat;
	}
#saudio a  {
	background: url(images/indnav_sub_audio.jpg) top left no-repeat;
	}
#suniversities a  {
	background: url(images/indnav_sub_universities.jpg) top left no-repeat;
	}
#sdistributors a  {
	background: url(images/indnav_sub_distributors.jpg) top left no-repeat;
	}

#srobotics a  {
	background: url(images/indnav_sub_robotics.jpg) top left no-repeat;
	}
#smilitary a  {
	background: url(images/indnav_sub_military.jpg) top left no-repeat;
	}
#stest a  {
	background: url(images/indnav_sub_test.jpg) top left no-repeat;
	}
#scommunication a  {
	background: url(images/indnav_sub_communication.jpg) top left no-repeat;
	}
#scable a  {
	background: url(images/indnav_sub_cable.jpg) top left no-repeat;
	}
#sother a  {
	background: url(images/indnav_sub_other.jpg) top left no-repeat;
	}


/* LEFT NAV HERE */

#subnav {
	margin: 0;
	padding: 0;
	display: block;
}
	
#subnav UL {
	padding:0;
	margin:0;
}

#subnav li {
	float:right;
	margin: 0; 
	padding: 0px 2px 0 0;
	list-style: none;
	display: block;
	height:20px;
	overflow:hidden;
	}

#subnav a {
	float:left;
	padding: 20px 0 0 0px;
	overflow: hidden;
	height: 0px !important; 
	height /**/:20px; /* for IE5/Win only */
	width:198px;
	}
	
#subnav a:hover, #subnav a:active, #subnav a.selected {
	background-position: 0 -20px; /* -78px; */
}

#l_wwd_overview a  {	background: url(images/subnav_wwd_overview.jpg) top left no-repeat; }
#l_wwd_design a  {	background: url(images/subnav_wwd_design.jpg) top left no-repeat; }
#l_wwd_prototypes a  {	background: url(images/subnav_wwd_prototypes.jpg) top left no-repeat; }
#l_wwd_custom a  {	background: url(images/subnav_wwd_custom.jpg) top left no-repeat; }
#l_wwd_short a  {	background: url(images/subnav_wwd_short.jpg) top left no-repeat; }
#l_wwd_startups a  {	background: url(images/subnav_wwd_startups.jpg) top left no-repeat; }
#l_wwd_testimonials a  {	background: url(images/subnav_wwd_testimonials.jpg) top left no-repeat; }
#l_wwd_casestudies a  {	background: url(images/subnav_wwd_casestudies.jpg) top left no-repeat; }
#l_wwd_additional a  {	background: url(images/subnav_wwd_additional.jpg) top left no-repeat; }

#l_wwm_challenge a  {	background: url(images/subnav_wwm_challenge.jpg) top left no-repeat; }
#l_wwm_flexible a  {	background: url(images/subnav_wwm_flexible.jpg) top left no-repeat; }
#l_wwm_hightemperature a  {	background: url(images/subnav_wwm_hightemperature.jpg) top left no-repeat; }
#l_wwm_highvoltage a  {	background: url(images/subnav_wwm_highvoltage.jpg) top left no-repeat; }
#l_wwm_multiconductor a  {	background: url(images/subnav_wwm_multiconductor.jpg) top left no-repeat; }
#l_wwm_medical a  {	background: url(images/subnav_wwm_medical.jpg) top left no-repeat; }
#l_wwm_aerospace a  {	background: url(images/subnav_wwm_aerospace.jpg) top left no-repeat; }
#l_wwm_coextrusion a  {	background: url(images/subnav_wwm_coextrusion.jpg) top left no-repeat; }
#l_wwm_extruded a  {	background: url(images/subnav_wwm_extruded.jpg) top left no-repeat; }
#l_wwm_milspec a  {	background: url(images/subnav_wwm_milspec.jpg) top left no-repeat; }

#l_mat_conductor a  {	background: url(images/subnav_mat_conductor.jpg) top left no-repeat; }
#l_mat_insulating a  {	background: url(images/subnav_mat_insulating.jpg) top left no-repeat; }
#l_mat_shielding a  {	background: url(images/subnav_mat_shielding.jpg) top left no-repeat; }
#l_mat_nonelectrical a  {	background: url(images/subnav_mat_nonelectrical.jpg) top left no-repeat; }

#l_eng_ask a  {	background: url(images/subnav_eng_ask.jpg) top left no-repeat; }
#l_eng_conductors a  {	background: url(images/subnav_eng_conductors.jpg) top left no-repeat; }
#l_eng_insulating a  {	background: url(images/subnav_eng_insulating.jpg) top left no-repeat; }
#l_eng_conductor_stranding a  {	background: url(images/subnav_eng_conductor_stranding.jpg) top left no-repeat; }
#l_eng_shielding a  {	background: url(images/subnav_eng_shielding.jpg) top left no-repeat; }
#l_eng_calmont_flexibility a  {	background: url(images/subnav_eng_calmont_flexibility.jpg) top left no-repeat; }
#l_eng_color a  {	background: url(images/subnav_eng_color.jpg) top left no-repeat; }
#l_eng_wire_gauge a  {	background: url(images/subnav_eng_wire_gauge.jpg) top left no-repeat; }
#l_eng_technical a  {	background: url(images/subnav_eng_technical.jpg) top left no-repeat; }
#l_eng_wire_reviews a  {	background: url(images/subnav_eng_wire_reviews.jpg) top left no-repeat; }
#l_eng_glossary a  {	background: url(images/subnav_eng_glossary.jpg) top left no-repeat; }
#l_eng_links a  {	background: url(images/subnav_eng_links.jpg) top left no-repeat; }

#l_qua_calmont a  {	background: url(images/subnav_qua_calmont.jpg) top left no-repeat; }
#l_qua_iso a  {	background: url(images/subnav_qua_iso.jpg) top left no-repeat; }
#l_qua_testing a  {	background: url(images/subnav_qua_testing.jpg) top left no-repeat; }
#l_qua_rohs a  {	background: url(images/subnav_qua_rohs.jpg) top left no-repeat; }

#l_con_submit_form a  {	background: url(images/subnav_con_submit_form.jpg) top left no-repeat; }
#l_con_ask a  {	background: url(images/subnav_eng_ask.jpg) top left no-repeat; }
#l_con_sales_reps a  {	background: url(images/subnav_con_sales_reps.jpg) top left no-repeat; }
#l_con_reviews a  {	background: url(images/subnav_eng_wire_reviews.jpg) top left no-repeat; }
#l_con_101 a  {	background: url(images/subnav_con_101.jpg) top left no-repeat; }
#l_con_university a  {	background: url(images/subnav_con_university.jpg) top left no-repeat; }
#l_con_employment a  {	background: url(images/subnav_con_employment.jpg) top left no-repeat; }
#l_con_directions a  {	background: url(images/subnav_con_directions.jpg) top left no-repeat; }
#l_con_credit a  {	background: url(images/subnav_con_credit.jpg) top left no-repeat; }
#l_con_news a  {	background: url(images/subnav_con_news.jpg) top left no-repeat; }

#l_abt_story a  {	background: url(images/subnav_abt_story.jpg) top left no-repeat; }
#l_abt_mission a  {	background: url(images/subnav_abt_mission.jpg) top left no-repeat; }
#l_abt_sales_reps a  {	background: url(images/subnav_abt_sales_reps.jpg) top left no-repeat; }
#l_abt_testimonials a  {	background: url(images/subnav_abt_testimonials.jpg) top left no-repeat; }
#l_abt_iso a  {	background: url(images/subnav_abt_iso.jpg) top left no-repeat; }
#l_abt_wob a  {	background: url(images/subnav_abt_wob.jpg) top left no-repeat; }


li#l_wwd_prototypes, li#l_wwd_additional, li#l_mat_insulating, li#l_con_101, li#l_con_employment {
	height:40px;
}
#l_wwd_prototypes a, #l_wwd_additional a, #l_mat_insulating a, #l_con_101 a, #l_con_employment a  {	
	padding: 40px 0 0 0px;
	height /**/:40px; /* for IE5/Win only */
}
#l_wwd_prototypes a:hover, #l_wwd_prototypes a:active, #l_wwd_prototypes a.selected,
#l_wwd_additional a:hover, #l_wwd_additional a:active, #l_wwd_additional a.selected,
#l_mat_insulating a:hover, #l_mat_insulating a:active, #l_mat_insulating a.selected,
#l_con_101 a:hover, #l_con_101 a:active, #l_con_101 a.selected,
#l_con_employment a:hover, #l_con_employment a:active, #l_con_employment a.selected
{
	background-position: 0 -40px; /* -78px; */
}

#nav li.li_search {
	background-image:url(images/nav_search.png); 
	background-repeat:no-repeat; 
	width:175px; 
	height:48px;
	padding-top:17px; 
	padding-left:35px;
}

.searchTxt {
	width:130px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:11px;
	border:0px;
	outline:0px;
	padding:0;
	color:#939598;
	height:13px;
}



/* ******************************* CONTENT HERE ******************************** */







/* ******************************* CONTACT FORM STYLES ********************************** */
/* CONTACT FORM STYLES */

#contactForm TD{
	padding:5px 5px 0px;
	vertical-align:top;

}

#contactForm DIV.form_other {
	padding-left:15px;
	padding-bottom:10px;
}

SELECT {
	width:200px;
	color:#333;
}
.txtField {
	width:200px;
	font-size:13px;
	height:22px;
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
}
.txtOther {
	width:150px;
	font-size:13px;
	height:22px;
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
}


.txtArea {
	width:200px;
	font-size:13px;
	height:100px;
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
}

.submitBtn {
	background-image:url(images/btn_submit.jpg);
	background-repeat:no-repeat;
	border:0;
	cursor:pointer;
	width:112px;
	height:42px;
}

.contactBtm, a.contactBtm {
	font-size:14px;
	font-weight:bold;
	color:#999;
	text-decoration:none;
}

a.contactBtm:hover {
	color:#666;
	text-decoration:underline;
}

/* site map */

UL.sitemap LI {
	padding:2px 0px;
}

