body {
  margin-top: 10px;;
  background: #e9f0fc;
}

.lang-link {
  margin-bottom: 10px;
  padding: 0.2em 1em 0.2em 1em;
  border: 1px solid #000000;
  background: #048BB4;

}

div.tagline {
  margin-left: 26px;
  font-style: italic;
}

div.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

div.menu li {
  margin-top: 0.5em;
  margin-left: 0.5em;
}

div.menu a {
  display: block;
  width: 11em;
  padding-left: 25px;
  color: #eeeeee;
  text-decoration: none;
  font-weight: bold;
}

div.menu a.active {
  background-image: url('../images/active_lines.png');
  background-position: center left;
  background-repeat: no-repeat;
}

div.menu a:hover {
  xbackground: #f4027c;
  padding-left: 3em;
}

div.customer {
  margin-top: 2em;
  margin-left: 0.5em;
  width: 10em;
  background: #048BB4;
  padding: 0.2em 0.2em 0.2em 1em;
  border: 1px solid #000000;
}

div.customer .header {
  font-size: 1.2em;
  font-weight: bold;
}

div.customer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

div.customer li {
  margin-top: 0.5em;
  margin-left: 0.5em;
}

div.customer a {
  color: #eeeeee;
  text-decoration: none;
  font-weight: bold;
}

div.award {
  margin-top: 2em;
  text-align: center;
}

span.leader {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1;
}

div.footer {
  font-size: 0.8em;
}

div.photos img {
  border: 1px solid black;
}

/*
 * Style for (TM) trademark symbol.
 */
 
.trade {
  font-size: 62%;
  vertical-align: super;
}

.super {
  font-size: 62%;
  vertical-align: super;
}

/* 
 * Styles for Pricing page.
 */

table.prices {
  border: 1px solid #048ab4;
}

table.prices th {
  border: 1px solid #048ab4;
  vertical-align: top;
  text-align: center;
}

table.prices td {
  border: 1px solid #048ab4;
  vertical-align: top;
}

table.prices td.servicename {
  font-size: 1.2em;
}

table.prices td.price {
  text-align: center;
}

table.fuel-prices {
  width: 60%;
}

/* 
 * Footnote style. The leading * (don't forget to include one) will hang 
 * in the left margin.
 */
   
.footnote {
  text-indent: -0.4em;
}

/*
 * Styles for Testimonials page.
 */
 
blockquote {
  margin-top: 3em;
  margin-bottom: 1em;
}

blockquote p {
  font-size: 110%;
  font-family: georgia, serif;
  text-indent: -0.5em;
  margin-bottom: 0.5em;
}

p.quote-sig {
  margin-left: 25em;
  margin-bottom: 0;
  font-size: 110%;
  line-height: 1.0;
}

/*
 * Styles for Contact page.
 */
 
table.contact {
  width: 62%;
  border: 1px solid #048ab4;
}

table.contact th {
  border: 1px solid #048ab4;
  vertical-align: top;
  text-align: center;
}

table.contact td {
  border: 1px solid #048ab4;
  vertical-align: top;
  font-size: 1.2em;
}

/*
 * Typographic customizations for basic elements.
 */


h1, h2, h3, h4, h4 {
  font-weight: bold;
}




