/*
Name: Main Style Sheet
Author: Ondrej Kubicek; kubon@kubon.cz, www.kubon.cz
Note: Don´t steal, just watch and learn. This CSS is copyrighted like all other stuff on kubon.cz domain
*/

body {
    margin: 0;
    padding: 0;
    border: 0;
    color: #fff;
    background-color: #282929;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100.01%;
    text-align: center;
}
#all {
    background-color: #d5d4d4;
}
#light {
    background-image: url(../img/back_light.png);
    background-repeat: no-repeat;
    height: 457px;
    width: 1280px;
}
#light, #dark {
    margin: 0 auto 10px auto;
    border: 0 solid;
    font-size: .75em;
    text-align: left;
}
#dark {
    width: 1068px;
}
#light h1 {
    margin: 0;
    font-size: 2.3em;
    color: #454646;
    padding: 30px 0 0 121px;
    font-weight: normal;
    width: 250px;
}
#light h1 a {
    color: #454646;
    text-decoration: none;
    outline: none;
}
#light h1 a span {
    color: #e50153;
}
#light h2 {
    font-weight: normal;
    margin: 0;
    padding: 0 0 0 104px;
    color: #c4c4c4;
    float: left;
    font-family: "Trebuchet MS";
}
#light menu {
    float: right;
    margin: 3px 0 0 0;
    width: 533px;
}
#light menu li {
    float: left;
    list-style-type: none;
    margin-right: 33px;
}
#light menu li a {
    background-image: url(../img/arrow_menu.png);
    background-repeat: no-repeat;
    height: 31px;
    display: block;
    color: #868686;
    text-decoration: none;
}
#light menu li a:hover, #light menu li a.active {
    background-image: url(../img/arrow_menu_hover.png);
    background-repeat: no-repeat;
    height: 31px;
    display: block;
    color: #454646;
    text-decoration: none;
    outline: none;
}
#light menu li a span {
    padding: 6px 0 0 33px;
    display: block;
    font-size: 1.2em;
}
#light hr {
    height: 1px;
    color: #aeaeae;
    clear: both;
    border-right: none;
    border-left: none;
    border-bottom: none;
    border-top: solid;
    border-width: 1px;
    width: 85%;
    margin-top: 63px;
}
#ref {
    margin: 0 auto;
    width: 868px;
    margin-top: 12px;
}
#dark a {
    color: #fff;
    text-decoration: none;
}
#dark a:hover {
    text-decoration: underline;
}
#dark #banners a{
    display: block;
    float: left;
    margin: 1em;
    outline: none;
}
#dark #banners {
    margin: 0 0 0 444px;
    clear: both;
    float: left;
}
#dark p a#estranky {
    background: url(../img/estranky.gif) no-repeat scroll 0 0 transparent;
    height: 47px;
    margin-top: 1.4em;
    width: 57px;
}
#dark p a#estranky:hover {
    background: url(../img/estranky.gif) no-repeat scroll 0 -47px transparent;
}
#dark p a#facebook {
    background: url(../img/facebook.gif) no-repeat scroll 0 0 transparent;
    height: 47px;
    margin-top: 1.4em;
    width: 47px;
}
#dark p a#facebook:hover {
    background: url(../img/facebook.gif) no-repeat scroll 0 -47px transparent;
}
#dark p a#twitter {
    background: url(../img/twitter.gif) no-repeat scroll 0 0 transparent;
    height: 45px;
    margin-top: 1.4em;
    width: 45px;
}
#dark p a#twitter:hover {
    background: url(../img/twitter.gif) no-repeat scroll 0 -45px transparent;
}
#dark p a#estranky span, #dark p a#twitter span  {
    display: none;
}
#shadow {
    background-image: url(../img/shadow.png);
    background-repeat: no-repeat;
    height: 315px;
    width: 739px;
    position: relative;
    margin: 0 auto;
}
img {
    border: 0;
}
.info {
    font-size: 3em;
    color: #959595;
}
#bottom {
    float: right;
    margin-right: 20px;
}
#block {
    background-image: url(../img/back_dark.png);
    background-repeat: no-repeat;
    height: 304px;
    margin: 26px auto 0;
    width: 1000px;
    position: relative;
}
#block-rect {
    background-image: url(../img/back_dark_rect.png);
    background-repeat: no-repeat;
    height: 304px;
    margin: 26px auto 0;
    width: 1000px;
    position: relative;
}
#block h2, #block-rect h2 {
    color: #454646;
    position: absolute;
    top: -25px;
    padding: 0;
    left: 40px
}
#block h2:first-letter, #block-rect h2:first-letter {
    color: #e50153;
}
#block .img, #block-rect .img {
    margin: 15px 0 0 15px;
    float: left;
}
#block h3, #block-rect h3 {
    color: #a1a1a1;
    display: inline;
}
#block .left li {
    list-style-type: none;
    margin-bottom: 2px;
}
#block .left li span {
    color: #e50153;
    font-size: 1.2em;
    font-weight: bold;
}
#block .left, #block-rect .left {
    float: left;
    margin: 15px 0 0 35px;
}
#block .left ul#services li {
    list-style-type: disc;
    margin-bottom: 8px;
}
#block .left ul#services li span {
    font-size: .9em;
    color: #959595;
}
#block p#about {
    color: #fff;
    font-size: 1em;
    padding: 10px;
    float: right;
    clear: right;
}
#block p, #block address, #block-rect p, #block-rect address {
    color: #959595;
    font-weight: bold;
    font-size: 1.2em;
    font-style: normal;
}
#block p span, #block-rect p span {
    color: #fff;
}
#block .title, #block-rect .title {
    margin: 40px 0 0 200px;
}
#block .title h3, #block-rect .title h3 {
    color: #E50153;
    display: block;
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.5em;
}
#block .title h4, #block-rect .title h4 {
    font-size: 1.3em;
    margin-bottom: 0;
}
#block dl {
    float: right;
    margin: 50px 20px 0 0;
}
#block dl dt {
    float: left;
    width: 70px;
    margin: 0 0 10px 0;
    clear: left;
}
#block dl dd {
    margin: 0 0 10px 70px;
    color: #919190;
    width: 166px
}
#block a {
    color: #e50153;
    text-decoration: none;
}
#block a:hover {
    text-decoration: underline;
}
#ref-slider ul li a {
    display: block;
    margin-bottom: 30px;
    margin-top: 10px;
    outline: none;
}