@charset "utf-8";
/* CSS starts here */

#est-container {
  font: 14px "Trebuchet MS", "Verdana", "Tahoma";
  overflow: auto;
}

#est-container-1, #est-container-2, #est-container-3, #est-container-4,
#est-container-5, #est-container-6, #est-container-7 {
  overflow: auto;
  width: 750px;
}

#est-container-1-1, #est-container-2-1, #est-container-3-1, #est-container-3-2,
#est-container-4-1, #est-container-5-1, #est-container-6-1, #est-container-7-2 {
  overflow: auto;
  float: left;
}

#est-container-3-2-1, #est-container-3-2-2 {
  overflow: auto;
}

#name {
  
}

#est-name {
  font-weight: bold;
  font-size: 26px;
  width: 720px;
}

a.est-link-name { color: #306410; }
a.est-link-name:hover { color: #CC0000; }

#category {
  padding: 12px 0px 0px 18px;
}

#est-category {
  color: #2e44b4;
  width: 720px;
}

a.est-link-category {
  color: #2e44b4;
  font-weight: bold;
  font-size: 12px;
}
a.est-link-category:hover { color: #CC0000; }

#photo {
  padding: 12px 0px 0px 16px;
  width: 285px;
  height: 225px;
}

img.est-photo-image {
  border: 4px white solid;
  width: 260px;
  height: 195px;
}

#address, #contact, #service {
  
}

#est-address {
  padding: 12px 0px 10px 0px;
}

#est-address-label, #est-contact-label, #est-service-label {
  color: #196817;
  font-weight: bold;
  font-size: 16px;
  width: 420px;
}
#est-address-location, #est-address-description {
  width: 400px;
  margin: 6px 0px 0px 20px;
}

#contact {
  overflow: auto;
}

.est-contact {
  overflow: auto;
  width: 100%;
}

#est-contact-label {
  padding-bottom: 2px;
}

.est-contact-label {
  float: left;
  color: #b03939;
  font-weight: bold;
  font-size: 13px;
  width: 130px;
  margin: 4px 0px 0px 20px;
}
.est-contact-value {
  float: left;
  font-size: 14px;
  width: 270px;
  margin-top: 4px;
}

#service {
  padding-top: 10px;
  width: 670px;
}

.est-service-group-name {
  color: #b03939;
  font-weight: bold;
  font-size: 13px;
  margin: 8px 0px 0px 20px;
}
.est-service-group-content {
  padding: 4px 0px 0px 20px;
  overflow: auto;
  width: 650px;
}
.est-service-name {
  color: #b03939;
  font-weight: bold;
  font-size: 16px;
  margin: 0px 0px 0px 20px;
}
.est-service-price {
  overflow: auto;
  width: 600px;
  margin: 2px 0px 0px 30px;
}
.est-service-price-label {
  color: #2e44b4;
  font-weight: bold;
  font-size: 13px;
  float: left;
  width: 42px;
}
.est-service-price-amount {
  float: left;
  width: 300px;
}
.est-service-description {
  margin-left: 30px;
}

#est-slogan {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
  color: #196817;
}


