@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font: 75%/1.5 "Trebuchet MS", Arial, sans-serif;
	background: #cad8e3 url(../images/page-bg.jpg) repeat-x top left;
}

p {
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #cf1919;
	text-decoration: underline;
}
a.highlighted-link {
	color: #cf1919;
}

h1 {
	font-size: 1.7em;
	margin-top: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #781618;
}

#wrapper {
	width: 901px;
	margin: 0 auto;
}

#topnav {
	background-color: #7AA263;
	text-align: center;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

#topnav ul {
	position: relative;
	list-style: none;
	display: block;
	margin: 0;
	margin-left: -30px;
	background-color: #fff000;
}

#topnav ul li {
	float: left;
	margin-left: 2px;
}



#topnav ul li a {
	/* background: #fff url(../images/left-tab.gif) no-repeat top left; */
	background-color: #7AA263;
	color: #fff;
	text-decoration: none;
	padding: 3px 10px 3px 10px;
	line-height: 25px;
	text-align: center;
}

/*
#topnav ul li a span {
	background: url(../images/right-tab.gif) no-repeat top right;
	padding-right: 9px;
}
*/

#topnav ul li a:hover {
	background-color: #32650D;
	color: #fff;
}

/* New Dropdown Menu Styling  */

#topnav li ul { /* second-level lists */
	position: absolute;
	width: 250px;
	top: 20px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#topnav li ul li a {
	background: #fff;
	display: block;
	width: 250px;
	padding: 0 5px 0 5px;
	margin-bottom: 2px;
	border-bottom: 1px solid #32650d;
}

#topnav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#page-image-holder {
	clear: both;
	width: 881px;
	height: 237px;
	border-top: 10px solid #32650d;
	border-left: 10px solid #32650d;
	border-right: 10px solid #32650d;
	border-bottom: 10px solid #32650d;
}

/* These classed added as simply .classname to get around strange bug in IE6 with background images not being displayed */

.homepage, .contact {
	background: transparent url(../images/home-pic-1.jpg) no-repeat top left;
}

.tractors {
	background: transparent url(../images/home-pic-1.jpg) no-repeat top left;
	border: 1px solid #fff000;
}

.combines {
	background: transparent url(../images/combines-pic.jpg) no-repeat top left;
}

.forklifts {
	background: transparent url(../images/forklift-pic.jpg) no-repeat top left;
}

.machinery {
	background: transparent url(../images/home-pic-1.jpg) no-repeat top left;
}

.spares {
	background: transparent url(../images/home-pic-1.jpg) no-repeat top left;
}

.due-in {
	background: transparent url(../images/home-pic-1.jpg) no-repeat top left;
}

.recently-sold {
	background: transparent url(../images/home-pic-1.jpg) no-repeat top left;
}

.hire {
	background: transparent url(../images/hire-pic.jpg) no-repeat top left;
}

/* End */

#contact-details {
	width: 200px;
	height: 200px;
	background: transparent url(../images/transparent-bg.png) repeat top left;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#contact-details h1 {
	color: #CF1919;
	border-bottom: 1px solid #CF1919;
	font-size: 1.2em;
	margin: 0;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#contact-details p {
	line-height: 1.3em;
	margin-top: 5px;
}

#contact-details p span.redtext {
	color: #cf1919;
}


#content {
	border-left: 10px solid #32650d;
	border-right: 10px solid #32650d;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 10px;
}

#content p, #content li {
	font-size: 1.2em;
}

.information-box {
	width: 85%;
	line-height: 20px;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 5px;
	border: 4px solid #2a5e04;
	background-color: #fff;
	font-weight: bold;
}

.item-holder {
	width: 85%;
	margin: 0 auto;
	padding: 5px;
	border: 4px solid #2a5e04;
	background-color: #fff;
	clear: both;
}

.item-main-pic {
	width: 85%;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #2a5e04;
	background-color: #fff;
	clear: both;
}

