﻿/*
Theme: Theme Machine
Author: Orchard Team – http://www.orchardproject.net
Copyright: 2010, Orchard. All Rights Reserved
*/


/*  Color Palette
**************************************************************

Background: #fff
Borders: #dbdbdb
Text: #434343
Secondary Text: #999999
Main Accent: #999
Links: #5f97af
*/



/* Reset
***************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/* Remember focus styles! */
:focus {
    outline: 0;
}

ol, ul {
    list-style: none;
}

/* Tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

/* HTML 5 elements as block */
header, footer, aside, nav, article {
    display: block;
}



/* Clearing Floats
***************************************************************/



/* General
***************************************************************/

/* Default font settings. 
The font-size 81.3% sets the base font to 13px 

Pixels     EMs         Percent Points
6px     0.462em     46.2%     5pt
7px     0.538em     53.8%     5pt
8px     0.615em     61.5%     6pt
9px     0.692em     69.2%     7pt
10px     0.769em     76.9%     8pt
11px     0.846em     84.6%     8pt
12px     0.923em     92.3%     9pt
13px     1em         100%     10pt
14px     1.077em     107.7%     11pt
15px     1.154em     115.4%     11pt
16px     1.231em     123.1%     12pt
17px     1.308em     130.8%     13pt
18px     1.385em     138.5%     14pt
19px     1.462em     146.2%     14pt
20px     1.538em     153.8%     15pt
21px     1.615em     161.5%     16pt
22px     1.692em     169.2%     17pt
23px     1.769em     176.9%     17pt
24px     1.846em     184.6%     18pt
*/

body {
    line-height: 1;
    font-size: 81.3%;
    color: #434343;
    background: #fff;
    font-family: Tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: .6em 0;
}

h1 {
    font-size: 1.308em;
}

h2 {
    font-size: 1.231em;
}

h3 {
    font-size: 1.154em;
}

h4 {
    font-size: 1.077em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 1em;
}

    h1 img, h2 img, h3 img,
    h4 img, h5 img, h6 img {
        margin: 0;
    }

/* Aside Headings */
aside h1 {
    font-size: 1.154em;
}

aside h2 {
    font-size: 1.077em;
}

aside h3 {
    font-size: 1em;
}

aside h4 {
    font-size: 1em;
}

aside h5 {
    font-size: 1em;
}

aside h6 {
    font-size: 1em;
}

/* Lists */
li ul,
li ol {
    margin: 0 1.5em;
}

ul, ol {
    margin: 1.5em;
    line-height: 1.538em;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

dl {
    margin: 0 0 1.5em 0;
}

    dl dt {
        font-weight: bold;
    }

dd {
    margin-left: 1.5em;
}

/* Text elements */
p {
    margin: 0 0 1em;
    line-height: 1.538em;
}

    p img.left {
        float: left;
        margin: 0.923em 0.923em 0.923em 0;
        padding: 0;
    }

    p img.right {
        float: right;
        margin: 0.923em 0 0.923em 0.923em;
    }

a:focus,
a:hover {
    text-decoration: underline;
}

a {
    color: #5f97af;
    text-decoration: none;
}

blockquote {
    margin: 0.923em;
    color: #666;
    font-style: italic;
}

strong {
    font-weight: bold;
}

em, dfn {
    font-style: italic;
}

dfn {
    font-weight: bold;
}

sup, sub {
    line-height: 0;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
}

address {
    margin: 0 0 0.923em;
    font-style: italic;
}

del {
    color: #666;
}

pre {
    margin: 0.923em 0;
    white-space: pre;
}

pre, code, tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.462em;
}



/* Forms
***************************************************************/

form {
    margin: 0;
    padding: 0;
}

legend {
    font-size: 1.231em;
    font-weight: normal;
    border: none;
}

fieldset {
    padding: 6px 0 0;
    margin: 0 0 12px 0;
    border: 0px solid #dbdbdb;
}

label {
    font-weight: normal;
    display: block;
    padding: 0 0 0.3em 0;
}

    label.forcheckbox {
        margin: 0 0 0 .4em;
        display: inline;
    }

input[type="text"], input[type="password"] {
    display: block;
    padding: 0.3em;
}

input[type="checkbox"] {
    margin: .2em 0 1.2em 0;
}

fieldset ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    fieldset ol li {
        margin: 0 0 6px 0;
    }

form.inline, form.inline fieldset { /* todo: (heskew) need something other than .inline ... */
    display: inline;
}

    form.inline fieldset {
        margin: 0;
    }

input[type="checkbox"]:focus, input[type="radio"]:focus {
    outline: 1px dotted #666d51;
}

input[readonly] {
    background-color: #EBEBE4;
    color: #545454;
}

legend span {
    font-weight: normal;
}

label span {
    font-weight: normal;
}

label input {
    vertical-align: text-top;
}

.hint {
    display: block;
    font-size: 0.846em;
    color: #999;
    margin-top: 3px;
    padding: 3px;
}
/* todo: (heskew) try to get .text on stuff like .text-box */
select, textarea, input.text, input.textMedium, input.text-small, input.text-box {
    font-family: inherit;
    padding: 3px;
    border: 1px solid #bdbcbc;
    font-family: inherit;
    font-size: inherit;
}

input.text, input.textMedium, input.text-box {
    line-height: 1.2em;
}
    /*Are we using the two classes below?*/
    input.text-small, input.text.small {
        width: 4em;
    }

    input.textMedium, input.text.medium {
        width: 26em;
    }

