/* CSS Document */



#flash_placeholder {
	width:900px;
	height:300px;
	padding:0px;
	margin:0px;
}

#features_and_offers {
	padding-top:20px;
	height:140px;
	width:940px;
}

.features_item {
	float:left; 
	width:160px;

}

#subscribe_item {
	position:relative;
	float:left;
	width:300px;
	z-index:1;
}
#subscribe_text {
	position:absolute;
	top:0px;
	left:0px;
	float:left;
	width:300px;
	z-index:1;
}

#subscribe_item_panel {
	position:absolute;
	top:90px;
	left:19px;
	width:261px;
	height:27px;
	z-index:2;
}


.subscribe_inactive {
	background:url(images/subscribe_box_email.png);
	background-repeat:no-repeat;
}
.subscribe_active {
	background:url(images/subscribe_box_email_active.png);
	background-repeat:no-repeat;
}

.subscribe_input {
	position:absolute;
	border:0px;
	outline: 0 none;
	top:6px;
	left:6px;
	height:13px; 
	width:225px; 
	color: #69685a;
	font-size:11px; 
	background-color:transparent;
}

#free_delivery {
	padding-top:20px;
	padding-bottom:40px;
	height:38px;
	width:940px;

}

#free_delivery_item {
	float:left;
	padding-top:1px;
	width:640px;
}
 
#other_newsletters {
	float:left;
	width:150px;
	text-align:right;
	font-size:11px;
	padding-top:12px;
}
		 
