body {
        padding: 0px;
        background-color: #dce2f8;
        font-family: arial, tahoma, sans-serif;
        font-size: 14px;
}

a {
        color: #FFF;
        text-decoration: none;
}

a img {
        border: none;
}

h1 {
        font-size: 17px;
        display: inline;
}

hr {
        background-color: #000;
        height: 5px;
}

table {
        color: #FFF;
        font-size: 14px;
}

hr {
        background-color: #fff;
        height: 5px;
}

form {
        text-align: right;
}

#contentHolder {
        margin-left:auto;
        margin-right: auto;
        background-image: url('images/footer.jpg');
        background-position: center center;
        width: 838px;
}

#content {
        margin-left:auto;
        margin-right: auto;
        background-image: url('images/contentbg.jpg');
        background-repeat: repeat-y;
        background-position: 0px 120px; 
        width: 780px;
        padding: 0px;
        border: 5px solid #aebbf1;
        background-color: #352F6B;
}

#header {
        margin-top: 0px;
        height: 112px;
        width: 100%;
        background-image: url('images/banner.jpg');
        border-bottom: solid #352F6B 3px;
}

#navigation {
        width: 170px;
        background-image: url('images/leftbox.jpg');
        background-repeat: no-repeat;
        float:left;
        color: #fff;
        font-size: 14px;
        margin: 0px;
        padding: 0px;
        margin: 0px;
}

#navigation li {
    list-style-type: none;
    padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
}

.galleryimage {
        margin: 3px;
}

.thumbnail {
        margin: 3px;
}

.thumbs li {
        list-style-type: none;
        display: inline;
}

.thumbscats {
        list-style-type: none;
        display: inline;
        width: 156px;
}

.makename {
        float: left;
        width: 150px;
        margin: 3px;
}

#main {
        float:right;
        width: 610px;
        color: #fff;
}

#text {
        padding: 5px;
}

.title {
        font-weight: bold;
        font-size: 18px;
}

#leftImage {
        float: left;
        margin: 15px;
        border: solid 1px #FFF;
}

#rightImage {
        float: right;
        margin: 15px;
        border: solid 1px #FFF;
}

#form {
        float: left;
        width: 290px;
        padding: 5px;
}

#address {
        float: right;
        width: 290px;
        padding: 5px;
}

#footer {
        clear: both;
        width: 770px;
        padding: 5px;
        background-color: #aebbf1;
        color: #2b255d;
        text-align: center;
        font-size: 12px;
}

#footer a {
        color: #2b255d;
}

#footer a:hover {
        text-decoration: underline;
}

#spacer {
        background-image: url('images/footer.jpg');
        background-repeat: x;
        height: 24px;
        width: 838px;
        margin-left: auto;
        margin-right: auto;
}

.productCategory {

            margin-bottom: 5px;

            width: 33%;

            float: left;

            border: 0px;

        text-align: center;

}



.productCategory a {

        text-decoration: none;

}



.productCategory img {

            border: 0px;

}

.clear {
            clear: both;
}