/* home page elements =========================================== ======================================================== */


h1#home_main_image {
	float: left;
	clear: left;
	width: 745px;
	height: 248px;
	background: url(images/home_deco_image.jpg) no-repeat 0 0;
	margin: 0;
	padding: 0;
	text-indent: -8000px;
}

#home_featured_products {
	float: left;
	clear: left;
	margin: 0;
	padding: 40px 0 0 25px;
	width: 720px;
	/*min-height: 200px;*/
	background: url(images/home_flourish_bottom.jpg) no-repeat 0 0;	
}

#home_featured_table {
	float: left;
	width: 720px;
	height: 400px;
	margin: 0;
	padding: 0;
}

#hft_col_1 {
	float: left;
	width: 285px;
}

#hft_col_1 img {
	clear: left;
}

#hft_col_2 {
	float: left;
	width: 143px;
}

#hft_col_2 img {
	clear: left;
}

#hft_col_3 {
	float: left;
	width: 144px;
}

#hft_col_3 img {
	clear: left;
}

#hft_col_4 {
	float: left;
	width: 143px;
}

#hft_col_4 img {
	clear: left;
}

#home_featured_table img {
	border: 0;
}

#home_intro_message p {
	float: left;
	clear: left;
	margin: 0;
	padding: 11px 0 0 0;
	color: #666;
	line-height: 17px;
}

#home_brands {
	float: left;
	clear: left;
	margin: 0;
	padding: 90px 0 0 35px;
	width: 745px;
	min-height: 200px;
	background: url(images/section_head_flourish.jpg) no-repeat 0 0;	
}

