html,
body {
  font: 13px Helvetica, Arial, sans-serif;
  line-heigh: 20px;
  background: #ebf7fd;
}

.Page {
  text-align: center;
}

.Page em {
  background: #cfe7f8;
  font-style: normal;
}

.Page .page-header,
.Page .page-body,
.Page .page-footer {
  position: relative;
  text-align: left;
  width: 900px;
  margin: auto;
}

.Page a,
.Page a:active,
.Page a:visited,
.Page a:hover {
  color: #808285;
  text-decoration: underline;
}

.Page a:hover {
  background: #cfe7f8;
}

#Header {
  margin-top: 20px;
  border-top: 1px solid #606365;
}

#Header #Logo {
  padding-top: 18px;
  margin-left: -2px;
}

#Header #Logo a,
#Header #Logo a:active,
#Header #Logo a:visited,
#Header #Logo a:hover {
  margin: 0;
  padding: 0;
  border: 0px solid transparent;
}

#Header #Logo img {
  display: block;
  position: relative;
  border: 0px solid transparent;
}

#Header #Navigation {
  padding-left: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-top: 16px;
  padding-bottom: 19px;
}

#Header #Navigation ul li {
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 1px;
}

#Header #Navigation ul li a,
#Header #Navigation ul li a:link,
#Header #Navigation ul li a:active,
#Header #Navigation ul li a:visited,
#Header #Navigation ul li a:hover {
  text-decoration: none;
  color: black;
}

#Header #Navigation ul li a:hover {
  background: #ffffff;
}

#Languages {
  position: absolute;
  top: 22px;
  right: -63px;
  width: 50px;
  font-size: 9px;
}

#Languages a,
#Languages a:link,
#Languages a:active,
#Languages a:visited,
#Languages a:hover {
  text-decoration: none;
  color: black;
}

#Languages a:hover {
  background: #ffffff;
}

#Headline {
  border-top: 1px solid #606365;
}

#Headline .body h1 {
  margin-top: 7px;
  margin-bottom: 10px;
  line-height: 50px;
  font-size: 35px;
}

#Headline .body h1.is-long {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 40px;
}

#Tagline {
  display: none;
  position: absolute;
  top: 46px;
  right: -63px;
  width: 50px;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 1px;
  color: #009fdb;
}

#Spotlight {
  border-top: 1px solid #606365;
  z-index: 2;
}

#Spotlight .illustrations-container {
  overflow: hidden;
  overflow-x: hidden;
  position: relative;
  width: 900px;
  background: black;
  z-index: 1;
}

#Spotlight .illustrations-container .illustrations {
  z-index: 0;
  position: relative;
  width: 20000px;
  height: 340px;
}

#Spotlight .Illustration {
  display: block;
  position: relative;
  float: left;
  width: 900px;
  height: 340px;
  text-align: right;
}

#Spotlight .Illustration img.main {
  display: block;
  position: absolute;
}

#Spotlight .Features {
  display: none;
  position: relative;
  float: right;
  background: white;
  text-align: left;
  width: 33%;
  font-size: 90%;
  margin: 20px;
  margin: 18px;
  margin-top: 11px;
  width: 262px;
  padding: 10px;
  padding-top: 3px;
  line-height: 20px;
  border: 1px solid #a0a0a0;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

#Spotlight .Features .header,
#Spotlight .Features .body,
#Spotlight .Features .footer {
  position: relative;
  z-index: 2;
}

#Spotlight .Features .header {
  top: -10px;
}

#Spotlight .Features .header h3 {
  font-size: 100%;
  font-weight: normal;
}

#Spotlight .Features .header .right {
  margin-top: 10px;
  margin-right: -2px;
}

#Spotlight .Features .body {
  top: -30px;
}

#Spotlight .DataSheet {
  background: black;
  padding-top: 10px;
  padding-bottom: 10px;
}

#Spotlight .DataSheet tr td {
  height: 30px;
  background: black url(../images/datasheet-td-bg.png) right center no-repeat;
  padding: 5px;
  padding-left: 0px;
  padding-right: 30px;
  color: white;
  font-size: 13px;
  line-height: 19px;
  vertical-align: middle;
  width: 16%;
}

#Spotlight .DataSheet tr td.last {
  background: black;
}

#Spotlight .DataSheet .IllustrationSelector li {
  float: left;
  position: relative;
  background: #e9f6fd;
  width: 21px;
  height: 10px;
  margin-right: 5px;
  cursor: pointer;
}

#Spotlight .DataSheet .IllustrationSelector li.placeholder {
  display: none;
}

#Spotlight .DataSheet .IllustrationSelector li:hover {
  background: #808285;
}

#Spotlight .DataSheet .IllustrationSelector li.current {
  background: #188cd0;
}

#Spotlight .DataSheet a.link {
  text-decoration: none !important;
  color: black !important;
  background: white;
  padding: 1px;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 2px;
  font-size: 10px;
  line-height: 20px;
}

#Details {
  margin-top: 20px;
}

#Details .box {
  line-height: 20px;
}

#Details .box .header .category {
  margin: 0;
  margin-top: 3px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #808285;
}

#Details .box .header .title {
  margin: 0;
  font-size: 19px;
  color: black;
  margin-bottom: 10px;
}

#Details .box .header h4 {
  line-height: 23px;
}

#Details .box .body {
  margin-right: 20px;
  color: #808285;
}

#Blog {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid black;
}

#Blog .box {
  line-height: 20px;
}

#Blog .box .header .category {
  margin: 0;
  margin-top: 3px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #808285;
}

