/**
 * HTML, BODY
 */ 
body {
	font-family: verdana, "Geneva CE", lucida, sans-serif; font-size: 100%; margin: 0; padding: 0;
	background: #3C3A3B url("/media/images/pozadi.jpg") 50% 0 no-repeat;
}
div#container {
  position: relative; width: 996px; text-align: left; font-size: 70%; color: #777; margin-left: 20px;
   background-color: #fff;
}

/* Head */
div#head {
  float: left; width: 986px; padding: 10px 0 0 10px;
  background-color: #3c3a3b;
}

/** Logo */
p#logo {position: relative; float: left; width: 389px; height: 52px; margin: 0 6px 0 0;}
p#logo a span {width: 389px; height: 52px; background-image: url("/media/images/logo.jpg");}

ul#menu {
  float: left; margin: 20px 0 0 50px; padding: 0; width:
}
ul#menu li {
  float: left; display: inline; list-style-type: none; font-size: 110%; padding: 0 0 0 10px;
}
ul#menu li a {
  display: block; width: 97px; height: 25px; text-align: center; text-decoration: none; font-weight: bold; color: #fef200; padding-top: 14px;
  background: url("/media/images/backgrounds/menu.jpg");
}
ul#menu li a:hover, ul#menu li a.active {
  color: #999;
  background: url("/media/images/backgrounds/menu.jpg") 0 39px;
}
p#y75 {
  position: absolute; left: 830px; top: 20px; width: 85px; height: 89px;
  background-image: url("/media/images/75.jpg");
}

/* Content */
div#content {
  float: left; width: 957px; padding: 0 20px 30px 19px;
  background: #fff url("/media/images/backgrounds/vrch_obsahu.jpg") no-repeat;
}
div.products {
  position: relative; float: left; width: 318px; height: 316px; margin-top: 10px;
}
div.products_2 {
  position: relative; float: left; width: 318px;  margin-top: 10px;
}
div.products a span, div.products_2 a span {
  width: 318px; height: 316px;
}

div#hpContent {
  float: left; width: 957px; padding: 10px 0 10px 0;
}
div#welcomeText {
  position: relative; float: left; width: 503px; height: 161px; margin: 14px 16px 0 -23px; padding: 15px 15px 0 108px;
  background: #fff url("/media/images/backgrounds/uvodni_text.jpg") no-repeat;
}
div#welcomeText h2 {
  margin: 0 0 10px 0; padding: 0;
}
div#welcomeText a {
  position: absolute; left: 501px; top: 134px; display: block; width: 125px; height: 42px;
}
div#welcomeText a span {
  width: 125px; height: 42px;
  background-image: url("/media/images/inputs_buttons/pokracovani.jpg"); 
}
div#newsLetter {
  float: left; width: 313px; height: 83px; margin-bottom: 7px; padding: 15px 10px 0 15px;
  background: #fff url("/media/images/backgrounds/newsletter.jpg") no-repeat;
}

input#newsletterEmail {
  width: 140px; font-size: 110%; padding: 3px; border: 1px solid #c5c5c5;
}
input#newsletterButton {
  width: 88px; height: 25px; margin-top: 0; border: 0;
  background: url("/media/images/inputs_buttons/odeslat_newsletter.jpg");
}

div#phoneHelp {
  float: left; width: 313px; height: 80px; padding: 5px 10px 0 15px;
  background: #fff url("/media/images/backgrounds/telefonni_kontakt.jpg") no-repeat;
}
div#phoneHelp span {
  font-weight: bold; font-size: 140%; color: #d7ab2a;
}

/** Basic help form */
div#helpForm {
    float: left; width: 916px;  margin: 0; padding: 20px 40px 10px 40px;
    background: #fff url("/media/images/backgrounds/help_formular.jpg") repeat-x;
}
div#formular {float: left; position: relative;}
div#helpFormInfo {float: left; width: 190px; margin-right: 30px;}
div#helpFormInfo h2 {color: #555; margin: 0 0 14px 0; padding: 0; background: none;}
input#sendHelpForm {
    position: absolute; left: 575px; top: 100%; display: block; width: 156px; height: 36px; border: 0; margin-top: -70px;
    background: none; background-image: url("/media/images/inputs_buttons/odeslat_dotaz.jpg");
}
table#helpFormTable {float: left; border: 0;}
table#helpFormTable td {border: 0; text-align: right;}
table#helpFormTable textarea {
    width: 322px; height: 82px; color: #333; overflow: auto; padding: 10px; border: 0;
    background: url("/media/images/backgrounds/help_formular_textarea.jpg") no-repeat;
}
input#clientName, input#clientPhone, input#clientEmail {
    width: 145px; color: #333; border: 2px solid #e9e9e9; border-width: 0 0 2px 0; padding: 5px 5px 0 5px;
    background: none; background: red;
}
div#newsLetter input.text {background: url("/media/images/inputs_buttons/input_pozadi.png") no-repeat;}
table#helpFormTable input.text {background: #f4f4f4;}

p#baner1 {position: absolute; left: 1010px; top: 70px;}
p#baner3 {position: absolute; left: 1010px; top: 300px;}

/* Foot */
div#foot {
  float: left; width: 996px; height: 39px;
  background: #3C3A3B url("/media/images/backgrounds/paticka.jpg") no-repeat;
}
div#foot ul {
  margin: 0; padding: 15px 0 0 0;
}
div#foot ul li {
  float: left; display: inline; list-style-type: none; padding-left: 35px;
}
div#foot ul li#webdesign {
  float: right; padding-right: 35px;
}
div#foot a {
  text-decoration: none; color: #ebebeb;
}
div#foot a:hover {
  text-decoration: underline; color: #fff;
}
