body {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #4863A0 url('../img/bcgrnd.jpg') repeat-x top left;
    min-width: 600px;
    font-size: 90%;
    font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
    border: 0px;
}

.scriptOn #tractorsMenu ul {
    display: none;
}

a, p, input, textarea, img, ul, li {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

button {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

.green {
    color: #009933;
}

.gray {
    color: #999999;
}

.blue {
    color: #1F6DBD
}

p {
    padding: 10px 0px;
}

h1, h2, h3 {
    margin: 10px 0px;
}

input, textarea {
    border: 1px solid #7F7F7F;
}

a {
    color: #4863A0;
    text-decoration: none;
}

a:hover {
    color: #fff;
    background: #369;
    text-decoration: none;
}

#centeredmenu ul li a:hover {
    background: #369;
    color: #fff;
    text-decoration: none;
}

.siteMapLangArea a:hover {
    background: #369;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

#centeredmenu ul li a.active, #centeredmenu ul li a.active:hover {
    color: #fff;
    background: #006600;
    font-weight: bold;
}

#tractorsMenu h2 a:hover {
    color: #fff;
}

/*************** MAIN LAYOUT **********************/
#page {
    width: 960px;
    margin: 0px auto;
}

#header {
    float: left;
    width: 100%;
    background: url('../img/headerphoto.jpg') bottom left no-repeat;
    height: 140px;
	position: relative;
}

#colmask {
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    overflow: hidden;
    background: #F4F4F4;
}

#colmid {
    float: left;
    width: 200%;
    position: relative;
    left: 170px;
    background: #fff; /* Centre column background colour */
}

#colright {
    float: left;
    width: 100%;
    position: relative;
    left: 50%;
    margin-left: -340px;
    background: #F4F4F4; /* Right column background colour */
}

#col1wrap {
    float: right;
    width: 50%;
    position: relative;
    right: 100%;
}

#col1pad {
    margin: 0 5px 0 345px;
    overflow: hidden;
}

#col1, #col2, #col3 {
    padding-bottom: 20px;
}

#col1 {
    width: 100%;
    overflow: hidden;
}

#col2 {
    float: left;
    width: 160px;
    position: relative;
    margin-left: -50%;
    left: 175px;
    overflow: hidden;
}

#col3 {
    float: left;
    width: 160px;
    position: relative;
    left: 5px;
    overflow: hidden;
}

/*************** FOOTER **********************/
#footer {
    clear: both;
    float: left;
    width: 100%;
}

#footer p {
    padding: 20px;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    color: #369;
    background: #fff;
    text-decoration: none;
}

/***************************** MAIN MENU **********************************************/
#centeredmenu {
    float: left;
    width: 100%;
    border-bottom: 5px solid #006600;
    overflow: hidden;
    position: absolute;
    height: 30px;
    bottom: 0px;
	left: 0px;
}

#centeredmenu ul {
    clear: left;
    float: left;
    list-style: none;
    position: relative;
    left: 50%;
    text-align: center;
}

#centeredmenu ul li {
    display: block;
    float: left;
    list-style: none;
    position: relative;
    right: 50%;
}

#centeredmenu ul li a {
    display: block;
    margin: 0 0 0 1px;
    padding: 5px 20px;
    background: #ddd;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}

/***************************************************/
.headerTextArea {
    height: 40px;
}

.headerTextArea h1 {
    margin-left: 0px;
    font-size: 14px;
    margin: 0px;
    display: inline;
	padding-left: 10px;
}

.headerTextArea h2 {
    padding-left: 10px;
}

.siteMapLangArea {
    height: 30px;
    text-align: right;
    font-weight: bold;
}

.siteMapLangArea a {
	padding-right: 10px;
    color: #0080FF;
}

#searchArea {
    height: 40px;
}

.headerTextArea {
    width: 800px;
    float: left;
}

#searchArea {
    float: right;
    width: 410px;
    text-align: right;
}

#searchForm {
    float: right;
    padding-right: 10px;
}

/***********************************************************************************/
#col1 table {
    width: 100%;
    border-right: 1px solid #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
    border-spacing: 0px;
}

#col1 table td, th {
    border-top: 1px solid #7f7f7f;
    border-left: 1px solid #7f7f7f;
    padding: 5px;
}

/***************************** CONTACT FORM **********************************************/
#leaveMsgForm p {
    width: 400px;
    margin: 0px auto;
    overflow: hidden;
    border: 1px solid #7f7f7f;
}

#leaveMsgForm textarea {
    width: 370px;
    margin: 0px 10px;
}

#leaveMsgForm label {
    margin: 10px 20px;
    display: block;
    width: 350px;
}

#leaveMsgForm input {
    margin: 0px 10px;
    display: block;
    width: 370px;
}

#leaveMsgForm button {
    margin: 10px;
    float: right;
}

#contentCenteredHeader {
    overflow: auto;
    background: url('/img/headerphoto.jpg') bottom left no-repeat;
}

/***************************** LEFT MENU **********************************************/
#tractorsMenu ul {
    margin-left: 20px;
    font-size: 18px;
}

#tractorsMenu h2 a {
    cursor: pointer;
    color: #0B3861;
    position: relative;
    display: block;
}

#tractorsMenu h2 {
    cursor: pointer;
}
