* {
margin: 0;
padding: 0;
}

body {
    background: #333 url("images/back.gif") repeat;
    text-align: center;
    font: normal 11px/18px verdana, arial, tahoma, sans-serif;
    color: #333;
    padding-top: 10px;
}

/*Layout DIVS*/
#wrapper {
    position: relative;
    width: 900px;
    border: solid 1px black;
    margin: 0 auto;
    text-align: left;
    background-color: White;
}

#wrapper-top 
{
    position: relative;
    height: 210px;
}

    #logo 
    {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 261px;
        height: 210px;
        background-image: url('images/logo.gif');
        background-repeat: no-repeat;
    }

    #header {
        position: absolute;
        left: 263px;
        top: 0px;
        width: 637px;
        height: 210px;
        background-image: url('images/trucks2.jpg');
        background-repeat: no-repeat;
    }

#header-title 
{
    position: relative;
    left:0px;
    width: 900px;
    height: 30px;
    background-color: #333;
}

#wrapper-middle 
{
    position: relative;
    width: 900px;
    overflow: hidden;
    background-color: #ccc;
}

    #sidebar {
        float: left;
        width: 245px;
        background-color: #ccc;
        margin-right: -637px;
        border-right: 637px solid white;
        border-top: 1px solid #fff;
        font: normal 10px/18px verdana, arial, tahoma, sans-serif;
        padding: 8px;
        top: 0px;
        left: 0px;
    height: 240px;
}

    #content {
        float: left;
        text-align: left;
        background-color: White;
        width: 607px;
        padding: 15px;
    }

#footer {
    position: relative;
    text-align: center;
    background-color: #333; 
    color: White;
    font-size: 12px;
    padding: 5px 0px;
}

/*Font Styles*/

a {
color: #666;
text-decoration: none;
}

a:visited {
text-decoration: underline;
}

a:hover {
color: #000;
}

h1 {
width: 253px;
height: 30px;
background-color: #333;
margin: 1px 1px 1px 0;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
cursor: default;
}

h1:first-letter {
color: #f00;
text-decoration: underline;
}

h2 {
    height: 30px;
    text-align: left;
    border-left: 1px solid white;
    clear: both;
    font: bold 16px/30px arial, verdana, tahoma, sans-serif;
    padding-left: 10px;
    color: #fff;
    margin-left: 262px;
    margin-top: 1px;
    cursor: default;
}

h3 {
color: #333;
font: normal 24px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
margin-top: 1px;
margin-bottom: 7px;
}

#nav {
list-style: none;
border-right: 1px solid #fff;
height: 130px;
width: 100%;
}

#nav li a {
color: #fff;
font: normal 11px/24px verdana, arial, tahoma, sans-serif;
display: block;
width: 90%;
height: 24px;
background-color: #000;
border-bottom: 1px solid #fff;
padding-left: 10px;
text-decoration: none;
}

#nav li a:hover {
background-color: #333;
}

#current a {
background-image: url("images/bullet.gif");
background-repeat: no-repeat;
background-position: 100% 50%;
}

.photo {
float: right;
width: 200px;
position: relative;    
}

img {
border-style: none;
    border-color: inherit;
    border-width: medium;
    
}

a img {
margin-bottom: 20px;
border: 1px solid #fff;
}

a:hover img {
border-color: #f00;
}

p {
margin-bottom: 20px;
}

p.main {
    text-align: left;
    font-size: 12px;
    margin-left: 10px;
}
.ProductType
{
    margin-top: 7px;
    margin-bottom: 0px;
    margin-left: 10px;
    font-size: 12px;
    font-weight: bold;
}

.ProductList
{
    font-size: 12px;
    font-weight: normal;
    margin-left: 10px;
    list-style-position: inside; 
}    
