﻿html {
    overflow-y: scroll;
}

body,html {
    background-color:#333;
    background-image:url(../gfx/bg.png);   
    background-position:left top;
    background-repeat:repeat-x;
    color:#8c8c8c;
    font-family:Tahoma,Sans-Serif;
    font-size:11px;    
}

p {
    line-height:16px;
}

a {
    color:#b3d2de;
}

.floatFix {
    display:block;
    width:1px;
    height:1px;   
    overflow:hidden;
    clear:both;
}

.page {
    width:820px;        
    margin-left:auto;
    margin-right:auto;       
    padding-bottom:20px;
    padding-top:60px;
    position:relative;
}

.thumbnails {
    margin-top:60px;
    margin-bottom:30px;
}
.thumbnail {
    width:194px;
    height:190px;
    margin-right:10px;
    margin-bottom:10px;
    float:left;
    background-image:url(../gfx/thumbbg.png);
    background-position:left 20px;
    background-repeat:no-repeat;
    color:#ccc;
}
.thumbnail img {
    margin-left:7px;
    margin-top:3px;
}
.thumbnail .text {
    padding:5px;
    margin-top:2px;
}
.thumbnail a {
    color:#ccc;
}
.thumbnail h1 {
    color:#fff;
    font-weight:bold;
    height:20px;
    padding-left:5px;
}




.header {
    height:70px;
    padding:5px;
}
.header .logo {    
    margin-bottom:20px;
}
.header .amplogo {
    margin-top:18px;
    margin-left:10px;
}
.header .byline {
    margin-top:29px;
    margin-right:10px;
    float:right;
}

.footer {
    background-color:#111;
    padding:15px;
    color:#ccc;
    width:770px;
    margin-left:3px;     
}
.footer a {
    text-decoration:underline;
    color:#b3d2de;
}
.footer b {
    color:#fff;
    font-weight:bold;
}
.footer p {
    margin-bottom:5px;
}
.footer img {
    margin-bottom:5px;
}


/* TAB MENUS */

ul.menu1 {
    background-color:#444;
    height:30px;
    /* margin-bottom:1px; */
    border-bottom:solid 1px #000;
}
ul.menu1 li {
    float:left;    
    display:inline;
}
ul.menu1 li a {
    display:block;
    width:auto;
    height:22px;    
    padding-left:25px;
    padding-right:25px;
    padding-top:8px;
    border-right:solid 1px #000;    
    text-decoration:none;
    text-transform:uppercase;
    font-size:10px;
    font-weight:bold;
    color:#ccc;
}
ul.menu1 li a:hover {
    color:#fff;
}
ul.menu1 li a.active {
    background-color:#666;
    border-bottom:solid 1px #666;
    color:#fff;
}

ul.menu2 {
    background-color:#666;
    height:22px;
    /* margin-bottom:1px; */
    border-bottom:solid 1px #000;
}
ul.menu2 li {
    float:left;
    width:auto;
}
ul.menu2 li a {
    display:block;
    height:19px;
    margin-left:25px;
    padding-top:3px;
    text-decoration:none;
    text-transform:lowercase;
    letter-spacing:1px;
    color:#bbb;
}
ul.menu2 li a:hover {
    color:#fff;
}
ul.menu2 li a.active {
    border-bottom:solid 3px #fff;
    height:16px;
    color:#fff;
}


/* CONTENT */

.content {
    background-color:#333;  
}
.content p {
    margin-bottom:10px;
    line-height:16px;
    color:#ccc;
}
.content a {
    color:#f5edd9;
    text-decoration:underline;
}
.content a:hover {
    color:#fff;
}

.content ul {    
    margin:10px;
    margin-left:20px;    
}
.content ul li {
    list-style-type:square;
    line-height:16px;
    color:#ccc;
}

.content h1 {
    font-size:24px;
    color:#f5edd9;
    letter-spacing:1px;
    text-align:right;
    text-transform:uppercase;
    padding-top:70px;
}
.content h2 {
    margin-bottom:10px;
    font-size:11px;
    font-weight:bold;
    letter-spacing:1px;
    text-transform:uppercase;    
}
.content h2.marginAbove {
    margin-top:20px;
}
.content .marginAboveMore {
    margin-top:30px;
}

