body {
	background-color: #e7e7e7;
	font-family: Helvetica, Arial, sans-serif;
	color: #898989;
	margin: 0;
	padding: 0;
}
#container {
	background: url(../img/container-bg.jpg) repeat-y top left;
	margin: 0 auto;
	padding: 25px 0 25px 0;
	width: 840px;
}
h1#logo {
	background: url(../img/green-coffee-logo.jpg) no-repeat top left;
	clear: both;
	height: 118px;
	margin: 0 0 0 42px;
	padding: 0 0 0 0;
	width: 748px;
}
h1#logo a {
	display: block;
	height: 118px;
	text-indent: -999999px;
}
.box {
	clear: both;
	margin: 30px auto 15px auto;
	padding: 0;
	width: 740px;
}
.box .top {
	background: url(../img/box-top.jpg) no-repeat top left;
	height: 10px;
	margin: 0;
	padding: 0;
	width: 740px;
}
.box .content {
	background: url(../img/box-content.jpg) repeat-y top left;
	margin: 0;
	padding: 15px 20px;
	width: 740px;
}
.box .bottom {
	background: url(../img/box-bottom.jpg) no-repeat top left;
	height: 10px;
	margin: 0;
	padding: 0;
	width: 740px;
}
#featured {
	clear: both;
	position: relative;
}
#featured .col-1 {
	float: left;
	margin: 0;
	padding: 0;
	width: 360px;
}
#featured h2 {
	background: url(../img/hdr-sprite.gif) no-repeat 0 0;
	display: block;
	height: 30px;
	margin: 0;
	padding: 0;
	text-indent: -999999px;
}
#featured p {
	font-size: 11pt;
}
#featured .col-2 {
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
	width: 325px;
}
#rotator {
	border: solid 2px #d7d7d7;
	height: 239px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#rotator li {
	margin: 0;
	padding: 0;
}
#order-btn {
	background: url(../img/order-btn.jpg) no-repeat top left;
	display: block;
	height: 66px;
	position: absolute;
	text-indent: -999999px;
	margin: 266px 0 0 173px;
	width: 365px;
}
#order-btn:hover {
	background:url(../img/order-btn.jpg) no-repeat 0 -66px;
}
#how h3 {
	background: url(../img/hdr-sprite.gif) no-repeat 0 -30px;
	display: block;
	height: 32px;
	margin: 0;
	padding: 0;
	text-indent: -999999px;
}
#how ul {
	background: url(../img/how-ul-bg.gif) no-repeat top left;
	height: 154px;
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0 0 10px 0;
	width: 700px;
}
#how ul li {
	float: left;
	font-size: 8pt;
	margin: 0 20px 0 0;
	text-align: center;
	width: 160px;
}
#how ul li#last {
	margin: 0;
}
#products {
	margin-bottom: 25px;
	position: relative;
}
#products h4 {
	background: url(../img/hdr-sprite.gif) no-repeat 0 -61px;
	display: block;
	height: 24px;
	margin: 0;
	padding: 0;
	text-indent: -999999px;
}
#products ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#products ul li {
	float: left;
	font-size: 8pt;
	height: 154px;
	margin: 15px 20px 20px 0;
	padding: 0;
	text-align: center;
	width: 160px;
}
#products ul li a img {
	border: solid 2px #dfdfdf;
}
#more-btn {
	background: url(../img/more-btn.jpg) no-repeat top left;
	display: block;
	height: 66px;
	position: absolute;
	text-indent: -999999px;
	margin: 395px 0 0 173px;
	width: 365px;
}
#more-btn:hover {
	background:url(../img/more-btn.jpg) no-repeat 0 -66px;
}
#site-end {
	background: url(../img/site-end.jpg) no-repeat top left;
	height: 25px;
	margin: 0 auto;
	padding: 0;
	width: 840px;
}
#site-end p {
	font-size: 8pt;
	margin: 0 0 15px 0;
	padding: 0 20px;
}
#site-end a {
	color: #898989;	
}
#site-end a:hover {
	color: #ee3a43;
}
#site-end .col-1 {
	float: left;
	margin-top: 25px;
	width: 50%;
	text-align: left;
}
#site-end .col-2 {
	float: left;
	margin-top: 25px;
	width: 50%;
	text-align: right;
}
.clear { clear: both; }