@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font: 75%/1.5 "Trebuchet MS", Arial, sans-serif;
	background-color: #DBDBDB;
}

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 {
	clear: both;
	background: #000 url(/images/nav-bg.gif) repeat-x top left;
	text-align: center;
	margin-bottom: 5px;
	width: 901px;
}

#topnav ul {
	position: relative;
	list-style: none;
	display: block;
	margin: 0;
	margin-left: -30px;
}

#topnav ul li {
	float: left;
	margin-left: 2px;
}

#topnav ul li a {
	/* background: #fff url(/images/left-tab.gif) no-repeat top left; */
	color: #fff;
	text-decoration: none;
	padding: 3px 8px 3px 8px;
	line-height: 25px;
	text-align: center;
	font-size: 1.1em;
}

/*
#topnav ul li a span {
	background: url(/images/right-tab.gif) no-repeat top right;
	padding-right: 9px;
}
*/

#topnav ul li a:hover {
	background: transparent url(/images/nav.gif) repeat-x top left;
	color: #fff;
}

#topnav ul li.active {
	background: #000 url(/images/nav_static.gif) repeat-x top left;
}

/* 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: 901px;
	height: 209px;
}

/* These classes are added as simply .classname to get around strange bug in IE6 with background images not being displayed */

.home_header {
	background: transparent url(/images/header_backgrounds/home_header.jpg) no-repeat top left;
}
.tractors {
	background: transparent url(/images/header_backgrounds/tractors.jpg) no-repeat top left;
}
.combine{
	background: transparent url(/images/header_backgrounds/combines.jpg) no-repeat top left;
}
.combine_accessories{
	background: transparent url(/images/header_backgrounds/combines-and-tractors-accessories.jpg) no-repeat top left;
}
.chaserbins {
	background: transparent url(/images/header_backgrounds/chaserbins.jpg) no-repeat top left;
}
.balers {
	background: transparent url(/images/header_backgrounds/balers.jpg) no-repeat top left;
}
.ploughs {
	background: transparent url(/images/header_backgrounds/ploughs.jpg) no-repeat top left;
}
.seeddrills{
	background: transparent url(/images/header_backgrounds/seeddrills.jpg) no-repeat top left;
}
.cultivation {
	background: transparent url(/images/header_backgrounds/cultivation.jpg) no-repeat top left;
}
.handlers_diggers {
	background: transparent url(/images/header_backgrounds/handlers_diggers.jpg) no-repeat top left;
}
.miscellaneous {
	background: transparent url(/images/header_backgrounds/miscellaneous.jpg) no-repeat top left;
}
.hire{
	background: transparent url(/images/header_backgrounds/hire.jpg) no-repeat top left;
}
.grass_livestock{
	background: transparent url(/images/header_backgrounds/grass_livestock.jpg) no-repeat top left;
}
.sprayers {
	background: transparent url(/images/header_backgrounds/sprayers.jpg) no-repeat top left;
}
.trailer {
	background: transparent url(/images/header_backgrounds/trailer.jpg) no-repeat top left;
}
.wheels {
	background: transparent url(/images/header_backgrounds/wheels.jpg) no-repeat top left;
}

/* End */

#contact-details {
	width: 350px;
	height: 180px;
	float: left;
	margin-right: 10px;
	margin-top: 15px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#contact-details h1 {
	color: #CF1919;
	font-family: Georgia, "Times new roman",Times, Serif;
	font-weight: normal;
	font-size: 3.5em;
	margin: 0;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border: none;
	line-height: 0.9em;
}

#contact-details p {
	line-height: 1.3em;
	margin-top: 5px;
	color: #666666;
	font-size: 1.2em;
}
#contact-details p a {
	color: #CF1919;
	text-decoration: underline;
}

#contact-details p span.redtext {
	color: #cf1919;
}


#content {
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-top: 10px;
	background-color: #fff;
}

#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: 875px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #cccccc;
	background: #fff url(/images/itemholder_fade.gif) repeat-x bottom center;
	clear: both;
	margin-bottom: 14px;
}

.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: 350px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.item-thumb img {
	border: 0;
}

.item-details {
	float: left;
	width: 333px;
}

.item-details a {
	color: #cc0000;
	text-decoration: underline;
}

#content .item-name {
	color: #cc0000;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 1.7em;
	border-bottom: 1px solid #cccddd;
}
.item-summary {
	border-bottom: 1px solid #cccddd;
}
.item-price {
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #cccddd;
}

.item-additional-pics {
	width: 150px;
	float: left;
	margin-left: 10px;
	background-color: #fff;
}

.item-additional-thumb {
	width: 60px;
	height: 72px;
	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;
	margin: 0 auto;
	border: 1px #fff;
	color: #fff;
}
	

.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: #fff;
	height: 100px;
	border-top: 2px solid #cc0000;
	border-bottom: 2px solid #DBDBDB;
}

#footer p {
	float: right;
	font-weight: normal;
	text-align: right;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #333333;
	margin-right: 10px;
	width: 900px;
	font-size: 1.5em;
}


#footer p a {
	color: #cc0000;
	text-decoration: underline;
}

#footer p a:hover {
	color: #333333;
}

#footer_red {
	color: #cc0000;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 1.4em;
}


/* 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;
}

.galleryitem {
	border: 4px solid #2A5E04;
	padding: 3px;
	margin: 10px;
	width: 200px;
	height: 225px;
	float: left;
}
.galleryitem p {
	text-align: center;
}
#header {
	background: #fff url(/images/header.gif) no-repeat top left;
	height: 110px;
}
#header_left {
	float: left;
	padding-left: 15px;
	width:325px;
}
#header_left a img {
	border: none;
}
#header_right {
	float: left;
	width: 550px;
	color:#333333;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:16px;
	line-height:22px;
	text-align:right;
}
#header_tel, #header_tel a {
	color:#CC0000;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:24px;
	line-height:30px;
	text-align:right;
}

#header_tel a {
	text-decoration: underline;
}
#home_col1 {
	float: left;
	width: 270px;
	padding-right: 20px;
}
#home_col2 {
	float: left;
	width: 210px;
}
#home_col2 img {
	border: none;
}
#home_content_bg {
	background: #fff url(/images/index_bg.jpg) no-repeat top right;
	height: 500px;
}
#contact_left {
	float: left;
	width: 300px;
}
#contact_right {
	float: left;
	width: 500px;
}
#footer #subfooter {
	font-size: 0.7em;
}
.home_header #contact-details h1{
	font-size: 3em;
}
.home_header #contact-details p{
	font-size: 1.1em;
}
