/* CSS Document */

DIV{
	-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;
	}

#top_banner{
	width:100%;
	height:150px;
	/*border:1px solid #000000;*/
	margin-bottom:10px;
	}

#center_left_banner{
	width:312px;
	/*border:1px solid #000000;*/
	height:75px;
	margin-right:5px;
	float:left;
	margin-bottom:10px;
	}

#center_right_banner{
	width:312px;
	/*border:1px solid #000000;*/
	height:75px;
	margin-left:5px;
	float:right;
	margin-bottom:10px;
	}

#featured_products{
	width:100%;
	/*border:1px solid #000000;*/
	margin-bottom:10px;
	}
	
	#f_product{
		width:149px;
		/*height:165px;*/
		margin:5px;
		margin-bottom:10px;
		/*border:1px solid #000000;*/
		text-align:center;
		float:left;
		}
	
	#f_product_image{
		width:100px;
		height:125px;
		text-align:center;
		margin:auto;
		}
	
#suppliers{
	width:100%;
	/*border:1px solid #000000;*/
	margin-bottom:10px;
	}
	
	#s_supplier{
		width:81px;
		height:75px;
		margin:5px;
		/*border:1px solid #000000;*/
		float:left;
		}

#spacer{
	clear:both;
	line-height:0px;
	height:0px;
	width:100%;
	}