html{
  background: #a4b879 url('../img/background.jpg') 50% 0%;
}

body{
  background: url('../img/background-top.jpg') repeat-x 50% 0%;
  color: #000;
	font-family: Arial, 'Arial CE', 'Lucida Grande CE', 'Helvetica CE', lucida, sans-serif;
    font-size: 0.80em;
    line-height: 1.5em;
  margin: 0;
  padding: 0;
}

/*--------globals-------*/
#header h1{
  height: 100px;
    width: 160px;
  float: left;
  font-size: 1.5em;
  top: 20px;
  left: 30px;
  line-height: 1.1em;
  margin: 0;
  padding: 0;
  position: absolute;
}

#header h1 a{
  color: #F8991D;
  display: block;
  height: 100px;
    width: 160px;
  text-decoration: none;
  overflow: hidden;
}

#header h1 span{
  background: url('../img/logo.gif') no-repeat 100% 0%;
  display: block;
  height: 100px;
    width: 160px;
  left: 0;
    top: 0;
  position: absolute;
  z-index: 2;
}

h2, h3, h4{
  clear: left;
	color: #B95700;
  font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
  margin: 0;
  padding: 0.0em 0 0.4em 0;
}

h2{
	font-size: 1.6em;
}

h3{
  font-size: 1.5em;
}

h4{
  font-size: 1.2em;
}
h5{
  font-size: 1.0em;
}

a{
  color: #037c0e;
}

a:visited{
}

a:hover{
  color: #000;
}

img{
  border: 0;
  padding: 0;
}

img.left{
  clear: left;
  float: left;
}

img.right{
  clear: right;
  float: right;
}

img.tiny-align-left{
  clear: left;
  float: left;
}

img.tiny-align-right{
  clear: right;
  float: right;
}

p, address{
  margin: 0;
  padding-bottom: 1em;
}

ul{
  margin: 0 0 0 0.7em;
  padding: 0 0 1em 0.7em;
  list-style: square;
}

hr{
  color: #BCBEC0;
  height: 1px;
  border: none;
  border-top: 1px solid #BCBEC0;
  clear: both;
}

.cleaner{
  clear: both;
  visibility: hidden;
  margin: 0;
  overflow: hidden;
  padding: 0;
  height: 0;
}

table{
  margin-bottom: 1em;

}

td.left{
  text-align: left;
}

td.center{
  text-align: center;
}

td.right{
  text-align: right;
}

th, td{
  background: #FAE1BB;
  border: 1px solid #E6B87A;
  padding: 0.1em 0.5em 0.1em 0.5em;
  color: #B95700;
}

th, th a{
  background: #E6B87A;
  color: #7F3C00;
}

form{
  margin: 0;
  padding: 0;
}

/*-------site-------*/

#site{
  background: #fff url('../img/site.jpg') repeat-y;
  color: #666;
  margin: auto;
  width: 990px;
  position: relative;
}

/*-------header-------*/
#header{
  background: #05410D url('../img/header.jpg') no-repeat;
  height: 196px;
  position: relative;
}

#infobox-zelenalinka{
  color: #F8991D;
  font-size: 2.0em;
  font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
  font-weight: bold;
  position: absolute;
    right: 60px;
    top: 50px;
}
#infobox-zelenalinka strong{
  background: #00a00c;
  color: #fff;
  display: block;
  font-size: 0.5em;
  text-align: center;
  margin-top: 5px;
}

#navbar-top{
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
    left: 45px;
    bottom: 0px;
}

#navbar-top li{
  float: left;
  padding-right: 7px;
  position: relative;
}

#navbar-top li a, #navbar-top li strong{
  color: #fff;
  display: block;
  line-height: 50px;
  font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
  font-size: 1.25em;
  font-weight: bold;
  padding: 1px 20px 0px 20px;
  text-align: center;
  text-decoration: none;
  position: relative;
}

#navbar-top li strong{
  background: #f8991d url('../img/navbar-button.gif') repeat-x 0% 100%;
  border-top: 1px solid #fbc57e;
  border-left: 1px solid #f3b668;
  border-right: 1px solid #9f6112;
  padding: 0px 19px 0px 19px;
}

#navbar-top li a.hover{
  background: #7e6e14 url('../img/navbar-button-hover.gif') repeat-x 0% 100%;
  border-top: 1px solid #7f8345;
  border-left: 1px solid #7f7e3a;
  border-right: 1px solid #595810;
  color: #E0EFE1;
  padding: 0px 19px 0px 19px;
}

#navbar-top li a:hover{
  background: #7e6e14 url('../img/navbar-button-hover.gif') repeat-x 0% 100%;
  border-top: 1px solid #7f8345;
  border-left: 1px solid #7f7e3a;
  border-right: 1px solid #595810;
  color: #E0EFE1;
  padding: 0px 19px 0px 19px;
}

