body {
    font-family: helvetica, arial, san-serif, serif;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

a {
    font-family: helvetica, arial, san-serif, serif;
    text-decoration: none;
    color: #660000;
}
a:link {
    font-family: helvetica, arial, san-serif, serif;
    color: #660000;
}
a:visited {
    font-family: helvetica, arial, san-serif, serif;
    color: #660000;
}
a:active {
    font-family: helvetica, arial, san-serif, serif;
    color: #660000;
    text-decoration: underline;
}
a:hover {
    font-family: helvetica, arial, san-serif, serif;
    color: #660000;
    text-decoration: underline;
}

table.email {
    border: 2px solid #000;
    padding: 5px;
    margin-left: 10px;
}

div.topbar {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background-image: url('/img/topbarbackground.jpg');
    background-repeat: no-repeat;
    background-color: #000;
    height: 50px;
    width: 100%;
}

div.topbar img {
    border: none;
}

div.topbar2 {
    background-image: url("/img/topbar_2_bgrnd.jpg");
    background-color: #500E06;
    background-repeat: no-repeat;
    border-bottom: 1px solid #000000;
    height: 31px;
    width: 100%;
}

div.topbar2 img {
    border: none;
}

div.topbar2fields {
    float: left;
    height: 30px;
    overflow: hidden;
}

div.topbar2fields form {
    margin: 0;
    padding: 0;
}

div.topbar2fields input {
    margin-top: 4px;
}

div.topbar3 {
    height: 26px;
    background-image: url("/img/bg.png");
    background-repeat: repeat-y;
    border-bottom: 1px solid #000000;
}

div.topbar4 {
    height: 26px;
    background-image: url("/img/bg.png");
    background-repeat: repeat-y;
    border-bottom: 1px solid #000000;
}

div.breadcrumbs {
    padding-left: 5px;
    border-bottom: 1px solid #000;
    background-color: #CCC;
}

span.crumb {
    color: #500E06;
    padding: 0;
}

span.crumb img {
    position: relative;
    top: 4px;
    left: 4px;
}

span.crumb a {
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

div.mainheader {
    padding: 5px 0 0 0;
    width: 100%;
    height: 30px;
    overflow: hidden;
}

div.nav {
    float: right;
    font-size: 12px;
    padding-right: 5px;
}

div.mainfooter {
    float: left;
    padding: 5px 0 0 0;
    width: 100%;
    height: 30px;
    overflow: hidden;
}

div.itemcount {
    float: left;
    font-size: 12px;
    padding-left: 5px;
    width: 300px;
    white-space: nowrap;
}

div.wmain {
    position: relative;
    width: 100%;
   background-color: #202342;
}

div.main {
    position: relative;
    width: 100%;
}

div.cart {
    position: absolute;
    visibility: hidden;
    width: 580px;
    z-index: 3;
    border: 5px solid #000;
}

div.cartheader {
    border-bottom: 1px solid #000;
    background-color: #ccc;
}

div.innercart {
    height: 300px;
    overflow: auto;
    width: 100%;
    background-color: #fff;
}


div.item {
    float: left;
    width: 150px;
    height: 175px;
    margin: 0 10px 20px 10px;
    overflow: hidden;
}

div.mediumthumb {
    width: 150px;
    height: 135px;
    text-align: center;
}

div.mediumname {
    font-size: 11px;
    width: 100%;
    text-align: center;
    white-space: nowrap;
}

div.boldmediumname {
    font-size: 11px;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    font-weight: bold;
}

div.cartcheck {
    font-size: 11px;
    width: 98%;
    text-align: left;
    border: 1px solid #666;
}

table.splash {
    margin: 20px;
    width: 700px;
    font-family: helvetica, arial, san-serif, serif;
}

td.title {
    background-color: #202342;
    color: #fff;
    padding: 5px;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}

td.title small {
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
}

td.splashheader {
    background-color: #202342;
    color: #ffd900;
    padding: 4px;
    text-align: left;
}

td.splashinfo {
    background-color: #202342;
    color: #fff;
    padding: 10px;
    text-align: left;
}

td.splashlinks {
    background-color: #202342;
    white-space: nowrap;
    text-align: left;
    padding: 10px;
}

td.splashlinks a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

td.splashlinks a:hover {
    color: #ffd900;
    text-decoration: none;
}

td.splashlinks a:visited {
    color: #fff;
    text-decoration: none;
}

td.splashlinks li {
    display: inline;
    background-image: url(/img/bg_blue-dark.png);
    margin: 4px;
    padding: 4px;
    list-style: none;
    border: 1px solid #fff;
}

td.bar {
    font-size: 10px;
    background-image: url(/img/blackbar.gif);
    background-repeat: repeat-x;
    background-color: #000;
}
