body {
  position: relative;
  font-family: Calibri, 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
  font-size: 11pt;
  text-align: center;
}

img {
  border: 0 none;
}

a {
  color: #3D3E3F;
}

a:hover {
  color: #EC008C;
  text-decoration: none;
}

#wrapper {
  position: relative;
  width: 1079px;
  text-align: left;
  margin: 20px auto 50px;
}

#body-wrapper {
  clear: both;
}

#header {
  position: relative;
  width: 175px;
  float: left;
}

#header h1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 175px;
  height: 120px;
}

#header * {
  margin: 0;
  padding: 0;
}

#header img {
  position: relative;
  z-index: 999;
}

#language-bar {
  position: absolute;
  top: 25px;
  right: 0;
  font-size: 9pt;
}

#language-bar * {
  color: rgb(236, 0, 140);
  text-decoration: none;
  padding: 0 10px;
}

#language-bar a:hover {
  text-decoration: underline;
}

#language-bar strong {
  font-weight: normal;
  color: #999;
}

#main-menu, #main-sub-menu {
  float: right;
  height: 30px;
}

#main-menu ul, #main-sub-menu ul {
  margin: 0;
  padding: 0;
}

#main-menu {
  clear: right;
  margin-top: 60px;
}

#main-menu ul {
  _padding-left: 10px;
}

#main-menu ul li {
  float: left;
  list-style: none;
  font-size: 11pt;
  text-transform: uppercase;
  margin: 0 0 0 -1px;
  border: 1px solid rgb(169,171,174);
  display: block;
}

#main-menu ul li strong, #main-menu ul li a {
  display: block;
  padding: 0 10px;
  line-height: 30px;
  text-decoration: none;
  color: rgb(95,96,98);
}

#main-menu ul li strong {
  color: rgb(236,0,140);
  font-weight: normal;
}

#main-menu ul li a:hover, #main-sub-menu ul li a:hover {
  color: #fff;
  background-color: #A9ABAE;
}

#main-sub-menu {
  clear: right;
/*  _width: 285px; */
  margin-top: 1px;
/*   border: 1px solid rgb(169,171,174); */
  line-height: 33px;
  height: 33px;
  color: rgb(95,96,98);
  width: expression('500px');
}

#main-sub-menu ul {
  float: right;
}

#main-sub-menu li {
  float: left;
  list-style:none;
  font-size: 9pt;
  text-transform: uppercase;
  padding: 0 10px;
}

#main-sub-menu a {
  display: block;
  padding: 0 10px;
  margin: 0 -10px;
  text-decoration: none;
  color: rgb(95,96,98);
  font-weight: bold;
}

#booking {
  clear: left;
  float: right;
  width: 480px;
  height: 385px;
  background-color: #fff;
}

#booking h2 {
  margin: 0;
  height: 35px;
  padding: 0 35px;
  line-height: 35px;
  background-color: rgb(95,96,98);
  color: #fff;
  font-size: 14pt;
  text-transform: uppercase;
  font-weight: normal;
  _width: 437px;
}

#booking table {
  width: 437px;
  margin: 10px 35px;
  font-size: 11pt;
  line-height: 150%;
}

#booking table td {
  padding: 5px 0;
}

#booking input, #booking select {
  border: 1px solid rgb(95,96,98);
  width: 180px;
}

#booking select {
  width: 182px;
}

#booking input.wide {
  width: 398px;
}

#booking input.submit {
  height: 35px;
  padding: 0 30px;
  line-height: 35px;
  background-color: rgb(95,96,98);
  color: #fff;
  font-size: 12pt;
  text-transform: uppercase;
  width: 400px;
  cursor: pointer;
}

#mm-box {
  background-color: rgb(236,0,140);
  background-color: #f24dae;
  background-color: #F24DAE;
}

#mm-box .clearer {
  _position: absolute;
}

#mm-displayer {
  position: relative;
}

#mm-select {
  clear: right;
  float: left;
  width: 601px;
  height: 30px;
}

#mm-select a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 299px;
  _width: 285px;
  text-align: center;
  color: #fff;
  border-right: 1px solid #fff;
  text-decoration: none;
  background-color: #F24DAE;
  font-size: 12pt;
}

#mm-select a.selected {
  color: #000;
}

#mm-control {
  height: 30px;
  line-height: 30px;
  background-color: #F24DAE;
  color: #fff;
}

#mm-paging {
  display: inline-block;
  float: left;
  width: 250px;
  _width: 245px;
  text-indent: 20px;
  border-right: 1px solid #fff;
  height: 30px;
  line-height: 30px;
  background-color: #F24DAE;
}

#mm-paging a {
  text-decoration: none;
  color: #fff;
  padding: 0 3px;
}

