html {
  background-color: #FFFFFF;
}

body {
  text-align: center; /* centered positioning */
}

#container {
  width: 750px;
  color: #645B43;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  background-image: url(../x-images/bkg-body.jpg);
  background-repeat: repeat-y;
  padding: 0px;
  margin: 15px auto; /* centered positioning */
  text-align: left; /* centered positioning */
}

li,td,th {
  color: #645B43;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
}

td {
  vertical-align: top;
}

th {
  background: #F4EFE9;
  border-bottom: 1px solid #DBD2C7;
}

#header {
  width: 100%;
  background-image: url(../x-images/bkg-header.jpg);
  background-repeat: no-repeat;
}

#menu {
  padding: 20px 42px 3px 42px;
  background-image: url(../x-images/bkg-menu.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  text-align: center;
}

#body {
  padding: 10px 42px 20px 42px;
  background-image: url(../x-images/bkg-sun.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
}

#footer {
  padding: 15px 42px 10px 42px;
  background-color: #FFFFFF;
  background-image: url(../x-images/bkg-footer.gif);
  background-repeat: no-repeat;
  background-position: top;
  text-align: center;
  color: #A19B8C;
  font-size: 10px;
}


/* --------- LINKS --------- */
a {
  color: #000099;
  text-decoration: underline;
}

a:hover {
  color: #994400;
  text-decoration: underline;
}
/* --------- LINKS --------- */



/* --------- HEADINGS --------- */
h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
}
/* --------- HEADINGS --------- */



/* ------ FORM ELEMENTS ------ */
.form-txt {
	border-style: inset;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
}
.form-memo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-style: inset;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
}
.form-combo {
	border-style: inset;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
}
.form-btn {
	border-style: outset;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
}
/* ------ FORM ELEMENTS ------ */



.img-homepage {
  border: 1px solid #645B43;
}

.img-thumb {
  border: 1px solid #000000;
  margin-right: 10px;
  margin-bottom: 5px;
}

.p-details {
  font-size: 10px;
  margin: 2px 0 0 0;
}

.p-readmore {
  font-size: 10px;
  margin: 2px 0 0 0;  
}

.p-divider {
  border-bottom: 1px solid #E8E1D4;
  margin: 10px 0 20px 0;
}

#div-rentals {
  margin-top: 10px;
}


/* ------ DETAILS TABLE ------ */
.table-details {
  width: 100%;
  margin: 10px 0 30px 0;
}

.td-phototour {
  padding-top: 10px;
  width: 410px;
}

.img-phototour {
  border: 1px solid #000000;
  margin-bottom: 7px;
}

.td-details {
  padding: 12px 0 0 5px;
}
/* ------ DETAILS TABLE ------ */


/* ---- BOOKING INFO TABLE ---- */
.table-booking {
  width: 100%;
  margin-bottom: 30px;
}

.td-booking {
  width: 50%;
}

ul.booking {
  margin: 10px 0 10px 0;
  list-style: none;
  padding: 0px;
  border: none;
}

ul.booking li {
  margin-top: 3px; /* space between main items */
}

ul.booking li.secthead {
  text-decoration: underline;
  text-transform: uppercase;
}
/* ---- BOOKING INFO TABLE ---- */


/* ------ AMENITIES TABLE ------ */
.table-amenities {
  width: 100%;
  margin-bottom: 30px;
}

.td-amenities {
  width: 50%;
}

ul.amenities {
  margin: 10px 0 10px 0;
  list-style: none;
  padding: 0px;
  border: none;
}

ul.amenities li {
  margin-top: 3px; /* space between main items */
}
/* ------ AMENITIES TABLE ------ */


/* ------ VR TOUR TABLE ------ */
.table-vrtour {
  width: 100%;
  margin: 20px 0 30px 0;
}

.td-vrnav {
  padding-top: 10px;
}

.td-vrpano {
  width: 450px;
  padding-top: 10px;
}

ul.vrnav {
  margin: 10px 0 10px 0;
  list-style: none;
  padding: 0px;
  border: none;
}

ul.vrnav li.listhead {
  margin: 5px 0 10px 0;
  font-weight: bold;
}

ul.vrnav li {
  margin-top: 3px; /* space between main items */
}

ul.vrnav li a:visited {
  color: #990099;
}

ul.vrnav li a:hover {
  color: #994400;
}
/* ------ VR TOUR TABLE ------ */