/*--- GENERAL SCHEME ---*//* 

serif font-family: "Palatino Linotype", Georgia, "Utopia std"  ;
sans font-family: "Calibri", "Century Gothic", "Lucida Grande" ;
trebuchet font-family: "trebuchet ms", arial, verdana;

fff 	body bg
fff		container bg
454545	body color, footer bg, footer border-top

676767	add to basket link text

669760  tractor dark green
c4d7b7	tractor light green
454545 	dark grety

c4d7b7 	light olive green
454545	dark green
669760
009900

999999 	indescript grey

a#logo {color:#669760;}
	a#logo span {color:#990000;}	
	a#logo:hover {color:#009900;}	
	a#logo:hover span {color:#cc0000;}

a {color:#669760;}
a:hover {color:#990000;}
a:active {color:#cc0000;}
	
#footer a {color:#c4d7b7;}
#footer a:hover {color:#ffffff;}
#footer p {color:#fff;}

ul.rightCol li a {color:#669760;}
ul.rightCol li a:hover {color:#009900;}
*/


/*--- CLEAR PADDING, MARGINS & IMG BORDER ---*/

* {padding:0;margin:0;}
img {border:0;}


/*--- THIS LAYOUT ---*/

/* overall page layout */

body {
	background:#c4d7b7;
	text-align:center;
	font:0.8em "trebuchet ms", arial, verdana;
	color:#666;
}
	body, html {
		height:101%;
	}
#accessibility {
	font-size:0.8em;
	position:absolute;
	top:0px;
	left:0px;
}

#container {
	width:990px;
	margin:auto;
	/*background:#cccccc;*/
	text-align:left;
	height:100%;
}
#leftCol {
	width:170px;
	float:left;
	text-align:right;
	font-size:13px;
	/*background:#ffcccc;*/
	}
	#leftCol a {text-decoration:none;}
	
	a#qit {
		background: url(/images/qit.gif) no-repeat;
		width:80px;
		height:106px;
		padding:0px;margin-top:30px;margin-right:10px;
		clear:both;
		float:right;
	}
	a#logo {
		background:url(/images/layout/one-col/logo.gif);
		width:157px;
		height:158px;
		display:block;
		margin:40px 0 20px;
	}
	
	#mainLinks {
		margin-right:1em;
/*		border-top:1px solid #454545;
		padding-top:20px;*/

	}
	#mainLinks ol {
		list-style:none;
	}
	#mainLinks ol li a {
		display:block;
		width:95%;
		font-size:1em;
		text-align:right;
		padding:5px 0;
		font-weight:bold;
		font-family:"Palatino Linotype", Georgia, "Utopia std"  ;
	}
	#mainLinks ol li a:hover {
	}
	