select {
    padding: 1px;
}

    select:focus, textarea:focus, input.text:focus, input.text-box:focus, input.text-small:focus, input.textMedium:focus {
        border-color: #666d51;
    }

input.check-box {
    margin-left: 0;
    vertical-align: -.1em;
}

input.large.text, textarea, fieldset {
    clear: both;
}

textarea {
    min-height: 8em;
}

/* Structure
***************************************************************/


#layout-header, #layout-featured, #layout-before-main, #layout-main, #layout-footer, #layout-after-main, #layout-tripel {
    width: 100%;
}

#layout-header {
    width: 100%;
    height: 110px;
    border-bottom: 6px solid #123f62;
    background: url("../images/header_bg.png") repeat-x bottom;
}

#header {
    width: 990px;
    margin: 0 auto;
}

/* Navigation */
#layout-navigation {
    float: left;
    display: block;
}

nav ul {
    height: 110px;
    padding: 0px;
    margin: 0 0 0 170px;
    list-style: none;
}

    nav ul li {
        margin: 80px 20px 0 0;
        float: left;
    }


nav ul li a {
    color: #123f62;
    display: block;
    font-size: 1.2em;
    text-decoration: none;
    padding: 0 21px 0 0;
    background: url("../images/navigator_divider.png") right no-repeat;
}

    nav ul li a:hover {
        text-decoration: none;
    }

nav ul li.last a {
    background: none;
}


/* first level */
nav > ul > li {
    float: left;
}

    nav > ul > li > a {
        float: left;
    }

    nav > ul > li:hover > ul {
        display: block;
    }


    /* second level */
    nav > ul > li > ul {
        margin: 24px 0px 0px -1px;
        padding: 0px;
        display: none;
        position: absolute;
        border: 1px solid #dbdbdb;
    }

        nav > ul > li > ul > li {
            list-style-type: none;
            margin: 0px;
            border: none;
        }

            nav > ul > li > ul > li > a {
                display: block;
                text-decoration: none;
            }


            nav > ul > li > ul > li:hover > ul {
                display: block;
            }

            /* third level */
            nav > ul > li > ul > li > ul {
                margin: -20px -1px 0px 90%;
                padding: 0px;
                display: none;
                position: absolute;
                border: 1px solid #dbdbdb;
            }

                nav > ul > li > ul > li > ul > li {
                    list-style-type: none;
                    margin: 0px;
                    border: none;
                }

                    nav > ul > li > ul > li > ul > li > a {
                        display: block;
                        text-decoration: none;
                    }

       
                /* deeper levels */
                nav > ul > li > ul > li > ul ul {
                    display: none;
                }

/* Breadcrumb */
nav ul.breadcrumb {
    border: none;
    display: inline-block;
    margin: -9px;
}

    nav ul.breadcrumb li {
        border: none;
        background: none;
        display: block;
        margin: 0 2px -1px 0;
    }

        nav ul.breadcrumb li:after {
            content: "/";
        }

        nav ul.breadcrumb li.last:after {
            content: "";
        }

        nav ul.breadcrumb li a {
            padding: 0 9px;
            display: block;
            color: #5F97AF;
            font-size: 100%;
        }

            nav ul.breadcrumb li a:hover {
                text-decoration: underline;
            }

#branding {
    font-family: 'Lobster', Tahoma, Arial, Helvetica, sans-serif;
    font-size: 2.9em;
    padding: 0;
    margin: 0;
}

    #branding a {
        text-decoration: none;
        color: #434343;
    }



#layout-before-main {
    border-bottom: 6px solid #123f62;
}



/* Zones */
.zone {
    padding: 12px;
    /*  Enable this to see zone visualizations
    background-color: yellow;
    box-shadow:inset 0 0 1px purple;
    -moz-box-shadow:inset 0 0 1px purple;
    -webkit-box-shadow:inset 0 0 1px purple;
    */
}

.zone-header {
    padding: 30px 0 30px 0px;
    float: left;
}

.zone-navigation {
    padding: 0;
}


.zone-before-main {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.widget-before-main {
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.zone-before-main div {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    display: block;
    float: left;
}

.zone-before-main img {
    display: block;
    margin: 0 auto;
    padding: 0;
}




.zone-footer {
    color: #999999;
}



/* Main
***************************************************************/

/* Content lists and details */
.content-description {
    font-size: 1.154em;
}

.content-items {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .content-items li {
        padding: 0;
        margin: 0;
    }

    .content-items .content-item {
        border-top: 1px solid #dbdbdb;
        padding: 6px 0 6px 0;
    }

       

            .content-items .content-item header h1 {
                font-size: 1.308em;
                color: #434343;
            }

                .content-items .content-item header h1 a {
                    color: #434343;
                }

/* Tags */
.tags {
    margin-top: 12px;
}

    .tags a {
        background-color: #dbdbdb;
        padding: 3px 6px;
        color: #434343;
    }

        .tags a:hover {
            background-color: #434343;
            color: #fff;
        }

/* Metadata */
.metadata {
    margin: 0 0 12px 0;
    color: #999;
    font-size: 0.846em;
}

    .metadata .published {
        display: inline;
        margin: 0 6px 0 0;
    }

    .metadata .comment-count {
        display: inline;
    }


/* Comments */
#comments {
    margin: 24px 0 0 0;
    padding: 0;
}

.comment-form {
    margin: 24px 0 0 0;
    padding: 0;
}

.comments {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .comments li {
        margin: 12px 0 0 0;
        padding: 12px;
        border: 1px solid #dbdbdb;
    }

.comment {
    margin: 0;
    padding: 0;
}

    .comment h4 {
        font-size: 1.077em;
    }



    .comment .reply {
        float: right;
    }

   
.comment-form #comment-by {
    font-size: 1.231em;
    font-weight: normal;
    margin: 0 0 1.2em 0;
    border: none;
}

.comment-form .comment-text {
    width: 33.2em;
}

.comment-form input[type="text"] {
    width: 32em;
}

.comment-form li {
    border: inherit;
    margin: inherit;
    padding: inherit;
}



.comment-count {
    font-size: 1.231em;
}

/* Confirmations */
.message, .validation-summary-errors {
    margin: 10px 0 4px 0;
    padding: 4px;
}

.messages a {
    font-weight: bold;
}

.message-Information {
    background: #e6f1c9; /* green */
    border: 1px solid #cfe493;
    color: #062232;
}

.message-Warning {
    background: #fdf5bc; /* yellow */
    border: 1px solid #ffea9b;
}

.critical.message, .validation-summary-errors, .message-Error {
    background: #e68585; /* red */
    border: 1px solid #990808;
    color: #fff;
}


/* Secondary
***************************************************************/

/* Aside Zones */
/* If zone 1 is on */
.aside-1 #layout-content {
    float: right;
    width: 600px;
}

.aside-1 .aside-first {
    float: left;
    width: 360px;
}

/* If zone 2 is on */
.aside-2 #layout-content {
    float: left;
    width: 600px;
}