.item-main-pic-holder {
	width: 580px;
	margin: 0 auto;
}
.item-thumb {
	width: 131px;
	height: 98px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.item-thumb img {
	border: 0;
}

.item-details {
	float: right;
	width: 78%;
}

.item-details p {
	border-bottom: 1px dashed #000;
}

.item-label {
	font-weight: bold;
	font-size: 1.2em;
}

.item-additional-pics {
	width: 150px;
	float: right;
	margin-left: 10px;
	background-color: #fff;
}

.item-additional-thumb {
	width: 64px;
	height: 48px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: right;
	overflow: hidden;
}

.item-additional-thumb img {
	border: 0;
}

.item-email-to-a-friend {
	width: 85%;
	margin: 0 auto;
	padding: 5px;
	background-color: #DEEFD1;
	border: 1px solid #32650D;
}

.item-email-to-a-friend h2 {
	color: #000;
	text-align: center;
	font-size: 1.3em;
}

.item-email-to-a-friend h2 a {
	text-decoration: none;
	color: #000;
}

.item-email-to-a-friend h2 a:hover {
	color: #ff0000;
	text-decoration: underline;
}
hr {
	width: 742px;
	height: 11px;
	background: url(../images/item-divider.jpg) repeat-x top left;
	margin: 0 auto;
	border: 0;
}
	

.clear {
	clear: both;
}

.soldlayer {
color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:25px;
left:5px;
position:relative;
text-decoration:none;
top:-60px;
width:130px;
z-index:1;
}

#map {	
	width: 550px;
	height: 425px;
	float: right;
	margin-right: 15px;
	margin-left: 20px;
	margin-bottom: 20px;
}

#footer {
	clear: both;
	background-color: #32650d;
	height: 20px;
}

#footer p {
	float: right;
	color: #fff;
	margin-right: 40px;
	margin-top: 0px;
}


#footer p a {
	color: #fff;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}


/* Form styles */
.clear {
  clear: both;
}

#content form {
  font-size: 1.2em;
  width: 85%;
}


/* fieldset styling */
#content fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
}

/* legend styling */
#content legend {
	font-weight: bold;
	color: #000000;
}

#content form p {
  	position: relative;
	width: 100%;
	font-size: 0.85em;
}

/* style for  labels */
#content label {
	clear: left;
	float: left;
	width: 12em;
	margin-bottom: 3px;
}

/* :KLUDGE: Explicitly set the width for IE6- */
* html .feedback{
  width: 10em;
}

#content input {
  width: 300px;
}

#content  input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#content input.radio, #content input.checkbox, #content input.submit {
  width: auto;
}

/* style form elements on focus */
#content  input:focus, textarea:focus {
	background: #ffc;
}

#content  input.radio {
    float: left;
	margin-right: 1em;
}

#content  textarea {
	width: 360px;
	height: 100px;
}

.error {
	color: #ff0000;
}
#content .error {
	clear: none;
	float: right;
}

#gallery {
	margin: 0 auto;
	width: 700px;
}

#gallery_toprow {
	width: 700px;
	height: 77px;
}
.gallery_item {
	float: left;
	height: 75px;
	width: 100px;
	margin: 0px 20px 0px 20px;
	overflow:hidden;
}
.gallery_item a img {
	height: 75px;
	border: none;
}
#gallery_midleft {
	clear: both;
	height: 200px;
	width: 120px;
	float: left;
	margin-top: 30px;
}
#gallery_midleft .gallery_item, #gallery_midright .gallery_item {
	margin: 20px;	
}

#gallery_featured {
	width: 380px;
	height: 220px;
	float: left;
	padding: 23px 0px 23px 40px;
	margin: 0px 20px 20px 0px;
	overflow: hidden;
}
#gallery_featured a img {
	border: 0px;
}
#gallery_midright {
	height: 200px;
	width: 120px;
	float: left;
	margin-top: 30px;
}
#gallery_bottomrow {
	clear: both;
	width: 700px;
	height: 77px;
}