@charset "utf-8";
/* CSS Document */

body {
	color: #000;
	font: 0.69em/1.64em Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 1.18em;
	margin: 0;
	padding: 0px 0px 24px 0px;
}

h2 img {
	margin-right: 6px;
}

p {
	margin: 0;
	padding: 0px 0px 28px 0px;
}

a {
	color: #000;
}

form {
	margin: 0;
	padding: 0;
}

#container {
	margin: auto;
	width: 765px;
}

#header {
	background: url(../../images/banner-image.jpg) bottom no-repeat;
	height: 288px;
	position: relative;
	width: 765px;
}

#headerTop {
	background: url(../../images/red-banner-top.gif);
/*	height: 70px;*/
	padding:0pt 0pt 19px;
	float:left;
	background-color:#C10009;
}

#headerTopTitle {
	color: #fff;
	display: inline;
	float: right;
	font: bold 1.36em Helvetica, sans-serif;
	height: 51px;
	line-height: 51px;
	margin-right: 54px;
	text-align: center;
	width: 294px;
}

#peaHarverster {
	background: url(../../images/arrow-left.gif) left center no-repeat;
	left: 0;
	margin-left: 14px;
	padding-left: 41px;
}

#beanHarvester {
	background: url(../../images/arrow-right.gif) right center no-repeat;
	right: 0;
	margin-right: 14px;
	padding-right: 41px;
	text-align: right;
}

#peaHarverster, #beanHarvester {
	bottom: 0;
	font: bold 1.64em Helvetica, sans-serif;
	margin-bottom: 14px;
	position: absolute;
	text-decoration: none;
	
}

#navigation {
	background: url(../../images/navigation-bg.gif);
	border-left: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#navigation li {
	display: inline;
	margin: -2px;
}

#navigation a {
	background: url(../../images/menu-nav-off.gif) bottom right no-repeat;
	color: #fff;
	font-weight: bold;
	height: 42px;
	line-height: 42px;
	padding: 14px;
	text-decoration: none;
}

#navigation a:hover {
	background: url(../../images/menu-nav-over.gif);
}

#selected {
	/*background: url(../../images/menu-nav-over.gif) !important;*/
}

#contentWrapper {
	background: url(../../images/content-wrapper-bg.gif);
	border-left: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
	float: left;
}

#left {
	float: left;
	width: 508px;
}

#welcomeMessage {
	margin: 29px 0px 0px 87px;
}

#mainContent {
	background: url(../../images/peas-2.jpg) bottom no-repeat;
	padding: 25px 43px 166px 17px;
	/*float:left;*/
}

.contentImgLeft {
	float: left;
}

#newUsedMachine {
	background: url(../../images/stripe-repeating.gif);
	float: left;
	padding: 0 0 20px 0;
}

#newMachine, #usedMachine {
	float: left;
	padding: 28px 30px 0 28px;
	width: 196px;
}

#newUsedMachine p {
	padding: 0px 0px 14px 0px;
	line-height: 1.55em;
}

#newUsedMachine select {
	font-size: 1em;
	width: 100%;
}

#newUsedMachine img {
	float: right;
	padding: 16px 0px 0px 0px;
	cursor:pointer;
}

.fifty_percent{
	width:50%;
	float:left;
}

.float_left{
	float:left!important;
	border:none;
}

.float_right{
	float:right!important;
	border:none;
}


#right {
	float: left;
	width: 255px;
}

#languageSelector {
	background: #AAAAAA url(../../images/flags.gif) bottom center no-repeat;
	float: left;
	line-height: 19px;
	padding: 7px 11px 34px 11px;
	text-align: center;
	width: 233px;
}

#languageSelector form {
	display: inline;
}

#languageSelector select {
	font-size: 1em;
	width: 123px;
}

#companyNewsPanel {
	background: #D4D4D4;
	float: left;
	padding: 12px 18px;
	width: 219px;
}

#companyNewsPanel h2 {
	padding: 0px 0px 20px 0px;
}

.newsRow {
	float: left;
}

.newsLeft {
	float: left;
	width: 68px;
}

.newsLeft img {
	width: 68px;
}

.newsRight {
	float: left;
	padding-left: 14px;
	width: 137px;
}

.newsRight p {
	padding: 0px 0px 5px 0px;
	line-height: 1.55em;
}

