#home_products_header
{
	width: 950px;
	position: relative;
	top: 5px;
	left: 5px;
	margin: 0px;
	padding: 0px;
	background-image: url(images_site/layout/pic_header_bg.jpg);
	background-repeat: repeat-x;
	height: 323px;
}

#home_product_pic_viewer
{
	width: 646px;
	height: 299px;
	position: relative;
	float: left;
	left: 8px;
	top: 8px;
	background-color: #ffffff;
}

#home_featured_product
{
	width: 284px;
	height: 300px;
	position: relative;
	float: left;
	left: 12px;
	top: 8px;
	background-color: #0a3e63;
	background-image: url(images_site/layout/featured_product.jpg);
	background-repeat: no-repeat;
	background-position: 9px 8px;
}




a#home_featured_product_learn_more
{
	display: block;
	position: relative;
	width: 135px;
	height: 37px;
	background-image: url(images_site/layout/learn_more_home.jpg);
	left: 14px;
	top: 54px;
}

#home_main_content
{
	position: relative;
	float: left;
	width: 930px;
	left: 15px;
	top: 15px;
}


