#nav .activesubnav {
    height: 10px;
    background-color: #b30000;
}

#nav .active {
    background-color: #b30000;
}

div.item-thumb {
    float: left;
}

div.item-thumb img {
    border: 0;
}

#main3 {
    padding-left: 10px;
    background-color: #b30000;
    text-align: left;
}

td#main-text {
    padding: 10px 5px 10px 15px;
    color: white;
}

td#main-text h2 {
    font-size: 2.5em;
    margin: 0 0 30px 30px;
    color: white;
}

td#main-text h3 {
    font-size: 1.5em;
    margin: 25px 0 10px 0;
    color: white;
}

td#main-text img {
    margin: 30px 0 10px 0;
}

td#main-text p {
    line-height: 1.4em;
    font-size: 1.2em;
}

img.item {
    background-color: white;
    border: solid black 0px;
}

p.item-cart {
    color: black;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    margin: 0px 0 0 0;
}

form#button {
    text-align: center;
    margin-bottom: 0;
}

td.disclaimer {
    text-align: center
}

div.disclaimer p {
    width: 75%;
    color: black;
    font-size: 0.8em;
    font-style: italic;
    line-height: 11px;
    text-align: center;

    padding: 20px 0 10px 0;
    margin-left: auto;
    margin-right: auto;

    clear: both;
}

div#item-container {
    margin: 0 0 0 15px;
}

div.middle {
    display: block;
}

div.middle-left {
    width: 45%;
    float: left;
}

div.middle-right {
    float: left;
}

table.cat-main {
    border-spacing: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: white;
    text-align: left;
}

.cat-main td {
    margin: 0;
    padding: 0px;
}

.cat-left {
    vertical-align: top;
    width: 200px;
    background-image: url('/images/catalog/leftmenu-bg.jpg');
    background-repeat: repeat-y;
}

div#menu-title {
    color: white;
    font-size: 1.7em;
    font-weight: bold;
    width: 165px;

    text-align: center;
    margin: 30px 0 10px 0px;
}

#menu-title img {
    border-width: 0;
}

.menu-item {
    height: 40px;
    font-size: 1em;
}

div.menu-item#selected {
    background-image: url('/images/catalog/leftmenu-selected.jpg');
}

div.menu-item#unselected {
    background-image: url('/images/catalog/leftmenu-unselected.jpg');
}

.menu-item#selected a {
    color: white;
}

.menu-item#unselected a {
    color: white;
}

.menu-item a {
    margin: 10px;
    line-height: 3em;
}

#cat-header {
    width: 90%;
    margin: 30px 10px 30px 10px;
}

p.item-head {
    color: black;
    font-size: 1.6em;
    margin: 20px 0 0 20px;
}

p.item-tag {
    color: #22416C;
    font-size: 1.8em;
    font-weight: bold;
    margin: 10px 0 20px 80px;
}

p.item-title {
    background-color: #3e516e;
    color: white;
    font-size: 1em;
    font-weight: normal;

    padding: 3px 0 3px 10px;
    margin: 0px 0 0 0;
}

.bold-text {
    color: black;
    font-weight: bold;
}

