@charset "utf-8";
/* CSS Document */
body {
	background-color:#ededed;
}

body,p,h1,h2,h3,h4,ul,li,a,form,img,table {
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
}
#container {
	margin:0 auto;
	width:1000px;
}
.wrapper {
	margin:0 auto;
	width:982px;
}
.header_top_bg {
	margin:0 auto;
	height:107px;
}
.header_top {
	width:982px;
	margin:0 auto;
	height:107px;
	background-color:#ededed;
}
.logo {
	width:334px;
	height:55px;
	float:left;
	display:inline;
	margin-top:25px;
 }
.itma {
	width:71px;
	height:100px;
	/*float:right;*/
	display:inline;
	margin-top:25px;
 }
.top_menu {
	height:34px;
	float:right;
	display:inline;
    margin-top:0px;
}
.clear {
	clear:both;
}
.top_menu_left {  
    float:left;
	width:11px;
	height:34px;
	background-image:url(../images/top_menu_leftbg.jpg);
	background-repeat:no-repeat;
}
.top_menu_mid {
	float:left;
	height:34px;
	background-image:url(../images/top_menu_midbg.jpg);
	background-repeat:repeat-x;
}
.top_menu_container {
}
.top_menu_container ul li {
	list-style:none;
	line-height:34px;
	float:left;
	display:block;
	background-image:url(../images/top_menu_splitter.jpg);
	background-repeat: no-repeat;
	background-position:right center;

}
.top_menu_container ul li a{
	font-size:12px;
	line-height:34px;
	padding-left:15px;
	padding-right:15px;
	color:#ffffff;
	text-decoration:none;
	display:block;
}
.top_menu_container ul li a:hover{
	color:#ebebeb;
}
.top_menu_rht
{
	float:left;
	width:10px;
	height:34px;
	background-image:url(../images/top_menu_rhtbg.jpg);
	background-repeat:no-repeat;
}
.menu_container {
}
.menu_lft {
	float:left;
	width:9px;
	background-image:url(../images/menu_lft_bg.jpg);
	background-repeat:no-repeat;
	height:40px;
}
.menu_mid {
	float:left;
	width:964px;
	background-image:url(../images/menu_mid_bg.jpg);
    height:40px;
}
.menu_rht {
	float:left;
	width:9px;
	background-image:url(../images/menu_rht_bg.jpg);
	background-repeat:no-repeat;
    height:40px;
}
.menu_mid_container {
}
.menu_mid_container ul li {
	list-style:none;
	line-height:40px;
	float:left;
	background-image:url(../images/menu_divider.jpg);
	background-repeat:no-repeat;
	background-position:right center;
}
.menu_mid_container ul li a{
	font-size:12px;
	line-height:40px;
	padding-left:40px;
	padding-right:70px;
	color:#788e9b;
	text-decoration:none;
	display:block;
}
.menu_mid_container ul li a.home{
	font-size:12px;
	line-height:40px;
	padding-left:40px;
	padding-right:70px;
	color:#788e9b;
	text-decoration:none;
	display:block;
}
.menu_mid_container ul li.active a.home:hover{
	
	background-image: url(../images/menu_hover.jpg);
	background-repeat: repeat-x;
	display:block;
	color:#e0e0e0;
	font-size:12px;
	line-height:40px;
	padding-left:40px;
	padding-right:70px;
	text-decoration:none;
}
.menu_mid_container ul li.active a.home{
	
	background-image: url(../images/menu_hover.jpg);
	background-repeat: repeat-x;
	display:block;
	color:#ffffff;
	font-size:12px;
	line-height:40px;
	padding-left:40px;
	padding-right:70px;
	text-decoration:none;
}
.menu_mid_container ul li.active a.products{
	
	background-image: url(../images/menu_hover_pink.jpg);
	background-repeat: repeat-x;
	display:block;
	color:#ffffff;
	font-size:12px;
	line-height:40px;
	padding-left:40px;
	padding-right:70px;
	text-decoration:none;
}
.menu_mid_container ul li.active a.contacts{
	
	background-image: url(../images/menu_hover_green.jpg);
	background-repeat: repeat-x;
	display:block;
	color:#ffffff;
	font-size:12px;
	line-height:40px;
	padding-left:40px;
	padding-right:70px;
	text-decoration:none;
}
.menu_mid_container ul li a.products{
	font-size:12px;
	line-height:40px;
	padding-left:40px;
	padding-right:70px;
	color:#788e9b;
	text-decoration:none;
	display:block;
}
.menu_mid_container ul li a.products:hover{
	
	background-image: url(../images/menu_hover_pink.jpg);
	background-repeat: repeat-x;
	display:block;
	color:#d0d0d0;
	font-size:12px;
	line-height:40px;
	padding-left:40px;
	padding-right:70px;
	text-decoration:none;
}
.menu_mid_container ul li a.contacts{
	font-size:12px;
	line-height:40px;
	padding-left:40px;
	padding-right:70px;
	color:#788e9b;
	text-decoration:none;
	display:block;
}
.menu_mid_container ul li a.contacts:hover{
	
	background-image: url(../images/menu_hover_green.jpg);
	background-repeat: repeat-x;
	display:block;
	color:#e7e7e7;
	font-size:12px;
	line-height:40px;
	padding-left:40px;
	padding-right:70px;
	text-decoration:none;
}
.menu_mid_container ul li a.active{
	color:#F90;
}