.aside-2 .aside-second {
    float: right;
    width: 360px;
}

/* If zones 1, 2 are on */
.aside-12 #layout-content {
    width: 600px;
}

.aside-12 .aside-first, .aside-12 .aside-second {
    width: 180px;
}

.aside-12 .aside-first, .aside-12 .aside-second, .aside-12 #layout-content {
    float: left;
}

/* Tripel Zones*/
#layout-tripel > div {
    float: left;
    width: 960px;
}

/*2 zones on */
.tripel-12 #layout-tripel > div {
    width: 480px;
}
/* If zones 1, 2 are on */
.tripel-23 #layout-tripel > div {
    width: 480px;
}
/* If zones 2, 3 are on */
.tripel-13 #layout-tripel > div {
    width: 480px;
}
/* If zones 1, 3 are on */

/*3 zones on */
.tripel-123 #layout-tripel > div {
    width: 320px;
}
/* If zones 1, 2, 3 are on */

/* Quad Footer Zones */
#footer-quad > div {
    float: left;
    width: 240px;
}

/*1 zone on */
.split-1 #footer-quad-first {
    width: 960px;
}
/* If zone 1 is on */
.split-2 #footer-quad-second {
    width: 960px;
}
/* If zone 2 is on */
.split-3 #footer-quad-third {
    width: 960px;
}
/* If zone 3 is on */
.split-4 #footer-quad-fourth {
    width: 960px;
}
/* If zone 4 is on */

/*2 zones on */
.split-12 #footer-quad-first, .split-12 #footer-quad-second {
    width: 480px;
}
/* If zones 1, 2 are on */
.split-13 #footer-quad-first, .split-13 #footer-quad-third {
    width: 480px;
}
/* If zones 1, 3 are on */
.split-14 #footer-quad-first, .split-14 #footer-quad-fourth {
    width: 480px;
}
/* If zones 1, 4 are on */
.split-23 #footer-quad-second, .split-23 #footer-quad-third {
    width: 480px;
}
/* If zones 2, 3 are on */
.split-24 #footer-quad-second, .split-24 #footer-quad-fourth {
    width: 480px;
}
/* If zones 2, 4 are on */
.split-34 #footer-quad-third, .split-34 #footer-quad-fourth {
    width: 480px;
}
/* If zones 3, 4 are on */

/*3 zones on */
.split-234 #footer-quad-second {
    width: 480px;
}
/* If zones 2, 3, 4 are on */
.split-134 #footer-quad-first {
    width: 480px;
}
/* If zones 1, 3, 4 are on */
.split-124 #footer-quad-fourth {
    width: 480px;
}
/* If zones 1, 2, 4 are on */
.split-123 #footer-quad-third {
    width: 480px;
}
/* If zones 1, 2, 3 are on */

/*3 zones on - alternate layout*/
/*.split-123 #footer-quad-first, .split-123 #footer-quad-second, .split-123 #footer-quad-third { width:320px; }*/ /* If zones 1, 2, 3 are on */
/*.split-124 #footer-quad-first, .split-124 #footer-quad-second, .split-124 #footer-quad-fourth { width:320px; }*/ /* If zones 1, 2, 4 are on */
/*.split-134 #footer-quad-first, .split-134 #footer-quad-third, .split-134 #footer-quad-fourth { width:320px; }*/ /* If zones 1, 3, 4 are on */
/*.split-234 #footer-quad-second, .split-234 #footer-quad-third, .split-234 #footer-quad-fourth { width:320px; }*/ /* If zones 2, 3, 4 are on */



/* Widgets
***************************************************************/


.widget h1 {
    font-size: 1.077em;
}

/* Edit Mode Widgets */
/* These are the edit controls that appear when you're logged-in */
.widget-control {
    position: relative;
    border: 1px dotted #5f97af;
}

    .widget-control .manage-actions {
        position: absolute;
        top: 0px;
        right: 0px;
    }

        .widget-control .manage-actions a {
            display: block;
            background-color: #dbdbdb;
            color: #434343;
            padding: 3px 6px;
        }

            .widget-control .manage-actions a:hover {
                background-color: #434343;
                color: #fff;
                text-decoration: none;
            }

