@charset "ISO-8859-1";
body {
  background: white;
  margin: 0;
  padding: 0;
  font-size: 13px/1.231;
  font-family: arial, helvetica, clean, sans-serif;
}

#hd {
  text-align: left;
  padding-bottom: 5px;
}

.footer, .top-menu {
  background-color: #ffb;
}

.footer {
  margin: 10px 5px 5px 5px;
}

.top-menu {
  margin: 5px;
  padding: 0 10px;
}

.top-menu a {
  padding: 0 5px;
}

.top-menu div {
  display: inline-block;
}

div.right {
  float: right;
}

.a2a_default_style {
  display: inline-block;
}

.social {
  width: 33%;
  margin-left: 5em;
  display: inline;
}

.social-links {
  display: inline;
  width: 100%;
}

g:plusone {
  float: right;
}

#special-offer {
  width: 180px;
  float: right;
  border: 2px inset blue;
  margin: 5px;
  padding: 5px;
  background-color: #ffb;
  position: relative;
  top: -10px;
}

div.title {
  font-size: 200%;
  font-family: Comic Sans, Comic Sans MS, cursive;
  font-style: italic;
  padding-bottom: 1em;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#layout {
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

#layout {
  padding-left: 120px;
}

#layout div {
  letter-spacing: normal;
  word-spacing: normal;
}

.provider, .services, #skyscraper, .social-links {
  padding: 0;
  margin: 0;
}

.social-links {
  padding: 10px 0;
}

.provider {
  position: absolute;
  top: 0;
  left: 0px;
  width: 120px;
}

#skyscraper {
  top: 0;
  right: 0px;
  width: 160px;
}

#banner {
  float: right;
}

.review {
  margin: 0;
  padding: .25em;
  background-color: #efe;
  border: 1px solid black;
}

.review .video {
  /* width: 480px;
  height: 270px; */
  float: right;
}

.review .pressbox {
  width: 120px;
  float: right;
  margin: 0 0 0 .25em;
}

.review ul {
  padding: 0 1.5em;
  margin: 0;
}

.review li {
  padding-bottom: .5em;
}

.services {
  padding: 0 5px;
  vertical-align: top;
  display: inline-block;
  width: auto;
}

.compact-list {
  display: inline-block;
  vertical-align: top;
}

.inline-ads {
  display: inline-block;
  vertical-align: top;
}

.compact-list ul {
  display: compact;
}

.services ul {
  padding: 5px;
  margin: 0 0 5px;
  vertical-align: top;
}

.services li {
  display: inline-block;
  width: 140px;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

.services li div {
  display: block;
}

.services h2 {
  font-size: 125%;
  padding: 0px;
  margin: 0px;
}

.services h3 {
  padding-bottom: 0px;
  margin: 0px;
}

.even {
  background-color: #efe;
}

.odd {
  background-color: #eef;
}

.services li.even {
  background-color: #cdc;
}

.services li.odd {
  background-color: #cdd;
}

.expired {
  color: red;
  text-decoration: line-through;
}

img {
  border: 0;
}

div.button {
  float: left;
  padding: 0 1em 1em 0;
  margin: 0;
}

div.button a span {
  font-size: 120%;
  font-weight: bold;
}

div.button a {
  font-size: 120%;
  color: #fff;
  text-decoration: none;
  display: block;
  width: 6em;
  text-align: center;
  padding: .5em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px #f88 solid;
  border-radius: 5px;
  background: #ff0000;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff0000), to(#f88));
  background: -moz-linear-gradient(0% 90% 90deg, #f88, #ff0000);
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: al .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

div.button a:hover {
  color: #000;
  background: #00ff00;
  border-color: #007f00;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00ff00), to(#007f00));
  background: -moz-linear-gradient(0% 90% 90deg, #007f00, #00ff00);
}

div.button a:active {
  background: #007f00;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#007f00), to(#00ff00));
  background: -moz-linear-gradient(0% 90% 90deg, #00ff00, #007f00);
}

.pressbox {
  display: inline-block;
  font-size: 80%;
  background-color: white;
  border: 1px solid black;
  margin: .5em 0;
  padding: .5em;
}

.pressbox h2 {
  font-size: 125%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.pressbox h3 {
  font-size: 125%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.pressbox .article a {
  display: block;
}

p.special {
  font-size: 110%;
}

span.special {
  color: #f00;
}