/* Reset */
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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse; border-spacing: 0;}

/* General styles */
body {
  background: url(/images/background.jpg) repeat;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

a, a:hover, a:link, a:visited {
  text-decoration: none;
}

.clear {
  clear: both;
}

a, a:hover, a:visited, a:link {
  color: #0072bb;
}

.error {
  color: red;
}

a.right {
  float: right;
}


/** Forms */

div.control {
  clear: both;
  padding-bottom: 15px;
}

div.label-container {
  display: inline-block;
  font-size: 12px;
  padding-right: 10px;
  text-align: left;
  vertical-align: middle;
  width: 75px;
}

div.control-container {
  display: inline-block;
  vertical-align: middle;
}

input {
  font-weight: bold;
  font-size: 14px;
}


/** CMS */

.cms-node-editable {
  outline: 1px dashed black;
  cursor: default;
}


/* Specifics */

.container {
  margin: 0 auto;
  width: 1020px;
}

#header {
  background: url(/images/header-background.jpg) repeat-x;
  height: 121px;
}

#header .logo {
  display: block;
  float: left;
  height: 86px;
  padding: 16px 0 0 33px;
}

#header .account-nav {
  display: inline-block;
  float: right;
  line-height: 0;
  padding-right: 20px;
  padding-top: 20px;
}

#header .account-nav li {
  display: inline-block;
  float: left;
  padding-left: 20px;
}

#header .account-nav li a {
  color: black;
  display: inline-block;
  height: 23px;
  text-align: right;
}

#header .account-nav li a span {
  display: none;
}

#header .account-nav li a.account-login {
  background: url(/images/buttons/account-login.jpg) no-repeat 0 1px;
  width: 134px;
}

#header .account-nav li a.my-account {
  background: url(/images/buttons/my-account.jpg) no-repeat 0 1px;
  width: 113px;
}

#header .account-nav li a.logout {
  background: url(/images/buttons/logout.jpg) no-repeat 0 1px;
  width: 79px;
}

#header .main-nav {
  clear: right;
  float: right;
  line-height: 0;
  padding-right: 40px;
  padding-top: 35px;
}

#header .main-nav li {
  display: inline-block;
  float: left;
}

#header .main-nav li a {
  color: #002941;
  display: inline-block;
  height: 10px;
  padding-bottom: 6px;
}

#header .main-nav li a span {
  display: none;
}

#header .main-nav li a:hover, #header .main-nav li a.active {
  border-bottom: 2px solid #0072bb;
}

#header .main-nav .products {
  background: url(/images/main-nav/products.jpg) no-repeat 0 1px;
  width: 89px;
  margin-right: 30px;
}

#header .main-nav .services {
  background: url(/images/main-nav/services.jpg) no-repeat 0 1px;
  width: 82px;
  margin-right: 30px;
}

#header .main-nav .support {
  background: url(/images/main-nav/support.jpg) no-repeat 0 1px;
  width: 78px;
  margin-right: 30px;
}

#header .main-nav .about {
  background: url(/images/main-nav/about-us.jpg) no-repeat 0 1px;
  width: 84px;
}

#body {
  clear: both;
  padding-top: 10px;
}

#footer {
  color: #687980;
  font-family: Arial, sans-serif;
  font-size: 11px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}

#footer h1 {
  color: #687980;
  font-family: Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
}

#footer p {
  float: left;
  letter-spacing: 1px;
}

#footer p.copyright {
  padding: 10px 0 0 170px;
}

#footer a.info {
  border-bottom: 1px dotted #687980;
  color: #687980;
  display: inline-block;
  float: left;
  letter-spacing: 1px;
  margin: 10px 0 0 20px;
}

#footer p.phone {
  padding: 10px 0 0 20px;
}

#footer ul.footer-nav {
  display: inline-block;
  float: left;
  padding: 10px 0 0 80px;
}

#footer ul.footer-nav li {
  display: inline-block;
  float: left;
  padding-left: 10px;
}

#footer ul.footer-nav li a {
  border-bottom: 1px dotted #687980;
  color: #687980;
  display: inline-block;
  letter-spacing: 1px;
}

#footer ul.social-badges {
  display: inline-block;
  float: right;
  padding-right: 20px;
  position: absolute;
  right: 0;
  top: 0;
}

