/*Main style sheet
Author: Charles Humble
Date: 13/2/2007
Copyright 2007 Conissaunce Limited

I'm using a couple of IE specific bits and pieces here
I'm over-riding the scroll-bar base colour (because I can) - it degrades fine in everything else.
I'm also using cursor: hand - This was Microsoft's way of saying pointer; and Explorer 5.0 and 5.5 only support hand.
By using
cursor: pointer;
cursor: hand;
(in that order) - I get the cross-browser behaviour that I want
*/

BODY {
    scrollbar-base-color: #000000; /* Scrollbar colour - only works on IE and generally considered 'naughty' */
    background-color: #000000;
    background-image: url( ../images/background.jpg );
    color: #FFFFFF;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.page-rule {
    border-top: #4F4F4F 1px solid;
    background-color: #666666;
    color: #666666;
    height: 2px;
    width: 100%;
}

table#logo {
    background-color: #000000;
    border: 0px none;
    width: 100%;
    background-image: url( ../images/top-background.gif );
    height: 103px;
    vertical-align: bottom;
}

table#logo td {
    padding: 0px;
    border: 0px none;
    vertical-align: bottom;
}

table#outer {
    border: 0px none;
    width: 100%;
}

table#outer td {
    vertical-align: top;
}

table#sizing {
    border: 0px none;
    width: 500px;
    background-image: url( ../images/background-main.jpg );
}

table#sizing td {
    vertical-align: top;
}

table#fader {
    border: 0px none;
    width: 100%;
    background-image: url( ../images/background-picturefade.gif );
    height: 35px;
}

table#fader td {
    height: 35px;
}

table#picture {
    border: 1px solid #000000;
    border-collapse: collapse
}

table#content {
    border: 0px none;
    width: 100%;
}

table#content td {
    vertical-align: top;
}

table#error {
    COLOR: #000000;
    FONT: bold 12px arial, verdana, sans-serif
}

table {
    COLOR: #F0F0F0;
    FONT: 12px arial, verdana, sans-serif;
    font-weight: bold
}

a:link {
    color: #99FF99;
    text-decoration: none
}

a:visited {
    color: #99FF99;
    text-decoration: none
}

a:active {
    color: #00FF00;
    text-decoration: none
}

a:hover {
    color: #33CC00;
    text-decoration: none
}

.title {
    color: #999999;
    font: bold 20px verdana, arial, sans-serif;
    letter-spacing: 5px
}

.smalltitle {
    color: #FFFFFF;
    font: 12px verdana, arial, sans-serif;
    letter-spacing: 2px;
    font-weight: bold
}

.subtitle {
    color: #FFFFFF;
    font: 14px verdana, arial, sans-serif;
    letter-spacing: 5px;
    font-weight: bold
}

.just {
    text-align: justify;
}

.list {
    color: #FFFFFF;
    font: 11px verdana, arial, sans-serif;
    letter-spacing: 1px;
    font-weight: bold
}

/**menu CSS**/
table#menuouter {
    border: 0px none;
    width: 100%;
    background-image: url( ../images/background-menu.gif );
    height: 26px;
}

table#menuouter td {
    padding: 0px;
    border: 0px none;
}

table#menuinner {
    border: 0px none;
    border-collapse: collapse
}

.menu {
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 7pt;
    font-weight: bold;
    letter-spacing: 2px;
    padding-top: 1px;
    padding-left: 6px;
    padding-right: 6px;
    margin-right: 1px;
    cursor: pointer;
    text-align: center;
    display: block;
    line-height: 16px;
    white-space: nowrap;
    background-image: url( "../images/background-menu.gif" );
    border-top: #006600 0px solid;
    border-left: #006600 0px solid;
    border-bottom: #006600 0px solid;
    border-right: #006600 0px solid;
    width: 100%;
    LEFT: 0px;
}

/* Top menu buttons */
#menu {
    LEFT: 0px;
    POSITION: absolute;
    TOP: 2px;
    width: 100%;
    background-image: url( ../images/background-menu.gif );
}

a.menu {
    display: block;
    text-align: center;
    vertical-align: middle;
    width: 8em;
    border: 1px solid;
}

a.menu:link {
    background-image: url( ../images/button.gif );
    text-align: center;
    vertical-align: middle;
    background-color: #000000;
    FONT-FAMILY: arial, verdana, helvetica, sans;
    color: #FFFFFF;
    font-size: 7pt;
    height: 25px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    BORDER: #FFFFFF 0px solid
}

a.menu:visited {
    background-image: url( ../images/button.gif );
    background-color: #000000;
    FONT-FAMILY: arial, verdana, helvetica, sans;
    color: #FFFFFF;
    font-size: 7pt;
    height: 25px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    BORDER: #FFFFFF 0px solid
}

a.menu:hover {
    background-image: url( ../images/buttonon.gif );
    FONT-FAMILY: arial, verdana, helvetica, sans;
    color: #CCFFCC;
    font-size: 7pt;
    height: 18px;
    cursor: pointer;
    cursor: hand; /* pointer change for IE5 */
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    BORDER: #FFFFFF 0px solid
}

#menu a.active {
    display: block;
    text-align: center;
    vertical-align: middle;
    width: 8em;
    border: 1px solid;
    background-image: url( ../images/buttonon.gif );
    FONT-FAMILY: arial, verdana, helvetica, sans;
    color: #CCFFCC;
    font-size: 7pt;
    height: 18px;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 2px;
    BORDER: #FFFFFF 0 solid;
    padding-top: 1px;
    padding-left: 6px;
    padding-right: 6px;
    margin-right: 1px;
    line-height: 16px;
    white-space: nowrap;
    border-top: #006600 0px solid;
    border-left: #006600 0px solid;
    border-bottom: #006600 0px solid;
    border-right: #006600 0px solid;
    LEFT: 0px;

}



/* These all handle the sub-nav for the technology and case studies */
#subNav ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

#subNav li {
    padding-left: 20px;
    margin-bottom: 10px;
}

#subNav li.active {
    background-image: url( ../images/bulleton.gif );
    background-repeat: no-repeat;
    background-position: left center;
}

#subNav li.bullet {
    background: url( ../images/bullet.gif );
    background-repeat: no-repeat;
    background-position: left center;
}
