html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

*:focus {
  outline: 10; }

body {
  line-height: 1;
  color: black;
  background: white; }

ol, ul {
  list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

html, body {
  height: 100%; }

body {
  font-family: "Gill Sans Light", "GillSans-Light", "Gill Sans", Helvetica, sans-serif;
  font-weight: 100;
  font-size: 62.5%;
  background: #a3a7ad url(../images/backgrounds/body.png) repeat-x top;
  position: relative; }

#container {
  width: 980px;
  margin: 0 auto;
  position: relative; }

h1 {
  padding-top: 34px; }

#content {
  width: 686px;
  min-height: 560px;
  background: #fff;
  border: 13px solid #c6c9ce;
  padding: 30px 20px 15px 30px;
  position: relative;
  z-index: 99;
  margin-top: 10px;
  color: #53575b;
  -moz-box-shadow: #6c767f 0 0 10px;
  -webkit-box-shadow: #6c767f 0 0 10px;
  *display: inline-block; }
  #content:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  #content .button {
    display: block;
    background-color: #eff1f3;
    background-repeat: no-repeat;
    background-position: 9px center;
    color: #363d48;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin: 3em 0;
    padding: 10px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  #content a.button:hover {
    background-color: #d52021;
    color: #fff; }
  #content .price {
    text-transform: lowercase;
    font-size: 120%; }
  #content h2 {
    font-family: "Gill Sans", Helvetica, sans-serif;
    font-size: 380%;
    font-weight: normal;
    margin-bottom: 0.5em; }
  #content h3 {
    font-family: "Gill Sans", Helvetica, sans-serif;
    font-size: 320%;
    font-weight: normal; }
  #content h4 {
    font-family: "Gill Sans", Helvetica, sans-serif;
    font-size: 240%;
    font-weight: normal; }
  #content p {
    font-size: 160%;
    color: #444444;
    line-height: 1.4;
    margin-bottom: 0.5em; }
    #content p.introduction {
      font-size: 240%;
      color: #53575b; }
  #content img.background {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1; }
  #content .item {
    width: 217px;
    margin: 15px 10px 15px 0;
    float: left;
    display: inline; }
    #content .item img {
      border: 3px solid #eaeaea;
      width: 211px;
      height: 211px;
      display: block; }
    #content .item h5 {
      text-align: center;
      font-family: "Gill Sans", Helvetica, sans-serif;
      font-size: 160%;
      font-weight: normal;
      padding: 1em 0;
      color: #000; }
    #content .item p.description {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 110%;
      text-align: center;
      line-height: 1.3;
      margin: 0 5px 15px; }
	    #content .item p.descriptiontwo {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 90%;
      text-align: center;
      line-height: 1.0;
      margin: 0 5px 15px; }
    #content .item p.zoom, #content .item p.call {
      font-size: 100%;
      text-align: center;
      color: #9b9fa5;
      text-transform: uppercase;
      margin-bottom: 10px;
      padding: 4px 0 4px 15px;
      background: url(../images/zoom.png) no-repeat 25px center; }
    #content .item p.call {
      background: url(../images/call.png) no-repeat 12px center; }
    #content .item .button {
      margin: 0; }
      #content .item .button a {
        display: block; }
  #content .zoomable {
    cursor: pointer; }
  #content .hover img {
    border-color: #d52021; }
  #content .hover h5 {
    color: #d52021; }
  #content .hover p.description {
    color: #d52021; }
  #content .hover p.zoom {
    color: #d52021;
    background-image: url(../images/zoom-hover.png); }
  #content .hover .button {
    background-color: #d52021;
    color: #fff; }

#home {
  width: 50%;
  border-bottom: 1px solid #e8e9eb;
  margin-bottom: 1.5em; }
  #home a.button {
    display: inline-block;
    text-align: left;
    color: #9b9fa5;
    margin: 1.5em 0;
    padding: 10px 18px 10px 30px;
    background-image: url(../images/arrow-contact.png); }
    #home a.button:hover {
      background-image: url(../images/arrow-contact-hover.png); }

