body
{
    background-color: #000000;
    width: 800px;
    font-family: Arial;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
}

.masterTop
{
    /*border-top: solid 2px #f5f5f5; 	border-left: solid 2px #f5f5f5; 	border-right: solid 2px #f5f5f5;*/
}

.masterMid
{
    /*border-left: solid 2px #f5f5f5; 	border-right: solid 2px #f5f5f5;*/
}
.masterBot
{
    /*border-left: solid 2px #f5f5f5; 	border-right: solid 2px #f5f5f5; 	border-bottom: solid 2px #f5f5f5;*/
}

.content
{
    color: White;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.tables
{
    text-align: left;
    color: White;
    width: 750px;
}
.textBox
{
    border: solid 1px red;
    background-color: #cccccc;
}
.wheels
{
    height: 150px;
    width: 150px;
}

.footer
{
    text-align: center;
    padding-bottom: 20px;
    padding-top: 80px;
    color: White;
    font-size: 12px;
}
.footer A
{
    color: White;
    font-size: 12px;
    text-decoration: underline;
}

.mgmtBtns
{
    color: White;
    padding: 1px 3px 1px 3px;
}

.gallImgs
{
    width: 15%;
    height: 15%;
}

.wheelDesc
{
    color: Black;
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
}
.wheelDesc A
{
    color: Red;
    font-family: Times New Roman;
    font-weight: normal;
}
.wheelDesc A:Visited
{
    color: Red;
    font-family: Times New Roman;
    font-weight: normal;
}
.wheelDesc A:Hover
{
    color: Red;
    font-family: Times New Roman;
    font-weight: normal;
}
.wheelDesc: A:Active
{
    color: Red;
    font-family: Times New Roman;
    font-weight: normal;
}

#jsddm
{
    margin: 0;
    padding: 0;
}

#jsddm li
{
    float: left;
    list-style: none;
    font: 12px Tahoma, Arial;
}

#jsddm li a
{
    display: block;
    padding: 5px 12px;
    text-decoration: none;
    width: 70px;
    color: Black;
    white-space: nowrap;
}

#jsddm li a:hover
{
    
}

#jsddm li ul
{
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    border-top: 1px solid white;
}

#jsddm li ul li
{
    float: none;
    display: inline;
}

#jsddm li ul li a
{
    width: auto;
    background-color: white;
    border-left: solid 1px red;
    border-right: solid 1px red;
}

#jsddm li ul li a:hover
{
    background: red;
}