#footer ul.social-badges li {
  display: inline-block;
  float: left;
  padding-left: 10px;
}

#footer ul.social-badges li a {
  display: inline-block;
}

#footer ul.social-badges li a img {
  height: 36px;
  width: 36px;
}


/** Box widths */

#body .box-header, #body .box-footer {
  width: 1020px;
}



/** Homepage */

#body .box-homepage .box-header {
  background: url(/images/main-box/box-header-homepage.jpg) no-repeat;
  height: 311px;
}

#body .box-homepage .box-header h1 {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-weight: bold;
  padding: 50px 0 0 255px;
  text-shadow: 2px 2px 3px #333;
}

#body .box-homepage .box-header h2 {
  color: #000;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  padding: 30px 0 0 255px;
}

#body .box-homepage .box-header h3 {
  color: #687980;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  padding: 0 0 0 255px;
}

#body .box-homepage .box-body {
  background: url(/images/main-box/box-body.jpg) repeat-y;
  padding: 65px 10px 0 10px;
  width: 1000px;
}

#body .box-homepage .box-body .products div {
  float: left;
  width: 330px;
}

#body .box-homepage .box-body .products div img {
  display: block;
  float: left;
  padding-left: 20px;
}

#body .box-homepage .box-body .products .monitor {
  background: url(/images/coming-soon.jpg) no-repeat 218px 1px;
}

#body .box-homepage .box-body .products .filter, #body .box-homepage .box-body .products .moderator{
  border-right: 2px solid #94b5c9;
}

#body .box-homepage .box-body .products div h2 {
  color: #687980;
  display: block;
  float: left;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 10px;
  margin: 0;
  padding: 7px 0 0 20px;
  width: 234px;
}

#body .box-homepage .box-body .products div h3 {
  color: #000;
  display: block;
  float: left;
  font-family: Arial, sans-serif;
  font-size: 27px;
  font-weight: bold;
  line-height: 27px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 234px;
}

#body .box-homepage .box-body .products div p {
  color: #687980;
  clear: both;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 20px;
  margin: 0;
  padding: 10px 10px 10px 96px;
}

#body .box-homepage .box-body .products div a {
  background: url(/images/learn-more.jpg) no-repeat bottom;
  color: #fff;
  display: block;
  height: 30px;
  margin-left: 96px;
  width: 144px;
}

#body .box-homepage .box-body .products div a span {
  display: none;
}

#body .box-homepage .box-footer {
  background: url(/images/main-box/box-footer.jpg) no-repeat;
  clear: both;
  height: 29px;
}


#body .box-homepage .plain-box-header {
  background: url(/images/main-box/box-header.jpg) no-repeat;
  height: 29px;
}

#body .box-homepage .plain-box-body {
  background: url(/images/main-box/box-body.jpg) repeat-y;
  padding: 5px 10px 0 10px;
  width: 1000px;
}

#body .box-homepage .plain-box-body div {
  display: block;
  float: left;
  height: 300px;
  width: 330px;
}

#body .box-homepage .plain-box-body .company, #body .box-homepage .plain-box-body .customers {
  border-right: 2px solid #94b5c9;
}

#body .box-homepage .plain-box-body h2 {
  color: #0072bb;
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 10px 20px;
}

#body .box-homepage .plain-box-body p {
  color: #333333;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 16px;
  padding: 0 10px 10px 20px;
}

#body .box-homepage .plain-box-body .images, #body .box-homepage .plain-box-body .news dl {
  padding: 0 10px 10px 20px;
}

#body .box-homepage .plain-box-body .news dl dt {
  color: #0072bb;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
}

#body .box-homepage .plain-box-body .news dl dd {
  color: #333333;
  font-size: 14px;
}

#body .box-homepage .plain-box-body .customers img {
  padding-left: 5px;
  padding-right: 10px;
}


#body .box-homepage .plain-box-footer {
  background: url(/images/main-box/box-footer.jpg) no-repeat;
  clear: both;
  height: 29px;
}


/** All Product pages */

#body .box-product .box-header {
  background: url(/images/main-box/box-header-interior.jpg) no-repeat;
  height: 86px;
}

