#retailers {
  padding: 8px;
  clear: both;
}

.retailer-col H3,
#col3 H2 {
  text-transform: uppercase;
  border-bottom: 1px solid #81A5A7;
  border-top: 1px solid #81A5A7;
  padding: 2px;
  text-align: center;
  width: 160px;
}

#col3 H3 {
  text-transform: none;
  border: none;
  margin-top: 10px;
}


.retailer-col {
  float: left;
  width: 200px;
  padding: 20px;
}

.retailer-name {
  display: block;
  font-weight: bold;
  margin: 1px 0px;
}

#retailers address {
  margin:1px;
  padding: 2px;
  font-style:normal;
  width: 98%;
  line-height:18px;
  margin-bottom: 10px;
}


#salon-of-the-month {
  background: url(/images/salon-of-the-month.png) no-repeat top center;
  border: 2px solid #ddd;
  height: 140px;
  width: 320px;
  margin: 20px auto;
  padding-top: 60px;
  text-align: center;
  padding-right: 180px;
}





