a, div a {
	color: #999999;
	text-decoration: underline;
	font-family: papyrus, arial, sans-serif;
}
a:hover {
	text-decoration: none;
}
body {
	background-color: #cde4d9;
	color: #000000;
	font-family: papyrus, arial, sans-serif;
	font-size: 10pt;
	font-weight:normal;
	margin: 0;
	padding: 0;
}
div.input {
	display: block;
	float: left;
	width: 150px;
}
h1 {
	font-size: 14pt;
	font-family: papyrus, arial, sans-serif;
	color: #333333;
	font-weight: normal;
}
h2 {
	font-size: 12pt;
	font-family: papyrus, arial, sans-serif;
}
div#content {
  position:absolute; 
	left:50%;
  top:0px; 
  width:1000px; 
  height:700px;
  margin: 0;
	margin-left: -500px;
	border: 0;
	padding: 0;
}
div#footer a img {
	opacity:0.4;
	filter:alpha(opacity=40)
}
div#footer a:hover img {
	opacity:1;
	filter:alpha(opacity=100)
}
div#logo {
  position:absolute; 
  left:0px; 
  top:0px; 
  width:368px; 
  height:139px;
	background: url('http://www.willowfieldnursery.co.uk/images/logo.png') no-repeat;
}
div#opening_times {
  position:absolute; 
  left:368px; 
  top:0px; 
  width:288px; 
  height:139px;
	background: url('http://www.willowfieldnursery.co.uk/images/opening-times.png') no-repeat;
	font-size: 12pt;
	text-align: right;
}
div#telephone {
  position:absolute; 
  left:656px; 
  top:0px; 
  width:344px; 
  height:139px;
	background: url('http://www.willowfieldnursery.co.uk/images/telephone.png') no-repeat;
	font-size: 26pt;
	text-align: right;
}
div#telephone p {
	padding: 0 20px 0 0;
}
div#menu_bg {
	background: url('http://www.willowfieldnursery.co.uk/images/menu-bg.png') repeat-x;
	position:absolute; 
  left:0px; 
  top:139px; 
  width:1000px; 
  height:48px;
  margin: 0;
  padding: 0;
}
div#menu_bg li {
	display: block;
	float: right;
	height: 48px;
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
}
div#menu_bg a {
	font-family: papyrus, arial, sans-serif;
	text-align: center;
	display: block;
	height: 48px;
	padding: 0px;
	padding-left: 10px;  
	font-size: 12pt;
	text-decoration: none;
	margin: 0px;
	color: #222222;
	filter: Alpha(opacity=70); 
	opacity: .7;
	font-weight: bold;
}
div#menu_bg span a {
  font-size: 10pt;
}
div#menu_bg a.selected {
	filter: Alpha(opacity=100); 
	opacity: 1;
}
div#menu_bg a:hover {
	filter: Alpha(opacity=100); 
	opacity: 1;
}
div#fail, div#success {
	display: block;
	top: 100px;
	left: 50%;
	height: 200px;
	width: 400px;
	margin-left: -200px;
	text-align: center;
	position: absolute;
	padding: 20px;
}
div#fail h1 {
	color: white;
}
div#fail {
	background: black;
	color: white;
	border: 2px solid white;
}
div#success {
	background: white;
	color: black;
	border: 2px solid black;
}
div#fail a {
	color: white;
}
div#fail a, div#success a {
	text-decoration: underline;
}
div#success {
	color: black;
}
div#ajaxname, div#ajaxnumber, div#ajaxemail {
	display: inline;
}
span.hidden {
  display: none;
  visibility: hidden;
}
div#ajaxedit {
  display: block;
  float: right;
  width: 600px; 
  border: 0;
  height: 400px;
  position: absolute;
  top: 50px;
  left: 300px;
  overflow: auto;
}
div.del_img {
	display: block;
	float: left;
	padding: 0;
	width: 195px;
	height: 260px;
}
div.del_img a {
	display: block;
	height: 20px;
	width: 20px;
	text-align: center;
	background: white;
	color: black;
	filter: Alpha(opacity=80); 
	opacity: 0.8;
}
