a:link, a:hover, a:active, a:visited {
    text-decoration: none;
    color: white;
}

body {
    font-family: Arial;
    background-color: white;
}

.banner {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.bannerimg {
    width: 790px;
}

.menubar, .item {
    width: 158px;
    cursor: pointer;
    color: white;
    font-weight: bold;
    font-size: 14px;
    vertical-align: middle;
}

.menubar {
    background-color: #307ECC;
    position: absolute;
    top: 120px;
    text-align: center;
}

.menubartext {
    line-height: 24px;
}

.item {
    background-color: #4B94DC;
    position: absolute;
    top: 144px;
    padding-left: 0px;
    text-align: left;
    z-index: 1;
}

.itemtext {
    line-height: 24px;
    margin-left: 7px;
}

.resolution_1024X768, .resolution_800X600 {
    position: relative;
    width: 800px;
}

.resolution_1024X768 {
    left: 98px; 
}

.resolution_800X600 {
    left: 0px;
}

.background {
    position: relative;
    top: 22px;
    margin-top: 4px;
    width: 790px;
}

.footer {
    padding-top: 24px;
}

.hrline {
    text-align: center;
    background-color: #307ECC;
    width: 790px;
    line-height: 1px;
}

.contact, .copyright {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.contact {
    margin-top: 24px;
}

.copyright {
    margin-top: 16px;
}

.mailto {
    color: #004A94;
    text-decoration: underline;
}

.productslink {
    color: black;
}


