body {
    background: #fff url(/img/bg.gif) repeat-x;
    color: #606060;
    font: normal 12px/14px Tahoma, Arial, helvetica, sans-serif;
    margin: 0 0 0 30px;
    padding: 0;
    text-align: center;
}

form, fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
img {
    border: none;
}
.clear {
    clear: both;
}

a {
    color: #545454;
}

h1 a, h2 a, h3 a, h4 a, #menu li a {
    outline: none;
}

#skipnavi {
    display: none;
}

#container {
    margin: 0 auto;
    text-align: left;
    width: 944px;
}

#header {
    background: #b2d2d3 url(/img/bg_header.gif) no-repeat;
    height: 151px;
    width: 938px;
}
#header h1 {
    float: left;
    margin: 0;
    padding: 0;
}
#header h1 a {
    background: url(/img/logo.gif) no-repeat top left;
    display: block;
    font-size: 1px;
    margin: 16px 0 0 22px;
    text-indent: -9999px;
    height: 114px;
    width: 120px;
}
#header #print-logo {
    display: none;
}

#search {
    float: right;
    height: 29px;
    visibility: hidden;
}
#search label {
    color: #295859;
    float: left;
    font-size: 11px;
    font-weight: bold;
    margin: 7px 5px 0 0;
    text-transform: uppercase;
}
#search #query {
    border: none;
    float: left;
    margin: 5px 5px 0 0;
    width: 126px;
}
#search #query-button {
    border: none;
    float: left;
    margin-top: 4px;
    height: 20px;
    width: 26px;
}

#menu {
    background: url(/img/menu_bg.gif) no-repeat;
    float: left;
    margin-top: 82px;
    height: 40px;
}
#menu ul, #menu li {
    display: inline;
    float: left;
    font-size: 1px;
    line-height: 1px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
}
#menu ul {
    width: 714px;
}
#menu li a {
    display: block;
    height: 40px;
}
#menu li a.mainpage {
    background: url(/img/menu_mainpage.gif) no-repeat;
    margin-left: 107px;
    width: 90px;
}
#menu li a.mainpage:hover, #menu li a.mainpage-selected {
    background-position: 0 -40px;
}
#menu li a.aboutus {
    background: url(/img/menu_aboutus.gif) no-repeat;
    width: 82px;
}
#menu li a.aboutus:hover, #menu li a.aboutus-selected {
    background-position: 0 -40px;
}
#menu li a.solutions {
    background: url(/img/menu_solutions.gif) no-repeat;
    width: 85px;
}
#menu li a.solutions:hover, #menu li a.solutions-selected {
    background-position: 0 -40px;
}
#menu li a.justwhatyouneed {
    background: url(/img/menu_justwhatyouneed.gif) no-repeat;
    width: 145px;
}
#menu li a.justwhatyouneed:hover, #menu li a.justwhatyouneed-selected {
    background-position: 0 -40px;
}
#menu li a.contactus {
    background: url(/img/menu_contactus.gif) no-repeat;
    width: 94px;
}
#menu li a.contactus:hover, #menu li a.contactus-selected {
    background-position: 0 -40px;
}

#main {
    background-color: #fff;
    margin: 5px 0 0 46px;
}

#footer {
    border-top: 4px solid #99c4c5;
    margin: 17px 6px 0 51px;
    padding-top: 17px;
    text-align: center;
}
#footer strong {
    color: #016063;
    font-weight: normal;
}
#footer span {
    color: #dc511a;
    margin: 0 5px 0 5px;
}
#footer a {
    color: #606060;
}

a.arrow {
    background: url(/img/nav_arrow_smallred.gif) no-repeat 0 5px;
    padding-left: 7px;
}
a.arrow:hover {
    color: #dc511a;
}