.topText{
    font: bold 14pt Arial;
    color: #2266AA;
    margin-bottom: 30px;
}

.contact{
    font: 10pt Arial;
    height: 400px;
}
.error{
    font: 10pt Arial;
}

div.contactText{
    width: 40%;
    float: left;
    height: 200px;
    padding-top: 120px;
}

.menuText{
    float: left;
    width: 15%;
    margin-left: 15px;
    text-align: left;
}

.menuTextA{
    text-decoration: none;
    font: bold 13px Arial;
    color: white;
}

.menuTextADiv{
    width: 130px;
    padding: 3px;
    border: 1px solid #5e5e5e;
    margin-top: 2px;
    background-color: #236ba4;
    cursor: pointer;
}

.menuTextADivHover{
    width: 125px;
    _width: 130px;
    padding: 3px;
    padding-left: 8px;
    border: 1px solid #5e5e5e;
    margin-top: 2px;
    background-color: #45a7d0;
    cursor: pointer;
}

.galleryBox{
    width: 143px;
    _width: 145px;
    float: left;
    max-height: 150px;
    min-height: 150px;
    height: 160px;
    border: 1px solid #45a7d0;
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 5px;
    background: url(images/headerGal.png) white no-repeat center top;
    cursor: pointer;
}

.galleryBoxHeader{
    margin-top: 3px;
    margin-left: 3px;
    margin-right: 3px;
    font: bold 12px Arial;
    color: white;
    height: 23px;
}

.galleryBoxHeaderA{
    font: bold 12px Arial;
    color: white;
    text-decoration: none;
}

.galleryBoxContent{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    height: 75px;
}

.menuContentText{
    float: left;
    width: 96%;
    left: 0px;
    margin-left: 15px;
    margin-right: 15px;
    font: normal 16px Arial;
    color: #4e4e4e;
    text-align: justify;
}

.menuContentText2{
    float: left;
    width: 80%;
    left: 0px;
    margin-left: 20px;
    text-align: justify;
    font: normal 16px Arial;
    color: #4e4e4e;
}

div.errorText{
    float: left;
    width: 100%;
    padding-top: 120px;
    position: absolute;
    left: 0px;
    text-align: center;
}


.contactMap{
    width: 450px;
    border: 2px solid #AABBBB;
    margin-right:10px;
    float: right;
}

.productImage{
    float: left;
    width: 45%;
    margin-left: 25px;
    height: 150px;
    text-align: center;
}

.productContent{
    float: right;
    width: 45%;
    margin-right: 25px;
    height: 150px;
    text-align: justify;
    font: normal 16px Arial;
    color: #4e4e4e;
}

.productBack{
    text-decoration: none;
    font: bold 16px Arial;
    color: #236ba4;
}