/*  Screen stylesheets for www.imatic.cz
    created: Jana Moudrá, jana.moudra@imatic.cz
    date: 2009-07-18 
    last edit: 2009-11-12    
*/ 
 
/* HTML elements */ 
body {
    background: white url('./images/background.gif') top left repeat-x;
    font-family: "Verdana CE", "Arial CE", Verdana,Arial,Helvetica,sans-serif;
    line-height: 1.3;
    color: #222e3b;
    font-size: 0.94em;
    behavior: url('./hover.htc');
}

h1, h2, h3 {
    font-family: "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif; 
    font-weight: bold;
}

h1 {
    font-size: 1.5em; 
    text-transform: uppercase;
    margin: 20px 0 10px;
}

h2 {
    font-size: 1.3em;
    margin: 8px 0 5px 0;
}

h3 {
    font-size: 1.1em; 
    color: #174b83;
    margin-bottom: 3px;
    padding-top: 2px;
}

h4, h5, h6 {
    font-size: 1em;
    font-weight: bold;
    margin: 5px 0;
}

p {
    margin-bottom: 5px;
}

a {
    color: #0099dd;
}

a:hover {
    text-decoration: none;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

ul, ol {
    margin: 5px 0 20px 50px; 
    list-style-position: outside;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

li {
    padding-top: 5px;
    font-size: 0.9em;
}

address {
    margin-left: 20px;
    font-style: normal;
}

table {
    margin: 0.5em;
    font-size: 0.9em;
    background-color: #e7e7e7;
}

table, th, td {
    border: 1px solid silver;
    border-collapse: collapse;
}

th {
    text-align: center;
    font-weight: bold;
    padding: 0.1em 0.6em;
    background-color: white;
}

td {
    padding-left: 5px;
}

caption {
    font-style: italic;
    font-size: 0.85em;
    margin: 0 0 5px 5px;;
}


/* Common selectors */
#wrapper { 
    width: 950px;
    margin: 25px auto 25px auto;
}

.invisible {
    display: none;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-both {
    clear: both;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

#clear, .clear {
    clear: both;
}

/* Header */
#header {
    width: 100%;
    height: 106px;
    position: relative;
}

#header-logo {
    background: transparent url('./images/header-background.gif') top left no-repeat; 
    height: 62px;
}

#header-logo img {
    margin: 12px 0 0 24px;
}

/* Header - Search form */
#header .formbody label, .formbody br {
    display: none;
}

#header .formbody .text {
    border: 1px solid #c3c2c2;
    position: absolute;
    top: 18px;
    right: 120px;
}

#header .formbody .submit_container {
    position: absolute;
    top: 16px;
    right: 44px;
    color: white;
    z-index: 10;
}

/* Header navigation */
.mod_navigation {
    background: #1b4068 url('./images/navigation.gif') top left no-repeat;
}

.mod_navigation .level_1 {
    height: 44px; 
    list-style-type: none;
    margin: 0;
}

.mod_navigation li {
    display: block;
    float: left;
    width: 15%;
    padding: 0 7px;
    background: transparent url('./images/navigation-separator.gif') center right no-repeat;
}

.mod_navigation li a, .mod_navigation .active {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font: 0.96em/44px "Arial CE","Helvetica CE",Arial,Helvetica,sans-serif; 
    font-weight: bold;
    color: white;
    text-align: center;
    margin: 0;
}

.mod_navigation .level_1 .last {
    background: none !important;
}

.mod_navigation .level_1 .active {
    color: #a6b91b;
}

/* Content */
#container { 
    background: #dddddd url('./images/content-background.gif') top left repeat-x;
    min-height: 500px;
    padding: 15px 40px 20px 44px;
}

/* Content - Subheader with girls - long */
.layout-pages #subheader {
    display: none;
}

#subheader { 
    position: relative;
    overflow: hidden;
    margin-bottom: -13px;  
    width: 863px;
    height: 203px;
    padding: 40px 0 0 10px;
}

#subheader span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 863px;
    height: 203px;
    background: transparent url('./images/subheader-long.png') center center no-repeat; 
}

/* Footer */
#footer {
    width: 100%;
    height: 46px;
    background: transparent url('./images/footer-background.gif') top left no-repeat;
}
#footer ul {
    padding: 17px 0 0 22px;
    font-size: 0.9em;
    margin: 0;
    list-style: none;
}

#footer li {
    float: left;
}

#footer a {
    color: #222e3b;
    padding-left: 5px;
    border-left: 1px solid #222e3b;
    margin-left: 5px;
}

/* Home page */
.page-index #container{
    padding: 25px 27px 30px;
    min-height: 700px;
}

.page-index h1 {
    display: none;
}

/* Home page - Subheader with girls - short */
.page-index #subheader {
    display: block;
    width: 588px;
    height: 230px;
}

.page-index #subheader span {
    width: 588px;
    height: 230px;
    background: transparent url('./images/subheader.png') top left no-repeat;
}

/* Imatic it */
.imatic-it #subheader {
    display: none;
}

