/* CSS */
body {
  background: #fff url(../images/bodyBg.jpg) repeat-x top;
  font-size:14px;
}
#mainContent {
  /*background:#fff;*/
  padding-top:30px;
  /*border-top:1px solid #fff;
  border-left:1px solid #fff;
  border-right:1px solid #fff;
  box-shadow: 0px 1px 8px #333;
  -moz-box-shadow:0px -8px 8px #ccc;
  -webkit-box-shadow: 0px -8px 8px #ccc;*/
}
#header {
  margin-bottom:20px;
  padding-top: 10px;
}
h1 {
  color:#000;
  margin-bottom:3px;
}
h2 {
  font-size:16px;
  margin-top:0;
  color:#00;
}
#header h3 {
  line-height:28px;
  color: #000;
}
#mainContent h2 {
  color: #000;
  font-size:30px;
  clear:left;
  font-weight: bold;
  padding-bottom:0;
  margin-bottom: 0;
  margin-left:20px;
}
#mainContent h3 {
  clear:left;
  font-size:18px;
  font-weight:bold;
}
#mainPhotos {
  margin-bottom: 20px;
}
#mainPhotos img {
  background:#fff;
  border:1px solid #ccc;
padding: 0;
  box-shadow: 0px 1px 8px #333;
  -moz-box-shadow:0px 1px 8px #333;
  -webkit-box-shadow: 0px 1px 8px #333;
  width:400px !important;
  height:285px !important;
}
.productWrapper {
  clear: both;
  padding-top: 20px;
  border-top: 1px dotted #ccc;
  margin-top: 20px;
  min-height: 200px;
}
.productWrapper h4 {
  margin: 0 0 5px 0;
}
.productWrapper h4 span {
  display: block;
  font-size: 12px;
}
.productWrapper img {
  float: left;
  margin-right: 20px;
  padding: 5px;
  border: 1px solid #ccc;
  background: #fff;
}
.productWrapper p {
  margin-top: 10px;
}

a.pricingDetails {
  margin: 10px 0;
  background:#99cc00;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  font-size:14px;
  text-align:center;
  padding: 5px 7px;
  width: 150px;
  text-decoration:none;
  color:#000;
  /*box-shadow:0px 1px 8px #333;
  -moz-box-shadow:0px 1px 8px #333;
  -webkit-box-shadow: 0px 1px 8px #333;*/
  border-top:1px solid #B0EC00;
  border-left:1px solid #B0EC00;
  border-right:1px solid #B0EC00;
  /*text-indent:-9999em;
  background: url(../images/sprite.png) no-repeat top left;*/
}
a.pricingDetails:hover  {
  /*background: url(../images/sprite.png) no-repeat 0 -58px;*/
  /*box-shadow:0px 1px 23px #333;
  -moz-box-shadow:0px 1px 23px #333;
  -webkit-box-shadow:0px 1px 23px #333;*/
  background: #B0EC00;
  border-top:1px solid #BBFA00;
  border-left:1px solid #BBFA00;
  border-right:1px solid #BBFA00;
  color:#000;
  cursor: pointer;
}

#footer {
  margin-top:20px;
  font-size:12px;
}
#footer p a {
  color:#fff;
}