.header-product-bar{
	height:70px;
	width:100%;
	float:left;
	display:block;
	background:url(/html/images/framework/product-bar.png) repeat-x top center;
}
.header-product-bar-body{
	width:800px;
	height:68px;
	margin:0 auto;
}
.header-product-bar-body .products ul{
	margin:12px 0 0 0;
	float:left;
}
.header-product-bar-body .products ul li{
	float:left;
}
.header-product-bar-body .products ul li a{
	display:block;
	text-indent:-9999px;
}
.header-product-bar-body .products ul li a.cx-badge{
	height:41px;
	width:116px;
	background:url(/html/images/buttons/cx-badge.png) no-repeat top center;
}
.header-product-bar-body .products ul li a.cw-badge{
	height:41px;
	width:116px;
	background:url(/html/images/buttons/cw-badge.png) no-repeat top center;
}
.header-product-bar-body .products ul li a.qe-badge{
	height:41px;
	width:121px;
	background:url(/html/images/buttons/qe-badge.png) no-repeat top center;
}
.header-product-bar-body .products ul li a.sw-badge{
	height:41px;
	width:100px;
	background:url(/html/images/buttons/sw-badge.png) no-repeat top center;
}
.header-product-bar-body .products ul li a.cx-badge:hover,
.header-product-bar-body .products ul li a.qe-badge:hover,
.header-product-bar-body .products ul li a.cw-badge:hover,
.header-product-bar-body .products ul li a.sw-badge:hover{
	background-position:bottom;
}
.header-product-bar-body .products-desc{
	float:right;
	text-align:right;
	margin-top:16px;
	color:#fff;
}
.header-product-bar-body .products-desc h2{
	color:#F6B62F;
	font-size:0.85em;
	font-weight:bold;
	margin-bottom:5px;
}
.header-product-bar-body .products-desc p{
	font-size:0.85em;
}
