div.content-container {
  position: relative;
  background-color: #CFE8F7;
  color: #26459D;
  width: 1000px;
  margin: 0 auto;
}

div.content-container {
  position: relative;
  z-index: 0;
  clear: left;
  margin-top: 10px;
  padding: 50px 0;
}

div.content {
  background-color: #CFE8F7;
  padding: 0px 50px;
}

div.content h1 {
  font-size: 28px;
  text-transform: capitalize;
}

div.columns {
  width: 830px;
  margin: 0 auto;
}

div.column:first-child {
  margin-left: 0;
}

div.column {
  width: 400px;
  height: 475px;
  background: #FFF;
  float: left;
  margin-top: 30px;
  margin-left: 30px;
  position: relative;
}

div.icon-preferred {
  position: absolute;
  top: -15px;
  left: 0;
}

div.icon-basic,
div.icon-standard {
  position: absolute;
  left: 10px;
  top: 3px;
}

div.clear {
  clear: both;
}

div.column h1 {
  font-size: 22px;
  text-align: center;
  text-indent: 50px;
  padding: 10px 0;
  -webkit-border-top-right-radius: 12px;
  -webkit-border-top-left-radius: 12px;
  -moz-border-radius-topright: 12px;
  -moz-border-radius-topleft: 12px;
}

div.promotion {
  margin-top: 30px;
  margin-left: 30px;
  height: 80px;
}

div.promotion div.text {
  font-size: 25px;
  width: 255px;
  color: #26459D;
  font-weight: bold;
  line-height: 25px;
  float: left;
}

div.promotion div.price {
  width: 85px;
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
  float: left;
  margin-top: -10px;
  cursor: pointer;
}

span.price {
  color: #9d1a20;
  font-size: 36px;
  font-weight: bold;
}

div.promotion div.basic {
  padding-top: 27px;
  padding-bottom: 0px;
}

div.promotion div.basic span.price {
  font-size: 29px;
}

span.per-year {
  color: #425b9d;
  font-size: 13px;
}

div.preferred h1,
.preferred {
  background-color: #f7d95d;
}

div.standard h1,
.standard {
  background-color: #8eb6e2;
  color: #FFF;
}

div.basic h1,
.basic {
  background-color: #949595;
  color: #FFF;
}

div.list {
  clear: both;
  color: #425b9d;
  position: relative;
  top: -45px;
}

div.list ul {
  list-style: disc;
}

div.list p {
  font-size: 15px;
}

div.list ul li {
  font-size: 15px;
  margin-left: 45px;
  margin-right: 20px;
  margin-bottom: 13px;
}

div.list div.text {
  margin-left: 30px;
  margin-right: 25px;
  padding: 15px 0;
}

div.choose-listing {
  color: #425b9d;
  text-align: center;
  position: absolute;
  margin: 0 auto;
  bottom: 20px;
  width: 100%;
}

div.choose-listing > div.sample {
  font-size: 13px;
  color: #425b9d;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: capitalize;
}

div.choose-listing > div.button {
  background-color: #82bc58;
  border: 1px outset #27923C;
  cursor: pointer;
  color: #FFF;
  width: 90%;
  height: 20px;
  margin: 0 auto;
  font-size: 17px;
  padding: 5px 0;
}

div.table {
  margin-top: 50px;
}

table.pricing {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0;
  background-color: #FFF;
}
table.pricing td {
  text-align: center;
}

table.pricing td:first-child {
  text-align: left;
  font-weight: bold;
  width: 25%;
}

table.pricing thead {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  background: #6982DC;
  padding: 5px;
}

table.pricing thead > tr > td {
  padding: 5px;
}

table.pricing tbody {
  color: #333;
}

table.pricing tbody > tr > td {
  padding: 3px;
}

div.header {
  width: 1000px;
  height: 110px;
  margin: 0 auto;
}

div.logo {
  width: 300px;
  height: 112px;
  float: left;
}

div.logo img {
  margin-top: 10px;
}

div.slogans {
  width: 540px;
  height: 73px;
  margin-top: 29px;
  margin-left: 15px;
  float: left;
}

div.slogan-main {
  font-size: 35px;
  color: #5085CD;
  font-weight: bold;
}

div.slogan-text {
  font-size: 22px;
  color: #666;
}

div.footer {
  clear: left;
  text-align: center;
  font-size: 13px;
  color: #26459d;
  margin-top: 12px;
}

input.submit {
  width: 200px;
  background-color: #EEE;
  font-size: 16px;
  height: 32px;
  padding: 4px 8px 4px 6px;
  vertical-align: middle;
}

sup {
  font-size: 11px;
}

