/* ------ LOGO & MAIN HOME HEADING ------ */
#logo{
     position: relative;
     margin-left: 16px;
     width: 195px;
     height: 39px;
     overflow: hidden;
}

#logo a {
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     font-size: 0;
     width: 195px;
     height: 39px;
     background: url('../img/logo.gif') no-repeat;
}

#page-home #logo a {
     z-index: 99;
}

#logo a span {
     display: none !important;
}

#logo h1 {
     position: absolute;
     top: 0;
     left: 0;
     font-size: 0.9em;
     color: #d04e67;
     width: 195px;
     height: 39px;
     z-index: 0;
}

/* ------ TOP BAR ------ */
#top-bar {
     height: 39px;
     background: #b9322a url('../img/bg_topbar.gif') left top repeat-x;
}

#top-bar .topBar-left, #top-bar .topBar-right {
     height: 39px;
}

#top-bar .topBar-left {
     background: url('../img/bg_topBar_left.gif') left top no-repeat;
}

#top-bar .topBar-right {
     background: url('../img/bg_topBar_right.gif') right top no-repeat;
}

/* ------ MIDDLE SECTION HOME ------ */
#page-home #middleSection-left,
#page-home #middleSection-right {
     position: absolute;
     top: 0;
     width: 11px;
     height: 128px;
     font-size: 0;
}

#page-home #middleSection-left {
     left: -11px;
     background: url('../img/bg_middleSection_home_left.gif') left top no-repeat;
}

#page-home #middleSection-right {
     right: -11px;
     background: url('../img/bg_middleSection_home_right.gif') left top no-repeat;
}

#page-home #middle-section .span-4 {
     position: relative;
     background: url('../img/smalls/delimiter_middleSection_hp.gif') right 11px no-repeat;
}

#page-home #middle-section .last {
    background: none;
}

#page-home #middle-section h2 {
     margin: 12px 0 0 16px;
     line-height: 14px;
     font-weight: bold;
     font-size: 1em;
     text-transform: uppercase;
     color: #ffc028;
}

#page-home #middle-section ul {
     padding-top: 0;
     margin-left: 20px;
     color: #FFF;
}

#page-home #middle-section ul li {
     padding-left: 9px;
     font-size: 1.1em;
     zoom: 1;
     background: url('../img/smalls/bullet2.gif') left 8px no-repeat;
}

#page-home #middle-section .more {
     /*display: block;   */
     margin: 4px 0 0 20px;    
     padding-left: 9px;
     color: #ffbc28;
     font-size: 0.8em;
     background: url('../img/smalls/bullet3.gif') left 4px no-repeat;
}

/* ------ MIDDLE SECTION SUB ------ */
#page-sub #middleSection-left, #page-sub #middleSection-right,
#page-subLarge #middleSection-left, #page-subLarge #middleSection-right {
     position: absolute;
     top: 0;
     width: 11px;
     height: 41px;
     font-size: 0;
}

#page-sub #middleSection-left,
#page-subLarge #middleSection-left {
     left: -11px;
     background: url('../img/bg_middleSection_sub_left.gif') left top no-repeat;
}

#page-sub #middleSection-right,
#page-subLarge #middleSection-right {
     right: -11px;
     background: url('../img/bg_middleSection_sub_right.gif') left top no-repeat;
}

/* ------ NAVIGATION BAR ------ */
#navigation-bar {
     float: left;
     width: 680px;
     font-size: 0.9em;
}

#navigation-bar ul {
     margin-left: 13px;
     height: 41px;
}

#navigation-bar li {
     float: left;
     height: 41px;
     line-height: 41px;
}

#navigation-bar li a {
     display: block;
     float: left;
     padding: 0 33px 0 12px;
     height: 41px;
     line-height: 41px;
     background: url('../img/smalls/delimiter_navBar.gif') right top no-repeat;
}

#navigation-bar li a.last {
    background: none;
}

#navigation-bar li strong {
     padding-left: 12px;
}

/* ------ TOP TOOLS ------ */
#top-tools {
     float: right;
     width: 250px;
     font-size: 0.9em;
}

#top-tools ul {
     float: right;
}

#top-tools li {
     float: left;
     height: 41px;
     line-height: 41px;
}

#top-tools li.tools-send {
     padding: 0 34px 0 22px;
     background: url('../img/icons/send.gif') left 15px no-repeat;
}

#top-tools li.tools-print {
     padding: 0 18px 0 23px;
     background: url('../img/icons/print.gif') left 15px no-repeat;
}

/* ------ CORE ------ */
#core a {
     color: #cd415c;
}

#core a:hover {
     color: #cd415c;
}

#core p {
     color: #525c63;
     line-height: 1.3em;
}

