* {
  padding: 0px;
  margin: 0px;
}

body {
  text-align: center;
  background-color: #333;
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  font-size: 62.5%;
}

ul {
  list-style: none;
}

h1, h2, h3, h4, label, ul.pagination li a {
  font-family: 'Arial', 'Helvetica', sans-serif;
}

a {
  color: #215D73;
}

#wrapper {
  margin: 0 auto;
  margin-bottom: 15;
  text-align: left;
  width: 910px;
  border-top: 4px solid #ffb038;
  padding: 5px 20px;
  background: #fff url('../images/wrapper-bottom.png') no-repeat bottom left;
}

#header {
  width: 910px;
  float: left;
  position: relative;
}

#header h1 {
  font-size: 2.6em;
  letter-spacing: -1px;
}

#header h1 a {
  display: block;
  color: #3390b2;
  text-decoration: none;
  padding-bottom: 10px;
}

#header-ads {
  width: 468px;
  height: 60px;
  position: absolute;
  right: 0px;
  top: 0px;
}

#main_nav {
  display: block;
  width: 902px;
  padding-left: 8px;
  float: left;
}

#main_nav li {
  float: left;
  clear: none;
}

#main_nav li a {
  display: block;
  background: #215d73;
  height: 30px;
  line-height: 30px;
  padding: 0px 10px;
  margin-right: 4px;
  text-decoration: none;
  color: #fff;
  font-size: 1.4em;
}

#main_nav li a.selected {
  background: #3390b2;
}

#search_form_wrapper {
  width: 870px;
  padding: 20px;
  height: 47px;
  float: left;
  background: #3390b2 url('../images/search/box-background.png') no-repeat top left;
}

#search_form_wrapper label {
  height: 35px;
  line-height: 39px;
  font-size: 2.2em;
  font-weight: bold;
  color: #163d4b;
}

#search_form_wrapper a.submit_button {
  display: block;
  border: 2px solid #ffb038;
  background-color: #163D4B;
  color: #fff;
  height: 38px;
  line-height: 38px;
  padding: 0px 0px 0px 10px;
  text-decoration: none;
  font-size: 2.2em;
  font-weight: bold;
  font-family: 'Arial','Helvetica',sans-serif;
}

/*#search_form_wrapper li {
  float: left;
  clear: none;
}*/

#content {
  margin-top: 15px;
  width: 870px;
  padding: 20px;
  float: left;
  background: #eaeaea;
}

#content .company_details {
  width: 335px;
  font-size: 1.2em;
  float: left;
}
#content .company_details h2 {
  font-size: 1.8em;
  padding-bottom: 7px;
  color: #215D73;
}
#content .company_details h3 {
  font-size: 1.4em;
  padding: 4px 0px;
}

#content .company_services {
  width: 335px;
  float: left;
  margin-top: 15px;
  margin-bottom: 10px;
}

#content .company_services h3 {
  font-size: 1.4em;
  padding: 4px 0px;
}

#content .company_services li,
ul.service_list li {
  display: block;
  float: left;
  background: transparent url('../images/tag/end.gif') no-repeat top left;
  padding-left: 10px;
}

#content .company_services li a,
ul.service_list li a {
  display: block;
  height: 20px;
  line-height: 18px;
  color: #fff;
  /*background: #215D73;*/
  background: #215D73 url('../images/tag/background.gif') repeat-x top left;
  padding: 0px 5px;
  margin: 0px 5px 5px 0px;
  text-decoration: none;
}

#content .company_map {
  float: right;
  border: 4px solid #215D73;
}

table.table_list {
  font-size: 1.2em;
  border: 1px solid #ccc;
}

table.table_list td {
  padding: 8px;
  border: 1px solid #ccc;
  border-collapse: collapse;
  background: #fff;
}

table.region {
  width: 330px;
}

table.search {
  width: 870px;
}

table.regions {
  width: 210px;
  margin-left: 10px;
}

table.first {
  margin-left: 0px;
}

ul.pagination {
  display: block;
  height: 25px;
  margin: 10px 0px;
}

ul.pagination li {
  float: left;
  clear: none;
}

ul.pagination li a {
  float: left;
  clear: none;
  display: block;
  background: #215D73;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  padding: 0px 10px;
  height: 25px;
  line-height: 25px;
  margin-right: 5px;
}

ul.pagination li.page a {
  background: #3390b2;
}

#fourohfour h2 {
  font-size: 2.6em;
  color: #163D4B;
  margin-bottom: 8px;
}

#footer {
  font-size: 1.1em;
  width: 910px;
  margin: 8px 0px;
  float: left;
  text-align: right;
}

.left {
  float: left;
}

.clear {
  clear: both;
}