/* Content Mode */
.content-control {
    border: 1px dotted #5f97af;
    overflow: auto;
    position: relative;
}

    .content-control .manage-actions {
        position: absolute;
        top: 0px;
        right: 0px;
    }

        .content-control .manage-actions a {
            display: block;
            background-color: #dbdbdb;
            color: #434343;
            padding: 3px 6px;
        }

            .content-control .manage-actions a:hover {
                background-color: #434343;
                color: #fff;
                text-decoration: none;
            }



/* Pager
***************************************************************/

.pager {
    list-style: none;
    padding: 0;
    margin: 12px 0 0 0;
}

    .pager li {
        float: left;
        padding: 0 12px 0 0;
        margin: 0;
    }

    .pager a, .pager span {
        font-size: 1.077em;
        display: block;
        background-color: #dbdbdb;
        padding: 6px 6px;
        color: #434343;
    }

        .pager a:hover {
            background-color: #434343;
            color: #fff;
        }

    .pager span {
        background-color: inherit;
    }


/* Misc
***************************************************************/

.small {
    font-size: 0.615em;
    margin-bottom: 1.875em;
    line-height: 1.875em;
}

.large {
    font-size: 1.231em;
    line-height: 2.231em;
    margin-bottom: 1.25em;
}

.hide {
    display: none;
}

.quiet {
    color: #666;
}

.loud {
    color: #000;
}

.highlight {
    background: #ff0;
}

.added {
    background: #060;
    color: #fff;
}

.removed {
    background: #900;
    color: #fff;
}

.first {
    margin-left: 0;
    padding-left: 0;
}

.last {
    margin-right: 0;
    padding-right: 0;
}

.top {
    margin-top: 0;
    padding-top: 0;
}

.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

.credits {
    float: left;
}

.user-display {
    float: left;
    padding: 0 12px;
}



.login-form {
    margin: 24px 0 0 0;
}



/* CSS 3 Enhancements 
***************************************************************/

input[type="submit"], input[type="button"], button, .button, .button:link, .button:visited {
    color: #333;
    background: #F5F5F5;
    background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#cbcbcb));
    background: -moz-linear-gradient(top, #F5F5F5, #cbcbcb);
    border: 1px solid #999;
    cursor: pointer;
    margin: .2em 0 2em 0;
    padding: .3em 1.8em;
    text-align: center;
}

    input[type="submit"]:hover, input[type="button"]:hover,
    input[type="submit"]:active, input[type="button"]:active,
    input[type="submit"]:focus, input[type="button"]:focus,
    button:hover, .button:hover,
    button:active, .button:active,
    button:focus, .button:focus {
        text-decoration: none;
        background: #ebebeb;
        background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#ebebeb));
        background: -moz-linear-gradient(top, #e1e1e1, #ebebeb);
    }

/* Tag Cloud
***************************************************************/
.tag-cloud li {
    list-style: none;
    display: inline;
}

.tag-cloud-tag-1 {
    font-size: 1em;
}

.tag-cloud-tag-2 {
    font-size: 1.1em;
}

.tag-cloud-tag-3 {
    font-size: 1.2em;
}

.tag-cloud-tag-4 {
    font-size: 1.4em;
}

.tag-cloud-tag-5 {
    font-size: 1.5em;
}



.follow {
    height: 110px;
    line-height: 110px;
    float: right;
    color: #123f62;
}

    .follow a {
        display: block;
        float: right;
        margin: 3px 0 0 3px;
    }

.home_info {
    width: 990px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

    .home_info li {
        width: 20%;
        float: left;
    }

        .home_info li h3 {
            margin: 38px 0 0 70px;
            font-size: 1.0em;
            font-weight: bold;
            color: #123f62;
            text-transform: uppercase;
            font-size: 1.1em;
        }

        .home_info li p {
            margin: 10px 0 0 60px;
            font-size: 1.0em;
            color: #123f62;
            padding: 0 0px 0 0;
            font-size: 1.1em;
            height: 120px;
        }

        .home_info li a {
            color: #63b7e6;
            padding: 0 40px 0 0;
            margin: 0px 0 0 60px;
            font-size: 1.1em;
            float: left;
            background: url("../images/read_more.png") right center no-repeat;
        }

        .home_info li.hello {
            background: url("../images/hello_ico.png") no-repeat 0 20px;
        }

        .home_info li.consulting {
            background: url("../images/consultiing_ico.png") no-repeat 0 20px;
        }

        .home_info li.solution {
            background: url("../images/solution_ico.png") no-repeat 0 20px;
        }

        .home_info li.design {
            background: url("../images/design_ico.png") no-repeat 0 20px;
        }

        .home_info li.veredict {
            background: url("../images/verdict_ico.png") no-repeat 0 20px;
        }

      

#layout-footer {
    border-top: 14px solid #123f62;
    color: #fff;
    background: #132d3d;
    height: 80px;
    line-height: 80px;
}

#footer {
    width: 990px;
    margin: 0 auto;
    height: 80px;
    line-height: 80px;
}

#footer-sig {
    height: 80px;
    line-height: 80px;
    padding: 0;
}

.zone-footer {
    padding: 0;
}

.zone-content {
    width: 990px;
    margin: 0 auto;
	overflow:hidden;
}

.menu-footer {
    height: 80px;
    line-height: 80px;
    float: right;
    margin: 0;
    font-size: 0.8em;
}

    .menu-footer li {
        padding: 0;
        margin: 0 0px 0 20px;
        text-align: right;
    }

        .menu-footer li a {
            color: #fff;
            background: url("../images/div_bottom.png") no-repeat right;
        }

