body {
  background: #fff;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-size: 10pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #265f8c;
  overflow-x:hidden;
}

.heading {
  width: 50%;
  margin: auto;
  position: relative;
  text-align: center;
  font-size: 25.0pt;
  margin-top:30px;
}

.headlineContainer {
  height: 50px;
  width: 100%;
  margin: auto;
  position: relative;
  margin-top:10px;
  border: solid 1px #d9d7d8;
  background: -webkit-gradient(linear, left top, left bottom, from(#0283d0),to(#035b8f));
  background: -webkit-linear-gradient(#0283d0, #035b8f);
  background: -moz-linear-gradient(#0283d0,#035b8f);
  background: -ms-linear-gradient(#0283d0,#035b8f);
  background: -o-linear-gradient(#0283d0,#035b8f);
}

.headline {
  width: 80%;
  height:100%;
  margin: auto;
  padding-top:10px;
  position: relative;
}

.links{
  font-size: 15.0pt;
  white-space: nowrap;
}

.links a:link{color:#fff;}
.links a:visited{color:#fff;}
.links a:hover{color:#fff;}
.links a:active{color:#fff;}
.links a:focus{color:#fff;}

.content {
  min-height: 600px;
  margin: auto;
  position: relative;
  margin-top:30px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  width: 80%;
  background: #fff;
  border: none;
}

#image {
  background: url('resources/a1.jpg') no-repeat;
  max-width: 48%;
  max-height: 100%;
  height: auto;
  width: 100%;
  float: left;
  z-index: 1;
}
#text {
  float: right;
  max-width: 48%;
  max-height: 100%;
  height: auto;
  width: auto\9;
}

.thumbs {
  height: 10%;
  width: 10%;
  cursor: pointer;
}

@media (max-width: 480px) {
  #priceList {
    float: left;
    margin-left:4px;
    max-width: 48%;
    max-height: 100%;
    height: auto;
    width: auto\9;
    vertical-align:top;
    margin-top:-140px;
    z-index: 2;
    position:absolute;
    top:600px;
  }
}

@media (min-width: 480px) and (max-width: 1000px) {
  #priceList {
    float: left;
    margin-left:10%;
    max-width: 48%;
    max-height: 100%;
    height: auto;
    width: auto\9;
  }
}

@media (min-width: 1000px) {
  #priceList {
    float: left;
    margin-left:3%;
    max-width: 48%;
    max-height: 100%;
    height: auto;
    width: auto\9;
  }
}
