body { 
    font-family: helvetica, sans-serif;
    font-size: 14px;
}

#heading {
    position: absolute;
    top: 12px; left: 135px;
    width: 595px;
    height: 95px;
    font-size: 20px; color: white; padding: 5px 0px 0px 5px;
    text-align: left; vertical-align: top;
}

#lemurLogo {
    background-image: url('/images/lemur_logo.png');
    height: 144px; width: 110px;
}

#main {
    position: absolute;
    top: 130px; left: 145px;
    width: 580px;
    font-size: 14px;
}

#productMain {
    position: absolute;
    top: 160px; left: 145px;
    width: 590px;
    font-size: 14px;
}

#productMenu {
    position: absolute;
    top: 127px; left: 145px;
    width: 600px;
    font-size: 14px;
}

#sidebar {
    position: absolute;
    top: 12px; left: 12px;
}

#mainMenu { 
    font-size: 14px;
    width: 110px;
    padding-top: 10px;
    background-image: url('/images/solid1.png');
    background-position: bottom left;
    background-repeat: repeat;
}

#belowMenu {
    background-image: url('/images/grad2.png');
    background-position: bottom left;
    background-repeat: repeat-x;
    height: 40px;
    width: 110px;
    border-bottom: 1px solid #91280C;
}

#contact {
    width: 110px;
    font-size: 13px;
    border-bottom: 3px solid #BD1800;
}

#copyright {
    color: gray;
    padding: 12px 0px 0px 6px;
    font-size: 12px;
}
#regaddress{
    color: gray;
    padding: 12px 0px 0px 6px;
    font-size: 10px;
}

.mainMenuItem {
    padding: 4px 0px 4px 16px; 
}

.mainMenuItemSel { 
    background-image: url('/images/grad1.png');
    background-position: bottom left;
    background-repeat: repeat-x;
    padding: 4px 0px 4px 16px; 
    color: white;
    font-weight: bold;
    margin: 0px;
}

.productMenuItem {
    text-align: center;
    padding: 2px 8px 1px 8px; 
    border-bottom: 1px solid #91280C;
    border-top: 1px solid white;
}

.productMenuItemSel { 
    text-align: center;
    padding: 2px 8px 1px 8px; 
    border-bottom: 1px solid #91280C;
    border-top: 1px solid #B05040;
    background-image: url('/images/grad1.png');
    background-position: bottom left;
    background-repeat: repeat-x;
    color: white;
}

a:link     { color: #91280C ; text-decoration: none; }
a:visited  { color: #91280C ; text-decoration: none; }
a:hover    { color: #600000 ; text-decoration: none; }

a.mm:link     { color: white ; text-decoration: none; }
a.mm:visited  { color: white ; text-decoration: none; }
a.mm:hover    { color: #FFD0B0; text-decoration: none; }

li { padding-bottom: 12px; }
.subhead { font-size: 18px; padding-top: 8px; }

#custTbl {
    font-family: helvetica, sans-serif;
    font-size: 14px;
}

.custImg {
    vertical-align: top;
    padding: 0px 0px 14px 0px;
}

.custTxt {
    vertical-align: top;
    text-align: left;
    padding: 0px 0px 14px 14px;
}

.prLink {
    padding-bottom: 6px;
}

.popup {
    width:100%; 
    height:100%; 
    font-size:20px;
    padding: 20px 20px 20px 20px;
}

