body {
    background-color: #686e2c;
    font-family: Arial, Sans;
}

.main {
    width: 800px;
/*     height: 800px; */
    margin: 0 auto;
    background: url("images/mainBkg.jpg") repeat-y top left;
    background-color: #fff;
}

.header {
    height: 128px;
    width: 800px;
    background: url("images/header.jpg") no-repeat top left;
}

/*--------------------------------------------------------------------------------
Navigation stuff, images and rollovers
--------------------------------------------------------------------------------*/

.nav {
    width: 800px;
    height: 21px;
    background: url("images/navBkg.jpg") no-repeat top left;
    padding-top: 3px;
    text-align: left;
    margin: 0px;
    font-size: 2px;
}

.navAbout {
    display: block;
    width: 92px;
    height: 17px;
    text-decoration: none;
    background: url('images/about.jpg');
    float: left;
}

.navAbout:hover {
    background-position: -92px 0;
}

.navServices {
    display: block;
    width: 61px;
    height: 17px;
    text-decoration: none;
    background: url('images/services.jpg');
    float: left;
}

.navServices:hover {
    background-position: -61px 0;
}

.navProducts {
    display: block;
    width: 72px;
    height: 17px;
    text-decoration: none;
    background: url('images/products.jpg');
    float: left;
}

.navProducts:hover {
    background-position: -72px 0;
}

.navProcess {
    display: block;
    width: 144px;
    height: 17px;
    text-decoration: none;
    background: url('images/process.jpg');
    float: left;
}

.navProcess:hover {
    background-position: -144px 0;
}

.navNews {
    display: block;
    width: 104px;
    height: 17px;
    text-decoration: none;
    background: url('images/news.jpg');
    float: left;
}

.navNews:hover {
    background-position: -104px 0;
}

.navMilitary {
    display: block;
    width: 99px;
    height: 17px;
    text-decoration: none;
    background: url('images/military.jpg');
    float: left;
}

.navMilitary:hover {
    background-position: -99px 0;
}

.navOEM {
    display: block;
    width: 43px;
    height: 17px;
    text-decoration: none;
    background: url('images/OEM.jpg');
    float: left;
}

.navOEM:hover {
    background-position: -43px 0;
}

.navContact {
    display: block;
    width: 86px;
    height: 17px;
    text-decoration: none;
    background: url('images/contact.jpg');
    float: left;
}

.navContact:hover {
    background-position: -86px 0;
}

/*--------------------------------------------------------------------------------
Left Column
--------------------------------------------------------------------------------*/

div.left {
    width: 265px;
    float: left;
}

div.left h2 {
    padding-left: 43px;
    font-size: 18px;
    color: #686e2c;
}

div.left p {
    padding-left: 43px;
    color: #8d8e78;
    font-size: 13px;
    font-weight: bold;
}

div p.pdf a {
    color: #686e2c;
}

div p.pdf a img {
    border: 0px;
    vertical-align: middle;
    margin-bottom: 4px;
}
/*--------------------------------------------------------------------------------
Right Column
--------------------------------------------------------------------------------*/

div.right {
    width: 482px;
    float: right;
    text-align: left;
}

div.right h2 {
    padding-left: 23px;
    font-size: 18px;
    color: #686e2c;
}

div.right p {
    padding-left: 23px;
    color: #8d8e78;
    font-size: 13px;
    font-weight: bold;
    width: 385px;
}

div.right ul li {
    padding: 3px 13px;
    margin-left:10px;
    color: #babc9a;
    font-size: 13px;
    font-weight: bold;
    width: 385px;
}

div.right ul ul li {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    color: #babc9a;
    font-size: 13px;
    font-weight: bold;
    width: 385px;
}

div.right a {
    color: #686e2c;
}

a.read {
    font-weight: normal;
    font-style: italic;
    margin-right: 10px;
    margin-bottom: 15px;
    color: #686e2c;
}

/*--------------------------------------------------------------------------------
Footer
--------------------------------------------------------------------------------*/

.footer {
    background-color: #686e2c;
    padding: 7px;
    color: #fff;
    text-align: center;
    font-size: 11px;
    clear: both;
    width: 786px;
}

.footerNav {
    color: #fff;
    font-weight: bold;
}