html * {
  margin: 0;
  padding: 0;
}

body, td, input, textarea {
  font-family: arial,sans-serif;
  font-size: 13px;
  color: #444;
}

body {
  background: #2d4e80 url(../images/background.png) repeat-x;
  padding: 0 0 20px 0;
}

h2 {
  font-size: 1.1em;
  margin: 0 0 0.5em 0;
}

p {
  margin: 0 0 15px 0;
}

ul, ol {
  margin-bottom: 2em;
  padding-left: 2em;
}

img {
  border: 0;
}

a {
  color: #1255b3;
  text-decoration: none;
}
a:hover {
  color: #408fff;
}

h1 {
  font-size: 20px;
  margin: 0 0 15px 0;
}

#wrapper {
  width: 950px;
  background: #fff;
  margin: 0 auto;
}

#header {
  position: relative;
  height: 120px;
  background: #fff url(../images/header.jpg) no-repeat;
}

#drop-down-menu {
  height: 20px;
  background: url(../images/drop-down-menu-hover.png) repeat-x;
}

img#logo {
  position: absolute;
  top: 28px;
  left: 30px;
}

img#slogan {
  position: absolute;
  top: 90px;
  right: 10px;
}
#sidebar {
  width: 140px;
  float: left;
  padding: 20px 25px 0 25px;
}
#sidebar ul {
  list-style: none;
}
#sidebar ul li {
  margin: 0 0 15px 0;
}

#body {
  float: left;
  width: 740px;
  padding: 20px 20px 20px 0;
}

#footer {
  clear: both;
  text-align: center;
  color: #aaa;
  font-size: 12px;
  padding: 20px;
}

#footer-bottom {
  position: relative;
  margin: 0 0 20px 0;
}
#footer-bottom .bl {
  position: absolute;
  top: -25px;
  left: 0;
  width: 25px;
  height: 25px;
  background: url(../images/rounded-corners.png) 0 -25px no-repeat;
}
#footer-bottom .br {
  position: absolute;
  top: -25px;
  right: 0;
  width: 25px;
  height: 25px;
  background: url(../images/rounded-corners.png) -25px -25px no-repeat;
}

img#panoramic {
  margin: 0 0 20px 0;
}

ul.product-list {
  list-style: none;
}
ul.product-list li {
  margin: 0 0 5px 0;
  padding: 10px 5px;
}
ul.product-list li.alt {
  background: #eeeeee;
  border: 1px solid #e2e2e2;
  border-width: 1px 0;
}

#phone-numbers {
  margin: 0 0 10px 0;
}

#squares {
  border: 1px solid #000;
  background: #000;
  position: relative;
  width: 723px;
  height: 361px;
  margin: 15px 0 20px 0;
}

.contact-box {
  float: left;
  width: 260px;
  height: 160px;
  margin: 20px;
  padding: 15px;
  line-height: 16px;
  border: 1px solid #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.contact-box div {
  padding: 0 0 0 10px;
}
.contact-box span {
  display: block;
  margin: 0 0 10px 0;
}  