/* Home page - Green advertisement boxes */
.page-index .panel {
    width: 250px;
    min-height: 177px;
    background: transparent url('./images/green-box.gif') top left no-repeat;
    margin-bottom: 27px;
    color: white;
    padding: 8px 10px 8px 21px;
}

.page-index .panel img {
    float: left;
    margin: 8px 15px 0 0;
}

.page-index .panel p {
    margin-left: 80px;
}

.page-index .panel p img {
    margin-left: -80px;
}

.page-index .panel h2 {
    font-size: 1.6em;
    margin: 0 0 5px 3px;
    color: white;
    font-weight: normal;
}

.page-index .panel h2 a {
    color: white;
    text-decoration: none;
  
}

.page-index #panel-1 {
    margin-right: 27px;
}

/* Home page - References and news */
.page-index #references, .page-index #news {
    border-top: 1px solid #cccccc;
    padding-top: 7px;
    font-size: 0.85em;
    line-height: 1.1;
}

.page-index #references .active, .page-index #news .active {
    font-weight: bold;
    color: #1f364f;
    font-size: 1.25em;
    border-right: 1px solid #a0a0a0;
    padding-right: 7px;
}

.page-index #references li a, .page-index #news li a {
    color: #222e3b;
    vertical-align: middle;
    list-style-type: none;
    margin-left: 7px;
    line-height: 1.7em;
}

.page-index #references ul li, .page-index #news ul li {
    float: left;
}

.page-index #references .level_1, .page-index #news .level_1 {
    margin: 0 0 30px 0;
    list-style: none;
}

/* Home page - References */
.page-index #references {
    width: 588px;
}

.page-index #references p {
    margin-left: 145px;
}

.page-index #references img {
    margin: 5px 0;
    border: 1px solid silver;
    float: left;
}

.page-index #reference-first, .page-index #reference-second {
    width: 290px;
}

.page-index #reference-first div, .page-index #reference-second div {
    width: 281px;
    min-height: 120px;
}

/* Home page - News */
.page-index #news .active {
    border: none;
}

.page-index #news {
    width: 282px;
}

.page-index #news h3 {
    color: #1F364F;
    padding-top: 5px;
}

.page-index #news h4 {
    margin: 5px 0 0 50px;
}

.page-index #news .ce_text p {
    margin-left: 50px;
}

.page-index #calendar {
    background: transparent url('./images/calendar.png') top left no-repeat;
    width: 39px;
    height: 46px;
    font-size: 0.75em; 
    padding-top: 13px;
    margin-top: 4px;
}

.page-index #calendar p {
    text-align: center;
    margin: 1px 0 0 4px;
    width: 30px;
    font-weight: normal;
}

.page-index #calendar p#day span {
    font-weight: bold;
    font-size: 1.1em;
    display: block;
}

.page-index #calendar-content {
    width: 233px;
}

.page-index .news-first {
    width: 282px;
}

/* Home page - Tabs */
.page-index #tabs .ui-tabs-hide, .page-index #tabs h3 { 
    display: none !important; 
}

.page-index #tabs {
    width: 281px;
    height: 228px;
    background: transparent url('./images/info-box.png') bottom left no-repeat;
}

.page-index #tabs ul {
    margin: 0;
    padding: 0;
}

.page-index #tabs p {
    clear: left;
    padding: 5px 20px 0 20px;
    line-height: 1.5em;
    font-size: 0.8em;
}

.page-index #tabs #tabs-1 ul, .page-index #tabs #tabs-2 ul {
    padding: 0 20px 0 45px;
} 

.page-index #tabs #tabs-1 li, .page-index #tabs #tabs-2 li {
    font-size: 0.8em;
    padding-top: 1px;
    list-style-type: disc;
    list-style-position: outside;
} 

.page-index #tabs #tabs-1 a, .page-index #tabs #tabs-2 a {
    line-height: 1.5em;
    color: #0099dd;
}

.page-index #tabs #first a {
    color: black;
    cursor: text;
}

.page-index #tabs #first {
    background: transparent url('./images/info-box-description-active.png') top left no-repeat; 
}

.page-index #tabs .ui-state-default {  
    background: transparent url('./images/info-box-description.png') top left no-repeat !important; 
}

.page-index #tabs .ui-state-active, .ui-state-selected {  
    background: transparent url('./images/info-box-description-active.png') top left no-repeat !important; 
}


.page-index #tabs .ui-state-default a {
    color: white !important;
    cursor: pointer !important;
}

.page-index #tabs .ui-state-active a {
    cursor: text !important;
    color: #222e3b !important;
}

.page-index #tabs #first, .page-index #tabs #second {
    width: 137px; 
    height: 23px;   
    float: left;
    display: block;
}

.page-index #tabs #first a, .page-index #tabs #second a {
    text-decoration: none;
    line-height: 15px;
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 0.95em;
}

.page-index #tabs #second {
    margin-left: 7px;
    background: transparent url('./images/info-box-description.png') top left no-repeat; 
}

.page-index #tabs #second a {
    color: white;
}