#navbar-top ul{
  background: #f8991d;
  border-bottom: 1px solid #fbc57e;
  border-left: 1px solid #f3b668;
  border-right: 1px solid #9f6112;
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 999;
  width: 220px;
}
#navbar-top ul li{
  float: none;
  padding: 0;
    height: 100%;

}
#navbar-top ul li a, #navbar-top ul li strong, #navbar-top ul li em{
  text-align: left;
  font-size: 1.1em;
  line-height: 30px;
  height: 100%;
}
#navbar-top ul li a:hover{
  background: #037C0E url('../img/sidebar-h2.gif') repeat-x 0% 100%;
  border: 1px solid #014408;
  border-top: 1px solid #70b576;
  border-left: 1px solid #57a05e;
  line-height: 29px;
}
#navbar-top ul ul{
  font-size: 0.9em;
  position: absolute;
  top: 4px;
  left: 219px;
}
/*------main-----*/
#main{
  background: url('../img/main.jpg') no-repeat;
  /*position: relative;*/
  width: 100%;
}  
/*-------template-page-------*/
#main-content,
#left-sidebar, #right-sidebar,
#main-content-without-sidebars,
#main-without-right,
#top-content, #bottom-content{
  float: left;
  overflow: hidden;
  padding: 30px 45px 30px 45px;
  /*position: relative;*/
}
#main-content{
  padding-right: 0px;
  width: 590px;
  min-height: 300px;

}

#right-sidebar{
  background: url('../img/sidebar.jpg') no-repeat;
  float: right;
  padding-right: 75px;
  padding-left: 35px;
  width: 230px;
  min-height: 270px;
  margin-top: -127px;
}
/*-------template-without-sidebars-------*/
#main-content-without-sidebars{
  float: none;
  width: auto;
  min-height: 300px;
}

#top-content{
  background: #F8991D url('../img/main.jpg') no-repeat;
  color: #fff;
  float: none;
  font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
  font-size: 1.1em;
  padding: 50px 50px 20px 50px;
  width: auto;
  height: 82px;
}
#top-content h2, #top-content h3, #top-content h4{
  color: #fff;
}

#bottom-content{
  background: #fae1bb url('../img/bottom-content.jpg') no-repeat 50% 0%;
  color: #b75600;
  float: none;
  clear: both;
  padding: 20px 30px 15px 30px;
  margin: 0 15px 0 15px;
}

#right-sidebar h2{
  background: #037C0E url('../img/sidebar-h2.gif') repeat-x 0% 100%;
  border-top: 1px solid #70b576;
  border-left: 1px solid #57a05e;
  border-right: 1px solid #014408;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
  font-size: 1.25em;
  padding: 10px 15px 10px 15px;
  margin: -15px -20px 20px -20px;
  position: relative;
}

#right-sidebar h3, #right-sidebar h4{
  color: #037c0e;
  font-size: 1.0em;
}
#right-sidebar h3 em{
  color: #b95700;
  font-weight: normal;
}
#right-sidebar h4{
  color: #000;
}
/*--------footer--------*/
#footer{
  background: #F6D19A url('../img/footer.jpg') no-repeat;
  color: #d6820d;
	clear: both;
	font-size: 0.95em;
	line-height: 53px;
	padding-bottom: 15px;
}

#footer p{
  display: inline;
  margin: 0;
  padding: 0;
  padding-left: 30px;
}

#footer a{
  color: #d6820d;
}

#footer a:hover{
  color: #924500;
}

#footer span{
  font-weight: bold;
}

#footer .right{
	float: right; 
	padding-right: 30px;
}

#footer #navbar-footer{
	float: right;
  list-style: none;
  padding: 0;
	padding-right: 30px;
}
#footer #navbar-footer li{
  display: inline;
  padding-left: 7px;
}

/*------buttons------*/

/*------messages-----*/
.error{
  color: #0082cc;
  font-size: 1.3em;
  font-weight: bold;
}

.message{
  color: #000;
  font-size: 1.2em;
  font-weight: bold;
}


/*------------------*/
.photo-gallery *{
  background: none;
  border: none;
}

.contactForm{
  font-size: 0.9em;
  padding: 10px 0 0 10px;
}
.contactForm table, .contactForm td, .contactForm th{
  background: none;
  border: none;
  color: #000;
  padding: 3px;
}
.contactForm th{
  text-align: right;
  vertical-align: top;
}
.contactForm textarea{
  height: 60px;
/*  width: 345px;*/
}
.contactForm .send-contact{
  text-align: right;
/*  padding-right: 15px;*/
}
.contactForm #cell-label{
  color: #666;
}

#search-form{
  position: absolute;
  right: 0;
  top: 45px;
  z-index: 99;
}

.n-none{
  display: none;
}

.poptavka-form{
  background: #c3d1ac;
  margin-bottom: 20px;
  padding: 10px;
}

.poptavka-form caption{
  background: #037C0E url('../img/sidebar-h2.gif') repeat-x 0% 100%;
  border: 0;
  color: #fff;
  font-weight: normal;
  padding: 10px;
  margin: -10px -10px 10px -10px;
  text-align: left;
}

.poptavka-form table{
  width: 100%;
}

.poptavka-form table th, .poptavka-form table td{
  background: none;
  border: none;
  color: #004a0a;
}
.poptavka-form table th{
  text-align: left;
  vertical-align: top;
  width: 90px;
}
.poptavka-form table label.optional{
  font-weight: normal;
}
.poptavka-form input, .poptavka-form select{
  width: 180px;
}

.poptavka-form #poptavkaSubmit{
  margin-left: 105px;
  width: auto;
}

