	/**********************************************************************/
	/* VERSION V1 getKazood.com website cascade style sheet ***********************/
	/* Created by Slib Design in partnership with Reflection Design ***********************/
	/* Date: 24 October 2007. Time: 17:38 ****************************************/
	/* Document: home.php cascade style sheet  *************************************/
	/**********************************************************************/
	
	/* DIV *****************************************************************/
	
	#product_container {
		float : left;
		width : 552px;
		min-height : 200px;
	}
	
	div.left {
		float : left;
		width : 184px;
		height : 184px;	
		text-align : center;
	}
	
	div.center {
		float : left;
		width : 184px;
		height : 184px;	
		margin : -0px 0 0 0;
		text-align : center;
	}
	
	div.right {
		float : right;
		width : 184px; 
		height :184px;
		margin : -0px 0 0 0; 
		text-align : center;
	}
	
	div.inner {
		padding : 10px 10px 10px 10px; 
		margin : 0px;
		width : 164px;
		height : 164px;
	}
	
	/* A *******************************************************************/
	
	a.product {
		display : block;
		height : 156px;
		border : 3px solid #0066cc;
		color : #0066cc;
		text-decoration : none;
		font-family : arial;
		font-size : 13px;
		font-weight:bold;
	}	

	a.product:hover {
		border : 3px solid #ff6633;
		color : #ff6633;
		text-decoration : none;
		font-weight:bold;
	}
	
	/* IMG **************************************************************/
	
	img.home-product {
		margin-top : 5px;
		height : 116px;
		width : 120px;
		border : none;
	}
	
	/* P ****************************************************************/
	
	p.home-intro-1 {
		font-weight : 600;
		font-size : 14px;
		margin : 15px 0px 1px 0px;
	}

	p.home-intro-2 {
		font-weight : 600;
		font-size : 14px;
		margin : 1px 0px 15px 0px;
	}		