.credits {
    color: #fff;
}

.content-item {
    overflow: hidden;
}

    .content-item header h1 {
        width: 1px;
        height: 1px;
        position: absolute;
        overflow: hidden;
    }

    .content-item .metadata .published {
        width: 1px;
        height: 1px;
        position: absolute;
        overflow: hidden;
    }

.linked {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin: 50px 0 30px 0;
}

    .linked li {
        float: left;
        width: 33%;
    }

        .linked li a {
            text-decoration: none;
        }

        .linked li.clients a {
            margin: 0 3px 0 0px;
            display: block;
            background: #fff;
            color: #fff;
            border-bottom: 5px solid #123f62;
            padding: 0 0 2px 0;
            overflow: hidden;
        }

        .linked li.success a {
            margin: 0 3px;
            display: block;
            background: #fff;
            color: #fff;
            border-bottom: 5px solid #0d4d6b;
            padding: 0 0 2px 0;
            overflow: hidden;
        }

        .linked li.download a {
            margin: 0 0px 0 3px;
            display: block;
            background: #fff;
            color: #fff;
            border-bottom: 5px solid #927522;
            padding: 0 0 2px 0;
            overflow: hidden;
        }

        .linked li a span.container {
            height: 135px;
            display: block;
            width: auto;
        }

        .linked li.clients a span.container {
            /*background:url("../images/city_banck_ico.png") no-repeat center;*/
            background: #fff;
            border: 1px solid #123f62;
            height: 133px;
            color: #123f62;
        }

        .linked li.success a span.container {
            background: #1d94d2;
            color: #fff;
        }

        .linked li.download a span.container {
            background: #dbad38;
            color: #fff;
        }

        .linked li a span.container span.title {
            text-transform: uppercase;
            font-size: 1.3em;
            font-weight: bold;
            margin: 2px 0 0 0;
            display: block;
            float: left;
            clear: both;
        }

.linkedli a span.container span.sub_title {
    text-transform: uppercase;
    font-size: 1em;
    margin: 5px 0 0 0;
    display: block;
    clear: both;
    float: left;
}

.linked li a span.container span {
    font-size: 1em;
    padding: 15px 22px 0 22px;
    display: block;
    clear: both;
    float: left;
    display: block;
}

/*Start HELLO PAGE*/
.page_hello {
    background: url("../images/hello_ico.png") no-repeat;
    width: 70%;
    overflow: hidden;
    color: #123f62;
    padding: 0 0 50px 0;
}

    .page_hello h3 {
        text-transform: uppercase;
        font-size: 1.6em;
        margin: 18px 0 0 70px;
        display: block;
        float: left;
        clear: both;
    }

    .page_hello p {
        font-size: 1.1em;
        margin: 15px 0 0 60px;
        display: block;
        float: left;
        clear: both;
    }

.change_hello {
    background: #2a70aa url("../images/w_pixel.png");
    width: 65%;
    overflow: hidden;
    margin: 0 0 0 5%;
    float: left;
    color: #123f62;
}

    .change_hello h3 {
        font-size: 1.6em;
    }

    .change_hello p {
        font-size: 1.1em;
        display: block;
        float: left;
        clear: both;
    }

    .change_hello .ti {
        margin: 4px 4px 0 0;
        padding: 10px;
        background: #fff;
        overflow: hidden;
        float: left;
        min-height: 450px;
    }

    .change_hello .design {
        margin: 4px 4px 0 0;
        padding: 10px;
        background: #fff;
        overflow: hidden;
        float: left;
        min-height: 450px;
        display: none;
    }

.menu_hello {
    float: left;
    width: 30%;
}

.super_menu {
    list-style: none;
    overflow: hidden;
    margin: 0;
}

    .super_menu li {
        float: left;
        width: 100%;
        margin: 0 0 10px 0;
    }

        .super_menu li a {
            padding: 15px 0 30px 0px;
            text-indent: 30px;
            height: 35px;
            width: 90%;
            float: right;
            display: block;
            color: #fff;
            font-size: 1.2em;
            text-decoration: none;
            overflow: hidden;
            background: #333;
            text-transform: uppercase;
        }

            .super_menu li a .sub_link {
                padding: 10px 0;
                font-size: 0.8em;
                text-indent: 30px;
                width: 95%;
                float: left;
                background: url("../images/big_plus.png") right center no-repeat;
            }

        .super_menu li.link_ti a {
            background: #2a70aa;
        }

        .super_menu li a.super_menu_design {
            display: none;
        }

        .super_menu li.selected a.super_menu_design {
            width: 20px;
            position: absolute;
            /*top:10px;*/
            height: 80px;
            padding: 0;
            display: block;
            float: left;
            margin: 12px 0 0 -7px;
            z-index: -1;
        }

            .super_menu li.selected a.super_menu_design span {
                width: 20px;
                height: 80px;
                display: block;
                background: url("../images/w_pixel.png");
            }

                .super_menu li.selected a.super_menu_design span span {
                    width: 20px;
                    height: 80px;
                    display: block;
                    background: url("../images/shadow.png") no-repeat right bottom;
                }

        .super_menu li.selected {
            padding: 0 0 0 7px;
            /*font-size:1.3em;*/
        }

            .super_menu li.selected a {
                width: 100%;
            }

        .super_menu li.link_design a {
            background: #89bce6;
        }

