body {
  background: #141414;
  color: white;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 85%;
  padding: 0;
  margin: 0;
}
a {
  color: #ff9933;
}
a:hover {
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6, strong {
  color: #white;
}
h1 {
  font-size: 230%;
}
h3 {
  border-bottom: 2px solid #666;
  font-size: 130%;
  margin-top: 1.5em;
  padding-bottom: 1px;
}
a img {
  border: 0;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
img.float-left {
  margin-right: 1em;
}
img.float-right {
  margin-left: 1em;
}
.clear {
  clear: both;
  font-size: 0;
}
#header {
  background-color: #272727;
  color: #c0c0c0;
  position: relative;
  padding-bottom: 110px;
  padding-left: 30px;
  padding-right: 30px;
}
#logo {
  position: absolute;
  left: 25px;
  bottom: 10px;
}
*html #logo {
  top: 5.5em;
}
#page {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#main {
  float: left;
  width: 100%;
}
#content-wrapper {
  float: left;
  width: 70%;
}
#content {
  padding: 25px;
  clear: both;
}

#site-links {
  background-color: #141414;
  margin-left: -30px;
  margin-right: -30px;
  padding: 1em;
  padding-left: 30px;
  padding-right: 30px;
  text-align: right;
}
#site-links a, #site-links strong {
  margin-left: 1em;
  padding: 1em;
  padding-left: .5em;
  padding-right: .5em;
}
#site-links strong a {
  color: white;
  padding: 0;
  margin: 0;
}
#site-links a {
  color: #c1c1c1;
  text-decoration: none;
}
#site-links a:hover {
  color: #ff9933;
  text-decoration: underline;
}
#site-links .separator {
  display: none;
}
#home-page-layout #content {
  padding-bottom: 0;
}
#content p, #content ul {
  line-height: 120%;
}
#content h3 {
  line-height: 130%;
  border: none;
}
#content h3 small {
  color: #ccc;
  font-weight: normal;
}
#content .entry {
  margin-bottom: 1em;
}
#content .entry h3 {
  border-bottom: 0;
  clear: both;
  font-size: 130%;
  margin-bottom: .5em;
  padding-bottom: 0;
}
#content .entry h3 a {
  text-decoration: none;
}
#content .entry h3 a:hover {
  text-decoration: underline;
}
#content .entry h3 .author {
  font-size: 70%;
  font-weight: normal;
}
#content .entry h3 .author a {
  color: white;
}
#content .entry p.info {
  font-size: 75%;
}
#content .info {
  position: relative;
  top: -1.0em;
  color: #999;
  margin-bottom: -1em;
}
#content code, #content tt {
  color: white;
  font-size: 110%;
}
#content pre code, #content blockquote {
  background-color: #eee;
  color: #ccc;
  display: block;
  padding: 1em;
}
#content blockquote {
  margin-left: 0;
  margin-right: 0;
  padding-top: 1px;
  padding-bottom: 1px;
}
#feature-wrapper {
  float: right;
  width: 100%;
  margin-left: -600px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#feature {
  font-style: italic;
  font-size: 120%;
  padding-left: 380px;
}
#feature h3 {
  border-bottom: 0;
  padding-bottom: 0;
}
#screenshot {
  float: left;
  width: 380px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#screenshot img {
  position: relative;
  left: -9px;
}
#feature li {
  margin-bottom: .5em;
}
#highlight {
  background-color: #272727;
  border-bottom: 1px solid #272727;
  clear: both;
  font-size: 120%;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: -1px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
}
*html #highlight {
  padding-top: 0;
}
#highlight img.float-left {
  margin-right: 1em;
}
#highlight p {
  line-height: 120%;
}
#footer {
  background-color: #000;
  color: #aaa;
  padding: 30px 25px;
  clear: both;
}
#footer p {
  line-height: 130%;
  margin: 0;
  margin-bottom: .5em;
}
#sidebar-wrapper {
  float: right;
  width: 30%;
}
#sidebar {
  font-size: 90%;
  padding: 30px 0px;
}
#sidebar h3 {
  border-bottom: 2px solid #666;
  font-size: 130%;
  margin-top: 1.5em;
  padding-bottom: 1px;
  line-height: 130%;
}
#sidebar p {
  line-height: 140%;
}
#sidebar ul {
  margin-left: 1.5em;
  padding: 0;
}
#sidebar li {
  ;margin-bottom: .25em;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
input#name {
  font-size: 16px;
  font-weight: bold;
  width: 300px;
}
input#email {
  font-size: 16px;
  width: 300px;
}
input#company {
  font-size: 16px;
  width: 300px;
}
input#phone {
  font-size: 16px;
  width: 300px;
}
input.mailer-button {
  font-size: 16px;
  font-weight: bold;
}
select#topic {
  font-size: 16px;
}
textarea#message {
  width: 300px;
}
textarea#hear {
  width: 300px;
}

.form dl {
  color: #000;
  padding: 15px 5px 10px 10px;
  background: #fafafa;
}

.form dt {
  color: #000;
  float: left;
  clear: left;
  text-align: right;
  margin: 5px 10px 0 0;
  width: 130px;
  font-size: 1em;
  font-weight: bold;
}

.form dt.left_field {
  color: #000;
  float: left;
  clear: left;
  text-align: right;
  margin: 0px 10px 0 0;
  width: 200px;
  font-size: 1em;
  font-weight: bold;
}

.form dd {
  color: #fff;
  margin-bottom: 5px;
  font-size: 1em;
}

.form dd.left_field {
  margin-bottom: 5px;
  font-size: 1em;
  height: 18px;
  padding-top: 4px;
}
.form {
  clear: left;
}
.form_text {
  display: block;
  padding-bottom: .4em;
  margin-bottom: .7em;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  vertical-align: middle;
}
.productlogo {
  height: 72px;
  width: 168px;
}
.centerlogo {
  float: center;
}