/* these are rules that override the default stylesheet
*  plus additional rules that pertain only to the home page
*/
/* #54301A; /* dark brown */
/* #E8D3AD; /* wheat */
/* #CE6828; /* orange */

@media screen, projection, print {
/* extra home page elements using serif font */
.intro {
	font-family: Times, "Times New Roman", serif;
}
.features {
	font-family: Times, "Times New Roman", serif;
}


/* home page overrides for #midsection rules */
.home #midsection {
	padding-bottom: 10px;
}
.home #midsection .inner {
	width: 100%;
	background-image: none;
}

.home #footernav {
	background-image: none;
	padding-top: 0;
}
.home #footernav li {
/*	height: 180px; /* enough space for bg images */
	border: 1px solid #54301A; /* dark brown */
	background: #54301A url(images/gift-of-bread.jpg) center center no-repeat; /* dark brown */
	color: #fff;
}
.home #footernav li a {
	padding-bottom: 160px;
	background: #CE6828 url(images/gift-of-bread.jpg) center center no-repeat; /* orange */
	color: #fff;
	position: relative;
	zoom: 1; /* for IE */
}
.home #footernav span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #54301A;
	color: #fff;
	padding-top: 6px;
	padding-bottom: 3px;
	text-transform: none;
}
.home #footernav li#giftofbread {
	margin-left: 10px;
	margin-right: 10px;
}
.home #footernav li#giftofbread a {
	background-image: (images/gift-of-bread.jpg);
}
.home #footernav li#cometomarket {
	margin-right: 9px;
}
.home #footernav li#cometomarket a {
	background-image: url(images/come-to-market.jpg);
}
.home #footernav li#giftoflife {
	margin-right: 10px;
}
.home #footernav li#giftoflife a {
	background-image: url(images/gift-of-life.jpg);
}
.home #footernav li#visitourcafes a {
	background-image: url(images/visit-our-cafes.jpg);
}



/* 2-column table, used to vertically center both columns */
.home table {
	clear: both;
	width: 100%;
	margin-top: -10px; /* adjust for cellspacing */
}
.home table td {
	background: #fff;
	color: #54301A; /* dark brown */
	border: 2px solid #54301A; /* dark brown */
	vertical-align: middle;
}
.home table h2 {
	margin-top: 0;
	margin-bottom: 0;
}
.home table p {
	margin-top: 0;
}
.home table img.sample {
	float: right;
	clear: right;
	margin-bottom: 10px;
}

/* left column */
.home .intro {
	width: 480px;
	background-image: url(images/wheat.png);
	background-position: -45px 0;
	background-repeat: no-repeat;
	padding: 15px 15px 15px 0;
	text-align: right;
	font-size: 100%;
	line-height: 1.2;
}
.home .intro #flash {
	float: right;
	position: inherit;
}
.home .intro h2 {
	margin-right: 235px; /* clear flash movie */
}
.home .intro p {
	margin-right: 235px; /* clear flash movie */
	margin-left: 45px;   /* clear part of wheat bg */
	margin-bottom: 8px;

}

/* right column */
.home .features {
	padding: 25px;
	line-height: 1.1;
}
.home .features div {
	clear: both;
}


/* specific rules for IE6 */
/* work around double margin bug */
* html .home #footernav li#giftofbread {
	margin-left: 5px;
}
/* fake min-height */
* html .home .intro div {
	height: 304px;
	float: right;
}
/* end */

} /* end home page screen rules */

