@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
	overflow:hidden;
}
* html #container {
	height: 100%;
}
body {
	background-image: url(images/menuback.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-family: "gill sans", "gill sans mt", Arial, Helvetica, sans-serif;
}
#container {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#menu {
	float: left;
	width: 140px;
	height: 100%;
	position: relative;
	z-index: 1;
}
#menu ul {
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	background-color: #1D1D1B;
	position: relative;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
#menu li {
	list-style-image: none;
	list-style-type: none;
}
#menu li a {
	line-height: 24px;
	background-color: #1D1D1B;
	display: block;
	color: #FFF;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 0.9em;
	font-weight: normal;
	width: 120px;
	padding-right: 10px;
	padding-left: 10px;
}
#menu li a:hover {
	background-color: #1B4D25;
}
#menu li a.selected {
	background-color: #1B4D25;
	cursor:text;
}
#menu img {
	margin-top: 40px;
}

#menu img#logo {
	position:absolute;
	bottom: 0;
	left: 0;
}
#main #indexheader {
	height: 260px;
	background-color: #00A332;
	background-image: url(images/indexhead.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#main #indexheader h1 {
	margin-left: 133px;
	text-transform: none;
	font-size: 1.1em;
	padding-top: 40px;
	width: 480px;
	line-height: 28px;
}


#main #header  {
	margin: 0px;
	padding: 0px;
	height: 90px;
	background-color: #00A332;
	background-image: url(images/head/getfresh.gif);
	background-repeat: no-repeat;
	background-position: right bottom;



	width: expression(document.getElementById('header').width < 627? "625px" : "auto");
	min-width: 625px;
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #00A332;
}
#main #header h1 {
	font-size: 1.8em;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	color: #00BD3F;
	line-height: 20px;
}
#main #header h2 {
	font-size: 1.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 106px;
	color: #241F23;
	text-transform: uppercase;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	line-height: normal;
}
.black {
	color: #241F23;
}
.white {
	color: #FFF;
}
.green {
	color: #18A638;
}

.fade .black {
	color: #1C7730;
}
.fade .white {
	color: #68C57D;
}
.large {
	font-size: 1.2em;
}

.hide {
	display: none;
}
.smallspace {
	font-size: 12px;
}


#main #header img  {
	float: left;
}
#main {
	margin-top: 0px;
	margin-bottom: 5px;
	height: 100%;
	width: auto;
	overflow:auto;
	position: relative;
}
#main #content {
	width: expression(document.getElementById('content').width < 607? "605px" : document.getElementById('content').width > 1042? "1040px" : "auto");
	min-width: 605px;
	max-width: 1060px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#main img#topimage {
	margin-left: 98px;
	margin-bottom: 10px;
}

#main p {
	font-size: 0.8em;
	line-height: 18px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 98px;
	margin-bottom: 0px;
	margin-left: 98px;
}
.right {
	float: right;
}
#main #results {
	float: left;
	width: 100%;
}

#main h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	color: #030;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-transform: uppercase;
}

#main h2 {
	font-size: 1em;
	margin-top: 10px;
	margin-right: 98px;
	margin-bottom: 4px;
	margin-left: 98px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	color: #18A638;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#main h3 {
	font-size: 0.9em;
	color: #18A638;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 98px;
	margin-bottom: 0px;
	margin-left: 98px;
}


#main address {
	font-size: 0.8em;
	font-style: normal;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	margin-right: 10px;
	margin-left: 98px;
}

#main a {
	color: #18A638;
	text-decoration: none;
}
#main a:hover {
	color: #00BD3F;
	text-decoration: underline;
}
#main .orange {
	color: #FF9900;
	font-weight: bold;
}
#main .distance {
	font-size: 0.7em;
	font-weight: bold;
	float: right;
}
#main .detaillink {
	font-size: 0.8em;
	float: right;
	margin-top: -5px;
}
#main img.thumb {
	float: left;
	border: 1px solid #00833A;
	margin-right: 5px;
	width: 100px;
}



#main ul {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 0.8em;
	margin-right: 0px;
	margin-left: 128px;
	padding-right: 0px;
	padding-left: 5px;
	list-style-image: url(images/bullet2.gif);
}
#main ol {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 0.8em;
}
#main li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 18px;
	vertical-align: middle;
}
#main li a {
	color: #000;
}


#main table {
	border: 1px solid #565895;
	border-collapse:collapse;
}
#main th {
	font-size: 0.8em;
	color: #565895;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	border: 1px solid #565895;
	background-color: #F4F4F4;
}
#main td {
	font-size: 0.8em;
	border: 1px solid #D7D7E8;
	padding: 2px;
}
#indexheading  {
	margin-left: 140px;
	background-color: #1D1D1B;
	color: #FFF;
	font-size: 34px;
	padding-left: 10px;
	display: block;
	padding-top: 3px;
	vertical-align: text-top;
}

#main #indexbox {
	margin-left: 111px;
	padding-right: 65px;
	margin-right: 80px;
}
#main #indexbox ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main #indexbox li {
	margin-top: 10px;
	margin-bottom: 10px;
}

#main #marketfill {
	background-image: url(images/marketheadfill.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#main .markethead {
	background-image: url(images/markethead.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#main #marketdates {
	width: 220px;
	position: relative;
	height: 130px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 350px;
	padding-top: 48px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main #marketdates ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	background-image: none;
}
#main #marketdates li {
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	float: left;
	width: 110px;
	color: #FFF;
	font-size: 0.8em;
	padding: 0px;
	line-height: 18px;
	background-image: none;
}
#main #marketdates strong {
	font-size: 1.5em;
	font-weight: bold;
}

