/* ----------------------------------------------------------------------------------------------------------

    LT WebDevelopment (www.lukastomek.cz)

    Výstupní zařízení: screen, projection
    Autor:             Lukáš Tomek (info@lukastomek.cz)
    Vytvořeno:         20/07/2008

---------------------------------------------------------------------------------------------------------- */

/* -- Basics -- */
html, body, div, p, ul, ol, li, form, fieldset, h1, h2, h3, h4, h5, h6, address   { margin: 0; padding: 0; list-style: none; }

body		        { font: normal 62.8%/1.4 "Arial Narrow", serif; color: #434343; text-align: center; background: #fff; }
a			          { color: #434343; }
a:hover	        { text-decoration: underline !important; }
a img   	      { border:0; }
input,
select,
textarea        { font-family: lucida, sans-serif; font-size: 1em; vertical-align: middle; }
input.button,
select.button,
textarea.button { background: #fff; padding: 2px 0; border: 1px solid #595959; color: #000 !important; vertical-align: middle; }
button.button   { margin: 0; padding: 0; height: 18px; border: none; text-decoration: underline; font-weight: bold; color: #00CCFF; cursor: pointer; }
input.submit    { width: 98px !important; height: 25px; overflow: visible; padding: 0 5px; color: #fff; font-weight: bold; border: none; cursor: pointer; }
label           { cursor: pointer; padding-right: 5px; line-height: 20px; vertical-align: middle; }

h1	{ font-size: 2em; }
h2	{ font-size: 1.45em; }
h3	{ font-size: 1.4em; }
h4	{ font-size: 1.1em; }
h5	{ font-size: 1.1em; }
h6	{ font-size: 1em; }

h1, h2, h3, h4, h5, h6  { color: #434343; }

form .form_row { width:500px; height:400px; font-family: Arial, Helvetica, sans-serif; color:#224b3d; }
form .form_left { width:200px; height:9px; font-size:9px; font-weight:bold; margin-top:10px; }
form .form_right { margin:0px; }
form .form_right input { border:none; width:200px; background-color: #C8E6DB; }
form .form_right .form_submit { width:60px; background-color: #224b3d; color:#FFFFFF; }

table           { border-collapse: collapse; width: 100%; }
table th        { text-align: left; }
table td.right  { padding-left: 5px; }
table th.right  { padding-left: 5px; }
table td.left   { padding-right: 5px; }
table th.left   { padding-right: 5px; }

blockquote  { margin: 0; padding: 10px 20px; color: #333333; line-height: 1.6; font-family: Georgia, serif; }
fieldset    { border: 0 !important; }

/* -- User friendly features --*/
.hidden { display: none; }
.noscreen { width: 200px; position: absolute; left: 0; top: -999px; }

/* -- Basics layout -- */
#view    { position: relative; text-align: left; }
#head    { font-size: 1.2em; position: relative; z-index: 10; }
#content { font-size: 1.3em; z-index: 1; }
#foot    { font-size: 1.2em; z-index: 1; }

/* -- Main classes -- */
.fr		     { float: right !important; }
.fl		     { float: left !important; }
.clear     { clear: both !important; }
.right	   { text-align: right !important; }
.left		   { text-align: left !important; }
.center	   { text-align: center !important; }
.last		   { margin-right: 0 !important; margin-bottom: 0 !important; border-bottom: none !important; padding-bottom: 0 !important; background: none; }
.small	   { font-size: .90em; }
.big       { font-size: 1.2em; }
.biggest   { font-size: 2em; }
.light     { color: #999999 !important; }
.clearfix  { width: 100%; overflow: hidden; padding-bottom: .6em; }
.alt       { font-weight: bold; }
.yellow    { color: #FFFF00 !important; }
.red       { color: #b7092a !important; }
.test      { border: 1px black solid; }
.smile     { vertical-align: middle; margin: 0 2px; }
.noBrd     { border: none !important; }
.noBrdL    { border-left: none !important; }
.noBrdR    { border-right: none !important; }
.autoWidth { width: auto !important; }
.inlink    { display: block; padding-left: 14px; background: url('../images/bg-inlink.gif') 0 4px no-repeat; }
.relative  { position: relative; }

/* -- Graphic overlays -- */
a.overlaid,
.overlaid a     { display: block; cursor: pointer; overflow: hidden; }
.overlaid       { position: relative; width: 100%; height: 100%; }
.overlaid span  { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }

/* -- Forms layout -- */
.formBox .lab			      { float: left; width: 19%; text-align: right; padding-right: 1%; }
.formBox .con			      { float: right; width: 80%; }
.formBox .clearfix	    {  }
.formBox .w100          { width: 98%; }
.formBox .button:focus  { border-color: #000; }

/* -- Basic content constructs -- */
.offsetTop    { margin-top: 1em; }
.offsetBottom { margin-bottom: 1em; }
.info         { font-size: .91em !important; margin-bottom: 5px; color: #999999 !important; }

/* -- Cols layout -- */
.cols { overflow: hidden; height: 100%; }
.cols .col1 { float: left; }
.cols .col2 { float: right; }

.cols2v1 .col1 { width: 621px; }
.cols2v1 .col2 { width: 286px; }

/* -- Layout -- */
#view         { width: 968px; margin: 0 auto; }
#head         { height: 100px; }
#content      { padding: 0 0 0 39px; background: url('../images/bg-mainmenu-shadow.gif') repeat-x; }
#foot         { clear: both; padding: 25px 39px; font-family: "Arial Narrow", serif; }

  #view #logo { position: absolute; width: 200px; height: 139px; top:0px; right:0px; z-index: 100; text-align: center; }
        #logo span { background: url('../images/bg-logo.gif') no-repeat; }
        
  #view #mainMenu { height: 39px; background:url('../images/bg-mainmenu_green.jpg') no-repeat; }
        #mainMenu ul.first { padding-left: 28px; font-size: 1.2em; font-family: Impact, "Techno CE", sans-serif; text-transform: uppercase; }
        #mainMenu ul li { position: relative; margin-top:5px; float: left !important; padding: 0px 6px 0 12px; height: 27px; background: url('../images/bg-mainmenu-separator.png') no-repeat; }
        #mainMenu ul li.first { background: none; }
        #mainMenu ul li a { position: relative; display: block; float: left; padding-top: 4px; height: 23px; color: #fff; text-decoration: none !important; }
        #mainMenu ul li a span { position: absolute; width: 100%; height: 100%; top: 4px; left: 0; }
        #mainMenu ul li a:hover,
        #mainMenu ul li.active a { color: #ffcb08; }
        #mainMenu ul li a:hover span,
        #mainMenu ul li.active a span { background-position: 0 -27px !important; }
        
        #mainMenu ul li .submenu { position: absolute; top: 27px; left: 3px; width: 242px; padding: 0 4px 0 0; visibility: hidden; font-family: sans-serif; text-transform: none; background: url('../images/bg-submenu-shadow-right.png') 0 100% repeat-y; }
        #mainMenu ul li .submenu .bottom { position: absolute; width: 100%; height: 5px; bottom: -5px; left: 0; background: url('../images/bg-submenu-shadow-bottom.png') no-repeat; }
        #mainMenu ul li ul { padding: 3px 0; background: url('../images/bg-submenu.png') repeat-x; }
        #mainMenu ul li ul li { float: none !important; width: 100% !important; height: auto !important; padding: 0 !important; background: none; margin: 2px 0; }
        #mainMenu ul li ul li a { float: none !important; width: 218px !important; height: auto !important; color: #fff !important; padding: 1px 12px !important; text-decoration: underline !important; }
        #mainMenu ul li ul li a:hover,
        #mainMenu ul li ul li.active a { color: #ffcb08 !important; }
        
        #mainMenu ul li:hover .submenu { visibility: visible; }
        
        /* sirka - 12px */
        /*#mainMenu ul li.mm-1 a { width: 120px }
        #mainMenu ul li.mm-1 a span { background: url('../images/menu/mm-1.jpg') no-repeat; }        
        #mainMenu ul li.mm-2 a { width: 56px }
        #mainMenu ul li.mm-2 a span { background: url('../images/menu/mm-2.jpg') no-repeat; }        
        #mainMenu ul li.mm-3 a { width: 118px }
        #mainMenu ul li.mm-3 a span { background: url('../images/menu/mm-3.jpg') no-repeat; }        
        #mainMenu ul li.mm-4 a { width: 62px }
        #mainMenu ul li.mm-4 a span { background: url('../images/menu/mm-4.jpg') no-repeat; }        
        #mainMenu ul li.mm-5 a { width: 139px }
        #mainMenu ul li.mm-5 a span { background: url('../images/menu/mm-5.jpg') no-repeat; }        
        #mainMenu ul li.mm-6 a { width: 62px }
        #mainMenu ul li.mm-6 a span { background: url('../images/menu/mm-6.jpg') no-repeat; }*/
        
  #head #header { width: 260px; height: 61px; margin-left: 25px; line-height: 2.5em; }
        #header span { background: url('../images/bg-header.gif') no-repeat; }
        
  #foot ul {}
  #foot ul li {}
  #foot ul li a { color: #7a7a7a; }
        
  #content #sidebar { width: 255px; padding: 55px 15px 0 16px; background: url('../images/bg-sidebar.png') no-repeat; }
           #sidebar .h { margin-bottom: 10px; color: #134c3d; text-align: center; font-weight: normal; font-size: 1.5em; font-family: Impact, "Techno CE", serif; text-transform: uppercase; letter-spacing: .05em; }
           
           #sidebar .item { margin-bottom: 20px; color: #000; }
           #sidebar .item .head { font-weight: normal; font-size: 1.2em; color: #134c3d; text-transform: uppercase; }
           #sidebar .item .head a { color: #134c3d; }
           #sidebar .item .head a { color: #134c3d; }
           #sidebar .item .more,
           #sidebar .item .more a { text-decoration: none; color: #134c3d; }
           
  #content #contentBlock { position: relative; padding: 30px 20px 0 0; font-size: 1.1em; /*background: url('../images/bg-sidebar.png') 100% 0 no-repeat;*/ }
           #contentBlock .main { margin-bottom: 25px; font-family: Impact, "Techno CE", serif; text-transform: uppercase; font-size: 2.7em; line-height: 1em; color: #ffcb08; overflow: hidden; }
           #contentBlock .main strong { display: block; color: #9a9a9a; }
           
           /* Headers */
           #contentBlock .h_fyzicka-ostraha-objektu { width: 415px; height: 102px; }
           #contentBlock .h_fyzicka-ostraha-objektu span { background: url('../images/images/h_fyzicka-ostraha-objektu.gif') no-repeat; }
           
           #contentBlock .h_technicka-ostraha-a-ochrana-objektu { width: 516px; height: 103px; }
           #contentBlock .h_technicka-ostraha-a-ochrana-objektu span { background: url('../images/images/h_technicka-ostraha.gif') no-repeat; }
           
           #contentBlock .h_facility-management { width: 594px; height: 97px; }
           #contentBlock .h_facility-management span { background: url('../images/images/h_facility-management.gif') no-repeat; }
           
           #contentBlock .h_prevoz-hotovosti-a-cenin { width: 433px; height: 91px; }
           #contentBlock .h_prevoz-hotovosti-a-cenin span { background: url('../images/images/h_prevoz-hotovosti-a-cenin.gif') no-repeat; }
           
           #contentBlock .h_pult-centralizovane-ochrany-objektu { width: 455px; height: 92px; }
           #contentBlock .h_pult-centralizovane-ochrany-objektu span { background: url('../images/images/h_pult-centralizovane-ochrany-objektu.gif') no-repeat; }
           
           #contentBlock .h_detektivni-cinnost { width: 242px; height: 196px; }
           #contentBlock .h_detektivni-cinnost span { background: url('../images/images/h_detektivni-cinnost.gif') no-repeat; }
           
           #contentBlock .h_prezentace-spolecnosti-centr-group-a-s { width: 409px; height: 79px; }
           #contentBlock .h_prezentace-spolecnosti-centr-group-a-s span { background: url('../images/images/h_prezentace-spolecnosti.gif') no-repeat; }
           
           #contentBlock .h_uklidova-cinnost { width: 248px; height: 119px; }
           #contentBlock .h_uklidova-cinnost span { background: url('../images/images/h_uklidova-cinnost.gif') no-repeat; }
           
           #contentBlock .h_pco_text { width: 625px; height: 55px; }
           #contentBlock .h_pco_text span { background: url('../images/images/h_pco_text.png') no-repeat; }
           
           #contentBlock .h_dohledove-centrum { width: 520px; height: 103px; }
           #contentBlock .h_dohledove-centrum span { background: url('../images/images/h_dohledove-centrum.png') no-repeat; }
           
           #contentBlock .h_vip-security-servis { width: 620px; height: 138px; }
           #contentBlock .h_vip-security-servis span { background: url('../images/images/h_vip-security-service.png') no-repeat; }
           
           #contentBlock .h_vip_hlidaji { width: 198px; height: 65px; margin-top: 30px; }
           #contentBlock .h_vip_hlidaji span { background: url('../images/images/h_vip_hlidaji.png') no-repeat; }
           
           #contentBlock .h_vip_transport { width: 100%; height: 81px; margin: 20px 0 10px; }
           #contentBlock .h_vip_transport span { background: url('../images/images/h_vip_transport.png') no-repeat; }
           
           #content .text_vyjezdova-skupina { padding-bottom: 210px; background: url('../images/text_vyjezdova-skupina.jpg') 100% 100% no-repeat; }
           #content .text_detektivni-cinnost { padding: 0 300px 100px 0; background: url('../images/text-detektivni-cinnost.jpg') 100% 0 no-repeat; }
           #content .text_detektivni-cinnost .main { position: absolute !important; bottom: -50px; right: 0; }
           #content .text_uklidova-cinnost {  }
           #content .text_uklidova-cinnost .blackBox .main { width: 248px; float: right; }
           #content .text_uklidova-cinnost .blackBox p { padding: 40px 330px 0 0; }
  
           /* Hp graphic box */
           #contentBlock .hpPromo { padding: 0; margin-right: 0; text-align: right; overflow: hidden; height: 100%; }
           /*#contentBlock .hpPromo { padding: 220px 0 20px; margin-right: 0; text-align: right; overflow: hidden; height: 100%; background: url('../images/bg-hp-vizual-valentine.jpg') 100% 0 no-repeat; }
           #contentBlock .hpPromo .text { width: 400px; height: 213px; float: right; }
           #contentBlock .hpPromo .text span { background: url('../images/bg-hp-vizual-valentine-text.gif') no-repeat; }*/
           
           #contentBlock .hpActions { padding: 5px 20px 50px; border-top: 2px #b0b0b0 solid; }
           #contentBlock .hpActions .h { letter-spacing: 0 !important; margin-bottom: 0 !important; }
           
           #contentBlock .blackBox { position: relative; width: 630px; left: -39px; padding: 10px 15px 1px; font-weight: bold; margin-bottom: 15px; color: #fff; background-color: #434343; }
           #contentBlock .blackBoxHeader { width: 580px; padding: 30px 40px 10px 40px; }
           #contentBlock .blackBoxHeader .overlaid { margin-bottom: 20px; }
           
           #contentBlock .articlesList {  }
           #contentBlock .articlesList .item { overflow: hidden; height: 100%; padding: 10px 0; border-bottom: 1px #ececec dashed; }
           #contentBlock .articlesList .item .img { width: 85px; float: left; margin-top: 5px; }
           #contentBlock .articlesList .item .self { margin-left: 100px; }
           #contentBlock .articlesList .item .title { font-size: 1em; }
           #contentBlock .articlesList .even { background-color: #000; }
           #contentBlock .articlesList .noImg .self { margin: 0; }
           
           #contentBlock .reference .item { float: left; width: 48%; text-align: center; padding-top: 10px; height: 120px; margin-bottom: 20px; background: #f9f9f9; border: none; }
           #contentBlock .reference .item .title { margin-bottom: 10px; }
           
           #contentBlock .articleGallery { overflow: hidden; height: 100%; }
           #contentBlock .articleGallery .item { float: left; width: 130px; height: 130px; text-align: center; margin: 0 10px 10px 0; }
           
           #contentBlock .paging { clear: both; margin-top: 20px; padding: 0 10px; border-top: 2px #ececec solid; }
           #contentBlock .paging ul { overflow: hidden; height: 100%; }
           #contentBlock .paging li { float: left; }
           #contentBlock .paging li a { display: block; width: 20px; height: 20px; text-align: center; }
           #contentBlock .paging li.active a { background-color: #ececec; text-decoration: none; }
           
           
           /* FAQ module */
           #contentBlock .faqList {}
           #contentBlock .faqList .item { padding: 15px 0; border-bottom: 1px #ececec dashed; }
           #contentBlock .faqList .item .question { line-height: 1.2em; margin-bottom: 3px; font-size: 1.1em; }
           #contentBlock .faqList .item .answer { padding-left: 30px; }
           
           /* Deult text layer */
           #contentBlock .text { position: relative; }
           #contentBlock .text p,
           #contentBlock .text ul,
           #contentBlock .text ol,
           #contentBlock .text table { margin-bottom: 15px; }
           
           #contentBlock .text .list { color: #ffcb08; padding-left: 100px; }
           #contentBlock .text .list strong { color: #2e2e2d; font-weight: normal; }
           
           #contentBlock .text h3.h { margin-bottom: 5px; font-family: Impact, "Techno CE", serif; text-transform: uppercase; font-size: 1.8em; color: #ffcb08; letter-spacing: .1em; }
           
           #contentBlock .text ul { padding-left: 15px; }
           #contentBlock .text ul li { list-style: disc; }