#body .box-product .box-header h1 {
  color: white;
  float: left;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 35px 0 0 40px;
  text-shadow: 2px 2px 3px #333;
}

#body .box-product .box-header ul {
  display: inline-block;
  float: left;
  height: 16px;
  line-height: 0;
  padding: 45px 0 0 40px;
  width: 700px;
}

#body .box-product .box-header ul li {
  display: inline-block;
  float: left;
}

#body .box-product .box-header ul li a {
  color: #057fc4;
  display: inline-block;
  height: 10px;
  padding-bottom: 6px;
  margin-right: 35px;
}

#body .box-product .box-header ul li a span {
  display: none;
}

#body .box-product .box-header ul li a:hover, #body .box-product .box-header ul li a.active {
  border-bottom: 2px solid #e6b72e;
}

#body .box-product .box-header ul .overview {
  background: url(/images/product-nav/overview.jpg) no-repeat  0 2px;
  width: 83px;
}

#body .box-product .box-header ul .filter {
  background: url(/images/product-nav/real-time-filter.jpg) no-repeat 0 2px;
  width: 144px;
}

#body .box-product .box-header ul .moderator {
  background: url(/images/product-nav/moderator.jpg) no-repeat 0 2px;
  width: 101px;
}

#body .box-product .box-header ul .monitor {
  background: url(/images/product-nav/monitor.jpg) no-repeat 0 2px;
  width: 74px;
}


/** Product overview */

#body .box-product-overview .box-body {
  background: url(/images/main-box/box-body.jpg) repeat-y;
  padding: 20px 10px 0 10px;
  width: 1000px;
}

#body .box-product-overview .box-body .headline {
  float: left;
  padding: 0 50px 65px 30px;
  width: 580px;
}

#body .box-product-overview .box-body .headline p {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 26px;
}

#body .box-product-overview .box-body .sales-callout {
  background: url(/images/callout/sales-callout-background.jpg) no-repeat;
  float: left;
  height: 116px;
  padding: 20px 20px 20px 20px;
  width: 260px;
}

#body .box-product-overview .box-body .sales-callout p {
  color: #687980;
  font-size: 13px;
  padding-bottom: 15px;
}

#body .box-product-overview .box-body .sales-callout a {
  border-bottom: 1px dotted #0072bb;
  display: block;
  float: left;
  margin-right: 15px;
}

#body .box-product-overview .box-body .products {
  clear: both;
  padding: 0 10px 0 10px;
}

#body .box-product-overview .box-body .products .product {
  display: block;
  float: left;
  width: 325px;
}

#body .box-product-overview .box-body .products .product img {
  display: block;
  float: left;
  padding-left: 20px;
}

#body .box-product-overview .box-body .products .monitor {
  background: url(/images/coming-soon.jpg) no-repeat 218px 1px;
}

#body .box-product-overview .box-body .products .product-border {
  border-right: 2px solid #94b5c9;
}

#body .box-product-overview .box-body .products .product h4 {
  color: #687980;
  display: block;
  float: left;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 10px;
  margin: 0;
  padding: 7px 0 0 20px;
  width: 225px;
}

#body .box-product-overview .box-body .products .product h5 {
  color: #000;
  display: block;
  float: left;
  font-family: Arial, sans-serif;
  font-size: 27px;
  font-weight: bold;
  line-height: 27px;
  margin: 0;
  padding: 0 0 10px 19px;
  width: 225px;
}

#body .box-product-overview .box-body .products .product p {
  color: #687980;
  clear: both;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 170px;
  line-height: 20px;
  margin: 0;
  padding: 10px 10px 30px 20px;
}

#body .box-product-overview .box-body .products .product a {
  background: url(/images/learn-more.jpg) no-repeat bottom;
  color: #fff;
  display: block;
  height: 30px;
  margin-left: 96px;
  width: 144px;
}

#body .box-product-overview .box-body .products .product a span {
  display: none;
}

#body .box-product-overview .box-footer {
  background: url(/images/main-box/box-footer.jpg) no-repeat;
  clear: both;
  height: 29px;
}


/** Product interior pages */

#body .box-product-interior .box-body {
  background: url(/images/main-box/box-body-interior.jpg) repeat-y;
  width: 1020px;
}

