@charset "utf-8";

/* CSS Document */



body{

	margin:0;

	padding:0;

	font-family:Trebuchet MS;

	font-size:14px;

	color:#000000;

}



input{

	font-size:14px;

}



select{

	font-size:14px;

}



textarea{

	font-size:14px;

}



.queryTrue{

	color:#009900;

}



.queryFalse{

	color:#990000;

}



.top_bar{

	background:url(img/top_bar.png) repeat-x;

	width:100%;

	vertical-align:middle;

	color:#FFFFFF;

}



.header{
	background:url(img/header.png) no-repeat left top;
	width:100%;
	height:107px;
	vertical-align:bottom;
	padding-right:80px;

}

.product_tab_ENG{
	padding-left:5px;
	width:172px;
	height:33px;
	background:url(img/product_tab_eng.png) no-repeat;
	float:right;
	color:#FFF;
	font-size:16px;
	cursor:pointer;
}

.contact_tab_ENG{
	padding-left:5px;
	width:172px;
	height:33px;
	background:url(img/contact_tab_eng.png) no-repeat;
	float:right;
	color:#FFF;
	font-size:16px;
	cursor:pointer;	
}

.tradeshows_tab_ENG{
	padding-left:5px;
	width:172px;
	height:33px;
	background:url(img/tradeshows_tab_eng.png) no-repeat;
	float:right;
	color:#FFF;
	font-size:16px;
	cursor:pointer;	
}

.product_tab_FRA{
	padding-left:5px;
	width:172px;
	height:33px;
	background:url(img/product_tab_fra.png) no-repeat;
	float:right;
	color:#FFF;
	font-size:16px;
	cursor:pointer;
}

.contact_tab_FRA{
	padding-left:5px;
	width:172px;
	height:33px;
	background:url(img/contact_tab_fra.png) no-repeat;
	float:right;
	color:#FFF;
	font-size:16px;
	cursor:pointer;	
}

.tradeshows_tab_FRA{
	padding-left:5px;
	width:192px;
	height:33px;
	background:url(img/tradeshows_tab_fra.png) no-repeat;
	float:right;
	color:#FFF;
	font-size:16px;
	cursor:pointer;	
}

.menu_tab{
	padding-left:5px;
	width:172px;
	height:33px;
	background:url(img/menu_tab.png) no-repeat;
	float:right;
	color:#FFF;
	font-size:16px;
	cursor:pointer;
}

.menu_tab span{
	padding-top:5px;
}

.menu_tab:hover{
	color:#DFDFDF;
}

.menu_bottom{

	background:url(img/menu_bottom.png) repeat-x;

	width:100%;

	height:15px;

}



.nav{

	width:197px;

	background:url(img/nav_bg.png) repeat-y;

}



.navLink{

	width:180px;

	height:22px;

	background:url(img/nav_item.png) repeat-y;

}



a{

	color:#FFF;

	text-decoration:none;

}



a:hover{

	color:#DFDFDF;

}



.text_header{

	background-color:#333333;

	color:#FFF;

	font-family:Tahoma;

	vertical-align:bottom;

	font-size:24px;

	font-weight:bold;

	height:50px;

	padding-top:10px;

	padding-left:10px;

}



.redlink{

	color:#990000;

}



.redlink:hover{

	color:#BB0000;

}



img{

	border:0;

}

#productChild{
	background:#FFFFFF;
	border:1px solid #999999;
	border-top:0;
	width:250px;
}

#productChild li{
	color:#000000;
	clear:both;
	width:250px;
	list-style-type:none;
	margin-top:3px;
}

#productChild li a{
	color:#000000;	
}

#productChild li a:hover{
	color:#FFFFFF;	
}

#productChild li:hover{
	background:#990000;
	color:#FFFFFF;
}


#fullListingTable {
    font-size: 90%;
    width: 100%;
}
#fullListingTable td {
    padding-left: 3px;
    padding-right: 5px;
}
.fullListingTableHeader {
    background:#660000;
    color:#FFFFFF;
    text-transform:uppercase;
    font-size:90%;
    border-right: 1px solid #ccc;
}


#PDFBox {
    display:none;
}
#PDFBoxClose {
    cursor:pointer;
    display:inline;
    float:right;
}
.MULTIPDFSHEADER {
	width:98%;
	text-align:center;
	font-variant:small-caps;
	font-size:14px;
	background:#636363;
	color:#FFFFFF;
	padding:3px;
}



div.BIO{

	width:98%;

	text-align:center;

	text-transform:uppercase;

	font-size:14px;

	background:#669933;

	color:#FFFFFF;

	padding:3px;

}



.SPECSHEADER{

	width:98%;

	text-align:center;

	text-transform:uppercase;

	font-size:14px;

	background:#636363;

	color:#FFFFFF;

	padding:3px;

}



.PRODUCTCONTENT{

	width:98%;

	font-size:12px;

	background:#333333;

	color:#FFFFFF;

	padding:3px;	

}



#contactustd a, #contactustd a:link {
    color: #c00000;
}
#contactustd a:hover, #contactustd a:active {
    color: #cf0000;
}