html, body {
  /* background-image:url(images/bg_html1.jpg); */
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-size: 13px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0 0 5px 0;
}

li {
  line-height: 20px;
}

h1 {
  /*text-align: center;*/
}

h1, h2, h3 {
  /* font-family: 'Cantata One', serif;*/
  color: #6A0000;
}

a, a:visited, a:hover {
  color: #000;
  text-decoration: none;
}

hr {
  margin: 5px 5px;
}

.navbar-nav.nav-justified > li {
  float: none;
}

.page-header {
  border-bottom: none;
}

img {
  border: 0px;
}

.container {
  /*background-color:rgba(255,255,255,0.6);*/
  /*background-color: rgb(245,245,245);*/
}

#main {
  margin-right: auto;
  margin-left: auto;
  width: 772px;
}

#topmargin {
  height: 15px;
}

#top {
  background-image: url(images/bg_top.png);
  width: 800px;
  height: 120px;
  position: relative;
}

/* menu */
.menudiv {
  margin-left: 0px;
  width: 800px;
  background-image: url(images/bg_body.png);
  height: 29px;
}

.menubar {
  text-align: left;
  padding-left: 70px;
  height: 29px;
  width: 772px;
}

.menu {
  margin: 0;
  padding: 0px;
  width: 609px;
  height: 29px;
}

  .menu li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    display: block;
  }

  .menu a {
    height: 29px;
    display: block;
  }

  .menu span {
    position: absolute;
    top: -999em;
  }

.panel {
  border-width: 2px;
}
/*
.mainmenuhome{width:70px; height:29px; background:url('images/nmenu.png') no-repeat -0px -0px;}
.mainmenuhome a:hover{background: url('images/nmenu.png') -0px -29px;}
.mainmenuhomesel{width:70px; height:29px;background:url('images/nmenu.png') -0px -29px;}

.mainmenuservice{width:111px; height:29px; background:url('images/nmenu.png') no-repeat -74px -0px;}
.mainmenuservice a:hover{background: url('images/nmenu.png') -74px -29px;}
.mainmenuservicesel{width:111px; height:29px; background:url('images/nmenu.png') -74px -29px;}

.mainmenupromotion{width:103px; height:29px; background:url('images/nmenu.png') no-repeat -185px -0px;}
.mainmenupromotion a:hover{background: url('images/nmenu.png') -185px -29px;}
.mainmenupromotionsel{width:103px; height:29px; background:url('images/nmenu.png') -185px -29px;}

.mainmenubooking{width:112px; height:29px; background:url('images/nmenu.png') no-repeat -287px -0px;}
.mainmenubooking a:hover{background: url('images/nmenu.png') -287px -29px;}
.mainmenubookingsel{width:112px; height:29px; background:url('images/nmenu.png') -287px -29px;}

.mainmenuvoucher{width:103px; height:29px; background:url('images/nmenu.png') no-repeat -398px -0px;}
.mainmenuvoucher a:hover{background: url('images/nmenu.png') -398px -29px;}
.mainmenuvouchersel{width:103px; height:29px; background:url('images/nmenu.png') -398px -29px;}

.mainmenucontactus{width:108px; height:29px; background:url('images/nmenu.png') no-repeat -501px -0px;}
.mainmenucontactus a:hover{background: url('images/nmenu.png') -501px -29px;}
.mainmenucontactussel{width:108px; height:29px; background:url('images/nmenu.png') -501px -29px;}
  */

.bodydiv {
  width: 800px;
  background-image: url(images/bg_body.png);
  height: 340px;
}



.tailaddress {
  width: 286px;
  position: absolute;
  color: #6a3b3b;
  font-size: 14px;
  font-family: Times New Roman;
  right: 50px;
  bottom: 30px;
}

form {
  border: 0px;
  margin: 0;
  padding: 0;
}

.form-control {
  font-size: 13px;
}
/*
input[type=text], textarea, select
{
	margin:0px;
	border:solid 1px #666;
	padding:3px;
}
*/

select {
  padding: 0;
}

a:link {
  color: rgb(24, 188, 156);
  text-decoration: none;
}

.logoimg {
  width: 90px;
  float: left;
  padding-right: 10px;
}

.logodiv {
  margin-top: 18px;
  padding-left: 20px;
}

.logocopy {
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  color: #555555;
}

.logodesc {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #555555;
  font-style: italic;
}

.taildiv {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  color: #555555;
  font-style: italic;
}

  .taildiv .l1 {
    font-size: 14px;
  }

  .taildiv .l2 {
    font-size: 12px;
  }

footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 70px;
  background: #bbe8e0;
}

.footerpad {
  margin-bottom: 70px;
}

.issuelist {
  list-style: none;
  padding-left: 0;
}

  .issuelist li {
    /*margin-bottom: 10px;*/
    border-bottom: 1px solid #eee;
    clear: both;
  }

    .issuelist li > div {
      padding: 3px;
      position: relative;
    }


.rightmenu {
  margin-top: 10px;
}

@media all and (max-width:767px) {

  .footerpad {
    margin-bottom: 0;
  }

  footer {
    position: initial;
    bottom: 0px;
    width: 100%;
    height: 70px;
    background: #bbe8e0;
  }
}


@media all and (max-width:480px) {
  .logoimg {
    width: 70px;
    float: left;
    padding: 5px 10px 0 10px;
  }

  .logodiv {
    margin-top: 5px;
    padding-left: 0px;
    line-height: 1.0em;
  }

  .logocopy {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #555555;
  }

  .logodesc {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    color: #555555;
    font-style: italic;
  }

  .taildiv .l1 {
    font-size: 10px;
  }

  .taildiv .l2 {
    font-size: 8px;
  }

  .footerpad {
    margin-bottom: 0;
  }

  footer {
    position: initial;
    bottom: 0px;
    width: 100%;
    height: 70px;
    background: #bbe8e0;
  }

  .navbar-brand {
    height: 30px;
  }

  .navbar {
    min-height: 30px;
  }

  .rightmenu {
    margin-top: 5px;
  }
}