.content h3 {
    margin-bottom:5px;
    margin-top:15px;
    font-size:10px;
    font-weight:bold;
    letter-spacing:1px;
    text-transform:uppercase;    
}
.content .image960 {
    border-bottom:solid 1px #000;
}
.content cite {    
    display:block;
    margin-top:20px;
    padding-left:50px;
    font-style:italic;
    font-size:14px;
    line-height:24px;
    text-align:right;    
}


/* COLUMN SETUP */

.columns {    
    background-color:#555;
    background-image:url(../gfx/contentbg.png);
    background-position:left top;
    background-repeat:repeat-x;
}

.column {    
    float:left;
    margin-left:20px;
    margin-right:20px;
    padding-top:30px;
    padding-bottom:30px;
}
.c1 {
    width:40px;
}
.c2 {
    width:80px;
}
.c3 {
    width:120px;
}
.c4 {
    width:160px;
}
.c5 {
    width:200px;
}
.c6 {
    width:240px;
}
.c7 {
    width:280px;
}
.c8 {
    width:320px;
}
.c11 {
    width:440px;
}


/* IMAGE GALLERY */

.imageGallery {
    position:relative;
    height:300px;
    border-bottom:solid 1px #000;
}
.imageGallery.low {
    height:150px;
}

.imageGallery img {
    display:block;
    position:absolute;
    left:0px;
    top:0px;
}
.imageGallery .infobarbg {
    position:absolute;
    top:276px;
    left:0px;
    width:960px;
    height:24px;
    opacity:0.6;
    filter:alpha(opacity=60);
    background-color:#333;
    xborder-top:solid 1px #000;
}
.imageGallery .infobar {
    position:absolute;    
    top:276px;
    left:0px;
    width:935px;
    padding:6px;
    padding-right:25px;
    color:#ccc;
    font-size:9px;
    text-align:right;
}
.imageGallery .infobar b {
    color:#fff;
    font-weight:normal;
}


.imageGallery .next {
    position:absolute;
    right:0px;
    top:0px;
}
.imageGallery .next a {
    text-decoration:none;
    display:block;
    width:280px;
    height:280px;    
    background-image:url(../gfx/gallery_next.png);
}
.imageGallery .next a:hover {
    background-image:url(../gfx/gallery_next_hover.png);
    background-position:right center;
    background-repeat:no-repeat;
}
.imageGallery .prev {
    position:absolute;
    left:0px;
    top:0px;
}
.imageGallery .prev a {
    text-decoration:none;
    display:block;
    width:280px;
    height:280px;    
    background-image:url(../gfx/gallery_prev.png);
}
.imageGallery .prev a:hover {
    background-image:url(../gfx/gallery_prev_hover.png);
    background-position:left center;
    background-repeat:no-repeat;
}


/* PRODUCT LISTING */

table.productListing img {
    border-right:solid 1px #777;
    padding-right:20px;
    width:200px;
    height:100px;
}
table.productListing th, table.productListing td {
    vertical-align:top;
    padding-bottom:30px;
}
table.productListing th {
    padding-right:19px;
}


/* FORM */

label {
    color:#fff;
    display:block;
    margin-top:8px;
}
.textField {
    width:200px;
    padding:3px;
    background-color:#999;
    border:none;
    font-family:Arial,Helvetica,Sans-Serif;
    font-size:11px;    
}
.textField2 {
    position:absolute;
    left:-1000px;
    top:-800px;
}

textarea {
    height:100px;
}
.submitButton {
    margin:0px;
    margin-top:10px;
    padding:2px;
}
.formTable td {
    vertical-align:top;
    padding-right:5px;
}


/* MISC */

.whereToBuyloader {
    position:absolute;
    left:700px;
    top:330px;
}
.whereToBuyloader img {
    vertical-align:middle;
    margin-right:10px;
}

.dealerTable {
    margin-top:40px;    
}
.dealerTable td {
    vertical-align:top;
    text-align:left;
    width:200px;
    padding-bottom:20px;
}
.dealerTable .pad {
    padding-right:40px;
}
.dealerTable h2 {
    margin-bottom:5px;
}
.dealerDropdown {
    width:200px;
}   

/* SITEMAP */

ul.sitemap a {
    text-decoration:none;
    color:#ccc;
}
ul.sitemap li {
    margin-top:20px;
}

ul.sitemap li ul {
    margin-top:3px;
    margin-bottom:0px;
}

ul.sitemap li ul li {
    margin-top:0px;
}