.side_linked {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

    .side_linked li {
        float: right;
        width: 95%;
        margin: 10px 0 0 0;
    }

        .side_linked li a {
            text-decoration: none;
        }

        .side_linked li.success a {
            display: block;
            background: #fff;
            color: #fff;
            border-bottom: 5px solid #0d4d6b;
            padding: 0 0 2px 0;
            overflow: hidden;
        }

        .side_linked li.download a {
            display: block;
            background: #fff;
            color: #fff;
            border-bottom: 5px solid #927522;
            padding: 0 0 2px 0;
            overflow: hidden;
        }

.visit .side_linked {
    width: 70%;
}

    .visit .side_linked li a span.container {
        height: auto;
        display: block;
        width: auto;
        overflow: hidden;
        padding: 0 0 10px 0;
    }

.side_linked li a span.container {
    height: 135px;
    display: block;
    width: auto;
}

.side_linked li.clients a span.container {
    /*background:url("../images/city_banck_ico.png") no-repeat center;*/
    background: #fff;
    border: 1px solid #123f62;
    height: 133px;
    color: #123f62;
}

.side_linked li.success a span.container {
    background: #1d94d2;
    color: #fff;
}

.side_linked li.download a span.container {
    background: #dbad38;
    color: #fff;
}

.side_linked li a span.container span.title {
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: bold;
    margin: 2px 0 0 0;
    display: block;
    float: left;
    clear: both;
}

.side_linked a span.container span.sub_title {
    text-transform: uppercase;
    font-size: 1em;
    margin: 5px 0 0 0;
    display: block;
    clear: both;
    float: left;
}

.side_linked li a span.container span {
    font-size: 1em;
    padding: 5px 0 0 22px;
    display: block;
    clear: both;
    float: left;
    display: block;
}
/*FInish Hello page*/
/*Start Solution page*/
.page_solution {
    background: url("../images/solution_ico.png") no-repeat;
    width: 70%;
    overflow: hidden;
    color: #123f62;
    padding: 0 0 50px 0;
}

    .page_solution h3 {
        text-transform: uppercase;
        font-size: 1.6em;
        margin: 18px 0 0 70px;
        display: block;
        float: left;
        clear: both;
    }

    .page_solution p {
        font-size: 1.1em;
        margin: 15px 0 0 60px;
        display: block;
        float: left;
        clear: both;
    }

.change_solution {
    background: #336a88 url("../images/w_pixel.png");
    width: 65%;
    overflow: hidden;
    margin: 0 0 0 5%;
    float: left;
    color: #123f62;
}

    .change_solution h3 {
        font-size: 1.6em;
    }

    .change_solution p {
        font-size: 1.1em;
        display: block;
        float: left;
        clear: both;
    }

.menu_solution {
    float: left;
    width: 30%;
}

.change_solution .auto {
    margin: 4px 4px 0 0;
    padding: 10px;
    background: #fff;
    overflow: hidden;
    float: left;
    min-height: 450px;
}

.change_solution .erp {
    margin: 4px 4px 0 0;
    padding: 10px;
    background: #fff;
    overflow: hidden;
   
    min-height: 450px;
    display: none;
}

.change_solution .cybersecurity {
    margin: 4px 4px 0 0;
    padding: 10px;
    background: #fff;
    overflow: hidden;
   
    min-height: 450px;
    display: none;
}

.change_solution .implement {
    margin: 4px 4px 0 0;
    padding: 10px;
    background: #fff;
    overflow: hidden;
    float: left;
    min-height: 450px;
    display: none;
}

.change_solution .galery {
    margin: 4px 4px 0 0;
    padding: 10px;
    background: #fff;
    overflow: hidden;
    float: left;
    min-height: 450px;
    /* display: none; */
}



/* .galery ul {
    list-style: none;
    padding: 0px;
    margin: 0;
    line-height: 0;
}

.galery li {
    list-style: none;
    padding: 5px;
    border: 1px solid #aaa;
    background: #ccc;
    float: left;
    margin: 15px;
} */

/*  Original link banner colors

.super_menu li.link_auto a {
    background: #336a88;
}

.super_menu li.link_implement a {
    background: #1c8fcb;
}

.super_menu li.link_galery a {
    background: #00b0e8;
}*/

.super_menu li.link_auto a {
    background: #2a70aa;
}

.super_menu li.link_implement a {
    background: #0091c4;
}

.super_menu li.link_erp a {
    background: #89bce6;
}

/*FInish solution Page*/

/*Start Consulting page*/
.page_consulting {
    background: url("../images/consultiing_ico.png") no-repeat;
    width: 70%;
    overflow: hidden;
    color: #123f62;
    padding: 0 0 50px 0;
}

    .page_consulting h3 {
        text-transform: uppercase;
        font-size: 1.6em;
        margin: 18px 0 0 70px;
        display: block;
        float: left;
        clear: both;
    }

    .page_consulting p {
        font-size: 1.1em;
        margin: 15px 0 0 60px;
        display: block;
        float: left;
        clear: both;
    }

.change_consulting {
    background: #2a70aa url("../images/w_pixel.png");
    width: 65%;
    overflow: hidden;
    margin: 0 0 0 5%;
    float: left;
    color: #123f62;
}

    .change_consulting h3 {
        font-size: 1.6em;
    }

    .change_consulting p {
        font-size: 1.1em;
        display: block;
        float: left;
        clear: both;
    }

.menu_consulting {
    float: left;
    width: 30%;
}

.change_consulting .system {
    margin: 4px 4px 0 0;
    padding: 10px;
    background: #fff;
    overflow: hidden;
    float: left;
    min-height: 450px;
}

.change_consulting .migration {
    margin: 4px 4px 0 0;
    padding: 10px;
    background: #fff;
    overflow: hidden;
    float: left;
    min-height: 450px;
    display: none;
}

.change_consulting .outsourcing {
    margin: 4px 4px 0 0;
    padding: 10px;
    background: #fff;
    overflow: hidden;
    float: left;
    min-height: 450px;
    display: none;
}

.super_menu li.link_system a {
    background: #2a70aa;
}

.super_menu li.link_migration a {
    background: #0091c4;
}

.super_menu li.link_outsourcing a {
    background: #89bce6;
}
/*Finish consulting Page*/
/*Start Success page*/
.page_success {
    background: url("../images/consultiing_ico.png") no-repeat;
    width: 70%;
    overflow: hidden;
    color: #123f62;
    padding: 0 0 50px 0;
}

    .page_success h3 {
        text-transform: uppercase;
        font-size: 1.6em;
        margin: 18px 0 0 70px;
        display: block;
        float: left;
        clear: both;
    }

    .page_success p {
        font-size: 1.1em;
        margin: 15px 0 0 60px;
        display: block;
        float: left;
        clear: both;
    }

.change_success {
    background: #0091c4 url("../images/w_pixel.png");
    width: 65%;
    overflow: hidden;
    margin: 0 0 0 5%;
    float: left;
    color: #123f62;
}

    .change_success h3 {
        font-size: 1.6em;
    }

    .change_success p {
        font-size: 1.1em;
        display: block;
        float: left;
        clear: both;
    }

    .change_success ul {
        font-size: 1.1em;
        float: left;
    }

.change_consulting ul {
    font-size: 1.1em;
    float: left;
}

.change_solution ul {
    font-size: 1.1em;
    float: left;
}

.change_design ul {
    font-size: 1.1em;
    float: left;
}

.change_client ul {
    font-size: 1.1em;
    float: left;
}

.page_solution ul {
    font-size: 1.1em;
    float: left;
}

.clear {
    clear: both;
}

.change_success ul.success_image {
    list-style: none;
    padding: 0;
}

    .change_success ul.success_image img {
        max-width: 100%;
    }

.menu_success {
    float: left;
    width: 30%;
}

.change_success .citi {
    margin: 4px 4px 0 0;
    padding: 10px;
    background: #fff;
    overflow: hidden;
    float: left;
    min-height: 450px;
}

.change_success .gila_county {
    margin: 4px 4px 0 0;
    padding: 10px;
    background: #fff;
    overflow: hidden;
    float: left;
    min-height: 450px;
}

.change_success .homeland_security {
    margin: 4px 4px 0 0;
    padding: 10px;
    background: #fff;
    overflow: hidden;
    float: left;
    min-height: 450px;
    display: none;
}

.super_menu li.link_citi a {
    background: #2a70aa;
}

.super_menu li.link_gila_county a {
    background: #0091c4;
}

.super_menu li.link_homeland_security a {
    background: #89bce6;
}
/*Finish Success Page*/
/*Start Design Page*/
.page_design {
    background: url("../images/design_ico.png") no-repeat;
    width: 70%;
    overflow: hidden;
    color: #123f62;
    padding: 0 0 50px 0;
}

    .page_design h3 {
        text-transform: uppercase;
        font-size: 1.6em;
        margin: 18px 0 0 70px;
        display: block;
        float: left;
        clear: both;
    }

    .page_design p {
        font-size: 1.1em;
        margin: 15px 0 0 60px;
        display: block;
        float: left;
        clear: both;
    }

.change_design {
    background: #2a70aa url("../images/w_pixel.png");
    width: 65%;
    overflow: hidden;
    margin: 0 0 0 5%;
    float: left;
    color: #123f62;
}

    .change_design h3 {
        font-size: 1.6em;
    }

    .change_design p {
        font-size: 1.1em;
        display: block;
        float: left;
        clear: both;
    }

.menu_design {
    float: left;
    width: 30%;
}

.change_design .branding {
    margin: 4px 4px 0 0;
    padding: 10px;
    background: #fff;
    overflow: hidden;
    float: left;
    min-height: 450px;
}

.change_design .content {
    margin: 4px 4px 0 0;
    padding: 10px;
    background: #fff;
    overflow: hidden;
    float: left;
    min-height: 450px;
    display: none;
}


    .change_design .content .volum {
        width: 100%;
        display: block;
        height: 1px;
    }

.change_design .media {
    margin: 4px 4px 0 0;
    padding: 10px;
    background: #fff;
    overflow: hidden;
    float: left;
    min-height: 450px;
    display: none;
}

.change_design .web {
    margin: 4px 4px 0 0;
    padding: 10px;
    background: #fff;
    overflow: hidden;
    float: left;
    min-height: 450px;
    display: none;
}

.super_menu li.link_branding a {
    background: #2a70aa;
}

.super_menu li.link_content a {
    background: #0091c4;
}

.super_menu li.link_media a {
    background: #89bce6;
}

.super_menu li.link_web a {
    background: #c4d5dd;
    color: #2a70aa;
}
/*Finish Design Page*/
/*Start Client Page*/
.page_client {
    background: url("../images/solution_ico.png") no-repeat;
    width: 70%;
    overflow: hidden;
    color: #123f62;
    padding: 0 0 50px 0;
    float: left;
    margin: 0;
}

    .page_client h3 {
        text-transform: uppercase;
        font-size: 1.6em;
        margin: 18px 0 0 70px;
        display: block;
        float: left;
        clear: both;
    }

    .page_client p {
        font-size: 1.1em;
        margin: 15px 0 0 60px;
        display: block;
        float: left;
        clear: both;
    }

.change_client {
    background: #336a88 url("../images/w_pixel.png");
    width: 65%;
    overflow: hidden;
    margin: 0 0 0 5%;
    float: left;
    color: #123f62;
}

    .change_client h3 {
        font-size: 1.6em;
    }

    .change_client p {
        font-size: 1.1em;
        display: block;
        float: left;
        clear: both;
    }

.menu_client {
    float: left;
    width: 30%;
}
/*Finish Client Page*/
.rslides p {
    background: #000;
    height: 30%;
    position: absolute;
    top: 60%;
    margin-top: -10%;
    padding: 3% 10% 0 20%;
    line-height: 1.5em;
    width:750px;
    color: #fff;
    opacity: 0.8;
    font-size: 1.5em;
}

.rslides {
    margin: 0 auto !important;
}

@media (max-width: 1224px) {
    .rslides p {
        font-size: 1.5vw;
    }
}

.menu_client h4 {
    padding: 0 0 0 15px;
    font-size: 2em;
    color: #123f62;
}

.menu_client p {
    padding: 0 0 0 15px;
    font-size: 1.1em;
    color: #123f62;
    line-height: 2em;
}

.page_contact {
    background: url("../images/design_ico.png") no-repeat;
    width: 70%;
    overflow: hidden;
    color: #123f62;
    padding: 0 0 50px 0;
    float: left;
    margin: 0;
}
.page_contact form {
	display:block;
		float:left;
		clear:both;
		margin:30px 0 0 0;
	width:100%;
}
.page_contact form label {
		font-size:1.2em;
	margin:10px 0 0 0 ;
}
.page_contact form div input,.page_contact form div textarea {
		font-size:1.1em;
		background:#ddd;
		border:0 !important;
			padding:8px 10px;
		width:70%;
}

#slider {
    max-height: 550px;
    min-width: 990px;
}

