body {
    font-family: "Tahoma","Verdana","Arial","Helvetica",sans;
    margin: 0 auto;
    text-align: center;
    font-size:x-small/1.5em;
    background: url(../images/watermark.jpg) top center no-repeat fixed;
}

html>body {
    font-size: small;
}


/* screen specific CSS */
@media screen {
    #PrintLogo {
        display: none;
    }

    body,
    #pageCenterer,
    #pageHeader {
        width: 768px;
    }


    #pageContainer {
        margin-left: 183px;
        border: 1px solid #fff;
        border-left: 0px;
        width: 584px;
        /* overflow: visible; */
    }
}

#pageCenterer {
    text-align: left;
}

#pageCenterer {
    background: url(../images/bg2.jpg) 0px 104px no-repeat;
}

a:link { color: #0176BA; text-decoration: none; border-bottom: 1px dashed #0176BA;}
a:visited  { color: #0176BA; text-decoration: none; border-bottom: 1px dashed #0176BA;}
a:active { color: #0176BA;text-decoration: underline; border-bottom: 0px none; }
a:hover { color: #7496B6; text-decoration: underline; border-bottom: 0px none; }

a img { border: 0px none; }

#pageHeader {
    height: 80px;
    background: url(../images/headerbg2.jpg) no-repeat top left;
}

#lastModi {
    float: right;
    font-size: 80%;
    padding: 5px;
    text-align: right;
}

#projectBar {
    height: 24px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: url(../images/projbg2.jpg) no-repeat top left;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}

#projectBar li {
    float: left;
    position: relative;
    display: inline;
    margin: 0;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
    padding-left: 12px;
    padding-right: 12px;
    border-left: 2px solid #fff;
    border-right: none;
    /*
    border-top: 1px solid #fff;
    border-right: 1px solid #ddd;
     */
}
#projectBar li.Slot1 {
    margin-left: 202px;
    border-left: none;
}
#projectBar li.EndSlot {
}

#projectBar a,
#projectBar a:link,
#projectBar a:active,
#projectBar a:visited {
    color: #eee;
    text-decoration: none;
    border-bottom: none;
}
#projectBar a:hover {
    color: #fff;
    text-decoration: underline overline;
    border-bottom: none;
}

#pageMenuBox {
    position: absolute;
    margin: 0px;
    margin-top: -1px;
    margin-left: -183px;
    padding: 0;
    width: 170px;
}

#pageMenu {
    /* background-color: #b0ccdc;
    background: #b0ccdcf url(../images/headerbg2.jpg) 0 0 no-repeat fixed;
    */
    filter: alpha(opacity=70);
    -moz-opacity: .7;
    opacity: .7;
    border-top: 1px solid #b0ccdc;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-top: 30px;
    width: 170px;
    /* background-color: #b0ccdc; */
    border-top: 1px solid #fff;
}

#pageMenu li
{
    margin: 0;
    padding: 0;
    font-size: 118%;
    line-height: 2.4em;
    font-weight: 900;
    padding-left: 24px;
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

#pageMenu li.stripes
{
    margin-top: 5px;
    background-color: none;
    background: none;
    padding-left: 0px;
    padding-right: 0px;
}

#pageMenuBox a,
#pageMenuBox a:link,
#pageMenuBox a:active,
#pageMenuBox a:visited {
    color: #111;
    font-weight: bold;
    text-decoration: none;
    border-bottom: none;
}
#pageMenuBox a:hover {
    color: #000;
    text-decoration: underline;
    border-bottom: none;
}

/*
 * MENU COLORS !!!
 *
 */