#mm-paging a:hover {
  text-decoration: underline;
}

#mm-paging a.selected {
  color: #001F7C;
}

#mm-back, #mm-forth {
  display: inline-block;
  float: left;
  width: 112px;
  border-right: 1px solid #fff;
  text-align: center;
  text-indent: -200px;
  overflow: hidden;
  background-position: top center;
  background-repeat: no-repeat;
  height: 30px;
  line-height: 30px;
  background-color: #F24DAE;
}

#mm-back a, #mm-forth a {
  display: block;
}

#mm-back {
  background-image: url(images/a-back.png);
}

#mm-forth {
  border: 0 none;
  background-image: url(images/a-forth.png);
}

#slides {
  position: relative;
  width: 1080px;
  height: 203px;
  overflow: hidden;
  clear: both;
  margin: 5px 0;
}

#slides .items {
  position: absolute;
  width: 20000em;
}

#slides * {
  margin: 0;
  padding: 0;
}

#slides div div {
  position: relative;
  float: left;
  width: 269px;
  _width: 269px;
  height: 183px;
  margin-bottom: 30px;
  border-right: 1px solid #fff;
  overflow: hidden;
}

#slides h3, #slides p {
  font-size: 12pt;
  _font-size: 10pt;
  font-weight: normal;
  color: #fff;
  height: 25px;
  padding: 0 10px;
  line-height: 25px;
  _width: 269px;
}

#slides h3 {
  text-transform: uppercase;
  background-color: #a9abae;
}

#slides p {
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
  right: 0;
}

#slides p span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #a9abae;
  opacity: .8;
  filter: alpha(opacity=70);
  z-index: -1;
}

#slides a {
  text-decoration: none;
}

#follow {
  clear: left;
  float: left;
  margin-top: 4px;
  margin-right: 10px;
}

#follow h2 {
  margin: 0;
  padding: 0;
  font-size: 9pt;
  color: #5F6062;
}

#follow p {
/*   margin-left: 100px; */
  margin-top: 10px;
}

#partners {
  float: left;
  margin-right: 20px;
}

#footer {
  clear: both;
  float: right;
  width: 550px;
  text-align: right;
  padding: 10px 0;
  border-top: 1px solid #A9ABAE;
  color: #A9ABAE;
}

#footer a {
  text-decoration: none;
  color: rgb(236, 0, 140);
}

.article-block {
  clear: both;
}

.article-block .banner {
  margin: 0 0 -4px;
  padding: 0 !important;
  _width: 430px;
}

.article-block .banner h3, .article-table .tb-banner h3 {
  margin: 0;
  color: #fff;
  height: 40px;
  line-height: 40px;
  background-color: #A9ABAE;
  font-size: 14pt;
  font-weight: normal;
  text-transform: uppercase;
  text-indent: 20px;
  padding: 0;
  width: 100%;
  width: 430px;
}

.ab-right .banner {
  float: right;
  margin-left: 40px;
}

.ab-left .banner {
  float: left;
  margin-right: 40px;
}

.block {
  padding: 10px;
  color: #5F6062;
}

.sub-page {
  text-align: justify;
}

.article-block .article {
  text-align: justify;
}

.article, .tb-article {
  margin: 0;
/*   padding: 10px 0 0 0; */
  color: #5F6062;
}

.article h2, .article-table .tb-article h2 {
  margin: 0;
  color: #EC008C;
  font-weight: normal;
  text-transform: uppercase;
}

.article-block {
  clear: both;
}

.ab-bordered, .ab-bordered .banner {
  margin-bottom: 10px !important;
}

.ab-bordered .article div div, .article-table .tb-article {
  _float: left;
  _width: 525px;
  margin: 30px 0 10px 0;
  _margin-top: 0;
  padding: 20px 40px;
  border: 1px solid #A9ABAE;
}

.article-table .tb-article {
  margin: 0;
}

.article-table .tb-separator {
  width: 30px;
}

.block h2 {
  margin: 0;
  padding: 0 20px;
  font-size: 14pt;
  text-transform: uppercase;
  font-weight: normal; 
}

.block p {
  margin: 5px 10px;
  font-size: 11pt;
  text-align: justify;
}

.article-table {
  clear: both;
  border-collapse: collapse;
  width: 100%;
}

.article-table td {
  vertical-align: top;
  padding: 0;
}

hr.hidden {
  display: none;
}

div.clearer {
  width: 0;
  height: 0;
  clear: both;
}


.ind {
  margin-left: 490px;
}

.empty
{
    color: #FF0000 !important;
}


#nlt
{
    display: block;
    background-color: #F24DAE;
    color: #FFF;
    width: 257px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
}



