body {
    font-family: Tahoma;
    font-size: 12px;
    background-image: url('/static/img/background_header.jpg');
    background-repeat: repeat-x;
    background-position: top left;
    color: #666666;
    margin: 0;
    overflow-x: hidden;
}
td, table, tr, th, h1, h2, p {
    margin: 0;
    padding: 0;
}
p {
    margin-bottom: 7px;
    line-height: 20px;
    font-size: 14px;
}
ul {
    font-size: 14px;
    margin-bottom: 10px;
    list-style-image: url(../img/bullet.jpg); 
}
li {
    margin-bottom: 7px;
}
a {
    color: #117CC4;
    text-decoration: none;
}
a:hover {
    color: #666666;
}
h2 {
    margin: 5px 0 5px 0;
    padding: 0 0 3px 40px;
    color: #117AC4;
    font-size: 16px;
    background-image: url('/static/img/hstyle2.png');
    background-repeat: no-repeat;
    background-position: 0% 33%;
}
h1 {
    margin: 5px 0 5px 0;
    padding: 0 0 3px 40px;
    color: #666666;
    font-size: 16px;
    background-image: url('/static/img/hstyle.png');
    background-repeat: no-repeat;
    background-position: 0% 33%;
    text-transform: uppercase;
}
h3 {
    margin: 0;
    padding-bottom: 7px;
    margin-bottom: 5px;
    color: #999999;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #E1E1E1;
}
.clear {
    clear: both;
}
.header {
    width: 980px;
    height: 117px;
    position: relative;
    margin: 0 auto;
    background: url('/static/img/header.jpg');
    background-repeat: no-repeat;
    background-position: top left;
}
.logo {
    position: absolute;
    width: 218px;
    height: 85px;
    top: 18px;
    left: 10px;
}
.top-links {
    position: absolute;
    width: 180px;
    height: 30px;
    top: 0;
    right: 28px;
}
.top-link-lang {
    display: block;
    float: left;
    margin-top: 6px;
    margin-left: 20px;
    color: white;
    text-decoration: none;
}
.top-link-lang:hover {
    color: #117CC4;
}
.top-link {
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    text-decoration: none;
    margin-top: 4px;
    margin-left: 10px;
}
.menu {
    position: absolute;
    bottom: 3px;
    right: 10px;
    width: 600px;
}
.menu-item {
    display: block;
    float: right;
    border-bottom: 8px solid transparent;
    color: white;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    padding-bottom: 4px;
}
.menu-item:hover {
    border-bottom: 8px solid #117CC4;
    color: white;
}
.menu-seperator {
    float: right;
    background-image: url('/static/img/menu_separation.jpg');
    width: 1px;
    height: 30px;
}
.sub-header {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 15px;
    width: 960px;
    margin: 0 auto;
    padding-top: 15px;
    margin-bottom: 15px;
}
.sub-header-left {
    float: left;
    padding-left: 10px;
    padding-right: 20px;
    border-right: 1px solid #CCCCCC;
    padding-bottom: 3px;
}
.sub-header-right {
    color: #CCCCCC;
    padding-left: 20px;
    padding-top: 4px;
    float: left;
}
.nivoSlider {
    position:relative;
    width: 960px;
    height: 320px;
    margin: 0 auto;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 15px;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    border:0;
    padding:0;
    margin:0;
    z-index:6;
    display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display:block;
    position:absolute;
    z-index:5;
    height:100%;
}
.nivo-box {
    display:block;
    position:absolute;
    z-index:5;
}
/* Caption styles */
.nivo-caption {
    position:absolute;
    left:0px;
    bottom:0px;
    background:#000;
    color:#fff;
    opacity:0.8; /* Overridden by captionOpacity setting */
    width:100%;
    z-index:8;
}
.nivo-caption p {
    padding:5px;
    margin:0;
}
.nivo-caption a {
    display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position:absolute;
    top:45%;
    z-index:9;
    cursor:pointer;
}
.nivo-prevNav {
    left:0px;
    text-indent: -9999px;
    background-image: url('/static/img/fleche.png');
    width: 30px;
    height: 30px;
}
.nivo-prevNav:hover {
    background-image: url('/static/img/fleche_mouseover.png');
}
.nivo-nextNav {
    right:0px;
    text-indent: -9999px;
    background-image: url('/static/img/fleche_right.png');
    width: 30px;
    height: 30px;
}
.nivo-nextNav:hover {
    background-image: url('/static/img/fleche_right_mouseover.png');
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    top: 295px;
    left: 50%;
    position: relative;
    margin-left: -40px;
}
.nivo-controlNav a {
    position:relative;
    display: block;
    float: left;
    margin-right: 3px;
    z-index:9;
    cursor:pointer;
    background-image: url('/static/img/bullet_notselected.png');
    width: 18px;
    height: 18px;
    text-indent: -9999px;
}
.nivo-controlNav a.active {
    font-weight:bold;
    background-image: url('/static/img/bullet_selected.png');
}
.core {
    width: 960px;
    margin: 0 auto;
    margin-top: 20px;
    min-height: 50px;
}
.footer-logos {
    width: 960px;
    margin: 0 auto;
    border-top: 1px solid #CCCCCC;
    margin-top: 10px;
}
.footer-logos-title {
    margin-top: 10px;
}
.footer-logo {
    float: left;
    width: 148px;
    height: 118px;
    margin-right: 12px;
    display: block;
}
.footer-info {
    width: 960px;
    margin: 0 auto;
    border-top: 5px solid #E1E1E1;
    padding-top: 5px;
    margin-top: 10px;
    padding-bottom: 45px;
}
.footer-info-left {
    float: left;
    width: 440px;
    font-size: 11px;
    color: #666666;
}
.footer-info-left a {
    color: #666666;
    text-decoration: none;
}
.footer-info-left a:hover {
    color: #117CC4;
}
.footer-right {
    float: right;
    width: 500px;
}
.f-menu-item {
    float: right;
    color: #666666;
    font-size: 11px;
    text-decoration: none;
    padding-left: 12px;
    padding-right: 12px;
}
.f-menu-item:hover{
    color: #117CC4;
}
.f-menu-seperator {
    float: right;
    width: 13px;
    height: 18px;
    background-image: url('/static/img/separationfooter.png');
}
/* LOGIN FORM */
.loginForm {
    position: absolute;
    left: 0;
    top: 0;
    width: 360px;
    height: 160px;
    z-index: 2;
    background-color: #FFFFFF;
    border: 8px solid #117CC4;
    display: none;
    text-align: left;
}
.loginForm .loginFormLogo {
    padding-top: 18px;
    padding-left: 18px;
    float: left;
}
.loginForm .loginFormFields {
    width: 182px;
    float: left;
    padding-top: 17px;
    padding-left: 14px;
    color: #000000;
    font-family: Georgia;
    font-weight: bold;
    _margin-right: 8px;
}
.loginForm .loginFormFields .loginFormFieldsLabel {
    font-size: 12px;
    margin-bottom: 4px;
    margin-top: 4px;
}
.loginForm .loginFormFields input {
    width: 180px;
}
.loginFormButton {
    float: left;
    background-color: #FFFFFF;
    color: #117CC4;
    margin-top: 8px;
    padding: 4px;
    cursor: pointer;
    border: 1px solid #117CC4;
}
.loginFormButtonHover {
    float: left;
    background-color: #CCCCCC;
    color: #117CC4;
    margin-top: 8px;
    padding: 4px;
    cursor: pointer;
    border: 1px solid #117CC4;
}
.leftBtnMargin {
    margin-left: 14px;
    margin-right: 8px;
    _margin-left: 8px;
}
/* End of Login Form. */

#contactForm-Container input {
    height: 25px;
    padding: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
    color: #999;
    border: 1px solid #DEDEDE;
    width: 355px;
}
#contactForm-Container textarea {
    height: 150px;
    padding: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
    color: #999;
    border: 1px solid #DEDEDE;
    width: 355px;
}

#signature{
    font-family: 'Italianno', cursive;
    font-size: 30px;
    margin-top: 20px;
    font-weight: bold;
}

#number{
    font-size: 30px;
    font-weight: bold;
    color: #CCCCCC;

}
