/*---------- Presentation Stylesheet ------------ */
/*               Allenton Nurseries               */
/*       Created By Ben Stewart - Feb 2007        */

* {
	margin:0;
	padding:0;
}
html {
	height:100%;
	margin-bottom:1px; /* keeps a vertical scrollbar on all pages */
}
h1, h2, h3 {
	font-weight:bold;
	margin: 0;
	padding:5px 0 15px 0;
	font-family: Helvetica, Arial, Verdana;
}
h1 {
	font-size:65px;
	text-align:center;
	line-height: 130%;
}
h2 {
	font-size:20px;
	padding:5px 0 10px 0;
}
h3 {
	font-size:12px;
}
ul {
	margin: 0 10px 10px 0;
}
li {
	margin:0px;
	list-style:none;
	padding:0 0 5px 20px; 
	background-repeat: no-repeat;
	background-position: 0 .5em;
} 
p {
	margin: 0 0 10px 0;
}
a {
	border:none;
	color: #0000ff;
	text-decoration: underline;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
hr {
	height:1px;
	background-color: #fff;
	border: 1px solid #fff;
	margin-bottom: 10px;
}
img.Image_left {
	float: left;
	margin: 0px 5px 10px 0px;
}
img.Image_right {
	float: right;
	margin: 0px 0px 10px 5px;
}
img.Image_centre {
	margin: 0 auto 15px auto;
}
/*------------   Layout Stylesheet -------------- */
/*               Allenton Nurseries               */
/*       Created By Ben Stewart - Feb 2007        */

body {
	font-family: Arial, Helvetica, Verdana;
	background: #164d32;
	color:#040405;
	font-size:12px;
	line-height:140%;
	width:100%;
}
a {
	color: #fff;
	text-decoration: none;
}
#content a {
	color: #0000ff;
	text-decoration: underline;
}
#header {
	height:220px;
}
#container {
	text-align:left;
	width:915px;
	margin:10px auto;
}
#wrapper {
	background: url(assets/green_bg.jpg) repeat-y left;
	margin: 10px 0;
}
#content_home {
	float:right;
	background: url(assets/home_background.jpg) no-repeat;
	width:760px;
	height:600px;
	margin: 0;
	padding: 20px;
}
#content {
	float:right;
	background: #f8f5ee;
	width:760px;
	min-height:600px;
	margin: 0;
	padding: 20px;
}
#left_column {
	background: #44735f url(assets/side_banner.jpg) no-repeat;
	float:left;
	width:105px;
	min-height: 685px;
	margin: 0;
}
#footer {
	clear:both;
	width:911px;
	height:35px;
	background: #44735f;
	color: #FFF;
	border: 2px solid #b3a470;
}
#footer img {
	margin:0;
	padding:2px 5px;
}
#copyright {
	clear:both;
	width:100%;
	height:25px;
	color: #FFF;
	text-align:center;
}
#copyright p {
	margin:0;
	padding:5px 10px;
}

/* --------- Navigation Top ---------*/
#menu {
	float:right;
	width:812px;
	height:35px;
	margin: 0 -12px 10px 0;
}
#menu a {
	width:193px;
	width:152px;
	_width:195px;
	_width:154px;
	height:26px;
	margin:0 9px 0 0;
	_margin:0 5px 0 0;
	padding:9px 0 0 0;
	font-size:14px;
	font-weight:bold;
	display:block;
	cursor: hand;
	float:left;
	background: #44735f;
	text-align:center;
}
/*------------- Contact Form --------------*/

div.contactForm{
  width:365px;
  padding: 0px;
  margin: 30px;
}
div.row {
  clear: both;
  padding-top: 5px;
  vertical-align: middle;
}
div.row span.label {
  float: left;
  width: 140px;
  text-align: right;
  padding:0px 10px 0px 0px;
}
div.row span.formw {
  float: right;
  width: 210px;
  text-align: left;
}
div.row span.formw input.text, div.row span.formw textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  width: 210px;
  border: 1px solid #000000;
  background: none !important;
  padding-left: 3px;
}
div.row span.formw textarea{
  height:50px;
}
div.spacer {
  clear: both;
}


