* {
  margin: 0;
  padding: 0;
}

body {
  font-family: verdana, arial;
  font-size: 10pt;
  color: #3E3C3C;
  background-color: white;
}

div.wrapper {
  width: 990px;
}

h1 {
  display: none;
}

h4 {
  margin-top: 1em;
}

a {
  color: #CC2E2E;
  text-decoration: none;
}

a:hover {
  color: #FEBA25;
}

ul.navbar {
  border-bottom: 1px solid #CC2E2E;  
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  list-style: none;
}

ul.navbar li {
  display: inline;
  margin-right: 1em;
  
}

div.title {
  text-align: center;
}

a.title {
  display: block;
  width: 401px;
  height: 212px;
  background-image: url(images/title.gif);
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}

a.title span {
  display: none;
}

div.leftbar {
  float: left;
  width: 180px;
  padding-left: 10px;
  padding-bottom: 50px;
}

div.rightbar {
  float: right;
  width: 330px;
  margin-left: 10px;
}


img.content-image {
  float: right;
  margin-left: 20px;
  margin-right: 100px;
  margin-bottom: 20px;
}

div.content {
  margin-left: 235px;
}

div.content p {
  text-align: justify;
  line-height: 16pt;
}

div.content > p {
  width: 400px;
}

div.content h2 {
  font-size: 14pt;
  line-height: 28pt;
}

ul.sidebar {
  list-style: none;
}

ul.sidebar li {
  background-image: url(images/button.png);
  background-repeat: repeat-x;
  height: 2em;
  padding-top: 8px;
  padding-left: 20px;
}

ul.sidebar li a {
  vertical-align: middle;
}

li.main {
	font-weight: bold;
}

form.contactus {
	margin-top: 28px;
	padding-left: 14px;
	font-style: italic;
}

form.contactus textarea, form.contactus input {
	width: 150px;
}

input, textarea {
	background-color: white !important;
}

form.contactus input#submit {
	margin-top: 15px;
}

div.leftbar h2 {
	font-size: 12pt;
	margin-bottom: 1em;
}

fieldset {
	border: none;
}

input#name, input#real_mail, textarea#message {
	background-color: #FEFCF6 !important;
}

p {
  margin-bottom: 0.5em;
}

p.first, h2.first {
  
}

p.first {
  margin-bottom: 1em;
}


div.topleft {
  float: left;
  width: 225px;
  margin-top: 28px;
}

div.topright {
  float: right;
  width: 200px;
  margin-top: 15px;
  margin-right: 55px;
}

p.error {
  color: #CC2E2E;
}

img.product-thumb {
  width: 100px;
  height: 75px;
  margin-bottom: 15px;
  margin-right: 15px;
  border: 1px solid black;
}

tr.product td {
  vertical-align: top;
}

div.booking-link {
  text-align: center;
  font-size: 12pt;
  font-weight: bold;
}

table.form-table tr th, table.form-table tr td {
  vertical-align: top;
  text-align: left;
}

table.form-table tr td select, table.form-table tr td input, table.form-table tr td textarea {
  width: 200px;
}

table.form-table tr th {
  width: 100px;
}
