@charset "UTF-8";
/* CSS Document */

body {
        font: 12px Arial, Helvetica, sans-serif;
        background: #001b72 url(images/back.gif) repeat;
}
.main {
        padding: 10px;
        width: 925px;
        background: #FFFFFF;
        vertical-align: top;
        margin: 20px auto;
}
.product1 {
        padding: 8px;
        width: 680px;
        float: left;
        height: auto;
}
.footer {
        background: #CCCCCC;
        padding: 5px;
        height: 20px;
        text-align: center;
        vertical-align: middle;
}
.leftnav {
        float: left;
        padding-right: 6px;
        padding-top: 6px;
}
.prodName {
        font-size: 18px;
        font-weight: bold;
        color: #001b72;
        padding-left: 15px;
        line-height: 20px;
}
.prodPrice {
        font-size: 14px;
        font-weight: bold;
        color: #333333;
        padding-left: 15px;
        padding-right: 20px;
        line-height: 16px;
}
p {
        padding: 0px 20px 0px 15px;
        text-align: left;
        font: 12px/16px Arial, Helvetica, sans-serif;
}
.subhead {
        font-weight: bold;
        color: #006678;
}
.header {
        font-weight: bold;
        color: #006678;
        font-size: 24px;
        line-height: 26px;
}
li {
        text-align: left;
        list-style: square outside;
        line-height: 16px;
        padding-bottom: 6px;
        margin-left: 20px;
        margin-right: 35px;
}
a:link, a:hover, a:active {
        font-weight: bold;
        color: #006678;
        text-decoration: none;
}
a:visited {
        font-weight: bold;
        color: #0066CC;
        text-decoration: none;
}
