﻿body {
  background-color: #23589E;
  margin: 15px 0px 15px 0px;
  padding: 0px;
  min-width: 900px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-align: center;
}


/****************************************************************/
#PageWrapper {
  width: 900px;
  margin: 0px auto 0px auto;
  text-align: left;
}


/****************************************************************/
#Header .leftSide,
#Header .content,
#Header .rightSide,
#Home,
#About,
#Contact,
#Menu div.devider,
#Loading,
#AjaxGif,
#Number,
#Plumbing,
#DrainCleaning,
#WaterTreatment,
#Menu div.spacer,
#Info div.left,
#Info div.center,
#Info div.right,
#Footer .footer-left,
#Footer .footer-right {
  float: left;
}
#Header .leftSide, #Header .content, #Header .rightSide {
  height: 125px;
  background-color:#ffffff;
}
#Menu, #Info, #Content {
  width: 900px;
}
#Menu, #Info {
  background-repeat: repeat-x;
}


/****************************************************************/
#Header .leftSide {
  width: 6px;
  background-image: url("../images/header_left_bg.png");
  background-repeat: no-repeat;
}
#Header .content {
  width: 888px;
}
#Header .rightSide {
  width: 6px;
  background-image: url("../images/header_right_bg.png");
  background-repeat: no-repeat;
}
#Header .logo {
  background-image: url("../images/logo_small_reflection.png");
  background-repeat: no-repeat;
  width: 63px;
  height: 85px;
  margin: 20px 0px 0px 20px;
  float: left;
}
#Header .title {
  background-image: url("../images/title.png");
  background-repeat: no-repeat;
  width: 700px;
  height: 58px;
  margin: 47px 0px 0px 20px;
  float: left;
}


/****************************************************************/
#Menu {
  clear: left;
  background-image: url("../images/menu_background.png");
  height: 35px;
  color: #ffffff;
  padding: 0px;
  font-size: 10pt;
}
#Home, #About, #Contact, #Number, #Plumbing, #WaterTreatment, #DrainCleaning {
  padding: 9px 10px 0px 10px;
  position: relative;
  height: 26px;
}
#Home, #About, #Contact {
  cursor: pointer;
}
#Menu div.devider {
  background-image: url("../images/menu_devider.png");
  width: 2px;
  height: 34px;
}
#AjaxGif {
  background-image: url("../images/ajax_loader.gif");
  width: 16px;
  height: 35px;
}
#Loading {
  padding: 0px 10px 0px 10px;
  position: relative;
  top: 9px;
}
#Number {
  font-weight: bold;
}


/****************************************************************/
#Info {
  clear: left;
  background-image: url("../images/info_background.png");
  height: 221px;
  color: #ffffff;
}
#Info div.left {
  padding:45px 0px 25px 25px;
}
#Info div.left h3 {
  margin: 0px;
}
#Info div.left p {
  margin: 0px;
  width: 350px;
}
#Info div.center {
  width: 200px;
  height: 221px;
}
/*
#Info div.right {
  margin: 15px 0px 0px 0px;
  background-image: url("../images/wrench.gif");
  background-repeat: no-repeat;
  width: 200px;
  height: 196px;
}
*/


/****************************************************************/
#Content {
  clear: left;
  background-color: #ffffff;
}
#Content div.box {
  border: solid 1px #3d3d3d;
}
#Content div.cell {
  width: 275px;
  float: left;
  background-repeat: no-repeat;
  padding: 5px;
  margin: 5px;
  background-image: url('../images/box_background.png');
  background-repeat: repeat-x;
}
#Content div.end {
  clear: left;
}
#Content .text {
  clear: left;
  padding: 15px 15px 5px 15px;
}
#Content .text h3 {
  margin: 0px;
}


/****************************************************************/
#Footer {
  font-weight: bold;
  color: #ffffff;
  padding: 5px 5px 0px 0px;
}
#Footer .footer-left, #Footer .footer-right {
  width: 50%;
}
#Footer .footer-right {
  text-align: right;
}
#Footer a {
  color: #ffffff;
}
#Footer a:hover {
  text-decoration: none;
}
