body {
    background-color: #7a8796;
    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: 100px;
    height: 18px;
    text-decoration: none;
    background: url('images/specs.jpg');
    float: left;
}

.navSpecs:hover {
    background-position: -100px 0;
}

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

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

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

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

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

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

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

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

.navOrder {
    display: block;
    width: 57px;
    height: 18px;
    text-decoration: none;
    background: url('images/order.jpg');
    float: left;
}

.navOrder:hover {
    background-position: -57px 0;
}

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

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

.navContact {
    display: block;
    width: 86px;
    height: 18px;
    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: #fff;
}

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

/*--------------------------------------------------------------------------------
Right Column
--------------------------------------------------------------------------------*/

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

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

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

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

div.right ul.light li {
    font-weight: normal;
}

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

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

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

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