@charset "UTF-8";
/* CSS Document */


/* Global Elements
=====================================================================*/

html{
	min-width:960px;
	background: url(../img/global/bg-home.jpg) no-repeat top center; 
	background-color:#fafaf2;
	height:100%;
}

body {
	font: 14px Helvetica, Arial, 'Lucida Grande', Verdana, sans-serif;
	color:#333333;
	height:100%;
}

/* Homepage
=====================================================================*/

#banner {
	position:relative;
	top:-42px;
	height:263px;
	padding: 40px 0 0 0;
	/*background-color:#099;*/
	/*background-image:url(../img/test/banner-test-2.jpg);*/
}

#flash-banner {
	position:relative;
	top:-42px;
	z-index:5000;
	
}

.features {
	position:relative;
	width:953px;
	border: 1px solid #c8c8c8;
	height:192px;
	margin:-25px 0 20px 0;
	
}

.social-links{
	position:relative;
	width:960px;
}

.left-feature {
	float:left;
	width:288px;
	height:180px;
	border-right: 1px solid #c8c8c8;
	padding:12px 12px 0 12px;
	position:relative;
	background-image:url(../img/promotiles/bigtree-promo-bg.jpg);
}

.middle-feature {
	float:left;
	width:303px;
	height:180px;
	padding:12px 12px 0 12px;
	position:relative;
	background-image:url(../img/promotiles/nursery-promo-bg.jpg);
}

.right-feature {
	float:left;
	width:288px;
	height:180px;
	border-left: 1px solid #c8c8c8;
	padding:12px 12px 0 12px;
	position:relative;
	background:url(../img/promotiles/coupon-promo-bg.jpg) no-repeat top center;
}