.page_contact h3 {
    text-transform: uppercase;
    font-size: 1.6em;
    margin: 18px 0 0 70px;
    display: block;
    float: left;
    clear: both;
}

.page_contact p {
    font-size: 1.1em;
    margin: 15px 0 0 60px;
    display: block;
    float: left;
    clear: both;
}

.form_contact, .contourFieldSet {
    width: 100%;
    overflow: hidden;
    margin: 30px 0 0 0;
    float: left;
}

    .form_contact input, .contourFieldSet input {
        width: 95%;
        overflow: hidden;
        padding: 10px;
        float: left;
        border: 0;
        background: #dddedf;
        color: #123f62;
        margin: 10px 0 0 0;
    }

    .form_contact textarea, .contourFieldSet textarea {
        width: 95%;
        overflow: hidden;
        padding: 10px;
        float: left;
        border: 0;
        background: #dddedf;
        color: #123f62;
        margin: 10px 0 0 0;
    }

    .form_contact input.botton, .contourNavigation input {
        width: 300px;
        font-size: 1.3em;
        background: #123f62;
        color: #fff;
		float:left;
		margin:10px 0 0 0 ;
    }
	.contourNavigation input:hover {
        width: 300px;
        font-size: 1.3em;
        background: #123f62;
        color: #fff;
		float:left;
		margin:10px 0 0 0 ;
    }

