body {
    font-family: "Helvetica Neue", "Helvetica Neue LT Std", Helvetica, Arial, sans-serif;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #555753;
    padding: 15px;
    margin: 0;
    /*background: #fff url(../img/body-bg.png) fixed;*/
}
a, img {
    border: 0;
}
.container_4 {
    margin: 15px 0 0 0;
}


/* Navigation */
/* ========================================================================== */

#navigation {
    position: fixed;
    float: left;
    z-index: 20;
    margin-left: 15px;
    max-height: 100%;
}
#navigation #header {
    height: 90px;
    margin-bottom: 30px;
}
#navigation #header h1 {
    margin: 0;
}
#navigation #header h1 a {
    outline: none;
}
#navigation #header h1 img {
    display: block;
}

#navigation #menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#navigation #menu ul li {
    clear: left;
    display: block;
    padding: 0 0 9px 0; 
}
#navigation #menu ul li a {
    display: inline-block;
    padding: 3px 10px;
    text-decoration: none;
    background: #f2f2f2;
    color: black;
    font-size: 12px;
    line-height: 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
#navigation #menu ul li a.active {
    background: #00c8c8;
    display: block;
    float: none;
    text-align: right;
    color: white;
    font-weight: bold;
}
#navigation #menu ul li a.active:hover {
    color: white;
}
#navigation #menu ul li a:focus {
    outline: none;
}
#navigation #menu ul li a:hover {
    color: #888a85;
}
#navigation #menu ul li ul {
    text-align: right;
    margin: 9px 0 0 0;
}
#navigation #menu ul li ul li {
    padding: 0 0 3px;
}
#navigation #menu ul li ul li a {
    float: none;
    background: none;
    font-size: 12px;
    line-heigth: 15px;
    padding: 3px 10px;
}
#navigation #menu ul li ul li a.active {
    font-weight: bold;
    background: none;
    color: black;
    display: inline-block;
}
#navigation #menu ul li ul li a.active:hover {
    color: black;
}


/* Presentation Text */
/* ========================================================================== */


#presentation_text {
    height: 90px;
    margin-bottom: 30px;
    overflow: hidden;
    font-size: 24px;
    font-weight: 100;
    line-height: normal;
    color: #888a85;
}
#presentation_text p {
    margin: 0;
}

/* Bubble */
/* ========================================================================== */

.bubble {
    background: #a7dbdb;
    padding: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 24px;
    color: #333;
    text-shadow: 0 1px 0 #fff;
    margin-left: 24px;
}
.bubble .arrow {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/bubble-bg.png) no-repeat;
    position: absolute;
    margin-left: -39px;
    
}

/* Content */
/* ========================================================================== */


#content {
    padding-left: 240px;
}
#content .loading {
    background: #f4f4f4 url(../img/ajax-loader.gif) no-repeat center center;
    display: block;
}


/* Image slider */
/* ========================================================================== */


.image_slider {
    background: #f4f4f4 url(../img/ajax-loader.gif) no-repeat center center;
    width: 450px;
    height: 350px;
    overflow: hidden;
    cursor: pointer;
}
.image_slider img {
    position: absolute;
}
.image_slider div {
    opacity: 0;
}
.image_slider div.active {
    opacity: 1;
}


/* Grid Gallery */
/* ========================================================================== */


.grid {
    width: 720px;
    font-size: 12px;
}
.grid .item {
    width: 210px;
    float: left;
    margin-right: 30px;
    margin-bottom: 15px;
}
.grid .item a {
    display: block;
    color: inherit;
    text-decoration: none;
}
.grid .item a img {
    display: block;
    border: 0;
    height: 120px;
}
.grid .item a span.description {
    display: block;
    height: 60px;
    margin-top: 15px;
}


/* Default Form */
/* ========================================================================== */


.default_form {
}

.default_form .field {
    margin-bottom: 10px;
}
.default_form .field label {
    width: 210px;
    margin-right: 15px;
    font-weight: bold;
    font-size: small;
    display: block;
}
.default_form .field input[type='text'], .default_form .field textarea {
    line-height: 18px;
    font: inherit;
    font-size: 12px;
    
    width: 438px;
    
    color: #333;
    background: #fff;
    border: 1px solid;
    border-color: #7C7C7C #C3C3C3 #DDDDDD;
    padding: 5px;
    -moz-box-shadow: inset 0 1px 3px #ccc;
}

.default_form .field textarea {
    height: 10em;
}
.default_form .submit {
    margin-top: 20px;
}


/* Footer */
/* ========================================================================== */


#bottom hr {
    width: 80px;
    margin: 0 0 6px;
    background: #babdb6;
    border: 0;
    height: 1px;
}
#bottom {
    margin-top: 60px;
    color: #888a85;
    font-size: 12px;
    padding-bottom: 30px;
}
