/************************************************************************************
-------------------------------------------------------------------------------------
	
	"home.css"
	-	Base layout rules home page for suppliesforartists.co.uk
	-	Author: Dave Ashman
	_	Email: public@daveashman.com
	
-------------------------------------------------------------------------------------
************************************************************************************/


/*	-	Home page Layout
-----------------------------------------------------------------------------------*/

/*	Primary	-----------------------------------------------------------------------*/

#primary{
	float: left;
	width: 945px;
	margin: 0;
	padding: 10px;
}
div.home-intro{
	float: left;
	padding: 25px 0 10px 0;
}

/*	Secondary	-------------------------------------------------------------------*/

#secondary-wrapper{
	width: 945px;
	padding: 0 10px;
	margin-top: 0;
	background: none;
}
#secondary{
	width: 945px;
	margin-top: 0;
	background: none;
}
#secondary div{
	float: left;
	width: 296px;
	padding: 7px;
	margin-right: 7px;
	background: #fff;
}
#secondary div.article-list	{	margin-right: 0;	}
	
/*	Featured products	-----------------------------------------------------------*/

div.featured-products{
	float: left;
	width: 945px;
	padding: 0;	
	border-bottom: 1px solid #d8dfe7;
}
div.featured-products ul{
	float: left;
	width: 940px;
	margin: 5px 0 10px 4px;
	padding-left: 0;	
}
div.featured-products li{
	width: 210px;
	padding: 28px 12px 10px 12px;
	min-height: 160px;
	margin-right: 0;
	background-image: url('/images/site/modules/bg-featured-home.png');
}
div.featured-products li div.item-details	{ bottom:  7px;}