#market {
	font-size: 1.6em;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 68px;
	font-weight: bold;
	margin: 0px;
	clear: right;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#main #market p {
	margin: 0px;
	line-height: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#searchmenu {
	background-color: #D7E9CF;
	margin-top: 10px;
	margin-left: 98px;
	margin-right: 98px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#searchmenu .searchcolumn {
	float: left;
	width: 49%;
}

#main #searchmenu ul {
	margin-left: 30px;
}

#main #searchmenu li {
	text-transform: uppercase;
	line-height: 20px;
}

#main #searchmenu a {
	color: #000;
	width: 200px;
}
#main #searchmenu a:hover {
	color: #666;
	text-decoration: underline;
}
#main #searchresults {
	clear: right;
	padding-right: 10px;
}
#main #searchresults h2 {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#main #searchresults p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#main #searchresults ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#main #searchresults address {
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 0px;
}









#main form#mapform {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#mapform input {
	background-color: #BDBCD8;
	border: 1px solid #5B579D;
	font-size: 0.8em;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}





#main .autumn {
	background-image: url(images/apples.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 170px;
}
#main #map {
	height: 500px;
	width: 100%;
	border: 1px solid #999999;
	margin-right: 2px;
}
#main #directions {
	font-size: 0.9em;
}
#main #map form {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#main #map label {
	font-size: 0.8em;
}
#main .column {
	float: left;
	width: 45%;
	margin: 1%;
	padding: 1%;
	border: 1px solid #CCCCCC;
}
#main .column h1 {
	font-size: 1em;
}

#main img.detailimg {
	float: right;
	border: 1px solid #18A638;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
}
.sbswatermark {
	background-image: url(http://www.shropshirehills-buylocal.co.uk/images/sbs-watermark.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#main .minimap {
	height: 120px;
	width: 250px;
	border: 1px solid #565895;
	cursor: pointer;
	float: right;
	margin-top: 10px;
	position: relative;
}
#main .minimap img {
	cursor: pointer;
}
#main img.logo {
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#main #searchmap {
	border: 1px solid #999999;
	width: 70%;
	height: 500px;
	float: left;
	position: relative;
}
#main #side_bar {
	font-size: 0.7em;
	height: 500px;
	width: 29%;
	background-color: #F5F5F5;
	overflow: auto;
	float: right;
	display: block;
	/*scrollbar-face-color:#F5F5F5;
	scrollbar-highlight-color:#999999;
	scrollbar-3dlight-color:#F5F5F5;
	scrollbar-shadow-color:#999999;
	scrollbar-darkshadow-color:#F5F5F5;
	scrollbar-track-color:#EEEEEE;
	scrollbar-arrow-color:#999999;*/
	border: solid 1px #999
}
#main #side_bar img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
	margin-right: 2px;
}
#main #side_bar a {
	line-height: 20px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#main #side_bar a:hover {
	background:#EEEEEE;
	color: #999999;
	text-decoration: none;
}
#main #side_bar a:focus, #main #side_bar a:active {
	color: #999999;
	text-decoration: none;
	margin-right:1px;
	background-color: #E0E0E0;
}
#main p#loadmapbut {
	float: right;
	margin-top: 10px;
}

#main #loadmapbut a {
	width: 180px;
	display: block;
	text-align: center;
	line-height: 20px;
	background-color: #E6F0E3;
	border: 1px solid #18A638;
	font-weight: bold;
	color: #333333;
}

#main #loadmapbut a:hover {
	background-color: #9EC89D;
	border: 1px solid #090;
	color: #000000;
	text-decoration: none;
}
#main #contactlogos img {
	padding: 10px;
}

.mapinfo {
	width: 300px;
}
#main .mapinfo h1 {
	font-size: 1em;
	width: auto;
	margin: 0px;
	padding: 0px;
}
#main .mapinfo address {
	font-size: 0.8em;
	width: auto;
}
#main .mapinfo p {
	font-size: 0.8em;
	width: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.mapinfo h1 {
	font-size: 1.2em;
	width: auto;
	margin: 0px;
	padding: 0px;
}
.mapinfo address {
	font-size: 1em;
	width: auto;
}
.mapinfo p {
	font-size: 1em;
	width: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#container #main img#getfreshleft {
	z-index: 99;
	position: fixed;
	left: 0px;
	visibility: visible;
	overflow: visible;
	padding-top: 3px;
}
#news {
	margin-right: 98px;
	margin-left: 98px;
}
#news p {
	margin-right: 0px;
	margin-left: 0px;
}
#news h2 {
	font-size: 0.8em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#news .date {
	font-size: 0.8em;
	color: #333;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: right;
}

#news .left {
	float: left;
	background-color: #FFF;
	text-align: left;
	font-size: 0.7em;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	position: relative;
}
#news .right {
	float: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	clear: right;
	font-size: 0.7em;
	font-weight: bold;
	text-align: left;
	position: relative;
}
#news a img {
	border: 1px solid #666;
}
#news a:hover img {
	border: 2px solid #18A638;
	margin: -1px;
}

#news img {
	border: 1px solid #666;
}
#news img.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#iis {
	position: relative;
	font-size: 0.7em;
	color: #999;
	font-weight: normal;
	text-align: right;
	width: auto;
	clear: right;
	padding-top: 5px;
	padding-right: 98px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#iis a {
	color: #999;
	text-decoration: none;
}
#iis a:hover {
	color: #333;
	text-decoration: underline;
}
#largeegg {
	position: absolute;
	left: 0px;
	top: 220px;
	z-index: 2;
}
#smallegg {
	position: absolute;
	left: 0px;
	top: 240px;
	z-index: 2;
}
#marketsloaf {
	position: absolute;
	left: 400px;
	top: 15px;
	z-index: 2;
}
#indexloaf {
	position: absolute;
	left: 450px;
	top: 160px;
	z-index: 2;
}

