h1, h2, h3, h4 {
  font-family: Georgia, Verdana, sans-serif;
  color: #1376b8;
  text-shadow: 0px 1px 1px #fff;
}

a {color: #1376b8;}

body {
  margin-top: 35px;
  background: #eee url(../images/bg/body.jpg) no-repeat top center;
  font-family: Georgia, Verdana, sans-serif;  
}

#header {
  height: 180px;
  background:#f1f1f1;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin-bottom: 55px;
}

#header h1 {
  font-size: 49px;
  line-height: 42px;
  text-align: center;
  margin-top: 42px;
  margin-left: 20px;
}

#main h2 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 0;
}

#main {
  font-size: 14px;
  border-bottom: 1px solid black;
}

#main ul {
  list-style-image: url(../images/bg/bullet.gif);
}

#main ol {
  list-style-type: decimal;
}

#main ol ol {
  list-style-type: lower-roman;
}

#phone-number {
  height: 165px;
  border-bottom: 1px solid black;
}

#phone-number img {
  float: left;
  margin-right: 20px;
}

#phone-number h2 {
  font-size: 40px;
  line-height: 37px;
}

#phone-number h3 {
  font-size: 35px;
  color: black;
  margin-bottom: 20px;
}

#phone-number h4 {
  color:#444;
  font-size: 15px;
  text-align: center;
}

#call-back {
  padding-top:50px;
  border-bottom: 1px solid black;
  padding-bottom: 15px;
}

#call-back h2 {
  font-size: 36px;
  margin-bottom: 25px;
}
#call-back img {
  float:left;
  margin-top: 20px;
}

#calendar {
  padding-top: 55px;
  height: 190px;
  border-bottom: 1px solid black;
}
#calendar img {
  float: left;
}
#calendar h2 {
  margin-top: 20px;
  font-size: 31px;
}
#calendar h3 {
  color: black;
  font-size: 26px;
  margin:0;
}
#calendar h4 {
  text-align: center;
  font-size: 27px;
}

#callback-form input, #callback-form select {
  width: 170px;
  background: url(../images/bg/input.gif) no-repeat;
  font-size: 14px;
  margin:0;
  margin-bottom: 8px;  
}
#callback-form label {
  width: 180px;
  font-weight: normal;
  float:left;
  margin-bottom: 8px;
}
#callback-form input#submit_image {
  width:140px;
  height:40px;
  float:right;
  margin-top: 20px;
  margin-right: 10px;
}

#footer {
  margin-top: 10px;
  text-align: center;
  margin-bottom: 30px;
}

#footer a {
  color: black;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}

.success, .error {
  text-align:center;
  padding-bottom: 0px;
}

#callback-form .errorfield {
  font-style:italic;
  color: red;
}
#callback-form input.errorfield {
  border: 1px solid red;
}
#callback-form label.errorfield {
  float: none;
}

#materials {
  margin-top: 10px;
}
#materials img {
  float:left;
  margin-top: 5px;
  margin-right: 15px;
}
