/*
 *style.css
 *© 2008 Dolphin Interactive/Teemu Virolainen
 *Unauthorized use prohibited
 */

body {
    font-family: Trebuchet MS, Arial;
    font-size: 0.8em;
    background-color: #0073D5;
}

img {
    border: none;
}

hr {
    border: none;
    height: 5px;
    background-image: url(../images/hr.gif);
}

h1 {
    font-weight: normal;
    font-size: 1.9em;
    border-bottom: solid 2px #24A800;
}

h2 {
    font-weight: lighter;
    font-size: 1.7em;
}

h3 {
    font-weight: normal;
    font-size: 1.5em;
}

#allcontent {
    width: 890px;
    margin: auto;
}

#header {
    width: 886px;
    height: 40px;
    background-image: url(../images/header.gif);
    background-repeat: no-repeat;
}

#logoarea {
    width: 886px;
    height: 50px;
    background-image: url(../images/content_bg.gif);
    background-repeat: repeat-y;
    padding-left: 35px;
}

#navigation {
    width: 886px;
    height: 36px;
    background-image: url(../images/navi_bg.gif);
    background-repeat: no-repeat;
    padding-left: 110px;
}

#navigation a {
    display: block;
    width: 132px;
    height: 30px;
    text-align: center;
    font-weight: bolder;
    font-size: 1.2em;
    border-left: solid 1px #3F729D;
    text-decoration: none;
    color: #DBF1FF;
    float: left;
    padding-top: 6px;
    background-image: url(../images/navi_link.gif);
}

#navigation a:hover {
    text-decoration: underline;
    color: #FFF;
    background-image: url(../images/navi_hover.gif);
}

.lastnavi {
    border-right: solid 1px #3F729D;
}
#maincontent {
    width: 886px;
    background-image: url(../images/content_bg.gif);
}

#textarea {
    width: 804px;
    margin-left: 40px;
    border-top: 1px solid #FFF;
    border-bottom: 2px solid #24A800;
}

#textarea a {
    color: #0073D5;
    text-decoration: none;
}

#textarea a:hover {
    color: #FFAE00;
    text-decoration: underline;
}

.index {
    height: 45em;
}

.about {
    height: 74em;
}

.casestudy {
    height: 60em;
}

.solutions {
    height: 62em;
}

.contact {
    height: 55em;
}

#column {
    width: 450px;
    float: left;
}

#bgimage {
    width: 250px;
    float: left;
    margin-left: 100px;
}

#footer {
    width: 886px;
    height: 54px;
    background-image: url(../images/footer.gif);
}

#footer_content {
    text-align: center;
    margin: auto;
    width: 400px;
    height: 10px;
    border: solid 1px white;
    color: #0073D5;
    font-size: 0.85em;
}

#footer_content a {
    color: #0073D5;
    text-decoration: none;
}

#footer_content a:hover {
    color: #FFAE00;
    text-decoration: underline;
}