.newsRight a {
	padding: 0px 0px 25px 0px;
	float:left;
}

#newsArchive {
	text-align: center;
}
















#contactUsPanel {
	background: #BDBDBD url(../../images/map.gif) bottom no-repeat;
	border-top: 2px solid #fff;
	float: left;
	padding: 0px 0px 120px 0px;
	position: relative;
	width: 255px;
}

#contactUsPanel h2 {
	background: url(../../images/contact-bg.gif) bottom repeat-x;
	color: #fff;
	font-size: 1em;
	height: 48px;
	line-height: 48px;
	padding: 0px 15px;
}

#contactUsContent {
	padding: 17px 16px;
}

#contactUsContent p {
	padding: 0px 0px 19px 0px;
}

#cotactDetails {
	font-size: 1.18em;
	font-weight: bold;
}

#stockLists {
	bottom: 16px;
	position: absolute;
	right: 56px;
}

#footer {
	background: url(../../images/footer-bg.gif);
	clear: both;
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding: 0px 32px;
}

#footer a {
	color: #fff;
}

#sitemap {
	padding: 0px 13px;
}






/********************************* Inner Page Layout		**************************/

#inner_content_wrapper{
	float:left;
	background: url(../../images/stripe-repeating.gif);
	width:100%;
}

#title{
	background-color:#fff;
	width:719px;
	padding:56px 0 14px 46px;
	margin:0 0 8px 0;
	float:left;
}

#title h1{
	font-family:Helvetica, Verdana, Arial, sans-serif;
	color:#d1000a;
	float:left;
	margin:0px;
	padding:5px 0;
	font-size:2.5em;
}

#title p{
	float:right;
	padding:20px 110px 0 0;
}

#title span{
	font-weight:normal;
	margin:0;
	color:#000;
	float:left;
	height:30px;
}

#title span.title2{
	margin:0 0 0 -0.35em;
/*	float:left;*/
}

#title embed{
	float:left;
}


.home_title_wrapper{
	padding: 0 0 0 120px!important;
	margin:0px!important;
	width:380px!important;
}



.inner_content_whitespace{
	background-color:#fff;
	width:615px;
	margin:0 0 8px 45px;
	padding:30px;
	float:left;
	display:inline;
}

#inner_content_img{
	text-align:center;
}

.inner_content_whitespace p{
	padding:14px 0;
}

.red_button{
	float:left;
	padding:0 10px 0 0;
	text-decoration:none;
}

.red_button span{
	background: url(../../images/global/red_button_repeat.gif);
	float:left;
	height:28px;
	padding:5px 10px;
	color:#fff;
	font-weight:bold;
	line-height:1.2em;
	text-decoration:none;
	cursor:pointer;
}

.red_button span.middle{
	padding:12px;
	height:14px;
}

.red_button img{
	float:left;
	border:none;
}











/********************************* Contact Us Page		**************************/

.contact_wrapper{
	float:left;
	padding:0 30px;
}

#feedbackForm{
/*	float:left;*/
}

.contact_row{
/*	float:left;*/
	width:100%;
}

.contact_row p{
	float:left;
	width:200px;
	padding:0px;
	margin:0px;
}

.contact_row input{
	float:left;
}


#address_bar{
	float:left;
}

#address_bar p{
	margin:0px;
	padding:0px;
}

#address_bar img{
	float:left;
	clear:both;
}
#address_bar_top{
	background-color:#d7d7d7;
	width:531px;
	float:left;
	clear:both;
	padding: 0 0 10px 16px;
}

#address_bar_bottom{
	background-color:#c0c0c0;
	width:531px;
	float:left;
	clear:both;
	padding: 10px 0 0 16px;
}

#address_bar_bottom_left{
	float:left;
	padding: 0 160px 0 0;
}

#address_bar_bottom_right{
	float:left;
}

.address_line{
	border-bottom:1px solid #d7d7d7;
	width:522px;
	float:left;
	padding:14px;
}

.address_line strong.grey{
	color:#9a9a9a;
}

.address_line p{
	padding:0px;
	margin:0px;
	width:350px;
	float:left;
}

.address_line .name{
	width:180px;
	float:left;
}

.address_line .number{
	width:100px;
	float:left;
}





.red_button_contact{
	float:right;
	padding:14px 0 0 0;
}

