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

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

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

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

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

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

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

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

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

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

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

.navFAQ:hover {
    background-position: -48px 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;
    min-height: 600px;
}

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

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

div.left p a {
    text-decoration: none;
    color: #cfd9e1;
    font-size: 13px;
    font-weight: bold;
}

div.left p img {
    border: 0px;
    vertical-align: middle;
    padding-bottom: 4px;
}

div.left p a:hover {
    text-decoration: underline;
}

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

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

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

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

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

td.tdborder {
    text-align: center;
    border: 1px solid #ddd;
    border-bottom: 0px solid;
    padding: 5px;
    font-size: 12px;
}

td.tdHeader {
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background-color: #0e4169;
}

td.tdNotes {
    font-size: 9px;
    color: #fff;
    text-align: right;
    font-weight: bold;
    background-color: #0e4169;
    padding: 3px 15px;
}

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

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

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

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