#rightCol {
	width:790px;
	margin-left:170px;
	background:url(/images/layout/one-col/bg-page.jpg) repeat-y top center;
	position:relative;
}
	#header {
		background: url(/simages/layout/one-col/bg-header-1.jpg) no-repeat top right;
		height:500px;
		width:790px;
		position:relative;
		overflow:hidden;
	}
	#SlideShow {
		position:absolute;
		top:0px; left:0px;
	}
	#greyBar {
		position:absolute;
		top:320px;left:20px;
		height:0px;width:750px;
		border-bottom:solid 2px #666666;
	}
	#middle {
		text-align:center;
		position:relative;
		top:-150px;
		z-index:1;
		margin-bottom:-80px;
		width:790px;
	}
	#middleCenter {
		width:690px;
		margin:auto;
		text-align:left;
		position:relative;
	}
	#middleCenter h1 {
		margin-bottom:30px;
		font-size:32px;
	}
	#middleCenter h2 {
		margin-top: 30px;
		margin-bottom:10px;
		border-bottom:1px dotted #666666;
		padding-bottom:5px;
	}
	#middleCenter h3 {
	
	}
	#middleCenter ul {
		list-style:disc;
		margin-left:20px;
		padding-left:20px;
		margin-bottom:2em;
	}
	#middleCenter ul li {
		margin-bottom:10px;
	}
	#footer {
		height:80px;
		background:#c4d7b7 url(/images/layout/one-col/bg-footer.jpg) no-repeat top center;
		position:relative;
		z-index:0;
		padding-top:10px;
	}
		#footerLeft {
			float:left;
			margin:-3px 20px 0 50px;
		}
		
		#footerRight {
			float:right;
			margin:-3px 50px 0 20px;
		}
			#footerRight a {
				margin:0 0 0 20px;
			}
	#userFooter {
		position:relative;
		top:63px;
		padding:20px;
		border:1px dashed #454545;
		border-width:1px 0px;
		/*margin-top:50px;
		position:absolute;
		bottom:-185px;
		width:690px;
		z-index:200;*/
	}
	#userFooter p {margin:5px 0;}
	
	li a#securePayments {
		margin-top:20px;
		font-weight:bold;
		/*border-top:1px solid #454545;*/
	}
	#cardLogos a img {
		border:1px solid #666666;
		margin:2px;
		display:inline;
	}
	#mainLinks ol li #cardLogos a {
		display:inline;
		width:auto;
		overflow:visible;
		float:right;
	}
	#validation {
		margin:40px 0;
		text-align:center;
	}
	#validation a img {
		margin:0 10px;
	}
	#googleMaps {
		border:2px inset #c4d7b7;
	}


/*-- HEADINGS, PARAGRAPHS & GENERAL WEBSITE STYLES --*/

p {line-height:1.7em;text-align:justify;margin-bottom:1em;}

h1 {font-size:3em;font-family:"Palatino Linotype", Georgia, "Utopia std"  ; color:#454545;}
h2 {font-size:2em;font-family:"Palatino Linotype", Georgia, "Utopia std" ; color:#454545;}
h3 {font-size:1.5em;font-family:"Palatino Linotype", Georgia, "Utopia std" ; color:#454545;margin-bottom:20px;}
h4 {margin-top:20px; color:#454545;}

a {
  text-decoration:underline;
  color:#454545;
  }
a:hover {
  color:#669760; 
  text-decoration:none;
  }
  
  h2 a {text-decoration:none;}
  h3 a {text-decoration:none;}

/*-- TABLES --*/

table {font-size:90%;}
table td {
	padding:5px 5px;
	text-align:center;
}
table th {
	text-align:right;
	text-transform:uppercase;
	padding:5px 20px;
	border-bottom:1px dotted #454545;
}


/*-- FORMS --*/
  
form {}

fieldset {
	margin:1.5em 0px 0px;
	padding:0px;
	float:left;
	clear:none;	
	width:100%;
	border:0;
	border-top:2px solid #454545;
}
fieldset ul, fieldset ol {
	padding:0;
	list-style:none;
	margin-top:1em;
	}

legend {
	font-size:1.5em;
	font-weight:bold;
	padding:0px 10px;
	}
		
label {
	width:15em;
	float:left;
	margin-right:0.5em;	
	text-align:right;
	font-size:100%;
	font-weight:bold;
	color:#669760;
	}
	
fieldset li {
	padding:1em;
	clear:left;
	float:left;
	width:100%;
	}
li.liFormText {padding-left:11em;}
input, select, select.text, .text, textarea, .button {
	font-size:130%;
	font-family:"trebuchet ms", arial, verdana;
	border: 1px solid #454545;
	color:#454545;
	padding:5px;
}
input.text {padding:0.3em;}

textarea {height:120px;}
.text, textarea, select, select option, checkboxSingle {
	background-image:url(/images/bg-input.gif) ;
}
form li input.text, select.text, textarea.text, select {
	width:400px;
}
.button {
	background:#c4d7b7;
	padding:3px;
	font-weight:bold;
}
.checkboxSingle {
	float:left;
	border:0;
}
.checkboxMultiple {}
span.checkboxComment {
	display:inline;
	float:left;
	width:250px;
	margin-left:0.5em;
}
span.textboxComment {
	display:block;
	margin-left:15.5em;
}
fieldset ol li a#pageSeoLink {
	padding-left:6em;
	margin-bottom:0px;
	padding-bottom:0px;
}
fieldset.submit {
  	float:none;
	border:0;
	margin:0;
	padding-left:15.8em;
	background:transparent;
	clear:both;
	margin-bottom:2em;
	position:relative;
	top:-10px;
	}	
	fieldset.submit li {
		clear:none;
		}
fieldset.hidden {
	border:0;
	margin:0px;
	padding:0px;
	}
	fieldset.hidden ol {padding:0;margin:0;}	
fieldset.heading {
	clear:both;
	padding:3em 0 1em;
}

	fieldset.heading {
	}
fieldset.selectLeft {
	float:right;
}
fieldset.selectLeft li {
	clear:right;
	float:right;
	}
fieldset.selectLeft label {
	width:300px;
	float:right;
	margin-left:0.5em;	
	text-align:left;
	}
fieldset.selectLeft select {
	width:180px;
}	
fieldset.noBorder {
	border:0px;
	margin-top:0;
	padding-top:0;
}
	fieldset.noBorder ol {margin-top:0px;}
	
form.updateDisplay label {width:16em;}
form.updateDisplay fieldset.submit {padding-left:16.75em;}

form#searchBox input {
	background:#c4d7b7;
}
form#searchBox input.text {width:110px;height:20px;}

form#searchBox input.button {width:40px;height:30px;text-align:center;}

form#searchBox fieldset {
	border:0;padding:0;margin:0;
	margin-bottom:10px;
}

form#frm_card_paypal fieldset.submit {
	position:relative;
	top:-10px;
	left:-3px;
	}