#body .box-product-interior .box-body .gutter {
  float: left;
  padding: 25px 0 0 11px;
  width: 258px;
}

#body .box-product-interior .box-body .gutter h2 {
  border-bottom: 1px solid #bcd3e0;
  color: #0072bb;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0 0 5px 29px;
}

#body .box-product-interior .box-body .gutter ul {
  padding-top: 10px;
}

#body .box-product-interior .box-body .gutter ul li.active {
  color: #0072bb;
  background: url(/images/product-nav/active.jpg) no-repeat 1px 0;
}

#body .box-product-interior .box-body .gutter ul li a {
  color: #687980;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 35px;
  padding: 8px 0 0 29px;
}

#body .box-product-interior .box-body .gutter ul li a.active {
  background: url(/images/product-nav/active.jpg) no-repeat 1px 0;
  color: #0072bb;
}

#body .box-product-interior .box-body .content {
  float: left;
  padding: 18px 55px 10px 35px;
  width: 650px;
}

#body .box-product-interior .box-body .content img.icon {
  float: left;
}

#body .box-product-interior .box-body .content img.coming-soon {
  float: right;
}

#body .box-product-interior .box-body .content h3 {
  font-size: 30px;
  font-weight: bold;
  padding: 5px 0 0 75px;
}

#body .box-product-interior .box-body .content h4 {
  color: #0072bb;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 2px 0;
}

#body .box-product-interior .box-body .content .headline {
  border-bottom: 2px solid #94b5c9;
  clear: both;
  color: #002941;
  font-size: 22px;
  line-height: 26px;
  padding: 20px 0 30px 0;
  *padding: 10px 0 30px 0;
}

#body .box-product-interior .box-body .content .full {
  padding-top: 35px;
}

#body .box-product-interior .box-body .content .full p {
  color: #687980;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 25px;
}

#body .box-product-interior .box-body .content .full .callout {
  background: url(/images/callout/callout-top.jpg) 10px 0 no-repeat;
  float: right;
  padding: 10px 10px 10px 10px;
  width: 280px;
}

#body .box-product-interior .box-body .content .full .callout .header {
  background: url(/images/callout/callout-header.jpg) repeat-y;
  padding: 0 15px 0 10px;
}

#body .box-product-interior .box-body .content .full .callout h4 {
  background: url(/images/icons/gauge.png) no-repeat 10px 0;
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 0 15px 70px;
}

#body .box-product-interior .box-body .content .full .callout .body {
  background: #94b5c9 url(/images/callout/callout-body.jpg) repeat-y;
  padding: 5px 20px 5px 20px;
}

#body .box-product-interior .box-body .content .full .callout .body h5 {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 0 4px 0;
}

#body .box-product-interior .box-body .content .full .callout .body ul {
  color: #687980;
  font-size: 14px;
  line-height: 20px;
  list-style: circle;
  padding: 0 0 0 30px;
}

#body .box-product-interior .box-body .content .features {
  padding: 20px 0 0 0;
}

#body .box-product-interior .box-body .content .features .feature {
  float: left;
  padding: 20px 20px 20px 0;
  width: 300px;
}

#body .box-product-interior .box-body .content .features .first {
  clear: both;
}

#body .box-product-interior .box-body .content .features .feature img {
  float: left;
}

#body .box-product-interior .box-body .content .features .feature h4 {
  padding: 0 0 10px 75px;
}

#body .box-product-interior .box-body .content .features .feature p {
  padding: 0 0 0 75px;
}

#body .box-product-interior .box-body .content .faq ul {
  color: #687980;
  font-size: 14px;
  list-style: circle;
  padding: 0 0 20px 35px;
}

#body .box-product-interior .box-body .content .faq ul.questions li {
  padding: 0 0 5px 0;
}

#body .box-product-interior .box-body .content .full .callout .bottom {
  background: url(/images/callout/callout-bottom.jpg) no-repeat;
  /*padding: 5px 0 5px 20px;*/
}

#body .box-product-interior .box-footer {
  background: url(/images/main-box/box-footer-interior.jpg) no-repeat;
  clear: both;
  height: 29px;
  position: relative;
}

#body .box-product-interior .box-footer .sales-callout {
  bottom: 0;
  color: #687980;
  font-size: 14px;
  padding: 40px 40px 25px 40px;
  position: absolute;
  width: 200px;
}