#Blog .box .header .title {
  margin: 0;
  font-size: 19px;
  color: black;
  margin-bottom: 10px;
}

#Blog .box .body {
  margin-right: 20px;
  color: #808285;
}

#Blog .posts,
#Blog .tweets {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#Blog .posts .post,
#Blog .tweets .post {
  padding: 10px;
  background: white;
  margin-bottom: 20px;
  overflow: auto;
}

#Blog .posts .post pre,
#Blog .tweets .post pre,
#Blog .posts .post code,
#Blog .tweets .post code {
  font-size: 11px;
}

#Blog .posts .tweet,
#Blog .tweets .tweet {
  font-size: 11px;
  padding: 0px;
  margin-bottom: 20px;
}

#Blog .posts .tweet .header,
#Blog .tweets .tweet .header {
  margin: 0;
  font-size: 9px;
}

#Blog .posts .tweet .header h3,
#Blog .tweets .tweet .header h3 {
  margin: 0;
}

#Blog .posts .template,
#Blog .tweets .template {
  display: none;
}

#Blog .tweets {
  margin-top: 20px;
  margin-bottom: 20px;
}

#Blog .LanguageFilter span.language {
  cursor: pointer;
}

#Blog .LanguageFilter span.language:hover {
  background: white;
}

#Blog .LanguageFilter .selected {
  text-decoration: none;
}

#Footer {
  margin-top: 20px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  font-size: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#Footer a,
#Footer a:active,
#Footer a:visited,
#Footer a:hover {
  color: black;
  text-decoration: none;
}

#Footer .body {
  line-height: 20px;
  padding-left: 5px;
}

#Footer .R .body {
  padding-right: 10px;
  border: 1px solid transparent;
}

a.to-contact,
a:active.to-contact,
a:visited.to-contact,
a:hover.to-contact,
button.do-contact {
  font-size: 11px;
  background: black;
  color: white;
  text-decoration: none !important;
  border: 0px solid transparent;
  padding: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

.contact-form {
  margin-bottom: 60px;
}

.contact-form .w-field {
  width: 676px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid black;
}

.contact-form .last {
  border-bottom: 0px solid black;
}

.contact-form label {
  line-height: 25px;
  color: #808285;
  position: absolute;
}

.contact-form .value,
.contact-form .operations {
  margin-left: 150px;
}

.contact-form input.text,
.contact-form textarea.text {
  padding: 5px;
  font-size: 12px;
  width: 514px;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}

.contact-form input.text.has-error,
.contact-form textarea.text.has-error {
  background: #ffaaaa;
}

.contact-form .when-error,
.contact-form .when-sent {
  margin-left: 150px;
  margin-top: 20px;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background: #ffffe0;
  padding: 20px;
  width: 484px;
}

.contact-form .when-error em,
.contact-form .when-sent em,
.contact-form .when-error a,
.contact-form .when-sent a,
.contact-form .when-error a:active,
.contact-form .when-sent a:active,
.contact-form .when-error a:link,
.contact-form .when-sent a:link,
.contact-form .when-error a:hover,
.contact-form .when-sent a:hover {
  background: white;
  color: black;
  font-weight: bold;
  padding-left: 4px;
  padding-right: 4px;
  text-decoration: none;
}

.contact-form .when-error .box,
.contact-form .when-sent .box {
  margin: 0px !important;
}

#MainPage #Navigation a.work {
  background: #cfe7f8;
}

#MainPage #Headline .body h1 {
  font-size: 32px;
  line-height: 50px;
}

#AboutPage #Navigation a.about {
  background: #cfe7f8;
}

#AboutPage #Details .person .name {
  color: #808285;
  margin-bottom: -5px;
}

#AboutPage #Details .person .title {
  font-size: 10px;
  color: #808285;
}

#AboutPage #Details .footer {
  margin-top: 20px;
}

#AboutPage #Details .footer .email {
  font-size: 10px;
  background: black;
  color: white;
  padding: 2px;
  padding-left: 4px;
  padding-right: 4px;
}

#ContactPage blockquote {
  padding-left: 0px;
  margin-left: 0px;
}

#ContactPage .GoogleMaps .illustrations {
  height: 338px;
}

#ContactPage .GoogleMaps small {
  display: none;
}

#ContactPage #Navigation a.contact {
  background: #cfe7f8;
}

#ContactPage input.text,
#ContactPage textarea.text {
  border: 1px solid white;
  padding: 2px;
  color: black;
}

#ContactPage input.button {
  display: block;
  border: 1px solid black;
  background: black;
  color: white;
  cursor: pointer;
}

#ContactPage .box {
  margin-top: 22px;
}

#ContactPage .updates-box input.text {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 120px;
}

#ServicesPage #Navigation a.services {
  background: #cfe7f8;
}

#ServicesPage #Footline h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 40px;
}

#ServicesPage #Footline h1 a,
#ServicesPage #Footline h1 a:hover,
#ServicesPage #Footline h1 a:visited,
#ServicesPage #Footline h1 a:active {
  color: black;
  text-decoration: underline;
}

#ServicesPage #Footline h1 a:hover {
  background: white;
}

#ServicesPage #Footline {
  margin-top: 40px;
  border-top: 1px solid black;
}

#ServicesPage .box ul {
  padding: 0;
  margin: 0;
}

#ServicesPage .box ul li {
  padding: 0;
  margin: 0;
  list-style-type: square;
  padding-left: 10px;
  margin-left: 15px;
}

#ServicesPage .box .footer {
  margin-top: 20px;
}

#ServicesPage .box .footer a {
  font-size: 11px;
  background: black;
  color: white;
  text-decoration: none !important;
  padding: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