#bookingForm {margin-top:40px;}
#bookingForm ol li {
	padding:5px 0px;
}
#bookingForm label {
	width:100%;
	text-align:left;
}
#bookingForm input.text {
	width:100%;
	
}
#bookingForm fieldset.submit {
	padding-left:0px;
}	

h3.booking {margin-left:11em;}
/*-- HOME PAGE --*/

.homePageBox {
	width:240px;
	border: 2px solid #669760;
	margin-bottom:1.5em;
	background:#edfeed url(/images/home-page-box.jpg) no-repeat top left;
}
.homePageBox div {
	margin:10px;
}
.homePageBox h2 {
	margin-top:0px;
}
.homePageBox h2 a {
	background:url(/images/footer.jpg) repeat-x center;
	font-size:14px;
	color:white;
	padding:3px;
	display:block;
}
.homePageBox h2 a:hover {color:white;}
.homePageBox h2 a span {
	margin-left:15px;
}
.homePageBox ol {
	list-style-type:none;
}
.homePageBox ol li {
	margin-bottom:5px;
}


/*-- COMMON STYLES - REUSED THROUGHOUT --*/

#theMessage {
	padding:15px 15px 0px 15px;
	border:1px dotted #669760;
	display:block;
	margin-bottom:20px;
}
#theMessage a {}
#theMessage a:hover {}

