body {
	color: #000;
	background: #e3a564 url('../img/body-bg.jpg') repeat-x left 5px;
  font: 14px  Times New Roman, Times, serif;
}
body.index {
  background: #e3a564 url('../img/body-bg.jpg') repeat-x left top;
}

body, div, table, td, th, p, ul, li, dl, dt, dd, h1, h2, h3, h4, form, input, textarea, select {
	margin: 0; padding: 0;
}
td, th, form, input, textarea, select {
  font: 14px  Times New Roman, Times, serif;
}
img {
	border: 0;
}
a {
	color: #000;
	text-decoration: underline;
}
h1 {
  font-size: 30px;
  font-weight: normal;
}
h2 {
	font-size: 16px;
	font-weight: normal;
  text-transform: uppercase;
}
h3 {
	font-size: 14px;
	font-weight: normal;
}
.clear {
	clear: both;
	font-size: 0;
	height: 1px;
	overflow: hidden;
	padding: 0; margin: 0;
}

#container {
	position: absolute;
	min-width: 1010px;
	width: 100%;
  background: url('../img/container-bg.jpg') no-repeat left top;
  border-top: 9px solid #382616;
}
.index #container {
  border: none;
}

#header {
  background: url('../img/header-bg.jpg') no-repeat right top;
  height: 729px;
}

#lang {
  width: 973px;
  margin: auto;
  padding: 182px 0 0 22px;
}
#lang ul {
  height: 19px;
  overflow: hidden;
}
#lang li {
  background: url('../img/lang-li-bg.gif') no-repeat left 1px;
  float: left;
  list-style-type: none;
  text-transform: uppercase;
  font: 10px Tahoma;
}
#lang li.active {
  background: url('../img/lang-active-bg.gif') no-repeat left top;
}
#lang a {
  color: #62482f;
  width: 24px;
  height: 18px;
  padding: 1px 0 0 3px;
  display: block;
}
#lang .active a {
  color: #fff;
  text-decoration: none;
}

#header .menu {
  width: 965px;
  overflow: hidden;
  margin: auto;
  padding: 26px 0 29px 30px;
}
#header .menu ul {
  height: 38px;
}
#header .menu li {
  background: url('../img/header-menu-li-bg.gif') no-repeat right top;
  font: 18px Times New Roman;
  list-style-type: none;
  float: left;
}
#header .menu li.last {
  background: none;
}
#header .menu li.active {
  background: url('../img/header-menu-active-bg.gif') no-repeat left 1px;
}
#header .menu a {
  text-decoration: none;
  height: 30px;
  padding: 8px 18px 0 19px;
  display: block;
}
#header .menu .active a {
  color: #fff;
  background: url('../img/header-menu-active-a-bg.gif') no-repeat right 1px;
}

#logo {
  background: url('../img/logo-bg.jpg') repeat-x left top;
  height: 291px;
  padding: 5px 0 0 0;
  display: none; 
}
.index #logo {
  margin: -434px 0 0 0;
}
#logo h1 {
  background: url('../img/logo-h1-bg.jpg') no-repeat left bottom;
  height: 208px;
  padding: 83px 0 0 0;
}
#logo h1 a {
  background: url('../img/logo.gif') no-repeat center bottom;
  width: 995px;
  height: 86px;
  display: block;
  margin: auto;
  text-indent: -9999px;
  overflow: hidden;
}

#footer {
  background: url('../img/footer-bg.jpg') repeat-x left top;
  height: 296px;
  padding: 60px 0 0 326px;
}
#footer .text {
  background: url('../img/footer-text-bg.jpg') no-repeat left top;
  padding: 15px 0 0 165px;
  color: #e4a867;
  height: 120px;
  font: 11px Tahoma;
  width: 504px;
}
#footer .text h1 {
  padding: 0 0 15px 0;
  font: 18px  Arial, Tahoma, Verdana, sans-serif;
}
#footer .text a {
  color: #e4a867
}

#content {
  width: 995px;
  margin: auto;
  margin-top: -647px;
}
#left-column {
  width: 275px;
  float: left;
  padding: 0 0 0 27px;
  position: relative;
  z-index: 3;
}
#left-column #lang {
  padding: 0 0 52px 3px;
  width: auto;
  margin: 0;
}

#left-column .menu {
  background: url('../img/left-column-menu-bg-trans.png') no-repeat 195px 90px;
  width: 235px;
  min-height: 320px;
}
#left-column .menu li {
  list-style-type: none;
  margin: 0 0 6px 0;
  background: url('../img/left-column-menu-li-bg.gif') no-repeat 9px top;
}
#left-column .menu .active {
  background: url('../img/left-column-menu-active-bg.gif') no-repeat left top;
  font-size: 18px;
}
#left-column .menu a {
  display: block;
  padding: 0 0 16px 40px;
}
#left-column .menu .active a {
  color: #000;
  text-decoration: none;
}
#left-column .menu ul ul {
  margin: 6px 0 0 35px;
}
#left-column .menu ul ul li {
  background: url('../img/left-column-menu-li-li-bg.gif') no-repeat left 5px;
}
#left-column .menu ul ul li a {
  padding-left: 12px;
  color: #a75a1d;
  font-size: 12px;
}

