@charset "UTF-8";
div#content>h1 {
	color: #85BB50;
	font-size: 6em;
	font-weight: bold;
	letter-spacing: -6px;
	line-height: 0.8em;
	padding-top: 6px;
}
div#content>h2 {
	font-size: 2.75em;
	font-weight: normal;
	letter-spacing: -3px;
	padding-bottom: 10px;
}
div#content>h2 em {
	font-style: normal;
	font-weight: bold;
}
div.item {
	border: 1px solid #919189;
	width: 224px;
	float: left;
	height: 130px;
	margin-right: 10px;
	margin-bottom: 15px;
	overflow: visible;
	position: relative;
	background: url(../images/gen/prod-buttonbg.jpg) repeat-x center top;
	z-index:25;
}
div#content>div.last-child {
	margin-right: 0px;
}
div.item img {
	position: absolute;
	left: 2px;
	top: 4px;
	z-index: 500;
}
div.item:hover {
	background: url(../images/gen/prod-buttonbg.jpg) repeat-x center bottom;
}
div#lower-buttons {
	background: url(../images/gen/below-buttons.jpg) no-repeat left top;
	padding-top: 60px;
	margin-top: -5px;
	width: 700px;
	z-index:1;
}
div#content {
	padding-top: 35px;
}
div.item-double {
	border: 1px solid #919189;
	width: 340px;
	float: left;
	height: 130px;
	margin-bottom: 15px;
	overflow: visible;
	position: relative;
	background: url(../images/gen/prod-buttonbg.jpg) repeat-x center top;
	margin-right: 10px;
}
div.item-double img {
	position: absolute;
	top: -5px;
	z-index: 500;
}
div.item-double:hover {
	background: url(../images/gen/prod-buttonbg.jpg) repeat-x center bottom;
}
div.feature {
	border: 1px solid #919189;
	width: 696px;
	float: left;
	height: 130px;
	margin-bottom: 15px;
	overflow: visible;
	position: relative;
	margin-right: 0px;
	background: url(../images/pillows/esfeature_bg.jpg) no-repeat left top;
}
div.feature img {
	position: absolute;
	top: 5px;
	z-index: 500;
	right: 5px;
}
div.feature h2 {
	font-size: 36px;
	color: #FFFFFF;
	letter-spacing: -2px;
	position: relative;
	left: 20px;
	width: 300px;
	top: 10px;
	font-weight:bold;
	text-shadow:1px 1px 3px #000;
}
div.feature p {
	width: 225px;
	position: relative;
	left: 20px;
	top: 15px;
	font-size: 14px;
	color: #FFFFFF;
	text-shadow:1px 1px 3px #000;
}
div.feature img.eslogo {
	position: absolute;
	z-index:700;
	left: 220px;
	top: 25px;
	height: 102px;
	width: 100px;
}