.menu_mid_container ul li a span{
	width:14px;
	height:40px;
	background-image:url(../images/menu_arrow.png);
	background-position:center center;
	background-repeat:no-repeat;
	display:block;
	float:left;
	padding-right:8px;
}
.menu_mid_container ul li a:hover span{
	width:14px;
	height:40px;
	background-image:url(../images/menu_arrow1.png);
	background-position:center center;
	background-repeat:no-repeat;
	display:block;
	float:left;
	padding-right:8px;
}
.menu_mid_container ul li.active a span{
	width:14px;
	height:40px;
	background-image:url(../images/menu_arrow1.png);
	background-position:center center;
	background-repeat:no-repeat;
	display:block;
	float:left;
	padding-right:8px;
}
.xpower_banner {
	background-image: url(../images/banner_bg.jpg);
	background-repeat:no-repeat;
	height:287px;
	width:982px;
}
.content_container {
	background-color:#FFF;
	width:982px;
	overflow:hidden;
}
.content_left {
	float:left;
	width:261px;
	margin-left:10px;
	margin-top:10px;
	display:inline;
}
.content_right {
	float:left;
	width:691px;
	display:inline;
	margin-left:20px;
	margin-top:10px;
}
.product_list_top {
	background-image:url(../images/productlist_menu_bar_top.jpg);
	background-repeat:no-repeat;
	width:261px;
	height:70px;
}
.product_list_mid {
	background-image:url(../images/product_list_mid.jpg);
	background-repeat:repeat-x;
	background-color:#f9f9f9;
	width:259px;
	border:1px solid #e7e7e7;
	border-bottom:none;
	border-top:none;
}
.product_list_bot {
	background-image:url(../images/product_list_bottom.jpg);
	width:261px;
	background-repeat:no-repeat;
	height:40px;
}
.product_list_content {
	margin-left:20px;
}
.product_list_content h1 {
	color:#2471a6;
	font-size:12px;
	line-height:20px;
	padding-bottom:10px;
	padding-top:10px;
}
.product_list_content ul li {
	list-style:none;
	background-image: url(../images/arrow_bullet.png);
	background-repeat:no-repeat;
	margin-left:15px;
	background-position:center left;
}
.product_list_content ul li a {
	font-size:11px;
	text-decoration:none;
	color:#3b3b3b;
	padding-left:25px;
	line-height:24px;
}
.welcome_holder {
	width:681px;	float:left;
}
.welcome_content {
	font-size:11px;
	color:#686767;
	text-align:justify;
	margin-right:15px;
	line-height:20px;
}
.total_instrument_container {
	margin-top:10px;
}
.instrument_container {
	float:left;
	width:211px;
	padding-right:10px;
	display:inline;
}
.instrument_top {
	background-repeat:no-repeat;
	width:211px;
	height:33px;
}
.instrument_mid {
	background-image:url(../images/sub_product_mid.jpg);
	background-repeat:repeat-y;
	width:211px;
}
.instrument_img {
	margin:0px auto;
	padding-top:5px;
	width:177px;
	height:76px;
}
.instrument_txt {
	font-size:11px;
	line-height:18px;
	color:#3b3b3b;
	padding:5px 18px 10px 18px;
	text-align:justify;
}
.instrument_mid a {
	background-repeat:no-repeat;
	background-position:right 5px;
	font-size:11px;
	text-decoration:none;
	float:right;
	margin-right:20px;
	padding-right:18px;
	line-height:18px;
}

