
#callout_container {
	margin-top: 10px;
}

#callout_container img {
	float: right;
	border: 0px solid #333;
	margin: 0px 0px 0px 0px;
}

#callout_container p {
	margin-bottom: 0px;
}

#callout_container a {
	text-transform:uppercase;
	font-weight: bold;
	text-decoration:underline;
	color: #5b5600;
}

#callout_container a:hover {
	text-decoration: none;
}

#callout_order_a_cheese_plate {
	width: 186px;
	border: 0px solid #333;
	margin-bottom: 20px;
}

#callout_order_a_cheese_plate img {
}

#callout_homemade_takeaways {
	width: 186px;
	border: 0px solid #333;
	/* margin-bottom: 50px; */
}

#callout_homemade_takeaways img {
}

#season_at_a_glance {
	width: 186px;
	border: 0px solid #000;
	height:106px;
	overflow: hidden;
}

#season_at_a_glance a {
	background-image: url(../images/harvestCalendar_bg.gif);
	background-position: 0px 0px;
	width: 186px;
	height: 106px;
	display: block;
	overflow: hidden;
	padding-left: 204px;
}

#season_at_a_glance a:hover {
	background-position: 0px 106px;
}


#this_week {
	width: 186px;
	border: 0px solid #000;
	height:102px;
	overflow: hidden;
}

#this_week a {
	background-image: url(../images/thisWeek_bg.gif);
	background-position: 0px 0px;
	width: 186px;
	height: 102px;
	display: block;
	overflow: hidden;
	padding-left: 204px;
}

#this_week a:hover {
	background-position: 0px 102px;
}

