body {
    height: 100%;
    width: 100%;
    background: rgb(255,255,255) url('gradient_bg.png') repeat-x top;
    margin: 0;
    padding: 0;
    color: rgb(102,102,102);
    font: normal 14pt Arial, Helvetica, sans-serif;
}
img {border: 0px;}
.preload {display: none;}
.clear {display: block; clear: both;}
a {
    text-decoration: none;
}
#pageD {
    position: relative;
    width: 950px;
    margin: auto;
    padding-top: 135px;
    min-height: 530px;
}
#topline {
    position: absolute;
    top: 12px;
    right: 0px;
}
#menuD {
    position: absolute;
    top: 35px;
    left: 0px;
}
#menuD a {
    overflow: hidden;
    float: left;
    height: 90px;
    position: relative;
}
#menuD a img {
    position: absolute;
}
#menuD a.thisA img {
    top: -102px;
}
#menuD a:hover img {
    top: -205px;
}
#navLogo {
    width: 320px;
}
#navHome {
    width: 151px;
}
#navHome img {
    left: -320px;
}
#navAbout {
    width: 161px;
}
#navAbout img {
    left: -471px;
}
#navNews {
    width: 162px;
}
#navNews img {
    left: -632px;
}
#navContact {
    width: 152px;
}
#navContact img {
    left: -794px;
}
#footerD {
    background: url('footer_gradient_bg.png') repeat-x bottom;
    height: 25px;
    color: rgb(138,138,138);
    font-size: 8pt;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
}
#footerD span {
    display: block;
    padding-top: 5px;
    width: 950px;
    margin: auto;
}
#footerD span span {
    display: block;
    float: left;
    width: auto;
    padding-top: 0;
}
#footerD span a {
    color: rgb(138,138,138);
    text-decoration: none;
    display: block;
    float: left;
    margin: 0 10px;
}
#footerD span a:hover {
    color: rgb(88,88,88);
}
#footerD span a.external {
    float: right;
}


/* pages */
#leftCol {
    padding-top: 5px;
    width: 300px;
    float: left;
    text-align: center;
    margin-left: 4px;
}
#leftCol img {
    margin-bottom: 30px;
}
#leftCol p {
    margin: 0 auto 30px auto;
    width: 186px;
    text-align: left;
    font-size: 10pt;
}
#rightCol {
    padding-top: 5px;
    width: 620px;
    float: left;
    margin-left: 20px;
}
#rightCol p {
    margin: 0 0 30px 0;
}
a.button {
    position: relative;
    display: block;
    width: 186px;
    height: 40px;
    margin: 0 auto 30px auto;
    overflow: hidden;
    clear: both;
}
a.button:hover img {
    position: absolute;
    top: -41px;
    left: 0px;
}


    /* home */
    div.horiD {
        padding-top: 20px;
    }
    div.horiD p {
        float: left;
        margin: 5px 0 0 40px;
        width: 470px;
        color: rgb(102,102,102);
        font-size: 18pt;
    }
    div.horiD a {
        display: block;
        width: 262px;
        height: 356px;
        float: left;
        margin: 5px 25px 0 25px;
        overflow: hidden;
        position: relative;
    }
    div.horiD a:link img, div.horiD a:visited img, div.horiD a:active img {
        position: absolute;
        top: 0px;
        left: 0px;
    }
    div.horiD a:hover img.a { /* this would have been good for all img if each sprite set were equally spaced */
        left: -278px;
    }
    div.horiD a:hover img.b {
        left: -290px;
    }
    div.horiD a:hover img.c {
        left: -287px;
    }

    /* about */
 
    /* testimonials */
    span.testi {
        font-size: 10pt;
        width: 28%;
        float: left;
        margin-left: 5%;
    }
    span.testi p span {
        font-style: italic;
        display: block;
        line-height: 1.2em;
        margin-bottom: 10px;
    }

    /* news */
    .half {
        display: block;
        width: 44%;
        margin: -10px 2% 30px 2%;
        float: left;
    }

    /* contact */
    #rightCol strong span {
        display: block;
        float: left;
        width: 80px;
    }
    #form span {
        position: relative;
        display: block;
        height: 30px;
        width: 70px;
        overflow: hidden;
        float: left;
        margin-left: 10px;
    }
    #submit {
        position: absolute;
        top: 0px;
        left: 0px;
    }
    #submit:hover {
        position: absolute;
        top: -30px;
        left: 0px;
    }
    #form #email {
        float: left;
    }

    /* three size pages */
    #leftCol span {
        display: block;
        float: left;
        position: relative;
        height: 260px;
        width: 267px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    #leftCol span img {
        position: absolute;
        top: -60px;
        left: 8px;
    }
    #leftCol a.button img {
        margin-bottom: 10px;
    }
    #leftCol a.button {
        height: 40px;
        margin-bottom: 10px;
        width: 230px;
    }
    #rightCol p.clientsSay {
        position: relative;
        padding-left: 170px;
        font-size: 10pt;
        min-height: 150px;
    }
    #rightCol p.clientsSay img {
        position: absolute;
        top: 0px;
        left: 0px;
    }
    #rightCol p.clientsSay strong {
        display: block;
        margin-bottom: 10px;
    }
    #rightCol ul {
        min-height: 150px;
        position: relative;
        padding: 0;
        margin: 0 0 30px 0;
        font-size: 12pt;
    }
    #rightCol ul li {
        margin: 0 0 5px 190px;
        padding: 0;
    }
    #rightCol ul img {
        position: absolute;
        top: 0px;
        left: 0px;
    }
    a.more {
        position: relative;
        top: -20px;
        display: block;
        width: 70px;
        height: 30px;
        margin: 0 0 30px 0;
        overflow: hidden;
        float: right;
    }
    a.more:hover img {
        position: absolute;
        top: -29px;
        left: 0px;
    }
