﻿body {
    margin: 8px;
    padding: 0px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
}

a img {
    border: none;
}

table, tbody, td, tr {
    border-spacing: 0px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-collapse: collapse;
}

#menu {
    background-color: #128A23;
    width: 148px;
    max-width: 148px;
    text-align: center;
    color: White;
    border-right: solid 1px black;
    vertical-align: top;
}

#menu p.search
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    margin: 4px;
    margin-left: 15px;
    text-align: left;
}

#main {
     width:890px;
     min-width:890px;
}

ul#menuList {
    white-space: nowrap;
    margin: 0px;
    padding-left: 5px;  
    text-align: left; 
}

ul#menuList li {
    list-style: none;
    border-bottom: solid 1px black;
    font-weight: bold;
    font-size: 10px;
}

ul#menuList li a {
    text-decoration: none;
    color: White;
    display: block;
    padding: 5px;
}

ul#menuList li a:hover {
    background-color: #F9961E;
    color: Black;
}

#content {
    vertical-align: top;
    padding: 15px;
}

#footer {
    text-align: center;
    padding: 15px;
}

#footer p {
    font-weight: bold;
    font-size: 11px;
}

#footer hr {
    border-top: solid 2px #128A23;
    width: 600px;
    margin-bottom: 30px;
}

#footerMenu {
    border-right: solid 1px black;
    width: 148px;
    background-color: #128A23;
}


/* SCROLLER */

#outerContainer {
    background: #fff url('../images/imgback.jpg') repeat-y top left;
    width:700px;
    height:100px;
    margin:auto;
    position:relative;
    border: solid 1px black;
}

#imageScroller {
    left: 50px;
    width:600px;
    height:100px;
    position:relative;
}

#viewer {
    /* The width here is causing a bug in IE8 ONLY, can be displayed correcly if width set to 550 but no more than that. */
    /* To be rectified */
    width: 600px;
    height: 100px;
    max-height: 100px;
    overflow: hidden;
    position: absolute;
    border: 0px;
}

#imageScroller a:active, #imageScroller a:visited {
    color:#000000;
}

#imageScroller a img {
    border:0;
}

#container {
    position: absolute;
    height: 100px;
}

.product {
    height: 100px;
    display: inline;
    float: left;
    text-align: center;
    padding: 5px;
    font-size: 10px;
    font-weight: bold;
}

.product a
{
    color: Black;
}

.product:hover {
    background-color: #128A23;
}
.product:hover a
{
    color: White;
}

#leftScroll {
    position: absolute;
    left: 0px;
    top: 0px;
}

#rightScroll {
    position: absolute;
    right: 0px;
    top: 0px;
}

.scroller
{
    width: 50px;
    margin: 0px;
    border: none;
    padding: 0px;

}

/* SCROLLER END */

#popupContact {
    display:none;
    position:fixed;
    _position:absolute;
    background:#fff;
    border:2px outset #128A23;
    z-index:2;
    padding:20px 5px;
    font-size:13px;
}

#popupContact img {
    border: solid 1px black;
}

#backgroundPopup {
    display:none;
    position:fixed;
    _position:absolute;
    top:0;
    left:0;
    background:#000000;
    border:1px solid #cecece;
    z-index:1;
}

#popupContactClose {
    font-size: 14px;
    line-height:14px;
    right:6px;
    top:2px;
    position:absolute;
    font-weight:700;
    display:block;
    color: black;
}

#popupContactClose:hover {
    cursor:pointer;
}

#popUpVideo {
    margin: 18px;
}

#popUpContact {
    display:none;
}

#currencyConvertor select, #currencyConvertor input {
    font-size: 9px;
    font-family: Verdana;
}

#currencyConvertor p.currencyLabel {
    text-align: left;
    margin-left: 10px;
    margin-bottom: 0px;
    font-size: 10px;
    font-weight: bold;
}

#currencyConvertor p.result {
    font-size: 11px;
    font-weight: bold;
}

table.productList {
    width: 92%;
}

.productList th {
    text-align: left;
}

.productList tr {
    vertical-align: top;
}

.productList td, .productList th {
    padding: 10px 0px;
}

div.categoryContainer
{
    width: 150px;
    font-weight: bold;
    font-size: 11px;
    display: block;
    float: left;
    text-align: center;
}
a.category
{
    padding: 5px;
    display: block;
    height: 120px;
    text-decoration: none;
    border: none;
    color: #000;
}

div.contentArea img {
    padding: 10px;
}

div.breadcrumbs a
{
    font-size: 10px;
    color: #128A23;
    font-weight: bold;
}

.header
{
    width: 899px;
    height: 96px;
    margin: auto;
    border: solid 1px black;
    border-bottom: none;
    position: relative;
    padding: 0px;
}

.header .left
{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 264px;
    height: 94px;
    background: #FFFFFF url(../images/earnvalelogolge.gif) no-repeat;
}

.header .right
{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 148px;
    height: 96px;
    background: #FFFFFF url(../images/johndeeretop.jpg) no-repeat;
}

.header .banner
{
    position: relative;
    width: 488px;
    height: 96px;
    left: 266px;
}