*{margin:0;padding:0;text-decoration:none;font-size:1em;outline:none}code,pre,textarea,input,select{font:inherit;font-size:1em}th,h1,h2,h3,h4,h5,h6{font-weight:normal}a,img,a img,form,abbr,acronym,object{border:none}table{border-collapse:collapse;border-spacing:0}th,td{text-align:left;vertical-align:top}body{line-height:1;}a{color:inherit}hr{display:none}ul{list-style-type:none}

/* --- global --- */

html {
  height: 100%;
}

body {
  height: 100%;
  text-align: center;
  font: 96% arial,helvetica,sans-serif;
  background-color: #e0e0e0;
}

#container {
  text-align: center;
}

#header, #content, #footer {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  clear: both;
  overflow: hidden;
}

/* --- global[content] --- */

.big {
  font-size: 20px;
  font-weight: bold;
}

#button {
  background-image: url('/images/site-assets/orders_results_button.png');
  text-indent: -999em;
  width: 219px;
  height: 267px;
  margin-bottom: 10px;
  display: block;
}

#contact-info {
  background-image: url('/images/site-assets/bubbles.png');
  background-repeat: no-repeat;
  padding: 10px 0px 0px 70px;
  min-height: 95px;
  font-size: 12px;
}

#contact-info .phone, #contact-info .toll-free, #contact-info .fax {
  margin-bottom: .5em;
}

/* --- global[footer] --- */

#footer-wrapper {
  background-color: #000;
  border-top: 1px solid #fff;
  color: #fff;
  padding: 10px 10px 20px;
  font-size: 12px;
}

#footer .copyright {
  font-weight: bold;
  float: left;
}

#footer .copyright .red {
  color: #e51b24;
}

#footer .contact {
  float: right;
}

#footer .contact div {
  float: left;
  margin-right: 20px;
}

#footer .contact .pobox {
  background-image: url('/images/site-assets/multiple_dots.png');
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 50px;
}




