﻿body
{
    margin: 0px;
    background-image: url(images/bodybg.gif);
    background-repeat: repeat-x;
    background-position: left top;
    text-align: center;
}

body, td, th, p
{
    font-family: Trebuchet MS, Arial, Helvetica, Times;
    font-size: 11px;
    color: #3F3F3F;
}

input, select, textarea
{
    font-family: Arial, Helvetica, Times;
    font-size: 12px;
    color: #3F3F3F;
    border: 1px solid #c8c8c8;
    padding: 2px;
}

p
{
    margin-top: 5px;
    margin-bottom: 5px;
}

th
{
    text-align: left;
    font-weight: bold;
}

form, table, td, th
{
    margin: 0px;
    padding: 0px;
    border: 0px;
}

small
{
    font-family: Arial, Helvetica, Times;
    font-size: 10px;
    color: #3F3F3F;
}

img
{
    border: 0px;
}

h1
{
    margin: 0px;
    padding: 0px;
    display: inline;
}

a
{
    color: #035387;
}

#body
{
    margin: 0px auto;
    width: 800px;
    min-height: 400px;
    text-align: left;
}

#menu
{
    background-image: url(images/menubg.gif);
    background-repeat: no-repeat;
    background-position: center top;
    width: 800px;
    height: 140px;
    clear: both;
}

#menuitems a
{
    /*padding-left: 120px;*/
    display: block;
    float: left;
}

#menuitems a.newproducts { width: 75px; height: 70px; background-image: url(images/menu/newproducts.gif); }
#menuitems a.usedproducts { width: 75px; height: 70px; background-image: url(images/menu/usedproducts.gif); }
#menuitems a.tradein { width: 70px; height: 70px; background-image: url(images/menu/tradein.gif); }
#menuitems a.accessories { width: 90px; height: 70px; background-image: url(images/menu/accessories.gif); }
#menuitems a.export { width: 82px; height: 70px; background-image: url(images/menu/export.gif); }
#menuitems a.about { width: 91px; height: 70px; background-image: url(images/menu/ourstore.gif); }
#menuitems div.blank { float: left; width: 5px; height: 70px; background-image: url(images/menu/blank.gif); }

#menuitems a:hover
{
    background-position: 0px -71px;
}

#menulinks
{
    padding-top: 75px;
    padding-right: 10px;
    float: right;
}

#main
{
    margin-top: -36px;
    padding-left: 10px;
    padding-right: 10px;
}

h1.product
{
    font-size: 16px;
    color: #035387;
    /* text-transform: uppercase; */
}

.heading2
{
    height: 22px;
    margin: 0px 5px 0px 5px;
    border-bottom: #A0A5A8 solid 1px;
}

.heading2 h1
{
    padding: 4px 2px 0px 2px;
    float: left;
    font-size: 12px;
    color: #035387;
    /* text-transform: uppercase; */
    font-weight: bold;
}

.heading
{
    height: 25px;
    background-image: url(images/heading_blue_bg.gif);
    background-position: center top;
    background-repeat: repeat-x;
    clear: both;
}

.heading h1
{
    padding: 5px 2px 0px 2px;
    float: left;
    font-size: 12px;
    color: #C6D9E6;
    /* text-transform: uppercase; */
    font-weight: bold;
}
.heading .left
{
    width: 5px;
    height: 25px;
    background-image: url(images/heading_blue_left.gif);
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    float: left;
}

.heading .right
{
    width: 5px;
    height: 25px;
    background-image: url(images/heading_blue_right.gif);
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    float: right;
}

.box
{
    padding: 5px;
    clear: both;
}

.error
{
    margin: 3px 5px 1px 5px;
    padding: 2px 3px 2px 3px;
    color: #CC0000;
    clear: both;
    border: solid 1px #CC0000;
}

.product-small
{
    background-image: url(images/dot.gif);
    background-repeat: repeat-y;
    background-position: right top;
    float: left;
    text-align: center;
    padding: 2px;
    width: 145px;
    height: 250px;
}

.price
{
    color: #CC0000;
    font-size: 16px;
    font-weight: bold;
    font-family: Trebuchet MS, Arial, Times;
}

.blue
{
    color: #035387;
    font-weight: bold;
}

.clear
{
    clear: both;
}

.spacer
{
    clear: both;
    height: 5px;
}

hr
{
    border-top: 1px solid #CFCFCF;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    height: 0px;
}

.bigger
{
    font-size: 12px;
}

.indent
{
    margin-left: 25px;
}

.indentbig
{
    margin: 5px 0px 15px 25px;
    font-size: 15px;
}

.printonly
{
    display: none;
}

