body {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  height: 100%;
  width: 100%;
  background-image: url(images/background.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: #000000;
}

#container {
  margin: 0px;
  padding: 10px 10px 10px 10px;
}


/* ---------- HEADER ---------- */
#page-header {
}

#main-logo h1 {
  background-image: url(images/logos/full_logo_346x114.png);
  width: 346px;
  height: 114px;
  background-repeat: no-repeat;
  margin-top: 0px;
  position: absolute;
}
#main-logo h1 span {
  display: none;
}

#main-menu {
  margin: auto;
  margin-left: auto; margin-right: auto;
  width: 500px;
  text-align: center;
}
#main-menu a {
  margin-left: 20px; margin-right: 20px;
}

#content-wrapper {
}

#content {
  margin-top: 50px;
  padding: 10px 10px 10px 10px;
}


/* ---------- CONTACT US ---------- */
#contact-us {
  background-image: url(images/border_579x400.png);
  position: relative;
  width: 579px;
  height: 400px;
  margin: auto;
  margin-left: auto; margin-right: auto;
}

#contact-form {
  width: 330px;
  color: #391906;
  line-height: 16px;
  display: inline;
  float: left;
}

#contact-form-header {
  padding-bottom: 38px;
}
#contact-form h2 {
  background-image: url(images/text/contact_form_144x19.png);
  width: 144px;
  height: 19px;
  background-repeat: no-repeat;
  margin-top: 0px;
  position: absolute;
}
#contact-form h2 span {
  display: none;
}

#contact-form fieldset {
  margin-top: 15px;
  margin-left: 0px;
  padding: 0px 0px 0px 0px;
  border: 0px;
}

#contact-form label {
  clear: both;
  width: 100px;
  margin-right: 8px;
  display: block;
  float: left;
  padding-top: 2px;
}

#contact-form input, #contact-form textarea {
  margin-right: 0px;
  margin-bottom: 15px;
  float: right;
}

#contact-form input.input-text {
  width: 210px;
  border: 0px;
  background-color: #799a73 !important;
}
#contact-form input.input-text:hover, #contact-form input.input-text:focus {
  width: 210px;
  margin-bottom: 13px;
  border: solid 1px #391906;
  background-color: #799a73 !important;
}
#contact-form input.input-text-err {
  width: 210px;
  margin-bottom: 11px;
  border: solid 2px #a22219;
  background-color: #799a73 !important;
}

#contact-form textarea.input-textarea {
  width: 330px;
  height: 100px;
  border: 0px;
  background-color: #799a73 !important;
}
#contact-form textarea.input-textarea:hover, #contact-form textarea.input-textarea:focus {
  width: 330px;
  height: 100px;
  margin-bottom: 15px;
  border: solid 1px #391906;
  background-color: #799a73 !important;
}
#contact-form textarea.input-textarea-err {
  width: 330px;
  height: 100px;
  border: solid 2px #a22219;
  background-color: #799a73 !important;
}

#contact-details {
  width: 170px;
  color: #391906;
  line-height: 16px;
  display: inline;
  float: right;
}

#office-header {
  margin-top: 10px;
  padding-bottom: 28px;
}
#office-header h2 {
  background-image: url(images/text/office_48x16.png);
  width: 48px;
  height: 16px;
  background-repeat: no-repeat;
  margin-top: 0px;
  position: absolute;
}
#office-header h2 span {
  display: none;
}

#contact-dialog {
  color: #391906;
}
#contact-dialog .ui-corner-all {
  margin-top: 0.7em;
  padding: 0 0.7em;
}
#contact-dialog .ui-icon-alert {
  float: left;
  margin-right: 0.3em;
}


/* ---------- INTRO ---------- */

#intro-wrapper {
  margin-top: 25px;
}
#intro {
  background-image: url(images/text/intro.png);
  position: relative;
  width: 497px;
  height: 78px;
  margin: auto;
  margin-left: auto; margin-right: auto;
}


/* ---------- FOOTER ---------- */
#page-footer {
  position: fixed;
  bottom: 0px;
  color: #391906;
  right: 17px;
  text-align: right;
}