#contentWrapper {
    width: 801px;
    background-image: url(/2742/mirror/design/white_content_bg.jpg);
    background-repeat: repeat-y;
    float: left;
    height: 365px;
}
/* --- Begin Header CLASSES*--- */
#header {
    width: 801px;
    height: 188px;
    background-repeat: no-repeat;
    margin-bottom: 0px;
    padding-bottom: 0px;
    float: left;
    z-index: 1;
    clear: left;
}
#header_image {
    width: 801px;
    height: 188px;
    background-repeat: no-repeat;
    margin-bottom: 0px;
    padding-bottom: 0px;
    float: left;
    z-index: 10;
    position: absolute;
}
.orangeitalic {
    font-style: italic;
   font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #AD4200;
}/*orange italic*/

/* --- End Header CLASSES*--- */
/* --- Begin Column 1 CLASSES*--- */
#leftLinks {
    width: 168px;
    margin-left: 45px;
    padding-top: 5px;
}
#leftLinks ul {
}
#leftLinks ul li {
    list-style-type: none;
    padding-bottom: 15px;
    line-height: 7px;
}
#leftLinks ul li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
   /*color: #251D07;*/
    color: #2c2207;
    text-decoration: none;
    width: 159px;
    font-weight: bold;
}
#leftLinks ul li a:hover {
    color: #AD4200;
}
#column1_picture {
    width: 168px;
    margin-left: 45px;
    margin-top: 17px;
}
#column1_picture_absolute {
    width: 168px;
    margin-left: 45px;
    position: absolute;
    z-index: 38;
    top: 231px;
}
/* --- End Column 1 CLASSES*--- */
/* --- Begin Column 2 CLASSES*--- */
#contentBox {
    background-image: url(/2742/mirror/design/white_content_box.jpg);
    height: 322px;
    width: 335px;
    margin-top: 17px;
    background-repeat: no-repeat;
}
#productDesc {
    /*width: 310px;
    margin-left: 14px;
    padding-top: 12px;
    height: 300px;
    overflow: auto;*/

    width: 311px;
    padding-right: 11px;
    margin-bottom: 5px;
    height: 308px;
    margin-left: 14px;
    padding-top: 13px;
    overflow: auto;
}

#productDesc p {
    text-align: justify; 
}

.contactReq {
    color: #ff0000;
}


/* --- End Column 2 CLASSES*--- */
 




#contactTable {
    font-size: 10px;
    color: #2c2207;
}
 
#contactTable input, #contactTable textarea, #contactTable dropdown{

    border: 1px solid #2c2207;
}