div.attention#theMessage {
	padding:15px;
	background:#ffcccc;
	border:1px dotted #990000;
	color:#990000;
	font-weight:bold;
	margin-bottom:20px;
}
.textAttention {color:#990000;}


ul.fieldsetCompensation {
	/*margin-bottom:-20px;*/
}

p.smallText {font-weight:bold;}  /* blog item subheading - published dates, etc */

.underline {border-bottom:1px dotted #454545;} /* page subheadings */

.dotted {padding:10px;border:1px dotted #454545;}

hr {border:0; height:0px; color:#999999; background-color:#999999; border-bottom:1px solid #999999;}
hr.splitter {margin:0.5em 0px;}

div.splitter {clear:both;padding:1em 0;}

.normalTextSize {font-size:0.9em;}

.clear {clear:both;}

.leftAlign {float:left;}
.rightAlign {float:right;}


/*-- ADMIN & CLIENT STUFF STYLES --*/

#adminContainer {
	position:absolute;
	top:0px;left:0px;
	z-index:100;
	text-align:left;
	font-size:90%;
}
	#admin a, #adminControl a  {text-decoration:none; color:#454545;}
	#admin ul, #adminControl ul {margin-bottom:20px;list-style-type:none;}
	#admin li, #adminControl li {margin-bottom:5px;}
	#admin h3, #adminControl h3 {margin:0 0 6px;font-size:14px;}
	
a#adminLink {
 	z-index:102; 
	display:block;
	width:70px;
	text-decoration:none;
	background:#ffffff;
	padding:5px;
	text-align:center;
	position:relative;
	border:1px solid #454545;
	border-width:0px 1px 1px 0px;
}

	
div#admin {
	display:none;
	height:100%;
	width:500px;
	overflow:auto;
	padding:3px;
	text-align:left;
	position:absolute;
	top:0;left:80px;
	z-index:1;
	border:1px solid #454545;
	border-width:0px 1px 0px 1px;
	background:#ffffff;
	font-size:85%;
}
#admin div {margin:10px;}

#adminControl h3 {font-size:1.8em;}
#adminControl ul {margin-bottom:40px;}
#adminControl ul li {
	margin-left:15px;
}

/*-- STANDARD DISPLAY FOR MODULE ELEMENTS - e.g. blog posts, products, news items, etc. ---*/
	
div.itemMultipleImage {
	width:100px;
	float:left;
	border:1px solid #999999;
	margin-right:20px;
	display:inline;
	clear:none;
}
div.itemMultipleDetail {
 	float:left;
	display:inline;
}

div.itemSingleContainer {
}
div.itemSingleImages {
	width:122px;
	float:left;
	border-right:0px solid #999999;
	margin-right:20px;
	position:relative;
	top:-10px;
	display:inline;
}
div.itemSingleDetail {
}

.itemInfo {
	float:right;
}
.itemContainer p {
	margin:0.5em 0;
}
.itemContainer h3 {
	margin:0;
}

ol.itemMultiple {
	list-style:none;
	padding:0;
	margin-bottom:4em;
	/*margin-left:1em;*/
}

ol.itemMultiple li {
	margin-left:0;
	padding-bottom:1em;
	display:block;
}

ul li.linkRss {  	/* sidebar rss link */
	margin-top:10px;
}
a.linkRss {
	font-weight:bold;
	font-style:italic;
	font-size:125%;
	background: url(/images/rss-15.png) no-repeat left;
	padding-left:25px;
	height:15px;
	line-height:15px;
}


/*-- SIDEBARS (MODULE) STYLES --*/

div.sidebar {
	margin:0px 0px 30px 30px;
	border-left:1px dotted black;
	float:right;
}
div.sbPreview {
	height:200px;
	width:300px;
	position:relative;
	border:1px dotted #999999;
	border-width:1px 1px 0px 1px;
}
div.theSbPreview {
	position:absolute;
	top:0;left:0;
	height:200px;
	margin:0px 10px;
	overflow:hidden;
}

div.theSbFade {
	position:absolute;
	bottom:-5px;left:0;
	height:120px;
	width:300px;
	background: url(/sidebars/images/sidebar-fade.png);
}


/*-- SHOP STYLES --*/

a#loginLink {
	display:block;
	height:24px;
	line-height:24px;
	padding-left:34px;
	background:url(/images/login.gif) no-repeat left center;
	margin-top:10px;
}
	a#loginLink:hover {color:#009900;}