#projectBar li.violet,
#pageMenu li.violet {
    background-color: #CC3399;
}
#projectBar li.purple,
#pageMenu li.purple {
    background-color: #993399;
}
#projectBar li.blue,
#pageMenu li.blue {
    background-color: #3333CC;
}
#projectBar li.green,
#pageMenu li.green {
    background-color: #33CC33;
}
#pageMenu li.blue a:hover,
#pageMenu li.purple a:hover  {
    color: #fff;
}
#projectBar li.yellow,
#pageMenu li.yellow {
    background-color: #F4F672;
}
#projectBar li.orange,
#pageMenu li.orange {
    background-color: #FFCC33;
}
#projectBar li.red,
#pageMenu li.red {
    background-color: #FF6666;
}
#projectBar li.yellow a,
#projectBar li.yellow a:link,
#projectBar li.yellow a:visited,
#projectBar li.yellow a:active,
#projectBar li.orange a,
#projectBar li.orange a:link,
#projectBar li.orange a:visited,
#projectBar li.orange a:active {
    color: #555;
}
#projectBar li.yellow a:hover,
#projectBar li.orange a:hover  {
    color: #999;
}
#pageMenu li.blue a,
#pageMenu li.blue a:link,
#pageMenu li.blue a:visited,
#pageMenu li.blue a:active,
#pageMenu li.purple a,
#pageMenu li.purple a:link,
#pageMenu li.purple a:visited,
#pageMenu li.purple a:active {
    color: #eee;
}





a.image:link,
a.image:visited,
a.image:active,
a.image:hover {
    text-decoration: none;
    border-bottom: 0px none;
}

P.intro {
    letter-spacing: 0.23em;
    font-weight: 500;
}


.left {
    text-align: left;
}

table.left td,
td.left {
    text-align: left;
    padding-left: 4px;
}

.center {
    text-align: center;
    margin: 0 auto;
}

/*
.center * {
    text-align: left;
}
*/

.shade {
    padding: 3px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #f1f1f1;
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    opacity: .6;
    /* border: 1px solid #f1f1f1;  */
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.round {
    padding: 3px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #dfdfdf;
}

.caption {
    font-size: 95%;
    font-style: italic;
}

 .grey,
 tr.grey td {
    background: #f1f1f1;
 }

p#copyright {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
}

#madeby {
    text-align: center;
    font-size: 7pt;
}

.address {
    padding-left: 32px;
}
.address strong {
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 6px;
}
.address span.postaladdr {
    display: block;
    float:left;
    margin-right: 32px;
}
.address span.telprefix {
    float: left;
    margin: 0px;
    width: 6em;
}
.emailform {
    margin-left: 32px;
    margin-right: 32px;
}

h1, h2, h3, h4, h5, h6  {
    font-family: "Trebuchet MS","Tahoma","Verdana","Arial","Helvetica",sans;
    font-weight: normal;
    margin-top: 18px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    clear: left;
}

h1    {
    font-family: "Trebuchet MS","Times New Roman",serif;
    font-size: large;
    font-weight: bold;
    voice-family: "\"}\"";
    voice-family: inherit;
    font-size:  x-large;
}

html>h1   {
    font-size: x-large;
    }

h2    {
    font-size:    medium;
    voice-family: "\"}\"";
    voice-family: inherit;
    font-size:    large;
    }

html>h2   {
    font-size:  large;
    }

h3  {
    font-size: small;
    voice-family: "\"}\"";
    voice-family: inherit;
    font-size: medium;
    }

html>h3     {
    font-size:  medium;
    }

h4  {
    font-weight: normal;
    font-size: x-small;
    voice-family: "\"}\"";
    voice-family: inherit;
    font-size: small;
    }

html>h4     {
    font-size: small;
    }


h5  {
     font-size:    xx-small;
     voice-family: "\"}\"";
     voice-family: inherit;
     font-size:    x-small;
    }

html>h5     {
    font-size:  x-small;
    }

h6  {
    margin: 0 0 12px 0;
    padding: 0;
    background: transparent;
    color: #333;
    text-transform: uppercase;
    font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
    font-weight: normal;
    font-size:    9px;
    voice-family: "\"}\"";
    voice-family: inherit;
    font-size: xx-small;
    }

html>h6     {
    font-size:  xx-small;
    }

th {
    background: #dfdfdf;
    border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 4px;
    padding-left: 7px;
    padding-right: 7px;
    text-align: left;
}

td {
    vertical-align: top;
}

td.ImageCell {
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 13px;
    padding-bottom: 5px;

}

td .caption {
    color: #777;
}

td.caption {
    font-size: 85%;
}

td.BRendCell {
    border-right:1px solid #dfdfdf;
    border-bottom:1px solid #dfdfdf;
    -moz-border-radius:
    8px; border-radius: 8px;
}

img.PriceListImage1 {
    margin: 0px;
    margin-bottom: 5px;
    border: 0px;
    width: 150px;
    height: 110px;
}

strong {
    font-weight: 600;
}

em {
    font-style: italic;
}