body {
    background-color: #7a8796;
    font-family: Arial, Sans;
}

.main {
    width: 800px;
/*     height: 800px; */
    margin: 0 auto;
    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;
}

/*--------------------------------------------------------------------------------
Top Content Div
--------------------------------------------------------------------------------*/

div.top {
    width: 800px;
    min-height: 190px;
    background-color: #959fab;
}

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

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

/*--------------------------------------------------------------------------------
Bottom Part (Items)
--------------------------------------------------------------------------------*/

div.bottom {
    width: 800px;
    text-align: left;
}

div.bottom h2 {
    padding-left: 23px;
    font-size: 18px;
    color: #405aa5;
}

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

div.orderNav {
    float: right;
    font-size: 8pt;
    margin-right: 20px;
}

div.orderNav a {
    font-weight: bold;
    color: #0e4169;
}

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

.addCart {
    display: block;
    width: 90px;
    height: 20px;
    background: url("images/addButton.jpg");
    border: 0px;
    float: right;
}

.cart {
    width: 185px;
    padding-top: 20px;
    padding-right: 20px;
    float: right;
}

.cart select {
    width: 185px;
    margin-bottom: 7px;
}

.cart span {
    font-weight: bold;
}

/*--------------------------------------------------------------------------------
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;
}