@charset "utf-8";
/* CSS Document */
/*  CSS Reset  */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
.clear {
	clear: both;
}
.skip {
	display: none;
}
.hide {
	display: none;
}
.visible {
	visibility: visible;
}
.left {
	float: left;
}
.right {
	float: right;
}
/* Basic CSS */

body {
	background: #d8a95e url(../images/page_bg.jpg) top repeat-x;
	font: 100% Verdana, Arial, Geneva, sans-serif;
	color: #251503;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0.5em;
	margin: 10px;
	background: #004946;
	display: block;
	color: #fff;
}
h2 {
	font-size: 1em;
	padding: 0.5em 0;
	border-top: 1px solid #251503;
	margin: 0.8em 1em 0.8em 1em;
	color: #004946;
	font-weight: bold;
}

h3, h4, h5, h6 {
	font-size: 1em;
	padding: 0.5em 0;
	border-bottom: 1px solid #251503;
	margin: 0 1em 0.8em 1em;
	color: #004946;
	font-weight: bold;
}
h3, h4, h5, h6 {
	border-bottom: none;
	font-size: 0.8em;
	margin: 0;
	padding: 0.2em 0.8em;
}
p {
	font-size: 0.7em;
	padding: 0.5em 1em;
}
table {
	font-size: 12px;
}
b, strong {
	font-weight: bold
}
i, em {
	font-style: italic;
}
a {
	color: #58ae41;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.pdf {
	font-size: 1.2em;
}
a.pdf img {
	vertical-align: middle;
	padding: 0.5em;
}
ul, ol {
	font-size: 12px;
	margin: 0 3em;
}
ul li, ol li {
	padding: 0.5em 0;
}
dl {
	color: #251503;
	padding: 1em;
	font-size: 0.8em;
}
dt {
	font-weight: bold;
	font-size: 0.9em;
}
dd {
	padding: 0.5em 0 1em 1em;
}
p.price {
	background: #e9d2af;
	font-style: italic;
	padding: 0.5em 1em;
	margin: 0.2em 2em;
}
img.left {
	margin: 0 2em 1em 1em;
}
img.right {
	margin: 1em 2em 1em 1em;
}
table {
	margin-left: 2em;
}
td {
	font-size: 0.8em;
}
/* Layout Divs */

#container {
	width: 960px;
	margin: 0 auto;
	background: url(../images/content_bg.gif) top repeat-y;
}
#content {
	background: url(../images/content_header.jpg) top no-repeat;
	padding: 0 10px;
}
#colLeft {
	width: 230px;
	float: left;
	padding-top: 173px;
	z-index:100;
}
/* Contact Details */
		
		dl.contact {
	padding-top: 100px;
	clear: both;
}
dd.phone {
	font-size: 1.4em;
	color: #fff;
	font-weight: bold;
	padding-left: 0.6em;
}
body.contact #colRight dd.phone {
	font-size: 1.4em;
	color: #000;
	font-weight: bold;
	padding-left: 0.6em;
}
#colRight {
	width: 700px;
	float: right;
	position: relative;
	padding: 243px 0 2em 0;
	z-index:1;
}
#flashBanner {
	width: 680px;
	height: 192px;
	position: absolute;
	top: 50px;
	right: 10px;
	z-index:-1;
}
/*	Form Stylin'	*/
			
			#contact_form {
	width: 50%;
	font-size: 0.7em;
	color: #4A4023;
}
#contact_form fieldset {
	padding: 1em;
	margin: 0.5em 2em;
	border: 1px solid #ccc;
	margin-bottom: 0.5em;
}
#contact_form fieldset legend {
	padding: 0 0.5em;
	font-size: 1.2em;
	color: #58ae41;
}
#contact_form fieldset label {
	display: block;
	width: 100%;
	float: left;
	clear: left;
}
#contact_form fieldset input {
	float: left;
	margin: 0 0 0.5em 0;
	font: 1em Verdana, Geneva, sans-serif;
	color: #333;
}
#contact_form fieldset textarea {
 font: 1em Verdana, Geneva, sans-serif  color: #333;
}
#contact_form input.formBtn {
	font-size: 1.2em;
	color: #000;
}
/* Home Buttons */

			#homeButtons {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	padding: 0 95px;
}
#homeButtons li {
	float: left;
	padding: 10px 5px;
}
#homeButtons li a {
	display: block;
	background: #004946 url(../images/home_notill.jpg) no-repeat;
	width: 158px;
	padding-top: 158px;
	color: #fff;
}
#homeButtons li.presswheels a {
	background: #004946 url(../images/home_presswheel.jpg) no-repeat;
}
#homeButtons li.harrows a {
	background: #004946 url(../images/home_harrows.jpg) no-repeat;
	width: 157px;
}
#homeButtons li a span {
	display: block;
	padding: 5px;
	border: 1px solid #fff;
}
#homeButtons li a:hover {
	background-color: #58ae41;
	text-decoration: none;
}
p.awards {
	text-align: center;
}
p.awards img {
	vertical-align: middle;
}
body.home #colLeft li.nav_home a,  body.prices #colLeft li.nav_prices a,  body.catalogue #colLeft li.nav_catalogue a,  body.newsletters #colLeft li.nav_newsletters a,  body.instructions #colLeft li.nav_instructions a,  body.tips #colLeft li.nav_tips a,  body.factory #colLeft li.nav_factory a,  body.notill #colLeft li.nav_notill a,  body.contact #colLeft li.nav_contact a {
	background: #58ae41;
}
/*Products*/
div.product {
	margin-left: 180px;
}
div.productSmall {
	margin-left: 120px;
}
/* Presswheel profiles */

	ul.profiles {
	list-style: none;
	font-size: 0.7em;
	margin-left: 70px;
}
ul.profiles li {
	float: left;
	text-align:center;
}
ul.profiles li.a {
	width:115px;
}
ul.profiles li.b {
	width:115px;
}
ul.profiles li.c {
	width:140px;
}
ul.profiles li.d {
	width:171px;
}
#footerNav {
	clear: both;
	padding: 10px;
	background: #d8a95e;
}
#footer {
	text-align: center;
	padding: 2em;
	background: #d8a95e;
	letter-spacing: 0.2em;
	font-size: 0.8em;
}
