/* ==================================================== */
/* HOME PAGE STYLES */
/* ==================================================== */

/* Overrides Framework styles.css
---------------------------
*/

div#backgroundwrapper {
	padding: 0;
}

div#contentwrapper {
	height: 450px;
}

div#contentwrapper {
	background: transparent url("../images/home/home.jpg") no-repeat left top;
}

/* Home Set of Promoted Pages
---------------------------
*/

div#homeset {
	width: 750px;
	margin: 0 auto; /* this is for the lovely IE6 */
	text-align:left;
}

a.homeitem,
a.homeitemmiddle
 {
	color: #666;
	display: block;
	background-color: #fff;
	width: 244px;
	height: 84px;
	margin: 3px 0;
	float: left;
	border: 1px solid #999;
	overflow: hidden;
	line-height: 1em;
	font-size: .9em;
}

a.homeitemmiddle {
	margin: 3px 6px;
	
}

span.headline {
	font-size: larger;
	color: #f37021;
	display: block;
	margin: 4px 0;
}

img.homeimage {
	float: left;
}

/* Featured Products
---------------------------
*/

ul#featuredprodlist1 {
	background:#fff;
	margin: 0;
	padding: 4px;
	list-style-type:none;
	position:absolute;
	display:none;
}

p#featuredprod1,
ul#featuredprodlist1 {
	/*color: #929292;*/
}

p#featuredprod1 a:hover,
ul#featuredprodlist1 a:hover {
	color: #F16B21;
}

p#featuredprod1 {
	position: absolute;
	background: transparent url("../images/arrows/arrow_white.png") no-repeat right top;
	width: 123px;
	height: 51px;
	padding: 18px 0 0 0;
	text-align: center;
	font-size: .9em;
	z-index: 3;
}

p#featuredprod1
{
	left: 400px;
	top: 150px;	
}

ul#featuredprodlist1
{
	left: 524px;
	top: 178px;
	z-index: 10;
}

div#contentwrapper
{
	min-height: 450px;
}