body {
  background: #FAFAFA;
  color: #333333;
  font: 10pt Arial, Helvetica, sans-serif;
  margin: 0;
  text-align: center;
  padding: 0;
}

a {
  color: #0B2F79;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: 0;
}

table {
  font-size: 10pt;
}

td {
  vertical-align: top;
}

table.wrapper {
  table-layout: fixed;
  margin: 0 auto;
  width: 770px;
}

td.header {
  background: #0B2F79 url('img/bg_bar_header.png') repeat-x top left;
  height: 95px;
  text-align: center;
  vertical-align: middle;
}

table.header {
  height: 100%;
  width: 100%;
}

td.header_left {
  text-align: center;
  vertical-align: middle;
  width: 285px;
}

td.header_left img {
  margin: 0 10px;
}

td.header_middle {
  color: #DDDDDD;
  font-size: 8pt;
  font-style: italic;
  text-align: center;
  vertical-align: middle;
  width: 200px;
}

td.header_right {
  color: #DDDDDD;
  font-size: 9pt;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  width: 285px;
}

td.header_right a {
  color: #DDDDDD;
}

td.nav {
  background: #0B2F79 url('img/bg_bar_nav.png') repeat-x top left;
  color: #FFFFFF;
  height: 36px;
  text-align: center;
  vertical-align: middle;
}

td.nav a {
  color: #FFFFFF;
  font-weight: bold;
  margin: 0 20px;
  padding: 0;
  text-decoration: none;
}

td.nav a.selected, td.nav a:hover {
  color: #F8F8AA;
}

td.nav_break {
  background: #FFFFFF;
  height: 1px;
}

td.content {
  background: #FFFFFF;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  padding: 12px 8px 20px 8px;
}

td.bg_contact {
  background: url('img/bg_page_contact.jpg') no-repeat center center;
}

h1 {
  font-size: 13pt;
  font-weight: bold;
  margin: 0 0 0.5em 0;
  padding: 0;
}

td.products_menu a {
  background-color: #3B5894;
  border: 1px solid #0B2F79;
  border-left: 8px solid #1D3E83;
  color: #FFFFFF;
  display: block;
  font-size: 9pt;
  margin-bottom: 1px;
  padding: 4px 8px 4px 8px;
  text-decoration: none;
}

td.products_menu a.selected, td.products_menu a:hover {
  background-color: #1D3E83;
  border-left-color: #3B5894;
  color: #F8F8AA;
  text-decoration: none;
}

td.products_menu a.products_menu_sub {
  font-size: 8pt;
  font-weight: normal;
  margin-left: 8px;
  padding: 2px 8px 2px 8px;
}

td.products_menu a.products_menu_sub:hover {
  background-color: #3B5894;
  border: 1px solid #0B2F79;
  border-left: 8px solid #1D3E83;
  color: #FFFFFF;
}

td.products_content {
  padding: 0 0 0 12px;
}

div.frame_examples {
  font-size: 8pt;
  text-align: center;
}

h2 {
  font-size: 11pt;
  font-weight: bold;
  margin: 1em 0 0.5em 0;
  padding: 0;
}

td.testimonial {
  background: #0B2F79 url('img/bg_bar_testimonial.png') repeat-x top left;
  color: #EEEEEE;
  font-size: 8pt;
  font-style: italic;
  height: 24px;
  text-align: center;
  vertical-align: middle;
}

td.testimonial a {
  color: #EEEEEE;
  font-size: 8pt;
  font-style: italic;
  font-weight: normal;
  text-decoration: none;
}

td.testimonial a:hover {
  color: #F8F8AA;
}

p.full_testimonial {
  font-size: 9pt;
  padding: 6px;
}

td.footer {
  color: #CCCCCC;
  font-size: 8pt;
  padding: 2px;
  text-align: center;
}

td.footer span.footer_inner {
  color: #DDDDDD;
  font-size: 7pt;
}

td.footer span.footer_inner a {
  color: #DDDDDD;
  text-decoration: none;
}

td.footer span.footer_inner a:hover {
  text-decoration: underline;
}

span.callback_success {
  color: #009900;
  font-weight: bold;
}

span.callback_error {
  color: #FF0000;
  font-weight: bold;
}

#MapWrapper {
  display: none;
}

#ShowroomMap {
  border: 1px solid #000000;
  height: 250px;
  width: 400px;
}

#ShowroomMap a {
  font-weight: normal;
  text-decoration: none;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.center {
  text-align: center;
}