div.addToBasket {
	/*width:550px;*/
	margin:1em 0em;
	display:block;
	clear:right;
	/*position:relative;*/
}
div.addToBasket div.leftAlign {
	position:relative;
	top:5px;
}
a.addToBasket {
	padding-right:35px;
	background:url(/images/basket-30.gif) no-repeat top right;
	line-height:30px;
	height:30px;
	color:#676767;
	display:block;
	text-align:right;
	text-decoration:none;	
	font-family: verdana, arial, sans-serif;
}
	a.addToBasket:hover {color:#009900;}
p.clientInfo {
	padding:5px 0px;
	clear:right;
}
	p.clientInfo a, p.basketLinks a {
		font-size:95%;margin-right:10px;border:1px solid #669760;padding:1px 5px;float:left;display:block;background:white;font-weight:bold;
	}
	p.clientInfo a:hover, p.basketLinks a:hover {
		background:#c4d7b7;
		color:#669760;
	}
p.productInfo {
	padding:5px 0px;
	font-size:85%;
	clear:right;
}

form#updateBasket ol li {
	clear:both;
	margin-bottom:1em;
}
form#updateBasket ol li label {
	width:220px;
}
form#updateBasket ol li label a{
	text-decoration:none;
}
form#updateBasket ol li input {
	margin: 0px 5px;
	float:left;
}
form#updateBasket ol li input.button {
	margin-left:90px;
}
/*.shopLinks {
	float:right;
	width:100px;
	display:block;
}
.shopLinks a {
	display:block;
}*/


/*-- BLOG + ARTICLES STYLES ---*/

/* none */


/*-- RSS FEED STYLES --*/

.rsslibitem {
	font-weight:bold;
	display:block;
	margin:25px 0px -10px;
	font-size:120%;
}
.rsslibdesc {
	display:block;
}


/*-- HIGHSLIDE, ZOOM and SLIDESHOW STYLES --*/

div.zoomMultipleImageContainer a.highslide {
	margin:0px 20px 20px 0px;
}
a.hsPrevious {
	float:left;
	display:block;
	width:44px;
	height:44px;
	background:url(/images/btn-previous.png) ;
	background-position:0 0;
	margin:10px;
	}
	a.hsPrevious:hover {
	background-position:0px 44px;
	}
a.hsNext {
	float:right;
	display:block;
	width:44px;
	height:44px;
	background:url(/images/btn-next.png) ;
	background-position:0 0;
	margin:10px;
	}
	a.hsNext:hover {
	background-position:0px 44px;
	}

.highslide-overlay {
   display: none;
}
.highslide-overlay-fly {
	background:white;
	padding:5px;
	color:#666666;
	font-weight:bold;
}
.highslide-dimming {
	background: #121212;
}
div.pagesDisplay, div.editImageDisplay {
	margin-top:10px;clear:both;
}
div.pagesDisplay ol, div.pagesDisplay ul, div.editImageDisplay ol, div.editImageDisplay ul {
	margin:0;padding:0;
	margin-top:-10px;
}
div.pagesDisplay ol li, div.pagesDisplay ul li, div.editImageDisplay ol li, div.editImageDisplay ul li {
	margin:0 0 0 10px;padding:0;
}
div.pagesUsed {
	float:left;
	width:48%;
	overflow:hidden;
}
div.pageBackupsUsed {
	float:right;
	width:48%;
	overflow:hidden;
}
div.hsContainer {
	clear:both;	
	margin-top:20px;
	width:100%;
}
div.hsDetail {
	margin-left:20px;
	float:left;
}
div.hsImage {
	float:left;
	clear:left;
    margin:0px;
	position:relative;
}
div.hsImageText {
	position:absolute;
	top:0px;left:5px;
	z-index:2;
	color:#990000;
}
div.hsCaption {
	background-color:#ffffff;
	color:#ffffff;
	text-align:left;
}
.highslide-caption {
	color:#333333;
	font-size:0.9em;
	padding:10px;
	background:#ffffff;
	display:none;
	border: 3px solid #ffffff;
	border-width:0 3px;
	/*width:20%;*/
}
div.highslide-caption a {
 	text-decoration:none;
	color:#666666;
}
div.highslide-caption a:hover {
	text-decoration:underline;
	color:#990000;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
	float:left;
}
.highslide img {
	border: 2px solid #333333;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide:hover img {
	border: 2px solid #999999;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 3px solid #ffffff;
}
.highslide-image-blur {
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    padding-left: 22px;
    background-image: url(/fw-images/hs-graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
