body {
    background-color: #8b4f38;
    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;
}

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

.navSpecs:hover {
    background-position: -132px 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: 103px;
    height: 17px;
    text-decoration: none;
    background: url('images/products.jpg');
    float: left;
}

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

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

.navPrice:hover {
    background-position: -87px 0;
}

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

.navGallery:hover {
    background-position: -62px 0;
}

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

.navFAQ:hover {
    background-position: -47px 0;
}

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

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

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

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

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

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

div p.pdf a {
    color: #8b4f38;
}

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: #8b4f38;
}

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

div.right li {
    padding: 5px;
    color: #636363;
    font-size: 13px;
    font-weight: bold;
}

div.right ul ul li {
    padding: 0px;
    color: #636363;
    font-size: 13px;
    font-weight: normal;
}

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

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

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

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