/* ------ HOME PAGE ------ */
#page-home #core h3 {
     margin: 26px 0 0 0;
     text-transform: uppercase;
     font-weight: bold;
     line-height: 1em;
     font-size: 1em;
     background: url('../img/smalls/hDots1.gif') left bottom repeat-x;
}

#page-home #core .newsletter h3 {
     margin: 8px 0 0 0;
     padding: 0;
     text-transform: uppercase;
     font-weight: bold;
     line-height: 1em;
     font-size: 1em;
     background: none;
}

#page-home #core .home-section {
     position: relative;
     margin-top: 11px;
}

#page-home #core .home-section h3 {
     margin-top: 0;
}

#page-home #core .home-section span.imageLabel {
     top: 0;
}

.imgNumbered-list {
     margin-top: 15px;
}

.imgNumbered-list li {
     padding-left:39px;
     margin-bottom:12px;
     border: 1px solid #fff;
}

.imgNumbered-list li strong {
     display: block;
     width: 217px;
     height: 18px;
}

.imgNumbered-list li p {
     margin-bottom: 0 !important;
     padding-bottom: 0 !important;
}

#core .imgNumbered-list li a {
    display: block;
    color: #a8adb1;
}

.imgNumbered-list li strong {
     text-indent: -1000px;
     overflow: hidden;
}

.imgNumbered-list li.no1 strong.sk {
     background: url('../img/labels/mameVysledky_sk.gif') left top no-repeat;
}

.imgNumbered-list li.no2 strong.sk {
     background: url('../img/labels/mameVlastneProdukty_sk.gif') left top no-repeat;
}

.imgNumbered-list li.no4 strong.sk {
     background: url('../img/labels/mamePravidla_sk.gif') left top no-repeat;
}

.imgNumbered-list li.no3 strong.sk {
     background: url('../img/labels/mameSikovnychLudi_sk.gif') left top no-repeat;
}

.imgNumbered-list li.no5 strong.sk {
     background: url('../img/labels/mamePreVasZaruky_sk.gif') left top no-repeat;
}

.imgNumbered-list li.no1 strong.en {
     background: url('../img/labels/mameVysledky_en.gif') left top no-repeat;
}

.imgNumbered-list li.no2 strong.en {
     background: url('../img/labels/mameVlastneProdukty_en.gif') left top no-repeat;
}

.imgNumbered-list li.no4 strong.en {
     background: url('../img/labels/mamePravidla_en.gif') left top no-repeat;
}

.imgNumbered-list li.no3 strong.en {
     background: url('../img/labels/mameSikovnychLudi_en.gif') left top no-repeat;
}

.imgNumbered-list li.no5 strong.en {
     background: url('../img/labels/mamePreVasZaruky_en.gif') left top no-repeat;
}

#core .imgNumbered-list li a:active,
#core .imgNumbered-list li a:focus {
    outline: none;
}

.imgNumbered-list li.no1 {
     background: url('../img/icons/no1.gif') left top no-repeat;
}

.imgNumbered-list li.no2 {
     background: url('../img/icons/no2.gif') left top no-repeat;
}

.imgNumbered-list li.no3 {
     background: url('../img/icons/no3.gif') left top no-repeat;
}

.imgNumbered-list li.no4 {
     background: url('../img/icons/no4.gif') left top no-repeat;
}

.imgNumbered-list li.no5 {
     background: url('../img/icons/no5.gif') left top no-repeat;
}

.imgNumbered-list li.no5 p {
     padding-bottom: 0;
}

#page-home #center-section h4 {
     font-size: 2em;
}

#page-home #content-section h4 {
     font-size: 1.7em;
     line-height: 1.3em;
}

#page-home #content-section .date {
     color: #a5abaf;
}

#page-home #content-section h4 {
     margin: 2px 0 0 0;
}

#page-home #content-section p {
     margin: 5px 0 0 0;
}

#page-home #content-section ul {
     margin: 5px 0 0 0;
     font-size: 1.2em;
}

#page-home #right-section h4 {
     margin: 4px 0 0 ;
     font-size: 1.4em;
}

#page-home #right-section p {
     margin: 3px 0 0 0;
}

#page-home #right-section ul {
     margin: 5px 0 0 0;
     font-size: 1.2em;
}

#page-home #right-section li {
     padding-left: 10px;
     background: url('../img/smalls/bullet4.gif') left 7px no-repeat;
     zoom: 1;
}
#case-studies li {
    background:none!important;
}

#page-home #bottom-section table {
     margin: 0;
     border-collapse: collapse;
}

#page-home #bottom-section td {
     padding: 0;
     height: 75px;
     vertical-align: middle;
     text-align: center;
     letter-spacing: 20px;
}


#page-home #bottom-section a:hover {
     text-decoration: none;
}

.button-newsletter {
     background: url('../img/buttons/newsletter.gif') no-repeat;
     border: 0;
     width: 27px;
     height: 27px;
}


