body, div, span, ul, li, dl, dt, dd, a {
  border: 0;
  margin: 0;
  padding: 0;
  color: black;
  background: transparent;
  text-align: justify;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
}
body {
  background: #d0d0d0 url("images/body.png") top repeat-x fixed;
}
ul, dd {
  padding-left: 30px;
}
li {
  padding-top: 4px;
  text-align: left;
}
a:active, a:link, a:visited, a:hover {
  background: white;
  color: #0026ff;
  color: #3f5cff;
  text-decoration: none;
}
a img {
  border: 0;
}
.body {
  background: #d0d0d0 url("images/body.png") top repeat-x;
  width: 800px;
  margin: auto;
}
.header {
  height: 120px;
  background: black url("images/header.jpg") no-repeat;
}
.header img {
  float: right;
}
.title, .tagline {
  padding-left: 20px;
  vertical-align: top;
  text-align: left;
  color: white;
}
.title {
  padding-top: 10px;
  padding-bottom: 0px;
  font-variant: small-caps;
  font-size: 32px;
}
.tagline {
  padding-top: 0px;
  padding-bottom: 15px;
  font-variant: small-caps;
  font-size: 14px;
}
.menu {
  float: right;
  width: 160px;
  text-align: center;
}
.menu0 {
  display: block;
  padding: 2px 10px 5px;
  font-size: 15px;
}
.menu a {
  background-color: transparent;
  color: white;
}
.menu :hover {
  background-color: lightgray;
  color: black;
}
.menu .active {
  background-color: white;
  color: black;
}
.content {
  min-height: 220px;
  padding-left: 20px;
  vertical-align: top;
  background: white;
}
html>body .content {
  height: auto;
}
.content a:active, .content a:link, .content a:visited { 
  text-decoration: underline;
}
.content a:hover {
  background-color: #3f5cff;
  color: white;
}
.contact {
  float: right;
  clear: right;
  width: 140px;
  margin-left: 20px;  
  padding: 10px 10px 14px;
  line-height: 140%;
}
.contact, .contact a {
  background: transparent;
  background: lightgray;
  font-size: 11px;
}
.subtitle {
  font-size: 28px;
  text-align: center;
  padding: 10px;
}
.section {
  padding: 3px 0px 3px;
  text-align: left;
  font-size: 18px;
}
.text, .testimonial, .definition {
  padding: 0px 20px 3px 0px;
  text-align: justify;
  line-height: 140%;
}
.definition {
  padding-left: 90px;
}
.serviceImg {
  float: left;
  height: 190px;
  padding-top: 3px;
  padding-right: 10px;
}
.news {
  color: red;
}
.projectImg {
  float: left;
  clear: left;
  padding-right: 10px;
  padding-bottom: 10px;
}
.projectDiv {
  height: 60px;
}
.clientTable td {
  vertical-align: top;  
}
.clientLogo {
  float: left;
  width: 100px;
  height: 60px;
  padding-right: 10px;
  text-align: center;
  vertical-align: center;
}
.clientLogo img, .clientTable img {
  max-width: 100px;
  max-height: 50px;
}
.testimonial {
  padding-left: 110px;
  padding-right: 50px;
  padding-bottom: 0px;
  font-style: italic;
  font-size: 11px;
}
.contactWah {
  padding-bottom: 20px;
  padding-right: 20px;
  text-align: right;
  color: #3f5cff;
  font-size: 11px;
}
.clientTable td {
  text-align: top;
  font-size: 11px;
}
.aboutUs {
  float: left;
  padding-right: 10px;
}
