* {
  font-family: verdana, arial, sans-serif;
  outline: none;
  }

img {
  border: none;
  }

body {
  background-color: #235d89;
  margin: 0;
  }

a {
  color: #f9f9f9;
  font-weight: bold;
  text-decoration: none;
  }

a:hover {
  text-decoration: underline;
  }

p {
  color: #f9f9f9;
  font-size: .9em;
  }

h1 {
  color: #f9f9f9;
  font: bold 1em "trebuchet ms", verdana, arial, sans-serif;
  }

h2 {
  color: #ffe659;
  font-family: "trebuchet ms", verdana, arial, sans-serif;
  font-size: 1.8em;
  text-align: center;
  }

a.product-navigation {
  display: block;
  border-left: 1px solid #fff;
  font-size: .9em;
  margin: 10px 0;
  padding: 0 9px;
  float: left;
  }

div#add-review {
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  }

div#header {
  margin: 10px auto 0 auto;
  text-align: center;
  width: 700px;
  }
  
div#navigation {
  margin: 10px auto 0 auto;
  width: 700px;
  height: 33px;
  }
  
div#navigation div {
  float: left;
  }

div#navigation div a {
  display: block;
  height: 33px;
  }

div#navigation div#home a:hover, div#navigation div#products a:hover, div#navigation div#specials a:hover, div#navigation div#customer-reviews a:hover, div#navigation div#contact a:hover {
  background-position: 0 -33px;
  }

div#navigation div#home a, div#navigation div#home-static a {
  background: url(images/home.gif) no-repeat;
  width: 70px;
  }

div#navigation div#home-static a {
  background-position: 0 -66px;
  }

div#navigation div#products a, div#navigation div#products-static a {
  background: url(images/products.gif) no-repeat;
  width: 92px;
  }

div#navigation div#products-static a {
  background-position: 0 -66px;
  }

div#navigation div#specials a, div#navigation div#specials-static a {
  background: url(images/specials.gif) no-repeat;
  width: 89px;
  }

div#navigation div#specials-static a {
  background-position: 0 -66px;
  }

div#navigation div#customer-reviews a, div#navigation div#customer-reviews-static a {
  background: url(images/customer-reviews.gif) no-repeat;
  width: 161px;
  }

div#navigation div#customer-reviews-static a {
  background-position: 0 -66px;
  }

div#navigation div#contact a, div#navigation div#contact-static a {
  background: url(images/contact.gif) no-repeat;
  width: 89px;
  }

div#navigation div#contact-static a {
  background-position: 0 -66px;
  }
  
div#promotion {
  position: relative;
  top: -510px;
  left: 580px;
  width: 100px;
  z-index: 1;
  }

div#inflatable {
  position: relative;
  top: -460px;
  left: 335px;
  z-index: 2;
  width: 417px;
  }

div#inflatable img {
  height: 346px;
  width: 417px;
  z-index: 2;
  }

div#mission {
  color: #f9f9f9;
  font-size: 14px;
  width: 480px;
  padding-right: 10px;
  text-align: justify;
  z-index: 3;
  }
  
div#container {
  overflow: hidden;
  margin: auto;
  width: 750px;
  height: 700px;
  }

div#frame {
  background-image: url(images/content-bg.gif);
  margin: 0 auto;
  width: 700px;
  height: 370px;
  }

div#content {
  height: 370px;
  overflow: auto;
  margin: 0 35px;
  padding: 0 15px;
  }

div#footer {
  background-image: url(images/footer.gif);
  margin: 0 auto;
  width: 700px;
  height: 41px;
  }

div#footer-glow {
  background-image: url(images/footer-glow.gif);
  margin: 0 auto;
  width: 700px;
  height: 126px;
  }

div#footer-glow img {
  padding: 5px 0 0 12px;
  }

div#error {
  margin: 0 auto;
  text-align: left;
  }

div.product {
  padding: 0 15px;
  }

div.product a {
  float: left;
  margin-right: 10px;
  }

div.product p {
  font-size: .8em;
  clear: right;
  margin: 0;
  padding: 0;
  }

form.contact input.invalid, form.contact textarea.invalid {
  background-color: #ffe555;
  border: 2px solid #ccc;
  font-size: 16px;
  font-family: helvetica, arial, sans-serif;
  padding: 3px 5px;
  width: 200px;
  }

form.contact input.valid, form.contact textarea.valid, input#password {
  background-color: #fff;
  border: 2px solid #ccc;
  font-size: 16px;
  font-family: helvetica, arial, sans-serif;
  padding: 3px 5px;
  width: 200px;
  }

form.contact textarea {
  height: 75px;
  }

form.contact table {
  margin: 0 auto;
  font-size: .9em;
  }

form.contact td {
  padding: 3px;
  vertical-align: middle;
  }

form.contact td.label {
  color: #f9f9f9;
  font-weight: bold;
  font-size: .9em;
  text-align: right;
  }

form.contact td.label2 {
  color: #f9f9f9;
  font-weight: bold;
  font-size: .9em;
  padding: 18px 20px 18px 0;
  text-align: right;
  width: 280px;
  }

form.contact td#submit {
  padding-top: 10px;
  text-align: center;
  }

img#anti-spam {
  border: 3px solid #fff;
  }

table#customer-reviews {
  color: #fff;
  margin: 0 auto;
  width: 570px;
  }

table#customer-reviews td {
  font-size: 12px;
  }

table#customer-reviews td.comments {
  font-size: 14px;
  font-style: italic;
  padding: 0 15px 5px 15px;
  }

table#customer-reviews td.divider {
  padding-bottom: 20px;
  text-align: center;
  }

table#success {
  color: #f9f9f9;
  font-size: .9em;
  }

table#success td {
  padding: 3px;
  }

table#success td.label {
  font-weight: bold;
  padding-right: 10px;
  width: 25%;
  }

td.left {
  background-image: url(images/titlebar-left.png);
  background-repeat: no-repeat;
  height: 39px;
  width: 15px;
  }

td.middle {
  background-image: url(images/titlebar-bg.png);
  background-repeat: repeat-x;
  font-weight: bold;
  padding-top: 5px;
  text-align: center;
  vertical-align: top;
  height: 34px;
  }

td.right {
  background-image: url(images/titlebar-right.png);
  background-repeat: no-repeat;
  height: 39px;
  width: 15px;
  }

td#spam input {
  background-color: #fff;
  border: 2px solid #ccc;
  font-size: 16px;
  font-family: helvetica, arial, sans-serif;
  padding: 3px 5px;
  width: 20px;
  }

div.column {
  float: left;
  margin-top: 10px ;
  text-align: center;
  width: 280px;
  }

div.column p {
  padding: 0 15px;
  text-align: left;
  font-size: 12px;
  }

table.titlebar {
  color: #fff;
  font-size: 12px;
  width: 100%;
  }

img.photo {
  border: 5px solid #fff;
  }

p.divider {
  padding-top: 10px;
  clear: both;
  text-align: center;
  }

ul {
  color: #f9f9f9;
  font-size: .9em;
  }
