html, body {
  padding: 0;
  margin: 0;
}

body {
}

.service-list dt {
  color: rgb(80, 182, 212);
}

.service-list dd {
  margin-bottom: 1em;
}

.image-switchers a.active {
  color: #63bed9;
  background-color: #109bc4;
}

h2.bluebaronlytextheadline {
  padding: 0.5em 0em;
}

body {
  font-family: sans-serif;
}

.layouttablehalfcell {
  width: 50%;
  vertical-align: top;
  line-height: 1.4em;
}

.support-table {
  width: 700px;
  margin: 0 auto;
  vertical-align: top;
  border-collapse: collapse;
}

.support-table tr, .support-table td, .support-table th {
  vertical-align: top;
}

.support-table table td {
  vertical-align: middle;
}

.support-table .support-table-right table img {
  padding-left: 1em;
}

.support-table td {
  border-bottom: 3px solid #ccc;
  padding-top: 1em;
}
.support-table td td {
  border-bottom: 0px solid transparent;
}


.support-table-left {
  width: 80px;
  padding-left: 30px;
}

.support-table-right {
  width: 340px;
  padding-left: 20px;
}

.support-table-go {
  padding-top: 30px;
  width: 30px;
}


#header {
  padding: 0;
  margin: 0;
  background-image: url('../images/top-bg.png');
  background-color: black;
  color: white;
  background-repeat: repeat-x;
  border: 1px solid transparent;
  height: 168px;
}

#header h1 img {
  border-width: 0px;
}

#header h1 {
  position: absolute;
  top: 50px;
}

#nav {
  position: absolute;
  right: 0;
  top: 52px;
}

#nav li {
  display: inline;
}

#nav a {
  text-decoration: none;
  text-transform: uppercase;
  color: #ccc;
  display: block;
  float: left;
  margin: 0em 0.7em;

  font-family: arial;
  font-size: 18px;
  padding: 0.5em;

  -webkit-border-radius: 10px;
}

#nav li a.active {
  color: white;
  background-color: #666;
}

#nav a:last-child {
  margin-right: 0px;
}

.w950px {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  border: 1px solid transparent;
}

.bluebar {
  background-color: #109bc4;
  color: white;
}

.bluebar h2 {
  font-weight: normal;
  font-size: 50px;
}

.image-switchers {
  vertical-align: top;
}

.image-switchers a {
  display: block;
  text-decoration: none;
  background-color: #63bed9;
  color: #109bc4;
  margin: 0.4em 0.5em;
  padding: 1px 7px;
  font-family: sans-serif;

  font-size: 12px;
}

.image-switchers a:hover {
  background-color: #acdcea;
}

a.splash-button {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #276c81;
  padding: 1em 1.5em;
  display: block;
  float: left;
  margin: 0px 1em;

  border: 2px solid #88cde2;
  -webkit-border-radius: 5px;
}

.content {
  color: #333;
  font-family: sans-serif;
  font-size: 12px;
  background-image: url('/images/blue-arrow.png');
  background-repeat: no-repeat;
  padding-top: 40px;
  margin-top: -2px;
}

.content h1 {
  font-size: 30px;
  font-weight: normal;
}

.splash-content-table td {
  width: 50%;
  vertical-align:top;
  padding: 0em 2em;
}

.servings hr {
  width: 80%;
  color: #ccc;
  background-color: #ccc;
}

.serving h2 a {
  color: #50b6d4;
  font-family: arial;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
}

.serving-table {

}

.serving-table td {
  padding: 0;
  margin: 0;
  vertical-align: middle;
  text-align: left;
}


.serving-table td.serving-img-cell {
  width: 131px;
  background-color: red;
}

#wrap-all-the-bottom {
  width: 100%;
}

a img {
  border: 0px solid transparent;
}

#bottom-arrow {
  background-image: url('/images/gray-arrow.png');
  height: 20px;
  background-repeat: no-repeat;
}

#bottom-bg {
  background-color: #ccc;
  padding-top: 1em;
  padding-bottom: 3em;
  height: 10em;
}

#bottom-content {
  color: #333;
  font-family: sans-serif;
  text-align: right;
  font-size: 12px;
}

#bottom-content a {
  color: #333;
  text-decoration: none;
  margin-left: 2em;
}

#bottom-content td {
  vertical-align: top;
}

#contactform th {
  text-align: left;
}

#contactform th, #contactform td {
  vertical-align: top;
}

#contactform input[type=text], #contactform textarea {
  width: 250px;
}

.services-list {
  list-style-type: none;
  position: relative;

  border: 1px solid #085268;

  padding: 0;
  margin: 0;
  background-color: #109bc4;
  font-size: 20px;
  color: white;
}

.services-list li {
  width: 300px;
  padding: 0;
  margin: -3px;
  margin: 0px;
  border-width: 0px;
}

.services-list a {
  display: block;
  background-color: #eee;
  text-decoration: none;
  color: #333;
  font-size: 20px;
  padding: 0.5em 0.5em;
  margin: 0;
}

.services-list .service-details {
  display: none;
}

.services-list li.active .service-details {
  display: block;
  position: absolute;
  top: 0px;
  left: 350px;
}

.services-list h3 {
  font-weight: normal;
  font-size: 30px;
}

.services-list li.active a {
  background-color: #109bc4;
  color: white;
}

.footer-address {
  text-align: left;
  padding-left: 2em;
}

hr {
  color: black;
  width: 70%;
  margin-bottom: 1em;
}

