* {
  margin: 0px;
  padding: 0px;
}  

html {
  background: url('../img/pattern.jpg') repeat #d5d3c5;
  height: 100%;
}


body {
  text-align: center;
  color: #000;
  background: url('../img/header.png') no-repeat top left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #3f3f35;
  background: url('../img/top-backround.jpg') repeat-x;
  height: 100%;
}

p {
  padding: 5px 0px;
}

a {
  color: #000;
}

a:hover {
  text-decoration: none;
}

a img {
  border: none;
}

sup {
	vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: -0.4em;
    font-weight: normal;
}

table {
  border-collapse: collapse;
  margin: 5px 0px;
}

th, td {
  text-align: left;
  padding: 1px 5px 1px 0;
  vertical-align: top;
}

table.bordered thead th {
  background: #262516;
  color: #F5F3E5;
  padding: 3px 5px;
  font-size: 11px;
}

table.bordered thead th span {
  font-weight: normal;
}

table.bordered th, table.bordered td {
  border: 1px solid #262516;
  border-collapse: collapse;
  padding: 1px 5px;
}

table.bordered tr:nth-child(2n+1) {
  background: url('../img/table.png') repeat;
}

table.centered td, table.centered th {
  text-align: center;
}

table.centered tbody th {
  text-align: left;
} 

table.formated td, table.formated th {
  padding: 1px 30px 1px 0px;
}

table.hotel {
  margin-bottom: 20px;
}


table.hotel th {
  width: 150px;
  padding: 2px 20px 2px 0px;
}

table.hotel td {
  padding: 2px 0px;
}

table tr.photos img {
  border: 1px solid transparent;
  padding: 1px;
}

table tr.photos img:hover {
  border: 1px solid grey; 
}

.cleaner {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

a.next {
  color: #000;
  font-size: 10px;
}

a.pdf {
    background: url('../img/pdf-ico.png') no-repeat scroll left top transparent;
    display: block;
    font-size: 140%;
    height: 25px;
    padding: 14px 60px 10px 50px;
    text-align: left;
}
a.ico {
    display: block;
    font-size: 140%;
    height: 25px;
    padding: 14px 60px 10px 55px;
    text-align: left;
}

a.doc { background: url('../img/ico-doc.png') no-repeat scroll left top transparent; }
a.rtf { background: url('../img/ico-rtf.png') no-repeat scroll left top transparent; }
a.odt { background: url('../img/ico-odt.png') no-repeat scroll left top transparent; }
a.tex { background: url('../img/ico-tex.png') no-repeat scroll left top transparent; }

a.button {
  display: block;
  font-size: 15px;
  color: #ffffff;
  text-decoration: none;
  width: 214px;
  height: 39px;
  text-align: center;
  padding-top: 10px;
  text-shadow: -1px -1px 1px #888;
  background: url('../img/button.png') no-repeat top left;
}

a.button:hover {
  padding-top: 11px;
  height: 38px;
  padding-left: 2px;
  width: 212px;
  background: url('../img/button.png') no-repeat bottom left;
}

.important {
  color:white;background:red;display:block;font-size:10px;font-weight:normal;padding:5px;
}


a#vcs {
  display: block;
  height: 101px;
  width: 108px;
  background: url('../img/vcs.png') no-repeat top center;
}

a#vcs:hover {
  background: url('../img/vcs.png') no-repeat bottom center;
}

div.width {
  width: 669px;
}


img.welcome {
  float: right;
  height: 210px;
  padding-left: 20px;
  padding-bottom: 20px;
}

.anchor {
  position: relative;
}

.anchor a {
  position: absolute;
  left: 0px;
  top: -120px;
}


#sticky {
  min-height: 100%;
  position: relative;
}

#wrapper {
  width: 100%;
  /*background: url('../img/header-bcg.jpg') no-repeat top center;*/
  background: url('../img/header-visual.jpg') no-repeat top left;
  /*min-height: 727px;*/
  padding-bottom: 107px;
}

#content {
  width: 915px;
  margin: 0px auto 0;
  text-align: left;

}


#fixed {
  position: fixed;
  left: 0%;
  top: 0px;
  width: 100%;
  height: 120px;
  text-align: center;
  background: url('../img/fixed.jpg') repeat-x bottom center #f2f0e3;
  z-index: 50;
}


#header {
  height: 120px;
  width: 915px;
  margin: 0px auto;
  text-align: left;
  position: relative;
  background: url('../img/top.png') no-repeat 20% 0%;
}

#header a img#logo {
  position: absolute;
  z-index: 5;
  top: 0px;
  left: -45px;
}

#header img.right {
  padding: 15px 10px;
}

img.right {
  padding-left: 20px;
}

img.left {
  padding-right: 20px;
}

#menu {
  height: 48px;
  margin: 0px auto;
  text-align: left;
  width: 915px;
  clear: both;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

#menu ul {
  display: block;
  list-style-type: none;
}

#menu ul li {
  float: left;
  position: relative;
  z-index: 10;
}

#menu ul li.section.disable {
  display: none;
  visibility: hidden;
}

