#services_head {
  height: 39px;
  background: url(../images/services_head.jpg);
  background-repeat: no-repeat;
  margin-left: -1px;
  margin-top: 10px;
  clear: both;
}

#services_head h1 {
  display: none;
}

#serviceparent {
  height: 160px;
}

div.service {
  display: table;
  width: 141px;
  height: 150px;
  background-color: #514A73;
  margin-left: 35px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  padding-bottom: 3px;
  font-size: 10px;
  float: left;
}

div.service img {
  border: 0;
}

div.domaincheck {
  display: table;
  background-color: #514A73;
  margin-left: 35px;
  padding: 15px;
}

div.domaincheck h3 {
	font-size: 10pt;
	margin: 0 0 10px 0;
}

table.domains {
	border-collapse: collapse;
}

table.domains td,table.domains th {
	padding: 4px;
	vertical-align: top;
}

table.domains th {
	text-align: left;
}

table.domains tr.total td {
	border-top: 1px solid white;
	padding-top: 10px;
}