/* ############################## GENERAL DEFAULTS ############################## */

/* === body - margins & background === */
body, td {
    margin: 0px;

    background-color: #242424;

    font-family: verdana, arial;
    font-size: 10px;
    font-weight: normal;

    color: #bbbbbb;
}

/* === body - links === */
a {
    color: #bbbbbb;
    text-decoration: none;
}
a:hover {
    color: #ffffff;
}

/* === box text === */
div.box_text {
    margin: 5px;
}

/* ############################## TESTIMONIALS ############################## */

/* === testimonial images === */
img.testoff {
    display: none;
}

img.teston {
    position: absolute;
    display: block;
}

/* ############################## NEWS ############################## */

/* === news pages === */
img.pageoff {
    display: none;
}

img.pageon {
    position: absolute;
    display: block;
}

/* ############################## PORTFOLIO ############################## */

/* === menu images === */
img.menuoff {
    display: none;
}

img.menuon {
    position: absolute;
    display: block;
}

/* ############################## COMPANY ############################## */

/* === word bios tooltips === */
span.biocoff {
    display: none;
}

span.biocon {
    position: absolute;
    display: block;
    cursor: default;

    border: 1px solid #000000;
    width: 180px;

    background-color: #ffffff;
    color: #000000;

    font-family: arial;
    font-size: 12px;

    opacity: 0.85;
    filter: alpha(opacity=85);
}

/* ############################## TELLY ############################## */

img.tellyon {
    display: block;

    position: absolute;
}
img.tellyoff {
    display: none;
}

div.projecton {
    width: 202px;
    height: 222px;

    position: absolute;
    display: block;
}
div.projectoff {
    display: none;
}