#menu ul li a {
  display: block;
  padding: 15px 10px;
  color: #5c5c4d;
  font-size: 15px;
  text-decoration: none;
  height: 18px;
}

/*#menu ul li:hover, #menu ul li:hover ul li {
  background-color: #2b2b26;
}*/


#menu ul li:hover a {
  color: #cfcdb9;
  /*background: url('../img/menu-ul.png') repeat-x top center;*/
  background: #2b2b26;
}

#menu ul li a.active {
  color: #000;
  font-weight: bold;
}

#menu ul li a.active:hover, #menu ul li:hover a.active {
  color: #cfcdb9;
}

#menu ul ul li a.active:hover, #menu ul ul li:hover a.active {
  color: #262516;
}

#menu ul ul {
  display: none;
  width: 210px;
  height: auto;
  position: absolute;
  top: 47px;
  left: 0px;
}

#menu ul li:hover ul {
  display: block;
}

#menu ul ul li {
  display: list-item;
}

#menu ul ul li a {
  display: block;
  width: 190px;
  height: 22px;
  padding: 5px 15px 0 15px;
  /*background: url('../img/menu-li.png') repeat-x bottom center;*/
  font-size: 13px;
  color: #f5f3e5;
}

#menu ul ul li a:hover {
  /*background: url('../img/menu-li.png') repeat-x top center;*/
  background-color: #c2c37c;
  color: #262516;
}

#text {
  padding: 155px 0px 35px;
}

p#breadcrumbs {
  margin-top: -44px;
  font-size: 10px;
  padding: 20px 0px;
  z-index: 8;
  display: block;
  position: relative;
}


#text h1, #text h2, #text h3 {
  color: #468987;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: normal;
  text-shadow: 1px 1px 3px #aaa;
}

#text h1 {
  font-size: 30px;
  padding-top: 0px;
  padding-bottom: 15px;
}

#text h2 {
  font-size: 25px;
  padding-top: 15px;
  padding-bottom: 10px;
}

#text h3 {
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 5px;
}

#text ul {
  padding: 5px 0px 5px 25px;
}


img.left {
  padding: 5px 20px 0 0;
}

hr {
  border: none;
  background: url('../img/hr.png') no-repeat top center;
  height: 31px;
  width: 666px;
  margin-top: 20px;
  clear: left;
}


#left {
  float: left;
  width: 650px;
}

#left h2 {
  padding: 0px 0px 5px;
}

#left div.half {
  font-size: 13px;
}

div.half {
  width: 50%;
  float: left;
}

div.half.first {
  width: 45%;
  padding-right: 5%;
}

#right {
  float: right;
  width: 226px;
  padding-left: 20px;
  padding-bottom: 20px;
}

#right div.block {
  display: block;
  width: 210px;
  background: url('../img/right.png') repeat #c8c982;
  margin-top: 15px;
  padding: 8px;
}

#right div.block ul {
  list-style-type: none;
  padding-left: 5px;
}

#right div.block ul li a {
  font-size: 13px;
  color: #4e4e39;
}

#right form#search {
  display: block;
  height: 40px;
  padding-top: 5px;
}


#right form#search input {
  background: url('../img/input.png') repeat-x #fff;
  border: 1px solid #000;
  height: 23px;
  display: block;
  width: 160px;
  padding: 0px 9px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: italic;
  color: #888;
  float: left;
}

#right form#search button {
  background: url('../img/search.png') no-repeat #fff;
  display: block;
  float: left;
  height: 25px;
  border: 1px solid #000;
  width: 40px;
  margin-left: 5px;
}


#footer {
  clear: both;
  height: 107px;
  width: 100%;
  /*background: url('../img/footer-bcg.jpg') no-repeat top center; */
  background: url('../img/bottom-backround.jpg') repeat-x bottom center #2f2d1f;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

#footer_visual {
  clear: both;
  height: 107px;
  width: 100%;
  /*background: url('../img/footer-bcg.jpg') no-repeat top center; */
  background: url('../img/bottom-visual.jpg') no-repeat bottom right;
}

#sitemap, #cbt {
  width: 915px;
  margin: 0px auto;
  text-align: left;
}

#sitemap {
  height: 328px;
}

#sitemap ul {
  list-style-type: none;
}


#sitemap li.section, #sitemap li.section.disable {
  display: block;
  padding-top: 30px;
  height: 130px;
  float: left;
  width: 228px;
  padding-bottom: 10px;
}

#sitemap li.disable {
  display: none;
}


#sitemap ul li a {
  color: #5c5c4d;
  font-weight: bold;
  font-size: 13px;
}

#sitemap ul ul {
  padding-top: 10px;
}


#sitemap ul ul li a {
  font-weight: normal;
}

#sitemap ul li a:hover, #sitemap ul ul li a:hover {
  color: #000;
  text-decoration: underline;
}

#cbt {
  background: url('../img/footer.png') no-repeat top center;
}


#cbt, #cbt a {
  font-size: 13px;
  color: #b7b5a6;
}

#cbt .small {
  font-size: 10px;
  padding-top: 20px;
}


#cbt img.left {
  padding: 5px 15px 5px 0px;
}

#cbt a:hover {
  color: #fff;
}

