/* Services section styles for SkinCare Physicians site */



/* BODY */

#divbody {
  background-image: url(../img/services/gradient.gif);
}



/* TEXT */

/* graphical heading */
#divtext h1 {
  color: #6e4997;
}
/* subheads */
#divtext h2, #divtext h3 {
  color: #6e4997;
}
/* bulleted lists */
#divtext ul li {
  background-image: url(../img/services/bullet.gif);
}
/* headed lists - lists that look like paragraphs with headings*/
#divtext ul.headedlist strong {
  color: #6e4997;
}


/* main page - three horizontal buttons */

#divservicesbuttons {
  position: relative;
  height: 125px;
  margin-bottom: 20px;
}
ul#servicesbuttonnav {
  position: absolute;
  left: -8px;
  top: 0px;
  width: 520px;
  list-style: none;
  margin: 0px;
  padding: 0px;
  background-image: none;
}
ul#servicesbuttonnav li {
  display: block;
  float: left;
  margin: 0px;
  padding: 0px;
}
