@import url(/templates/global.css);

html {
    font-size: 12px;
}

body {
    background-image: url(/templates/virtual/www.drynamics.com/diamond-plate-seamless-light.png);
}

.t-primary-bgcolor {
    background-color: #00004D;
}

a {
    color: #1E336E;
}

#bannerlinks div {
    margin-right: 6%;
}

#bannerlinks img {
    width: 18px;
    height: 18px;
}

.container {
    width: 870px;
}

.contentbox {
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(239,239,239,1) 99%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(99%,rgba(239,239,239,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 99%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 99%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 99%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 99%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
  margin-left: 12px;
  margin-right: 2px;
  padding-top: 8px;
  margin-top: 10px;
  border: 1px solid #DDD;
  border-radius: 7px;
}
.contentbox h1 {
  background-size: 100%;
  border-bottom: 0px;
  color: white;
  margin-left: -14px;
  padding-left: 24px;
  margin-top: 10px;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 10px;
  height: 58px;
}
.contentbox p {
  padding: 10px 10px 0px 10px;
  font-size: 16px;
}
.contentbox ul li {
  font-size: 16px;
  list-style-type: none;
  background-image: url('/templates/drynamics/bullet.png');
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 20px;
  line-height: 20px;
}
#history h1 {
  background-image: url("/templates/drynamics/history.png");
}
#profile h1 {
  background-image: url("/templates/drynamics/profile.png");
}
#services h1 {
  background-image: url("/templates/drynamics/services.png");
}
