/* - - - Content page specific stylesheet - - - */
/* - - - LAYOUT - - - */

@import "content.css";

/*Service specific styles*/
#supplemental
{
	min-height: 400px;
}
#content #main.service_page
{
	background-image:url('../images/prod_image_bg.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	margin-right: 0;
	padding: 50px 0 0 0;
	min-height:650px;
	
}
#service_info
{
	z-index: 100;
	width: 400px;
}

#content .service_page table tr td
{
	
}
#content .service_page table tr td.first
{
	
	font-weight: bold;
	width: 250px;
	padding-right: 10px;
}
#content .service_page table tr td.th
{
	
}


#service_image
{
	position: absolute;
	right: 0;
	top: 0;
	width: 350px ;
	z-index: 90;
}
#content #main #service_image img
{
	border: 0 none;
	box-shadow: 0 0 0 transparent;
	-moz-box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
	
	
}
