* {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.wrapper {
  margin: 0 auto;
}

#header {
  height: 95px;
  width: 860px;
  margin: 0 auto;
}

.logo {
  background: url("/assets/images/logo-new.gif");
  width: 215px;
  height: 60px;
  display: block;
  float: left;
  margin-top: 14px;
  margin-left: -22px;
  text-indent: -1000em;
  position: relative;
}

.searchbk {
  height: 214px;
  border: 1px solid #ddd;
  background: url("/assets/images/searchbar.jpg");
}

.container {
  width: 860px;
  margin: 0 auto;
}
.heading {
  color: #fff;
  height: 143px;
}

input[type="text"] {
  border: 1px solid #ccc;
  padding: 3px 5px;
  height: 25px;
  width: 260px;
  float: left;
  font-size: 14px;
  color: #999;
  margin-top: 20px;
  margin-left: 15px;
  -webkit-box-shadow: 0 0 3px #999 inset;
  -moz-box-shadow: 0 0 3px #999 inset;
  box-shadow: 0 0 3px #999 inset;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.styled-select {
  display: block;
  float: left;
}

.styled-select select {
  background: transparent;
  width: 100px;
  padding: 5px;
  font-size: 13px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 32px;
  color: #666666;
  float: left;
  border: 1px solid #ddd;
  float: left;
  margin: 20px 0px 0 15px;
}

.awesome {
  background: #e5212c url("/assets/images/overlay.png") repeat-x;
  display: inline-block;
  padding: 0 15px 0;
  line-height: 28px;
  font-size: 12px;
  height: 28px;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px #ddd solid;
  position: relative;
  cursor: pointer;
  letter-spacing: 0.05em;
}

.greenbtn {
  background: #2ca114 url("/assets/images/overlay.png") repeat-x;
}

.container p {
  text-align: center;
  font-size: 12px;
  color: #999;
  line-height: 20px;
  padding: 20px 0;
}

.heading h1 {
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 44px;
  margin-bottom: 7px;
}
.heading p {
  font-size: 14px;
  color: #eda8aa;
  text-align: left;
  padding: 0px;
}

.searchit {
  height: 82px;
}
.searchit p {
  font-size: 16px;
  padding: 26px 0;
}

#submit_query {
  margin: 20px 0;
  height: 30px;
  background-image: url("/assets/images/search.png");
  background-repeat: no-repeat;
  background-position: 60px;
  padding-right: 32px;
}

.left {
  float: left;
}
.right {
  float: right;
}
.price {
  margin-top: 20px;
  margin-right: 20px;
}
.domain {
  margin-top: 32px;
}

.footer {
  background: url("/assets/images/footer.jpg");
  height: 78px;
  text-align: center;
}

ul {
  list-style: none;
  text-align: center;
  padding: 0;
  padding-top: 20px;
  padding-bottom: 6px;
}

ul li {
  color: #bbbbbb;

  font-size: 11px;
  display: inline-block;
}

ul li a {
  text-decoration: none;
  margin: 0 10px;
  font-size: 11px;
  color: #bbbbbb;
}

.footer p {
  font-size: 10px;
  color: #999;
  padding: 0;
}

.column-280 {
  width: 274px;
  float: left;
  margin: 20px 0;
  border: 1px solid #ddd;
  text-align: center;
  height: 170px;
  padding-top: 188px;
}

.column-280 ul li {
  width: 274px;
  font-size: 12px;
  color: #565656;
  line-height: 20px;
}
.column-280 ul {
  padding-top: 10px;
}

.column-280 h3 {
  font-size: 16px;
  color: #e5212c;
}
.column-280 p {
  padding: 5px 0 10px 0 !important;
  font-size: 14px;
  color: #999;
}

.clear {
  clear: both;
}

.green {
  color: #2ca114 !important;
}

.red {
  color: #e5212c;
}

.column-280.mid {
  margin: 20px 16px;
}

#email {
  background: #e8e8e8 url("/assets/images/email.jpg") no-repeat;
}
#nolimits {
  background: #e8e8e8 url("/assets/images/nolimits.jpg") no-repeat;
}
#expired {
  background: #e8e8e8 url("/assets/images/expired.jpg") no-repeat;
}
