#pm_content {
	position: relative;
	height: 400px;
}


.qfind iframe {
	width: 240px;
	height: 157px;
	border: none;
	overflow: hidden;
	z-index: 0;

}
#product_main {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 400px;
	width: 100%;
	overflow: visible;


}
#product_main_header {
	position: absolute;
	top: -34px;
	left: 250px;
}

.leftitem {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 250px;
	height: 80px;

}
.dottedline {
	position:absolute;
	top: 0px;
	left: 0px;
	background: URL('../images/gfx/dotted_line_white.gif');
	height: 1px;
	width: 240px;
	overflow: hidden;
}
.inneritem {
	position: absolute;
	top: 0px;
	width: 240px;
	height: 80px;
}
.product_main_bg {
	background: URL('../images/gfx/leftitem.gif');
}

.inneritem img {
	position: absolute;
	float: left;
	top: 18px;
}

.inneritem h2 { margin: 15px 0px 0px 50px; padding: 0px; }
.inneritem h2 a {
	font-weight: bold;
	text-decoration: none;
	color: #006CB7;
	font-size: 11px;
}
.inneritem h3 {
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	margin-left: 50px;

}

a.view {
		color: White;
		font-weight: bold;
		text-decoration: none;
		display: block;
		position: absolute;
		top: 30px;
		left: 23px;
		padding-left: 14px;
}

.inneritem .maincontent_hover_text{
	display: none;
}

	/* main ################################*/
	.main {
		display: none;
		position: absolute;
		top: -23px;
		left: 0px;
		width: 100%;
		height: 352px;
		/*background-color: #0063AC;*/
		background: URL('../images/gfx/product_main_bg.gif') 250px 0px no-repeat;
		color: White;
	}

	#mainbordertop {
		position: absolute;	top: 0px; left: 0px;
		height: 5px; width: 100%;
		overflow: hidden;
	}
	#mainborderright {
		position: absolute;	top: 0px; right: 0px;
		height: 329px;
		width: 5px;
		overflow: hidden;
	}
	#mainborderbottom {
		position: absolute;	bottom: 0px; left: 0px;
		height: 5px;
		width: 100%;
		overflow: hidden;
	}
	#mainborderleft {
		position: absolute;	top: 0px; left: 0px;
		height: 329px;
		width: 5px;
		overflow: hidden;
	}
	.main .header {
		position: absolute; top: 18px; left: 265px;
		font-family: Arial Narrow, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 18px;
	}
	.main .description {
		position: absolute; top: 45px; left: 265px;
		width: 220px;
		font-size: 12px;
	}
	.main img {
		position: absolute; top: 20px; right: 10px;
	}
	.main a.view {
		color: White;
		font-weight: bold;
		text-decoration: none;
		display: block;
		position: absolute;
		left: 23px;
		padding-left: 14px;
		background: URL('/images/gfx/arrow_blue1.gif') no-repeat 0px 2px;
	}

	/* quickfind ########################################################################### */

	.qfind {
		position: absolute;
		top: 172px;
		left: 255px;
		z-index: 2000000000;

	}

#quickfindframe {
	 position: relative;
	 padding: 3px 10px 10px 10px;
	 width: 200px;
	 height: 170px;
	 /* background-color: Red; */
}

#quickfindframe img {
	position: relative;
	left: 0px;
	top: 0px;
}

#quickfindframe form {
	margin: 0px 0px 3px 0px;
	padding: 0px;
}

#quickfindframe form select {
	color: #656565;
	font-size: 11px;
	border: 1px solid #3E5FA2;
	width: 220px;
	margin: 3px 0px 3px 0px;
	height: 19px;
	/*padding: 2px 0px 2px 0px;*/
}

#quickfindframe form select.inactive {
	/*background-color: #94BAE7;*/
	/*color: Red;*/
}

.quickfindGo {
	/*height: 12px;*/
	color: White;
	font-weight: bold;
	background: URL('/images/buttons/bluebutton.png');
	border: 1px solid #3E5FA2;
	text-decoration: none;
	padding: 1px 10px 2px 10px;
}

.qfinddottedline {
	background: URL('/images/gfx/dotted_line_blue.gif');
	/*border-bottom: 1px dotted #94BAE7;*/
	width: 220px;
	height: 1px;
	overflow: hidden;
}

/* banners #########################################################################*/

#banner1 {
	position: absolute;
	top: -55px;
	left: 500px;
}

#banner2 {
	position: absolute;
	top: -55px;
	left: 750px;
}
#banner4 {
	position: absolute;
	top: -55px;
	left: 250px;
}