/* ------ FOOTER ------ */
#footer-left p {
     margin: 12px 0 0 7px;
}

.novisible {
  display: none;
}

.cfdebug {
     text-align: left;
}

div.legend {
    margin-top: 20px;
    width: 700px;
    height: 36px;
    line-height: 36px;
    background: url('../img/bg_centerObject1.gif') left top no-repeat;
}

div.legend-inner {
    padding-left: 12px;
}

div.legend-title {
    float: left;
    font-weight: bold;
}

div.legend-item-1 {
    float: left;
    padding-left: 45px;
    height: 36px;
    line-height: 38px;
    background: url('../img/icons/ok2.gif') 25px 11px no-repeat;
}

div.legend-item-2 {
    float: left;
    padding-left: 45px;
    height: 36px;
    line-height: 38px;
    background: url('../img/icons/plus2.gif') 25px 14px no-repeat;
}

div.legend-item-3 {
    float: left;
    padding-left: 45px;
    height: 36px;
    line-height: 38px;
    background: url('../img/icons/cancel.gif') 25px 12px no-repeat;
}


/* Generic classes
-------------------------------------------------------------- */
.quarter { float: left; width: 25%; }
.half { float: left; width: 50%; }
.left { float: left; }
.right { float: right; }

/* Forms
-------------------------------------------------------------- */
.hForm label { display: block; float: left; clear: none; }
.vForm label { display: block; float: none; clear: left; }
.vForm .delimiter, .hForm .delimiter { clear: both; padding: 0; height: 1px; line-height: 1px; font-size: 1px; }

/* Form defaults
-------------------------------------------------------------- */
.form-default { padding: 4px 3px; font-size: 11px; border-width: 1px; border-style: solid; }
select.form-default { padding: 3px 3px; }
textarea { font-size: 11px; font-family: tahoma; }

.hForm label { margin: 0; padding-top: 5px; width: 100px; line-height: 1.3em; font-size: 0.9em; }
.vForm label { margin: 0; padding-top: 5px; margin-bottom: 2px; }
.hForm .radio input, .vForm .radio input { float: left; margin: 5px 5px 0 0; padding: 0; }
.hForm .radio label { margin: 0; width: auto; }
.hForm .radio label, .vForm .radio label { padding-top: 3px; clear: none; }
.vForm .delimiter, .hForm .delimiter { margin-bottom: 10px; }
.hForm .form-indent { margin-left: 100px;}
.hForm .buttons,
.vForm .buttons { margin-left: 100px; }
.buttons .left { float: left; padding-right: 5px;  }
.buttons .right { float: right; padding-left: 4px; }

.radio .input-error { padding: 3px; border: 3px solid red; background: red; }

.form-short { width: 42px; }
select.form-short { width: 50px; }
.form-medium { width: 264px; }
select.form-medium { width: 272px; }
.form-long { width: 192px; }
select.form-long { width: 200px; }
.form-full { width: 422px; }
textarea.form-full { height: 60px; }

.top-object {
    background:#fff8f8;
    border:1px solid #fee5e4;
    margin-top:10px;
    padding:0 10px 10px 10px;
    text-align:justify;
}
/*
.annotation {
    border:3px solid #eaeaea;
    padding:10px 12px 10px 12px;
    margin-top:15px;
    background: url('../img/bg_annotation_top_left.gif') no-repeat top left #f5f5f5;
}
.annotation p {
    margin:0!important;
    padding:0 !important;
    color:#6a7379;
    font-weight:bold;
}
  */
.annotation {
    width: 460px;
    margin-top:15px;
}
.annotation .header {
    background: url("../img/objects/annotation_co_header2.gif") no-repeat scroll right center transparent;
    display: block;
    font-size: 5px;
    line-height: 5px;
    width: 100%;
}
.annotation .header div {
    background: url("../img/objects/annotation_co_header.gif") no-repeat scroll 0 0 transparent;
}
.annotation .content1 {
    background-color: #f5f5f5;
    border-color: -moz-use-text-color #eaeaea;
    border-left: 3px solid #eaeaea;
    border-right: 3px solid #eaeaea;
    padding:7px 12px 7px 12px;
    
}
.annotation .content2 {
    font-weight:bold;
    color: #6a7379;
    width: 100%;
}
.annotation .footer {
    background: url("../img/objects/annotation_co_footer2.gif") no-repeat scroll right center transparent;
    display: block;
    font-size: 5px;
    line-height: 5px;
}
.annotation .footer div {
    background: url("../img/objects/annotation_co_footer.gif") no-repeat scroll 0 0 transparent;
}
.middle-section-content-box p {
    padding:0 0 0 22px;   
    margin:0;
}
.middle-section-content-box a {
     padding-left: 9px;
     font-size: 1.1em;
     background: url('../img/smalls/bullet2.gif') left 7px no-repeat;
}
