/* General
============================================================================= */

.section {
  padding: 0 0 30px 0;
  border-bottom: 1px solid #dcdcdc;
}

p.link {margin: 9px 0 0 0;}
p.arrow_down {background: url(/img/arrow_down.gif) 0 2px no-repeat;}
ul#navigation li a#contact_active {background: url(/img/contact.gif) 0 -50px no-repeat;}

/* Introduction
============================================================================= */

h2#introduction {
  background: url(/img/home.gif) 0 0 no-repeat;
  width: 578px;
  height: 56px;
}

  h2#introduction a {
  display: block;
  width: 186px;
  height: 19px;
  padding: 0 0 0 109px;
  }

/* Contact details
============================================================================= */

.contact_details {
  color: #5c5c56;
  width: 200px;
  padding: 0 0 30px 0;
  margin: 0 30px 0 0;
  float: left;
}

h3#contact_details {
  background: url(/img/contact_details.gif) 0 0 no-repeat;
  width: 103px;
  margin: 30px 0 0 0;
}

p.first {margin: 12px 0 0 0;}
a#find_us {border: none;}
p.new {margin: 9px 0 0 0;}
p span {color: #8d8d85;}

/* Error box
============================================================================= */

#error_box {
  background: #F9F4B6;
  border: 1px solid #E2DC90;
  margin-top: 16px;
  padding: 10px 13px;
  color: #75713C;
}

/* Send us a message
============================================================================= */

#message {
  color: #5c5c56;
  width: 430px;
  padding: 0 0 30px 0;
  float: left;
}

h3#send_us_message {
  background: url(/img/send_message.gif) 0 0 no-repeat;
  width: 118px;
  margin: 30px 0 0 0;
}

.left_textinput {
  width: 200px;
  margin: 0 30px 0 0;
  float: left;
}

.right_textinput {
  width: 200px;
  float: left;
}

  #message .row {margin: 9px 0 0 0;}

  #message .row label em {font-style: normal; padding-left: 3px; color: #AAAAAA;}

  #message div.textinput {
    background: url(/img/textbox_200.gif) 0 0 no-repeat;
    height: 26px;
    margin: 3px 0 0 0;
  }

  #message input {
    background: none;
    width: 188px;
    height: 21px;
    padding: 5px 6px 0 6px;
    border: none;
  }

  #message div.textarea {
    background: url(/img/textarea_430.gif) 0 0 no-repeat;
    height: 95px;
    margin: 3px 0 0 0;
  }

  #message textarea {
    background: none;
    width: 418px;
    height: 83px;
    margin: 5px 6px 5px 6px;
    border: none;
  }

  #message button {
    background: url(/img/send_message.gif) 0 0 no-repeat;
    height: 26px;
    width: 100px;
    margin: 16px 0 0 0;
    float: right;
  }

  #message button:hover {background-position: 0 -26px;}
