﻿body
{
    margin: 0px;
    background: #EEEEEE;
}


#container
{
    width: 960px;
    border-left: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
    height: 100%;
    _height: 100%;
    margin: 0px auto;
    background: #fff;
}

#header
{
    height: 75px;
    width: 960px;
}

#header_left
{
    width: 492px;
    height: 75px;
    background-image: url(Graphic/header.png);
    float: left;
}

#welcome_image
{
    width: 960px;
    height: 259px;
    background-image: url(Graphic/welcome_image.png);
}

#footer
{
    width: 960px;
    height: 85px;
    background-image: url(Graphic/footer_bg.png);
    clear: both;
    margin: 0px auto;
}

#footer .logo
{
    width: 50px;
    margin-top: 32px;
    margin-left: 18px;
    height: 31px;
    background-image: url(Graphic/footer_logo.png);
    float: left;
}

#footer_info div
{
    width: 130px;
    margin-top: 20px;
    margin-left: 100px;
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    color: Gray;
    line-height: 18px;
    height: 31px;
    float: left;
}

#content
{
    padding: 40px;
    line-height: 18px;
    height: 100%;
    _height: 100%;
    background: #fff url(Graphic/content_bg.png);
    background-repeat: repeat-x;
    clear: both;
    padding-bottom: 50px;
}

#content .left
{
    float: left;
    background: #fff;
    width: 580px;
}

#content .right
{
    float: left;
    background: #fff;
    margin-left: 30px;
    width: 270px;
}

div
{
    font-family: Georgia, Verdana, Serif;
    font-size: 12px;
}

.space
{
    height: 8px;
    font-size: 0px;
}

/* textarea, input, select... */

textarea, input, select
{
    padding: 2px;
    font-family: Verdana, Georgia, Serif;
    font-size: 11px;
    margin-right: 1px;
}

input[type=submit], input[type=button]
{
    cursor: pointer;
    padding: 2px;
    margin-top: 10px;
    font-family: Verdana, Arial;
}

/* links */

a, a:visited, a:active
{
    color: #569BE9;
    text-decoration: none;
    padding: 0 0 2px 0;
    background: transparent url(Graphic/dotted.gif) repeat-x 0 100%;
}


a:hover
{
    color: #000;
    text-decoration: none;
    padding: 0 0 2px 0;
    background: transparent url(Graphic/dotted.gif) repeat-x 0 100%;
}

/* textures */

h1
{
    font-family: Trebuchet MS, Helvetica, Sans-Serif;
    font-size: 20px;
    font-weight: lighter;
    padding: 0px;
    color: #569BE9;
    margin: 0px;
}

/* fieldset, legend */


fieldset
{
    margin: 15px 15px 15px 0px;
    padding: 10px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    background-image: url(Graphic/content_bg_form.png);
    background-repeat: repeat-x;
    position: relative;
}

* html fieldset
{
    padding: 0 10px 5px 10px;
}

legend
{
    padding: 1px 0px;
    font-weight: bold;
    color: #545148;
    margin-top: -.4em;
    position: relative;
    text-transform: none;
    line-height: 1.2em;
    font-family: Arial, Verdana;
    font-size: 13px;
    top: 0;
    vertical-align: middle;
}

legend
{
    top: -1.2em;
}

/* menu */

ul
{
    list-style-type: none;
}

#navigation
{
    float: left;
    width: 468px;
    height: 75px;
}

#navigation span
{
    display: none;
}

#navigation #startpage a
{
    display: block;
    float: left;
    height: 73px;
    width: 46px;
    background: url(   "Graphic/menu_home.png" ) center top no-repeat;
}

#navigation #startpage a:hover
{
    background-position: 0 -75px;
}

#navigation #about a
{
    display: block;
    float: left;
    height: 73px;
    width: 99px;
    background: url(   "Graphic/menu_about.png" ) center top no-repeat;
}

#navigation #about a:hover
{
    background-position: 0 -75px;
}

#navigation #services a
{
    display: block;
    float: left;
    height: 73px;
    width: 66px;
    background: url(   "Graphic/menu_services.png" ) center top no-repeat;
}

#navigation #services a:hover
{
    background-position: 0 -75px;
}

#navigation #customer_zone a
{
    display: block;
    float: left;
    height: 73px;
    width: 75px;
    background: url(   "Graphic/menu_customer_zone.png" ) center top no-repeat;
}

#navigation #customer_zone a:hover
{
    background-position: 0 -75px;
}


#navigation #references a
{
    display: block;
    float: left;
    height: 73px;
    width: 83px;
    background: url(   "Graphic/menu_references.png" ) center top no-repeat;
}

#navigation #references a:hover
{
    background-position: 0 -75px;
}

#navigation #contact a
{
    display: block;
    float: left;
    height: 73px;
    width: 99px;
    background: url(   "Graphic/menu_contact.png" ) center top no-repeat;
}

#navigation #contact a:hover
{
    background-position: 0 -75px;
}