/* About company page */
.page-o-firme #main #second, .page-o-firme #main #third {
    width: 48%;
    margin: 1.5em 0 1em;
}

.page-o-firme #main #second, .page-o-firme #main #third, .page-o-firme #main #fourth {
    text-align: justify;
    font-size: 0.9em;
}

/* Services page */
.page-sluzby #main h2 {
    margin: 15px 0 5px;
    padding-left: 50px; 
    background: transparent url('./images/hook.png') 15px 100% no-repeat;
}

.page-sluzby #main p {
    margin-left: 50px;
    width: 93%;
    text-align: justify;
}

/* References page */
.page-reference #main img {
    margin: 5px 20px 0 0;
    float: left;
}

.page-reference #main h2 {
    margin: 15px 0 0 -30px;
}

.page-reference #main h3 {
    margin-top: 10px;
}

.page-reference .ce_text {
    margin-left: 30px;
}

.page-reference #main p {
    margin-bottom: 3px;
}

.page-reference #main a {
    font-size: 0.8em;
}

.page-reference #main .image-reference {
    min-height: 120px;
}

.page-reference #main .unavailable-address {
    color: #647383;
    font-size: 0.8em;
}
/* Career page */
.page-kariera #main p {
    text-align: justify;
}

/* Contact page */
.page-kontakt #container {
    position: relative;
}
.page-kontakt .mod_dlh_googlemaps {
    position: absolute;
    right: 43px;
    top: 75px;
    border: 1px solid #d6d6d6;
    z-index: 13;
}

/* Search page */
.page-hledani p.header {
    margin-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid silver;
}

.page-hledani p.context {
    text-align: justify;
    font-size: 0.9em;
}

.page-hledani h3 {
    font-weight: normal;
}

.page-hledani span.relevance {
    font-size: 0.75em;
    color: #222e3b; 
}

.page-hledani p.url {
    border-bottom: 1px solid silver;
    padding-bottom: 5px;
    color: #6c6c6c;
    font-size: 0.85em;
    text-align: right;
}

/* References page*/
li.active a {
    color: #949F47 !important;
    font-weight: bold;
    text-decoration: none;
}
/* Filter */
div.client_list, div.client_detail, div.product_detail, div.product_list {
    float:left;
    width:620px;
}

div#product_filter {
    float:right;
    width:210px;
    border-left:1px dotted #BFBFBF;
    padding-left: 10px;
}

div#product_filter ul {
    list-style-type:none;
    margin-left:0;
}

div#product_filter li {
    padding: 0;
}

div#product_filter li a, .client_detail li {
    color: #222E3B;
    display: block;
    background: transparent url(images/filter-arrow.gif) 0 center no-repeat;
    padding: 5px 0 5px 20px;
}

div#product_filter h2 {
    padding-left: 18px;
}

/* Clients */
.client_list .client_detail {
    float: left;
    text-align: center;
    width: 205px; 
    margin-bottom: 30px;
    min-height:200px;
}

.client_list .client_detail h3 {
    text-align: left;
    font-size: 0.85em;
    width: 182px;
}

.client_list .client_detail h3 a {
    color: #174B83;
    text-decoration: none;
    padding-bottom: 3px;
}

.client_list .client_item {
    display: block;
    width: 180px;
    height: 68px;
    padding: 28px 0;
    border: 1px dotted #BFBFBF;
}

.client_list .client_item:hover {
    background-color: #EBEBEB;
}

/* Client detail */
.client_detail p, .product_detail p {
    text-align: justify;
}

.client_detail .client_references h2 {
    color: #174B83;
}

.client_detail .client_reference  {
    margin: 0 0 15px 10px;
    border-bottom: 1px dotted #BFBFBF;
    padding-bottom: 15px;
}

.client_detail .last  {
    border-bottom: none;
}

.client_detail .client_reference_images {
    float:right;
    width:320px;
}

.client_detail .client_reference_images strong{
    display: block;
}

.client_detail .client_reference_image, .product_reference .product_reference_image {
    padding: 10px;
    border: 1px dotted #BFBFBF;
    float: left;
    margin: 6px;
}

.client_detail .client_reference_image:hover, .product_reference .product_reference_image:hover {
    background-color: #EBEBEB;
}

.product_detail .product_reference_image img {
    float: left;
    margin: 4px;
}

.client_detail li, .client_detail li a, .client_detail .client_address {
    font-size: 0.95em;
}

.client_detail ul {
    list-style-type: none;
    margin: 5px 0 10px 20px;
}

.client_detail .client_reference_products {
    margin-top: 10px;
}

.client_detail .client_reference_technologies ul {
    margin-bottom: 0;
}

/* Product details */
.product_detail .product_reference, .product_list .product_detail {
    margin-bottom: 20px;
    clear: left;
}

/* Service list */
.service_list h2 {
    background:transparent url(./images/hook.png) no-repeat scroll 15px 100%;
    margin:15px 0 5px;
    padding-left:50px;
}

.service_list h2 a {
    color: #222E3B;
} 

.service_list p {
    margin-left: 20px;
}