#tabs {
  background: #e2e4e6;
  height: 33px;
  line-height: 33px;
  margin-top: 10px;
  margin-bottom: 5px; }
  #tabs li {
    display: inline; }
    #tabs li a, #tabs li span {
      float: left;
      height: 33px;
      color: #53575b;
      text-decoration: none;
      font-size: 160%;
      padding: 0 15px; }
    #tabs li a:hover {
      background: #999ca1;
      color: #fff; }
    #tabs li span {
      background: #787c81;
      color: #fff; }

#contact h4 {
  font-size: 200%;
  margin: 1em 0; }
#contact p {
  font-size: 140%;
  color: #484e55; }
#contact address {
  font-size: 160%;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 1em;
  line-height: 1.4; }
#contact dl {
  font-size: 200%;
  margin-bottom: 5em; }
  #contact dl dt {
    font-weight: bold;
    clear: left;
    float: left;
    width: 6em;
    margin-bottom: 0.5em; }
  #contact dl dd {
    font-weight: normal;
    margin-bottom: 0.5em; }
  #contact dl a {
    color: #e50008; }
#contact form {
  background: #ecedef;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
  display: block;
  width: 345px; }
  #contact form label {
    color: #000;
    font-size: 160%;
    font-weight: normal;
    font-family: "Gill Sans", Helvetica, sans-serif;
    float: left;
    width: 25%; }
  #contact form input.text, #contact form textarea {
    border: 1px solid #e2e2e2;
    padding: 4px;
    width: 70%; }
  #contact form .field {
    margin-bottom: 0.5em; }
  #contact form .submit {
    margin-left: 25%; }
    #contact form .submit p {
      color: #bababa;
      font-size: 120%; }
#contact .sidebar {
  float: right;
  width: 275px;
  margin-left: 20px; }
  #contact .sidebar img {
    border: 3px solid #e7e7e7;
    margin: 1em 0; }
  #contact .sidebar iframe {
    border: 3px solid #e7e7e7;
    position: relative;
    top: -0.5em; }
  #contact .sidebar #we-accept {
    border: none;
    margin: 0;
    position: relative;
    top: -0.5em; }

#navigation {
  color: #fff;
  font-size: 170%;
  margin-top: 29px;
  position: absolute;
  top: 110px;
  right: 0;
  width: 194px;
  z-index: 98;
  padding: 20px 15px 20px 10px;
  background: #c5c8cd url(../images/backgrounds/navigation.png) no-repeat bottom;
  -moz-border-radius-topright: 18px;
  -moz-border-radius-bottomright: 18px;
  -webkit-border-top-right-radius: 18px;
  -webkit-border-bottom-right-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  -moz-box-shadow: #6c767f 0 0 10px;
  -webkit-box-shadow: #6c767f 0 0 10px; }
  #navigation li {
    padding-left: 24px; }
    #navigation li.current {
      background: url(../images/nav-current.png) no-repeat left; }
      #navigation li.current a {
        color: #4c5158; }
    #navigation li a {
      border-top: 1px solid #b3b7bc;
      border-top: 1px solid rgba(255, 255, 255, 0.15); }
    #navigation li:first-child a, #navigation li.first a {
      border-top: none; }
  #navigation a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 9px 0; }
    #navigation a:hover {
      color: #4c5158; }

#footer {
  width: 780px;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  color: #82868a;
  padding: 20px 0;
  position: relative;
  z-index: 99; }
  #footer a {
    color: #82868a;
    text-decoration: none; }
    #footer a:hover {
      text-decoration: underline; }

#flair-top-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 227px;
  height: 271px;
  z-index: -1;
  background: url(../images/backgrounds/flair-top-right.jpg) no-repeat; }

#flair-bottom-left {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 444px;
  height: 199px;
  z-index: -1;
  background: url(../images/backgrounds/flair-bottom-left.png) no-repeat; }