#body .box-product-interior .box-footer .sales-callout p {
  padding-bottom: 15px;
}

#body .box-product-interior .box-footer .sales-callout a {
  border-bottom: 1px dotted #0072bb;
}

#body .box-product-interior .box-footer .sales-callout p.phone {
  padding-top: 3px;
}


/** Interior pages */

#body .box-interior .box-header {
  background: url(/images/main-box/box-header-interior.jpg) no-repeat;
  height: 86px;
}

#body .box-interior .box-header h1 {
  color: white;
  float: left;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 35px 0 0 40px;
  text-shadow: 2px 2px 3px #333;
}

#body .box-interior .box-body {
  background: url(/images/main-box/box-body.jpg) repeat-y;
  padding: 20px 10px 0 10px;
  width: 1000px;
}

#body .box-interior .box-body .full {
  color: #687980;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  padding: 0 30px 0 30px;
}

#body .box-interior .box-body .full h2 {
  color: #0072bb;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 2px 0;
}

#body .box-interior .box-body .full table tr td, #body .box-interior .box-body .full table tr th {
  border: 1px solid #e6b72e;
  padding: 3px 5px 3px 5px;
}

#body .box-interior .box-body .full .pagination div {
  float: left;
  padding: 0 50px 0 0;
}

#body .box-interior .box-body .headline {
  float: left;
  padding: 0 50px 65px 30px;
  width: 580px;
}

#body .box-interior .box-body .headline p {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 26px;
}

#body .box-interior .box-body .sales-callout {
  background: url(/images/callout/sales-callout-background.jpg) no-repeat;
  float: left;
  height: 116px;
  padding: 20px 20px 20px 20px;
  width: 260px;
}

#body .box-interior .box-body .sales-callout p {
  color: #687980;
  font-size: 13px;
  padding-bottom: 15px;
}

#body .box-interior .box-body .sales-callout a {
  border-bottom: 1px dotted #0072bb;
  display: block;
  float: left;
  margin-right: 15px;
}

#body .box-interior .box-footer {
  background: url(/images/main-box/box-footer.jpg) no-repeat;
  clear: both;
  height: 29px;
}


/** Services page */

#body .box-interior .box-body .services {
  clear: both;
  padding: 0 10px 0 10px;
}

#body .box-interior .box-body .services .service {
  display: block;
  float: left;
  width: 325px;
}

#body .box-interior .box-body .services .service img {
  display: block;
  float: left;
  padding-left: 20px;
}

#body .box-interior .box-body .services .service-border {
  border-right: 2px solid #94b5c9;
}

#body .box-interior .box-body .services .service h4 {
  color: #687980;
  display: block;
  float: left;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 10px;
  margin: 0;
  padding: 7px 0 0 20px;
  width: 225px;
}

#body .box-interior .box-body .services .service h5 {
  color: #000;
  display: block;
  float: left;
  font-family: Arial, sans-serif;
  font-size: 27px;
  font-weight: bold;
  line-height: 27px;
  margin: 0;
  padding: 0 0 10px 19px;
  width: 225px;
}

#body .box-interior .box-body .services .service p {
  color: #687980;
  clear: both;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 170px;
  line-height: 20px;
  margin: 0;
  padding: 10px 10px 30px 20px;
}


/** Support page */

#body .box-interior .box-body .supports {
  clear: both;
  padding: 0 10px 0 10px;
}

#body .box-interior .box-body .supports .support {
  display: block;
  float: left;
  width: 325px;
}

#body .box-interior .box-body .supports .support img {
  display: block;
  float: left;
  padding-left: 20px;
}

#body .box-interior .box-body .supports .support-border {
  border-right: 2px solid #94b5c9;
}

#body .box-interior .box-body .supports .support h4 {
  color: #687980;
  display: block;
  float: left;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 10px;
  margin: 0;
  padding: 7px 0 0 20px;
  width: 225px;
}

#body .box-interior .box-body .supports .support h5 {
  color: #000;
  display: block;
  float: left;
  font-family: Arial, sans-serif;
  font-size: 27px;
  font-weight: bold;
  line-height: 27px;
  margin: 0;
  padding: 0 0 10px 19px;
  width: 225px;
}

