* { margin: 0; padding: 0; }

a img { border: none; }

body {
  background: url(/images/background.png);
  color: #3a3326;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 13px;
}

#container {
  width: 811px;
  margin: 0 auto;
  background: url(/images/container_background.png) repeat-y;
}

.map {
  background: #f8f5e2;
  padding: 28px 15px 56px 15px;
}

iframe { border: 1px solid #4c3f2c; }

a.google { 
  display: block; 
  text-align: center;
  color: #000;
  text-transform: uppercase;
  padding: 0.5em 0 0 0;
}

.header {
  border-bottom: 8px solid #4c3f2c;
  display: block;
}

.left, .right {
  padding: 28px 0 0 0;
}

.left {
  float: left;
  padding-left: 15px;
  width: 244px;
}

.logo { display: block; margin: 0 auto; }

ul.navigation {
  font-size: 14px;
  list-style-type: none;
  margin: 0 auto;
  padding: 23px 0 50px 0;
  text-transform: lowercase;
  width: 194px;
}

.navigation li {
  border-bottom: 1px dotted #1e1009;
  line-height: 20px;
  padding: 0 0 0 13px;
}

.navigation li.current {
  background: url(/images/current.png) center left no-repeat;
}

.navigation a {
  color: #1e1009;
  text-decoration: none;
  font-weight: 100;
}

.navigation li.current,
.navigation a:hover,
.navigation a:active {
  color: #a09251;
  font-weight: bold;
}

h2 {
  background: #a09251 url(/images/header_background.png) no-repeat;
  color: #e9e1be;
  font-size: 13px;
  font-weight: bold;
  height: 23px;
  padding: 24px 0 0 18px;
  margin-bottom: 12px;
  text-transform: uppercase;
  width: 226px;
}

h2.dark { background-image: url(/images/header_background_dark.png); }

.left p {
  border-bottom: 1px dotted #3a3326;
  font-size: 11.5px;
  line-height: 16px;
  margin: 0 13px 6px 18px;
  padding-bottom: 8px;
}

.left p.no_border {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.left img {
  display: block;
  margin: 0 auto;
  padding: 14px 0;
}

.associations, .associations-border, .associations-bordered,
.associations div, .associations-border div, .associations-bordered div {
  position: relative;
  height: 117px;
  width: 211px;
  margin: 0 auto;
}

.left .associations {
  padding: 24px 0;
}

.left .associations-bordered {
  border-bottom: 1px dotted #3a3326;
  border-top: 1px dotted #3a3326;
  padding: 12px 0;
}

.left .associations-border {
  border-top: 1px dotted #3a3326;
  padding: 12px 0;
}

.associations img, .associations-border img, .associations-bordered img { padding: 0; }

.associations a, .associations-border a, .associations-bordered a {
  display: block;
  position: absolute;
}

.associations a span, .associations-border a span, .associations-bordered a span {
  display: none;
}

a.mda { top: 0; left: 0; width: 104px; height: 30px; }
a.amed { top: 0; left: 121px; width: 82px; height: 42px; }
a.gkas { top: 42px; left: 11px; width: 65px; height: 75px; }
a.ada { top: 55px; left: 101px; width: 99px; height: 43px; }

.left .creditcards { padding-bottom: 24px; }

.bottom { margin-top: -100px; }

.bottom .left { padding-top: 8px; }

.left .faq {
  font-size: 11px;
  line-height: 16px;
}

.left .faq h4 {
  color: #3a3326;
  font-size: 11.5px;
  padding: 0 0 0 18px;
}

.left .faq p {
  padding: 14px 0 14px 0;
}

.left .zoom {
  float: right;
  padding-right: 16px;
  margin-top: -24px;
}

.right {
  margin-left: 280px;
  width: 514px;
}

.right p {
  line-height: 16px;
  padding-bottom: 15px;
}

.right p.bordered {
  border-bottom: 1px dotted #3a3326;
  margin-bottom: 15px;
}

.right p.double_border {
  border-bottom: 1px dotted #3a3326;
  border-top: 1px dotted #3a3326;
  line-height: 16px;
  margin: 0 0 15px 0;
  padding: 6px 0;
}

.right p a {
  color: #a09251;
  text-transform: uppercase;
}

.right div.bordered {
  border-bottom: 1px dotted #3a3326;
  border-top: 1px dotted #3a3326;
  line-height: 16px;
  margin-bottom: 15px;
}

.right div.bordered div {
  background-color: #e9e1be;
  line-height: 16px;
  margin: 4px 0 4px -4px;
  padding: 2px 0 2px 4px;
}

.bordered a {
  color: #a09251;
  display: block;
  float: right;
  padding-right: 4px;
  text-transform: uppercase;
}

.right p a.email,
.bordered a.email {
  color: #3a3326;
  display: inline;
  float: none;
  text-transform: none;
  text-decoration: none;
}

.right p a.email { text-decoration: underline; }

.right .bordered h3 {
  display: inline;
  line-height: 16px;
}

.right img {
  display: block;
}

.right .caption {
  color: #a09251;
  font-size: 10px;
  line-height: 16px;
  padding-bottom: 15px;
  text-align: right;
}

.right h3 {
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
  text-transform: uppercase;
}

h1 {
  border-top: 1px dotted #3a3326;
  border-bottom: 1px dotted #3a3326;
  font-size: 15px;
  margin-bottom: 15px;
  position: relative;
  padding: 4px 0;
  text-transform: uppercase;
}

h1 span {
  color: #a09251;
  float: right;
  font-size: .826em;
  font-weight: normal;
  text-transform: none;
}

.footer {
  background: #4c3720 url(/images/footer.jpg) no-repeat;
  clear: both;
  font-size: 10px;
  font-weight: bold;
  height: 94px;
  line-height: 13px;
  padding-right: 42px;
  position: relative;
  text-align: right;
  width: 769px;
}

.footer p.copyright {
  color: #a09251;
  padding: 42px 0 0 0;
  text-transform: uppercase;
}

.footer p.siteby a {
  color: #deb23a;
  text-decoration: none;
}

.footer .phone {
  color: #d8c87f;
  font-size: 1.143em;
  left: 90px;
  line-height: 1;
  position: absolute;
  top: 42px;
}

.phone_number { white-space: nowrap; }