#center-column {
  width: 500px;
  float: left;
  position: relative;
  z-index: 3;
}
#path {
  padding: 7px 0 0 2px;
}
#path li {
  list-style-type: none;
  float: left;
  background: url('../img/path-li-bg.gif') no-repeat right top;
  padding: 0 14px 0 0;
  margin: 0 9px 0 0;
  font-size: 12px;
  white-space: nowrap;
}
#path .active {
  background: url('../img/path-active-bg.gif') no-repeat right 5px;
}
#path .active a {
  color: #b6824f;
  text-decoration: none;
}

#center-column h1 {
  padding: 5px 0 0 1px;
}
#center-column .text {
  clear: both;
  padding: 22px 0 50px 0;
  min-height: 530px;
}
#center-column .photo {
  padding: 22px 50px 50px 0;
}
#center-column .text p {
  padding: 0 0 15px 0;
}

#photo {
  position: absolute;
  z-index: 2;
  top: 80px;
  width: 995px;
  margin: auto;
  text-align: right;
}

/* Forms */
#content form p {
  clear: both;
}
#content label {
  width: 136px;
  float: left;
  margin: 8px 10px 0 0;
  padding: 2px 0 4px 14px;
  border-bottom: 1px solid #bd9163;
}
#content .required label {
  background: url('../img/form-label-bg.gif') repeat-y right top;
  border: none;
  font-weight: bold;
}
#content .input-text {
  width: 335px;
  float: left;
  margin: 9px 0 0 0;
}
#content .text .buttons {
  padding: 10px 0 0 160px;
}
#content .buttons input {
  background: url('../img/button-bg.gif') repeat-x left top;
  border: none;
  color: #fff;
  width: 96px;
  text-align: center;
  height: 23px;
}

/* Tables */
#content table {
  border: 1px solid #bc9163;
  border-collapse: collapse;
}
#content td {
  border-bottom: 1px solid #dfd3c4;
  padding: 5px 5px 5px 20px;
  /* background: #fff; */
}
#content .last td {
  border: none;
}
#content .header td {
  background: #5b4531;
  border-bottom: 3px solid #473220;
  color: #fff; 
}

#cleo {position: absolute; width: 178px; height: 145px; left: 80px; top: 648px; background: url(../img/cleo.png);}
#cleo2 {/*position: absolute;*/ width: 178px; height: 145px; left: 60px; top: 520px; background: url(../img/cleo2.png);}
* html #cleo {background: url(../img/cleo.jpg);}
* html #cleo2 {background: 0; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../templates/img/cleo2.png');}

#content td.ts {
  vertical-align: top;
  background: none;
  border-bottom: 1px solid #62482F;
}

#content td.tss {
  vertical-align: top;
  background: none;
  border-top: 1px solid #62482F;
  border-bottom: 1px solid #62482F;
}

#content td.tf {
  vertical-align: top;
  background: none;
  padding: 10px 0 0 0;
  width: 180px;
  border-bottom: 1px solid #62482F;
}

#content td.tff {
  vertical-align: top;
  background: none;
  padding: 10px 0 0 0;
  width: 180px;
  border-top: 1px solid #62482F;
  border-bottom: 1px solid #62482F;
}

#content .pl { width: 100%; }
#content .pl td { background: none; border-bottom: 1px solid #BC9163;}

#content .tabula2 {
  width: 100%;
  border: none;
  background: none;
}

#content .tabula2 tr td {
  border: none;
  background: none;
  vertical-align: top;
  text-align: left;
 }
#content .tabula3 {
  width: 100%;
  border: none;
  background: none;
  border-collapse: collapse;
}

#content .tabula3 tr td {
  border: none;
  background: none;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #61462d;
 }

#form tr{background:none;}
#form{width:100%;margin-top:30px;}
#form td{padding-left:15px;background:none;border:none;}
#form .a{margin-top:3px;width:415px;height:25px;background:url(../img/47.gif) no-repeat;padding:4px 10px}
#form .a input{font:16px Arial;width:410px;margin:0;padding:0;border:0}
#form .b{margin-top:3px;width:425px;height:109px;background:url(../img/49.gif) no-repeat;padding:3px 5px}
#form .b textarea{font:16px Arial;width:410px;margin:0;padding:0;border:0;height:100px}
.button{width:127px;height:34px;background:url(../img/poga.gif) no-repeat;border:0;padding:0;margin:0;cursor:pointer;color:#FFF}
#form .r{background:url(../img/48.gif) no-repeat 0 22px}

th.req p{text-align:left;border-left:3px solid #003366;padding-left:5px;}

#gilis-popup {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 100;
  width: 600px;
  height: 660px;
  margin-left: -300px;
  margin-top: -330px;
  cursor: pointer;
}