body {
  margin: 0px 0px 0px 0px;
  background-color: 8CC6FF;
  font-family: sans-serif;
  background-image: url(images/corner_sun_blue.gif);
  background-attachment: fixed;
  background-position: top left;
  background-repeat: no-repeat;
  }


/* The main table */
.wrap {
  width: 710px;
  height: 100%;
  }


/* HEADER */

.header {
  height: 120px;
  background-image: url(images/Sunbelt_Banner.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
  }

/* SIDEBAR */

.sidebar {
  width: 150px;
  padding: 10px 0px 275px 0px;
  font-size: 16px;
  background-color: 0000FF;
  background-image: url(images/side_ice_drop.gif);
  background-position: bottom center;
  background-repeat: no-repeat;
  }

.sidebar .link{
  display: block;
  margin: 0px 0px 10px 10px;
  color: FFFFFF;
  text-decoration: none;
  }

.sidebar .current{
  display: block;
  margin: 0px 0px 10px 10px;
  color: FFFFFF;
  text-decoration: none;
  }

.sidebar a:hover{
  color: FFFFFF;
  text-decoration: underline;
  }

/* CONTENT */

.content {
  width: 550px;
  background-color: FFFFFF;
  background-image: url(images/right_edge.gif);
  background-position: top right;
  background-repeat: repeat-y;
  padding: 10px 20px 10px 10px;
  font-size: 16px;
  color: 000000;
  text-decoration: none;
  }

.content h1 {
  font-size: 30px;
  color: #0000FF;
  }

.content h2 {
  font-size: 20px;
  color: #0000FF;
  }

.content a{
  color: 0000FF;
  text-decoration: none;
  font-weight: bold;
  }

.content a:hover{
  color: 0000FF;
  text-decoration: underline;
  font-weight: bold;
  }

.content .section {
  margin: 10px 10px 20px 20px;
  padding: 10px 10px 10px 10px;
  border-left: 2px solid #8CC6FF;
  border-top: 2px solid #8CC6FF;
  }

.contactform input {
  width: 200px;
  }

.contactform textarea {
  width: 200px;
  }

.errorbox {
  border: 1px solid #FF0000;
  margin: 10px 10px 10px 10px;
  padding: 5px 5px 5px 5px;
  font-size: 12px;
  color: #FF0000;
  text-align: left;
  list-style-type: disc;
  }

.messagesent {
  border: 1px solid #000000;
  background-color: #FAFAFA;
  margin: 5px 5px 5px 5px;
  padding: 5px 5px 5px 5px;
  font-size: 12px;
  color: #000000;
  }

.estimate {
  text-align: left;
  border: 1px solid #000000;
  background-color: #FAFAFA;
  margin: 5px 5px 5px 5px;
  padding: 5px 5px 5px 5px;
  font-size: 16px;
  color: #000000;
  }

.quoteform input {
  width: 250px;
  }

.quoteform textarea {
  width: 250px;
  }

.merchtable td {
  border-top: 1px solid #8CC6FF;
}

/* FOOTER */

.footer {
  height: 120px;
  padding: 10px 10px 10px 160px;
  background-color: FFFFFF;
  background-image: url(images/corner_ice_melt.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
  font-size: 12px;
  }

.footer .copyright {
  float: right;
  position: relative;
  top: 70px;
  left: -60px;
  font-weight: bold;
  font-size: 12px;
  color: #B5CEFF;
}