.red_button_contact span{
	background: url(../../images/contact/red_button_repeat.gif);
	float:left;
	height:28px;
	padding:5px 10px;
	color:#fff;
	font-weight:bold;
	line-height:1.2em;
	text-decoration:none;
	cursor:pointer;
}

.red_button_contact span.middle{
	padding:6px;
	height:14px;
}

.red_button_contact img{
	float:left;
	border:none;
}

#stockists{
	background: url(../../images/contact/agents.gif);
	float:right;
	width:232px;
	height:59px;
	line-height:1.2em;
	margin:20px 105px 30px 0;
	display:inline;
}

#stockists a{
	padding:15px 28px 17px 144px;
	float:left;
	text-decoration:none;
}

.note{
	color:#c10009;
}






/* worldwide agents */

#map_wrapper {
	position:relative;
}

#pin{
	position:absolute;
	cursor:pointer;
	visibility:hidden;
}

#uk_contacts {
	float:right;
	padding:20px 105px 30px 0;
}





/********************************* Used Machine Page	**************************/


.search_bar{
/*	background: url(../../images/global/red_button_repeat.gif);
	width:300px;*/
	float:left;
	padding:0;
	background-color:#d7d7d7;
}

.search_bar span{
	float:left;
	height:14px;
	padding:10px 10px;
	color:#000;
	font-weight:bold;
	line-height:1.2em;
	text-decoration:none;
}

.search_bar img{
	float:left;
	border:none;
}

.search_bar select{
	float:left;
	border:1px solid #7f9db9;
	margin:7px 10px 0 0;
}






#text_column{
	width:300px;
	float:left;
}

#text_column strong{
	width:100px;
	float:left;
	height:100%;
	clear:both;
}

#text_column strong.full_width{
	width:auto;
}

#text_column p.details{
	float:left;
	width:200px;
	padding:0 0 10px 0;
}

#image_column{
	float:right;
}

#image_column img{
	float:left;
	clear:both;
	padding:0 0 10px 0;
}


.machine_type_button{
	cursor:pointer;
}





/*company news*/

.news_line{
	border-bottom:1px solid #d7d7d7;
	width:522px;
	float:left;
	padding:14px;
}

.news_line strong.grey{
	color:#9a9a9a;
}

.news_line p{
	padding:0px;
	margin:0px;
	width:100%;
}

.news_line p.strap{
	padding:0px;
	margin:0px;
	width:300px;
	float:left;
}

.news_line img.thumb{
	float:right;
	width:47px;
	padding: 0 20px;
}

.news_line .name{
	width:180px;
	float:left;
}

.news_line .number{
	width:100px;
	float:left;
}

/*flash replacement*/
.sIFR-alternate{
visibility:hidden;
/*float:left;*/
height:0px;
display:none;
}
/*
.sIFR-replaced embed , .sIFR-replaced{
height:100px!important;
width:200px!important;
float:left;
}
*/







.col_percent_40{
	float:left;
	width:40%;
	padding:0px 3% 0 5%;
}

.col_percent_40 h3{
	float:left;
	width:100%;
	padding:14px 0px;
	font-size:1.5em;
	margin:0px;
}

.col_percent_40 ul {
	padding:0px 0px;
	margin:0px;
	float:left;
	width:100%;
}
.col_float_right{
float:right;
}
.col_percent_40 ul li {
	list-style:none;
	padding:0 0 0 10px;
	margin:0px;
	float:left;
	width:100%;
}

.col_percent_40 .shaded{
	background-color:#CFCBCA;
}

.col_percent_40 .col_1{
	width:120px;
	float:left;
}

.col_percent_40 .col_2{
	width:30px;
	float:left;
}

.col_percent_40 .col_3{
	width:90px;
	float:left;
}










#after_sales_list{
padding: 0px;
}

#after_sales_list li{
	list-style-type:none;
	background-image:url(../../images/arrow-bullet.gif);
	background-position:0px 10px;
	background-repeat:no-repeat;
	padding:10px 0 20px 30px;
	font-size:1em;
}


.about_us_list{
padding: 0px;
}

.about_us_list li{
	list-style-type:none;
	background-image:url(../../images/arrow-bullet.gif);
	background-position:0px 1px;
	background-repeat:no-repeat;
	padding:0px 0 10px 30px;
	font-size:1em;
}

h3{
	font-size:1.25em;
	font-weight:bold;
}



