@charset "utf-8";
/* CSS Document */
body.productsPage{
	background: none;
	background: url(/images/bgh2p.png) repeat-x;
}
.productsPage #header{
	background: url(/images/bgh1p.png) repeat-x;
	height: 160px;
}
.productsPage .hbg{
	background: #fff url(/images/bgh2p.png) repeat-x;
	height: 550px;

	position: absolute;
	right: 0px; 
	top: 0px; 
	z-index: 1;
	width: 100%;
	overflow: hidden;
}
.productsPage .hbg2{
	background: #fff url(/images/bgh1p.png) repeat-x;
	height: 550px;
	width: 50%;
	float: left;
}

.breadcrumbs {
color:#333;
font-size:11px;
font-family:Tahoma, Geneva, sans-serif;
margin-bottom:30px;
}
.breadcrumbs a{
	color: #333;
	text-decoration:underline;
}
.breadcrumbs a:hover{
	text-decoration:none;
}
.breadcrumbs li{
	display: inline;
}
.ph{
	margin-bottom: 10px;
}
.ph h1{
	font-size: 22px;
	font-weight: 700; 
}
.ph dl{
	float:right;
	margin-top: -42px;
	
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
}

.ph dt, .ph dd{
	display:inline;
}

#bbbtn, #bdbtn{
	position:relative;
	top:-3px;
	right:auto;
	left:-3px;
	
}
#fmbtn .btnb{
	background-image: url(/images/btn-fm.png);
	height: 35px;
	margin-bottom: 10px;
}
