html {
    height: 100%;
}

body, div, span, ul, li, ol, p, dl, dd, dt, form, input, textarea, fieldset, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
} 
body {
    text-align: center;
    height: 100%;
    background: black;
    color: white;
}
dl, dt, dd {
    text-align: left;
    font-size: 1em;
}
dt, dd {
	float: left;
	margin-bottom: 7px;
}
dt {
	font-size: 1em;
	width: 130px;
	color: white;
	letter-spacing: -0.05em;
	font-style: italic;
}
dd {
    width: 187px;
}
div.dark-body {
    background: url("../image/layout/dark-body.png") repeat center top;
}
div.light-body {
    background: url("../image/layout/light-body.png") repeat center top;
}
div.dark-content, div.light-content {
    width: 1024px;
}
div.dark-content {
    background: url("../image/layout/dark-content.png") repeat-y center top;
}
div.light-content {
    background: url("../image/layout/light-content.png") repeat-y center top;
}
div.light-content div.content {
    background: url("../image/layout/light-content-gradient.png") no-repeat center top;
}
div.content {
    font-family: "Arial", sans-serif;
    font-size: 10pt;
	padding: 30px 170px;
    color: #fff;
}
div.content p a {
	color: #33cc33;
    text-decoration: none;
    border-bottom: dotted 1px;
    padding-bottom: 1px;
}
div.content p a:hover {
    border-bottom-style: solid;
}
div.content div {
	text-align: left;
}
div.content p {
    text-align: justify !important;
    line-height: 1.5em;
    color: #ccc;
}
div.content ul.top-padded {
    margin-top: 20px;
}
div.content li {
    text-align: left !important;
    color: #b36c4d;
    margin-bottom: 7px;
    letter-spacing: -0.05em;
    background: url("../image/layout/bullet.png") no-repeat left center;
    padding-left: 18px;
    list-style: none;
    font-weight: bold;
    font-size: 0.95em;
}
div.centered {
    margin: 0 auto;
    text-align: justify !important;
}
div.half-column {
    width: 317px;
}
h2 {
	text-align: right !important;
    margin: 5px 30px 20px 0;
    height: 23px;
    font-size: 1.1em;
    letter-spacing: -0.02em;
    font-weight: normal;
    font-style: italic;
}
h2#projekce {
    background: url("../image/layout/header-projekce.png") no-repeat left center;
}
h2#poradenstvi-konzultace {
    background: url("../image/layout/header-poradenstvi-konzultace.png") no-repeat left center;
}
h2#montaz-demontaz {
    background: url("../image/layout/header-montaz-demontaz.png") no-repeat left center;
}
h2#servis {
    background: url("../image/layout/header-servis.png") no-repeat left center;
}
h2#kontaktni-formular {
    background: url("../image/layout/header-kontaktni-formular.png") no-repeat left center;
}
cite {
    font-size: 1.45em;
    letter-spacing: -0.06em;
    font-style: italic;
    color: #90db16;
    line-height: 1.5em;
}
#vice-informaci {
    margin-top: 10px;
    margin-bottom: 20px;
}
#vice-informaci a {
	display: block;
    text-decoration: none;
    background: url("../image/layout/vice-informaci.png") no-repeat center center;
    width: 96px;
    height: 25px;
    text-indent: -9000px;
}

.floated {
    float: left;
}
.clearer {
    clear: both;
}
.verticaly-padded-50 {
	width: 50px;
	height: 10em;
}
.horizontaly-padded-50 {
    width: 100%;
    height: 50px;
}
.horizontaly-padded-10 {
    width: 100%;
    height: 10px;
}
.line {
    background: url("../image/layout/hr.png") no-repeat center center;
}
span.error {
    color: red;
    font-weight: bold;
    margin-left: 15px;
}
.detail {
    width: 317px;
}
.email-sended {
	color: green !important;
	font-size: 1.2em;
}

#logo {
    height: 140px;
    background: url("../image/layout/logo.png") no-repeat 150px 40px;
}
#waves {
	background: url("../image/layout/waves.png") no-repeat top center;
    height: 45px;
}
#logo-and-waves {
    background: url("../image/layout/logo-jmeno.png") no-repeat 750px 60px;
}
#menu {
    margin: 0 0 30px 0;
}
#menu ul {
    margin: 0;
}
#menu ul li {
    display: inline;
    float: left;
    width: 74px;
    margin-right: 20px;
    background: none;
    padding: 0;
}

#menu li a {
    display: block;
    height: 40px;
    text-indent: -9000px;
}
#menu li#uvodem a {
    background: url("../image/layout/menu-uvodem.png") no-repeat 0 -80px;
}
#menu li#uvodem a:hover {
    background-position: 0 -40px;
}
#menu li#uvodem a.active {
    background-position: 0 0;
}

#menu li#sluzby a {
    background: url("../image/layout/menu-sluzby.png") no-repeat 0 -80px;
}
#menu li#sluzby a:hover {
    background-position: 0 -40px;
}
#menu li#sluzby a.active {
    background-position: 0 0;
}

#menu li#reference a {
    background: url("../image/layout/menu-reference.png") no-repeat 0 -80px;
}
#menu li#reference a:hover {
    background-position: 0 -40px;
}
#menu li#reference a.active {
    background-position: 0 0;
}

#menu li#kontakt a {
    background: url("../image/layout/menu-kontakt.png") no-repeat 0 -80px;
}
#menu li#kontakt a:hover {
    background-position: 0 -40px;
}
#menu li#kontakt a.active {
    background-position: 0 0;
}
#footer p {
    font-size: 0.8em;
    color: #09aecf !important;
    text-align: center !important;
}
#footer a {
    color: #76ddf3;
    text-decoration: none;
}
#footer a:hover {
    color: #fff;
}
#intro, #main-services {
    padding: 0;
    margin: 0;
    display: table-cell;
    vertical-align: top;
}
#main-services ul li {
    font-size: 1.05em !important;
    margin-bottom: 12px;
}
.service-image {
    width: 141px;
}
.service-image img {
    margin-top: 50px;
}
.service-content {
    width: 493px;
}
#form div.form-field {
	width: 100%;
}
#form fieldset {
    text-align: left;
}
#form fieldset label {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 0.8em;
    color: #fff;
}
#form div.form-field div {
    padding: 5px 7px;
    border: dotted 1px #333;
    background-color: #111;
    text-align: left;
}
#form input, #form textarea {
    text-align: left;
    font-family: "Arial", sans-serif;
    font-size: 1em;
    background-color: transparent;
    display: block;
    width: 100%;
    color: #76ddf3;
}
#form textarea {
    height: 100px;
    line-height: 1.5em;
}
#logos {
    text-align: center;
}
#logos img {
    margin: 0 9px;
}