#body .box-interior .box-body .supports .support p {
  color: #687980;
  clear: both;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 170px;
  line-height: 20px;
  margin: 0;
  padding: 10px 10px 30px 20px;
}


/** About page */

#body .box-interior .box-body .about {
  color: #687980;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  padding: 0 30px 0 30px;
}

#body .box-interior .box-body .about h2 {
  color: #0072bb;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 2px 0;
}

#body .box-interior .box-body .about p {
  padding: 0 0 25px 0;
}

#body .box-interior .box-body .about h3 {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding-left: 150px;
}

#body .box-interior .box-body .about p.bio {
  padding-left: 150px;
}

#body .box-interior .box-body .about img {
  float: left;
  padding: 0 30px 5px 0;
}

#body .box-interior .box-body .about ul {
  list-style: circle;
  padding: 0 0 0 480px;
}


/** Contact page */

#body .box-interior .box-body .contact {
  color: #687980;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  padding: 0 30px 0 30px;
}

#body .box-interior .box-body .contact h2 {
  color: #0072bb;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 2px 0;
}

#body .box-interior .box-body .contact p {
  padding: 0 0 25px 0;
}


/** Account */

#body .box-interior .box-body .account div {
  border: 1px solid #e6b72e;
  /*display: inline-block;*/
  border-radius: 5px;
  float: left;
  padding: 15px;
  margin: 10px;
  height: 100px;
  width: 300px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}


/** Downloads */

#body .box-interior .box-body .downloads p {
  font-size: 12px;
}

#body .box-interior .box-body .downloads h1 {
  color: #0072bb;
  font-size: 24px;
  font-weight: bold;
  margin: 1em 0;
}

#body .box-interior .box-body .downloads .ui-tabs-panel ul li {
  padding-left: 35px;
}

#body .box-interior .box-body .downloads .ui-tabs-panel ul li a {
  color: #0072bb;
  font-size: 12px;
  font-weight: bold;
}




/** Getting Started */

img.right {
  float: right;
}

div#getting-started {
  float: left;
  width: 350px;
}


/** Demo pages */

.demo-form, .demo-result {
  float: left;
  width: 450px;
}

.demo-form a {
  background: url(/images/buttons/back.jpg) no-repeat;
  display: block;
  height: 28px;
  margin-left: 88px;
  width: 92px;
}

.demo-form a span {
  display: none;
}

.demo-result {
  padding-left: 20px;
}

.demo-result p {
  padding-top: 25px;
}


/** Docs */

#documentation .toc {
  /*border: 1px solid green;*/
  float: left;
  width: 220px;
}

#documentation .toc ul {
  padding-left: 20px;
}

#documentation .toc ul li a {
  display: inline-block;
  padding-bottom: 3px;
}

#documentation .content {
  float: left;
  width: 750px;
}

#documentation .content p {
  line-height: 16px;
  margin: 1em 0;
}

#documentation .content h2 {
  color: #0072bb;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 1em 0;
}

#documentation .content h3 {
  color: #0072bb;
  font-size: 16px;
  font-weight: bold;
  margin: 2.5em 0 1em 0;
}

#documentation .content h4 {
  color: #0072bb;
  font-size: 14px;
  font-weight: bold;
  margin: 2em 0 1em 0;
}

#documentation .content ul {
  list-style: disc;
  /*padding-top: 10px;*/
  margin: 1em 0;
  padding-left: 20px;
}

#documentation .content ul li {
  line-height: 16px;
  padding-bottom: 3px;
}

#documentation .content ol {
  list-style: decimal;
  padding-top: 10px;
  padding-left: 40px;
}

#documentation .content ol li {
  line-height: 16px;
  padding-bottom: 3px;
}

#documentation .content table {
  margin: 1em 0;
}

#documentation .content table tr td, #documentation .content table tr th {
  border: 1px solid #003399;
  border-collapse: collapse;
  padding: 5px;
}

#documentation .content table tr td ul {
  margin: 0;
}

#documentation .content code, #documentation .content pre {
  background-color: #ebebde;
  border: 1px solid #003399;
  display: block;
  margin-bottom: 10px;
  padding: 20px;
  white-space: pre-wrap;
}
