li {
  margin-bottom: 15px;
}
a, a:visited, a:hover {
  color: #7ea4c8;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h2 {
  font-size: 20pt;
  font-weight: bold;
  color: #7ea4c8;
  font-family: helvetica;
  margin-top: 20px;
  margin-bottom: 20px;
}

hr {
  background-color: #ccc;
  display: block;
  height: 1px;
  margin: 1px 0;
}

body {
  width: 900px;
  background: white;
  color: black;
  font-size: 12pt;
  margin: 0px;
  padding: 0px 0px 0px 10px;
  font-family: Arial;
  font-weight: normal;
}

#footer {
  height: 105px;
  background: #7ea4c8 url(../images/footer-gradient.jpg) repeat-x bottom left;
  text-align: center;
  color: white;
  font-weight: normal;
  font-size: 10pt;
  padding: 1px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
}
#footer p {
  margin-top: 45px;
}

#logo {
  width: 165px;
  height: 80px;
  background: white url(../images/logo.gif) no-repeat bottom left;
  float: left;
  display: block;
  margin: 8px 0px 0px 12px;
}

#menu {
  background: blue url(../images/header-gradient.jpg) repeat-x top left;
  height: 35px;
  float: right;
  display: block;
  margin: 60px 0px 0px 0px;
  font-size: 12pt;
  color: white;
  font-weight: bold;
  font-family: Helvetica;
  padding-left: 10px;
  padding-right: 10px;
}
#menu ul {
  padding: 0px;
  margin: 0px;
  margin-top: 0.5em;
}
#menu ul li {
  list-style-type: none;
  float: left;
  margin: 0px 5px;
}
#menu a {
  color: white;
}
#menu a:hover {
  text-decoration: none;
  color: #cccccc;
}

#content {
  border: 0px;
  border-top: 7px solid #869fbd;
  border-bottom: 7px solid #869fbd;
  padding-bottom: 15px;
  padding-left: 20px;
}

.clear:after {
  height: 0px;
  clear: both;
  display: block;
  visibility: hidden;
  content: ".";
}
.clear {
  display: inline-block;
}
/* start non ie/mac css\*/
* html .clear {
  height: 1%;
}
.clear {
  display: block;
}
/* end non ie/mac css */

#banner {
  width: 900px;
  height: 250px;
  padding: 0px;
  margin: 0px;
  background: blue url(../images/banner.jpg) no-repeat top left;
  position: relative;
}
#banner a {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#content .main {
  margin-right: 320px;
}

#sidebar-right {
  width: 278px;
  float: right;
  margin: 7px 10px;
}
img.icon, #sidebar-right img.icon {
  float: left;
  margin-bottom: 0.5em;
  margin-right: 1em;
}
#sidebar-right img.icon{
  margin-left: -15px;
}
#sidebar-right .content {
  background: #869fbd;
  padding: 20px 20px 15px 20px;
  color: white;
  margin-top: 50px;
}
#sidebar-right .content h2 {
  font-size: 13pt;
  font-weight: bold;
  font-family: Helvetica;
  color: white;
}
td {
  vertical-align: middle;
}
td img {
  margin-right: 10px;
  margin-left: 10px;
  vertical-align: bottom;
}
p.small {
  font-size: 9pt;
}
dd {
  margin-bottom: 15px;
}
dt {
  font-weight: bold;
}
dt.italic {
  font-weight: normal;
  font-style: italic;
}
.header {
  margin-bottom: 15px;
}
.title {
  font-weight: bold;
  padding-top: 1em;
}
div .title {
  padding-bottom: 0.5em;
}
.italic {
  font-weight: normal;
  font-style: italic;
  padding-top: 1em;
}
.example img {
    width: 10em;
    padding: 0 0 0 1em;
    margin-left: 0;
    margin-right: 0;
}
.example {
    text-align:right;
}
.endo {
    text-align:center;
}
.endo img {
    padding-right: 3em;
}
.info {
    padding-left: 2.5em;
    padding-top: 0;
}
.services {
    margin-top: -1em;
 }
.mid {
    padding-top: 1em;
}
.shave {
  text-align:center;
  font-size:small;
}
.shave img {
  width:291px;
}
.services td {
    vertical-align:top;
}
.imgtitle img{
    padding-top:1em;
}
.imgtitle div {
    padding-left:0;
}
.homeicon {
    height:115px;
    float:right;
    padding: 0.5em 0;
}