.instrument_bot {
	background-image:url(../images/sub_product_bot.jpg);
	background-repeat:no-repeat;
	width:211px;
	height:20px;
}
.instrument_top h1 {
	font-size:12px;
	color:#ffffff;
	padding-top:12px;
}
.footer {
	width:982px;
	background-image:url(../images/footer_bg.jpg);
	height:48px;
	font-size:10px;
	color:#393939;
	margin-top:10px;
	font-weight:bold;
}
.footer a {
	text-decoration:none;
	color:#181a1f;
	font-size:10px;
}
.p_product_list_mid {
	background-image:url(../images/p_products_list_mid_bg.jpg);
	background-repeat:repeat-x;
	width:259px;
	min-height:550px;
	height:auto !important;
	height:550px;
	border:1px solid #e7e7e7;
	border-top:none;
}
.products_name h1 {
	font-size:12px;
	color:#186092;
}
.test_instrument_holder {
	margin-top:10px;
}
.test_instrument_top {
	background-image:url(../images/instrument_top.jpg);
	background-repeat:no-repeat;
	width:689px;
	height:44px;
}
.test_instrument_mid {
	background-image:url(../images/instrument_mid.jpg);
	background-repeat:repeat-y;
	width:689px;
}
.test_instrument_bot{
	background-image:url(../images/instrument_bot.jpg);
	background-repeat:no-repeat;
	width:689px;
	height:15px;
}
.test_instrument_img {
	float:left;
	width:225px;
	height:180px;
	background-image:url(../images/test_instrument_img.jpg);
	background-repeat:no-repeat;
	margin-left:12px;
}
.test_instrument_img_pad {
	margin-top:3px;
	margin-left:5px;
	display:block;
}
.test_instrument_sub_head {
	font-size:12px;
	font-weight:bold;
	color:#f49024;
	line-height:30px;
	margin-left:15px;
}
.test_instrument_top h1 {
	font-size:12px;
	color:#ffffff;
	padding-top:5px;
	padding-left:15px;
}
.test_instr_desc {
	width:420px;
	float:left;
	margin-left:15px;
}
.test_instr_desc ul li {
	background-image:url(../images/list_blue_arrow.jpg);
	background-repeat:no-repeat;
	background-position: left 6px;;
	list-style:none;
	color:#3b3b3b;
	font-size:11px;
	padding-left:14px;
	padding-bottom:3px;
	padding-right:10px;
	line-height:24px;
}
.test_instr_desc ol li {
	list-style: lower-roman;
	color:#3b3b3b;
	font-size:11px;
	line-height:20px;
	background-image:none;
	padding-left:0px;
}
.yarn_test_inst
{
	width:225px;
	height:175px;
	background-image:url(../images/analog_lea_strength_tester.jpg);
	background-repeat:no-repeat;
	margin-left:12px;
	margin-right:10px;
}
.download {
	display:inline;
}
.download li {
	list-style:none;
	color:#3b3b3b;
	display:block;
	clear:both;
}
.download li a {
	background-image: url(../images/download.jpg);
	background-repeat:no-repeat;
	background-position:left 6px;
	color:#3b3b3b;
	font-size:12px;
	font-weight:bold;
	line-height:40px;
	display:block;
	text-decoration:none;
	padding-left:25px;
	float:left;
	
}
.contact_holder {
	margin-left:35px;
}
.contact_top {
	width:606px;
	height:54px;
	background-image:url(../images/contact_head_top.jpg);
	background-repeat:no-repeat;
}
.contact_container {
	float:left;
}
.contact_left {
	float:left;
	background-image:url(../images/contact_left.jpg);
	background-repeat:no-repeat;
	width:196px;
	height:362px;
}
.contact_mid {
	float:left;
	width:410px;
	background-image:url(../images/contact_center.jpg);
	background-repeat:repeat-y;
	height:294px;
}
.contact_right {
	float:left;
	background-image: url(../images/contact_mid1.jpg);
	background-repeat:no-repeat;
	width:410px;
	height:68px;
}
.contact_mid p {
	font-size:12px;
	line-height:22px;
	color:#3b3b3b;
	padding-left:20px;
	padding-top:20px;
}
.contact_mail
{
	text-decoration:none;
	color:#3b3b3b;
}

/* ie6 png fix */
 img, .menu_mid_container ul li a span,.product_list_content ul li, #nextBtn a, #slider1next a, #prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{
	behavior: url(iepngfix.htc);
	
}
 
/* style for banner starts here */
#slider {
	width:982px;
	height:287px;
	margin-left:90px;
	padding-top:32px;
	overflow:hidden; 
}


#slider ul li {
	
	
	width:814px;
		height:255px;
		overflow:hidden; 
		display:block;
}
#slider ul li img {
	border:none;
}
#prevBtn, 
	 #sliderprev,#nextBtn, #slidernext{ 
		display:block;
		width:36px;
		height:36px;
		position:absolute;
		left:15%;
		top:260px;
		z-index:1000;
		}	
	#nextBtn, #slidernext{ 
	left:82%;
	    /*display:block;
		width:36px;
		height:36px;
		position:absolute;
		
		top:260px;
		z-index:1000;*/
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:36px;
		height:36px;
		background:url(../images/banner_ar_left.png) no-repeat 0 0;	
		cursor:pointer;
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/banner_ar_right.png) no-repeat 0 0;
		cursor:pointer;
		}	
		img 
		{
			border:none;
		}
		