.language_change {
    float: right;
	
	margin:20px 0 0 0;
}
.content-localization {
    display: none !important;
}

.message {
    width: 990px;
    margin: 0 auto;
    padding: 10px;
    font-size: 1.3em;
    color: #426929;
    border: 0;
    border-bottom: 2px solid #cfe492;
}

.ui-carousel {
    height: 100px;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: relative; /*for ie7 to work e.g in html carousels*/
    width: 300px;
    text-decoration: none !important;
}

    .ui-carousel > .wrapper {
        margin: 0;
        padding: 0;
        width: 9999px;
    }

        .ui-carousel > .wrapper > * {
            border: 0;
            display: block;
            float: left;
            height: 100px;
            overflow: hidden;
            width: 100px;
        }

#ui-carousel-next, #ui-carousel-prev {
    width: 60px;
    height: 100px;
    background: url(images/arrow-left.png) #fff center center no-repeat;
    display: block;
    top: 0;
    z-index: 100;
    text-decoration: none !important;
}

#ui-carousel-next {
    float: right;
    background-image: url(images/arrow-right.png);
}

#ui-carousel-prev {
    float: left;
}

    #ui-carousel-next > span, #ui-carousel-prev > span {
        /*display: none;*/
        font-size: 5em;
        position: relative;
        top: -80px;
    }

#conCarousel a:hover,#conCarousel a:focus{
    text-decoration: none !important;
}

#conCarousel {
    width: 80%;
    overflow: hidden;
    background: #ccc;
    position: relative;
    margin: 50px auto 0 auto;
}

#carousel {
    width: 80%;
    margin: 20px auto;
    top: 30px;
}
.side_linked {
    display:none;
}

.menu_client_contact h4 {
    padding: 0 0 0 15px;
    font-size: 2em;
    color: #123f62;
}

.menu_client_contact p {
    padding: 0 0 0 15px;
    font-size: 1.1em;
    color: #123f62;
    line-height: 2em;
}
.linked {
    display:none;
}
.contourFieldSet legend, .contourPageName{
	display:none;
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */