/* contents */
#header_banner {
	position : relative;
	top : 0px;
	left : 10px;
	width : 780px;
	height : 150px;
	background-position : top right;
	background-repeat : no-repeat;
	background-image : url(images/temptrak/healthcare/banner_healthcare.jpg);
}

#header_title {
	position : relative;
	top : 5px;
	left : 10px;
	width : 350px;
	height : 30px;
	/* color : #b61031; */
	color : #277ba4;
	font-size : 1.5em;
	font-weight : bold;
}


#header_description {
	position : relative;
	top : 7px;
	left : 10px;
	width : 400px;
	height : 100px;
	font-weight : bold;
	font-size : .75em;
	color : #999999;
	padding-left : 15px;
	padding-right : 15px;
	padding-top : 5px;
	border-top : 1px solid #aaaaaa;
	border-bottom : 1px solid #aaaaaa;
}

#markets {
	position : absolute;
	top : 470px;
	left : 190px;
	height : 230px;
	width : 565px;
}

#productcategory {
	position : absolute;
	top : 0px;
	left : 0px;
	width : 130px;
	background : #f5f6f2;
}

#product_title {
	position : relative;
	top : 0px;
	left : 0px;
	height : 15px;
	width : 130px;
	color : #003366;
	font-size : .75em;
	font-weight : bold;
	padding-top : 2px;
	padding-bottom: 2px;
	padding-left : 4px;
}

#product_image {
	position : relative;
	top : 0px;
	left : 0px;
	height : 125px;
	width : 130px;
}

#product_image_box {
	position : absolute;
	top : 0px;
	left : 4px;
	border : 1px solid #d2e1f0;
	background : #ffffff;
	height : 120px;
	width : 120px;
}




