body {
    color: #333;
    font-family: "Lucida Grande", sans-serif;
    font-size: 13px;
}

h1.mission {
  text-align: center;
  width: 100%;
  clear: both;
  font-size: 2.2em;
  line-height: 1.3em;
}

.hp { display: none !important; } /* to hide hoenypot anti-spam fields */

a {
    color: #ee3700;
    font-weight: bold;
    text-decoration: none;
}

p {
    line-height: 1.5em;
    margin: 1em 0;
}

p.next {
    font-size: 12px;
    margin-bottom: 0 !important;
    text-align: right;
}

p.token {
    font-size: 18px;
    margin-bottom: 28px !important;
    text-align: center;
}

p.token strong {
    background-color: #e2e0e0;
    border: 1px solid #666;
    /* border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; */
    padding: 6px;
}

p.success {
    background: #eff5ea url(../img/icons/accept.png) no-repeat 4px 3px;
    border: 1px solid green;
    /* border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; */
    color: green;
    font-size: 14px;
    line-height: 1em;
    padding: 4px 4px 4px 24px;
}

p.error {
    background: #faebe7 url(../img/icons/cross.png) no-repeat 4px 3px;
    border: 1px solid red;
    /* border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; */
    color: red;
    font-size: 14px;
    line-height: 1em;
    padding: 4px 4px 4px 24px;
}

ol {
    list-style: decimal outside;
    margin: 0 3em;
}

ol li {
    line-height: 1.5em;
    margin-bottom: 0.5em;
}

h2 {
    font-family: Helvetica, sans-serif;
    font-size: 25px;
    margin-bottom: 1em;
}

.bound {
    margin: 0px auto;
    width: 927px;
}

input.text, .text input, textarea {
    background: white url(../img/bg-input.gif) repeat-x;
    border: 2px solid #919191;
    display: block;
    /* border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; */
    padding: 3px;
}

.text input {
    /* border: 1px solid #333; */
    border: 2px solid #919191;
}

textarea {
    /* border: 1px solid #333; */
    /* border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; */
    display: block;
    font-family: inherit; /* Firefox needs this, otherwise is uses monospaced font */
    font-size: 14px;
}

.cbox {
    /* border: 5px solid #fc6b04; */
    /* border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; */
    font-size: 14px;
    margin: 0px auto 20px auto;
    padding: 20px;
    width: 400px;
}

.cbox input, #content input {
    font-size: 16px;
}

.user-col-1 {
    clear: left;
    float: left;
    margin-right: 7px;
    width: 287px;
}

.user-col-2 {
    float: left;
    margin-left: 7px;
    width: 287px;
}

div.pagination {
    clear: both;
}

div.pagination span, div.pagination a {
    font-size: 12px;
    margin: 1px;
    padding: 2px;
}

div.pagination span.current {
    background-color: transparent;
}

/* =HEADER
*/

#header {
    background-color: #333;
    color: white;
    font-family: Helvetica, sans-serif;
    height: 40px;
    font-size: 12px;
}

#header .bound {
    padding: 10px 0;
}

#header label, #header input {
    display: inline;
    font-size: 12px;
    margin-left: 5px;
    vertical-align: middle;
}

#header form {

}

/* =NAV
*/

#nav {
    font-family: "Trebuchet MS", Trebuchet, sans-serif;
    font-size: 16px;
    height: 76px;
    position: relative;
    text-transform: uppercase;
}

#nav #logo {
    position: absolute;
    top: 10px;
}

#nav #nav-links {
    position: absolute;
    right: 0;
    top: 30px;
}

#nav ul {
    float: left;
    margin-left: 47px;
}

#nav ul div.submenu {
    display: none;
    padding-top: 3px;
    position: absolute;
    top: 22px;
    z-index: 1;
}

#nav ul ul { /* sub menu */
    background-color: white;
    border: 2px solid #fc6b04;
    /* border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; */
    float: none;
    margin: 0;
}

#nav ul li {
    float: left;
    margin-left: 24px;
    position: relative;
}

#nav ul ul li { /* sub menu */
    display: inline;
    float: none;
    margin-left: 0;
    margin-top: 10px;
}

#nav ul ul li a { /* sub menu */
    background-color: transparent !important;
    /* border-radius: 0px !important; -moz-border-radius: 0px !important; -webkit-border-radius: 0px !important; */
    color: #333 !important;
    font-size: 13px;
    padding: 5px;
}

#nav ul ul li a:hover { /* sub menu */
    background-color: #fc6b04 !important;
    color: white !important;
}

#nav li:hover > div.submenu { /* sub menu */
    display: block;
}

#nav li:hover a {
    z-index: 10;
}

#nav a {
    color: #333;
    display: block;
    position: relative;
    text-decoration: none;
}

#nav ul a {
    padding: 3px;
}

#nav ul.highlight a {
    color: #eb3900;
}

#nav ul li.active a, #nav ul li a:hover  {
    color: white;
    background-color: #333;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

#nav ul.highlight li.active a, #nav ul.highlight li a:hover  {
    background-color: #fc6b04;
}


/* =HOMEPAGE
*/

#banner {
    height: 365px;
    margin-bottom: 30px;
    position: relative;
}

#banner .banner {
    position: absolute;
}

#banner a.button {
    position: absolute;
}

#banner #button-1 {
    top: 205px;
    left: 410px;
}

#banner #button-2 {
    top: 200px;
    left: 415px;
}

#banner #button-3 {
    top: 195px;
    left: 435px;
}

#banner a.tab {
    background: url(../img/tab-arrow.png) no-repeat center 7px;
    bottom: 0px;
    color: white;
    display: block;
    font: 15px/18px "Trebuchet MS", Trebuchet, sans-serif;
    font-weight: bolder;
    letter-spacing: 2px;
    padding-top: 17px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 2;
}

#banner a.tab span {
    background: #333;
    display: block;
    padding: 15px 0;
}

#banner a.active {
    background-position: center -10px;
}

#banner a.active span  {
    background-color: #95b840;
    padding: 20px 0;
}

#banner #tab-1 {
    left: 0px;
    width: 309px;
}

#banner #tab-1 span {
    border-bottom-left-radius: 10px; -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px;
}

#banner #tab-2 {
    left: 310px;
    width: 306px;
}

#banner #tab-3 {
    left: 617px;
    width: 309px;
}

#banner #tab-3 span {
    border-bottom-right-radius: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px;
}

#blurbs {
    padding: 0px 36px;
}

#blurbs h3, h3.decorated {
    color: #ee3700;
    font: normal 20px "Trebuchet MS", Trebuchet, sans-serif;
    margin-bottom: 0.5em;
}

#blurbs h3 a {
    color: #ee3700;
    text-decoration: none;
}

#blurbs .blurb {
    float: left;
    margin-top: 38px;
    width: 391px;
}

#blurbs .left {
    margin-right: 70px;
}

#blurbs .blurb p {
    font-size: 12px;
    line-height: 1.5em;
    margin-left: 100px;
}

#blurbs .blurb p a {
    color: #fc6b04;
    display: block;
    font-weight: bold;
    text-decoration: none;
}

#blurbs .blurb img {
    float: left;
}

#blurbs .blurb blockquote {
    background: url(../img/quote.gif) no-repeat;
    font: italic 18px Georgia, serif;
    padding-left: 10px;
    padding-top: 20px;
}

#blurbs .blurb .citation {
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 5px;
    text-align: right;
}


/* =INNER
*/

#sidebar {
    float: left;
    font-family: "Trebuchet MS", Trebuchet, sans-serif;
    margin-top: 20px;
    padding-right: 20px;
    width: 279px;
}

#sidebar a {
    text-decoration: none;
}

#sidebar h3 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 15px;
}

#sidenav {
    float: left;
    font-family: "Trebuchet MS", Trebuchet, sans-serif;
    font-size: 16px;
    margin-top: 20px;
    width: 299px;
}

#sidenav a {
    text-decoration: none;
}

#sidenav h3 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 15px;
}

#sidenav ul {
    background-color: #f7f7f7;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-bottom: 50px;
    position: relative;
    text-align: right;
    width: 244px;
}

#sidenav li {
    border-bottom: 1px solid #ccc;
    height: 40px;
}

#sidenav li a {
    background: url(../img/arrow-nav.gif) no-repeat 209px center;
    color: #333;
    display: block;
    padding: 12px 45px 12px 12px;
    text-decoration: none;
}

#sidenav li.active {
    background: url(../img/arrow-nav-active.gif) no-repeat right center !important;
    border: none;
    padding-right: 25px;
    /* position: relative; */
    /* top: -1px; */
    width: 244px;
}

#sidenav li.active a {
    background: #EE7522 none !important;
    color: white !important;
    padding-right: 10px !important;
}

#sidenav li #case-studies-nav {
    background: url(../img/case-studies-nav.gif) no-repeat 209px center;
}

#sidenav li #testimonials-nav {
    background: url(../img/testimonials-nav.gif) no-repeat 209px center;
}

#sidenav li #videos-nav {
    background: url(../img/videos-nav.gif) no-repeat 209px center;
}

#sidenav li #pricing-nav {
    background: url(../img/pricing-nav.gif) no-repeat 209px center;
}

#sidenav li #get-in-touch-nav {
    background: url(../img/get-in-touch-nav.gif) no-repeat 209px center;
}

#sidenav .usernav {
    font-size: 12px;
}

#sidenav .usernav h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

#sidenav .usernav ul {
    margin-bottom: 10px;
}

#sidenav .usernav li {
    height: 25px;
}

#sidenav .usernav li a {
    background: url(../img/arrow-nav-sm.gif) no-repeat 209px center;
    color: #333;
    display: block;
    padding: 7px 45px 7px 7px;
    text-decoration: none;
}

#sidenav #account_status {
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    width: 244px;
    height: 60px;
}

#sidenav #account_status h3 {
  margin: 4px 0px 4px 5px;
}

#sidenav #account_status p {
  line-height: 1.4em;
  margin: 5px 0px 0px 25px;
}

#content {
    float: left;
    margin-top: 20px;
    width: 618px;
}

.nonav {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
    width: 700px !important;
}

.nonav p.tagline-1 {
    width: 700px !important;
}

#content a {
    text-decoration: none;
}

#content h2 {
    font-size: 42px;
    margin-bottom: 21px;
}

#content p.tagline-1 {
    font: 20px/25px Georgia, serif;
    margin: 1em 0;
    width: 485px;
}

#content p.tagline-2 {
    font: 13px/18px "Lucida Grande", sans-serif;
    margin: 1em 0;
    width: 485px;
}

#content .minicol {
    float: left;
    margin: 0px 44px 20px 0px;
    position: relative;
    width: 125px;
}

#extra_content .minicol {
    float: left;
    margin: 10px 20px 20px 20px;
    position: relative;
    width: 190px;
}

#content .four {
    margin-right: 22px;
}

#content .minicol h3 , #extra_content .minicol h3 {
    font: 17px "Trebuchet MS", Trebuchet, sans-serif;
    margin: 10px 0;
}

#content .minicol p, #extra_content .minicol p {
    font: 11px/15px "Lucida Grande", sans-serif;
}

#content .minicol h3 a {
  color: #333;
}

#infobox {
    background-color: #eee;
    /* border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; */
    clear: both;
    font: 16px Georgia, serif;
    margin-bottom: 20px;
    padding: 20px;
}

#infobox p {
    margin-bottom: 1em;
    margin-top: 0;
    text-align: center;
}

#contactbox {
    background-color: #eee;
    border: 1px solid #ccc;
    /* border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; */
    clear: both;
    font: 16px Georgia, serif;
    margin-bottom: 20px;
    padding: 20px;
    width: 450px;
}

#contactbox img {
    float: left;
    margin-bottom: 50px;
    margin-right: 10px;
}

#contactbox p {
    margin: 0;
}

#contactbox p em {
    color: #fa4c00;
    font-style: normal;
}

#contactbox ul {
    margin-top: 10px;
}

#contactbox li {
    margin-bottom: 5px;
}

#contactbox li img {
    float: none;
    margin: 0 5px 0 20px;
    vertical-align: middle;
}

.buzz img {
    float: left;
    margin: 0 10px 10px 0;
}

.buzz a {
    color: #fa4c00;
    font-size: 16px;
}

.buzz_partner {
    margin: 20px 0px 20px 0px;
}

.buzz_partner img {
    float: left;
    margin: 0 10px 10px 0;
}

/* =FORMS
*/

#content h3 {
    font-family: Helvetica, sans-serif;
    font-size: 20px;
    margin-bottom: 1em;
}

form label {
    display: block;
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
}

form input.submit {
    background: white url(../img/bg-input.gif) repeat-x;
    border: 2px solid #5c5c5c;
    border-radius: 1em; -moz-border-radius: 1em; -webkit-border-radius: 1em;
    margin: 10px 0;
}

#main input.loading {
/*
    background: url(../img/ajax-loader.gif) no-repeat 5px center;
    padding-left: 25px;
*/
}

form div.row {
    line-height: 1.5;
    margin: 0 0 1em 0;
}

form div.row span.help, form div.row img {
    display: block;
    font-size: 12px;
}

form ul.errorlist {
    color: red;
}

#contact-form div.text input,
#contact-form textarea#id_message {
    width: 250px;
}

/* register form */

div.checkbox_multiple ul,
div.radio_multiple ul {
    margin: 10px auto;
}

div.checkbox_multiple ul.errorlist,
div.radio_multiple ul.errorlist { /* reset error list styles */
    margin-top: 0;
}

div.checkbox_multiple ul li,
div.radio_multiple ul li {
    float: left;
    margin-right: 15px;
    width: 175px;
}

div.checkbox_multiple ul.errorlist li,
div.radio_multiple ul.errorlist li { /* reset error list styles */
    float: none;
    margin-right: 0;
    width: auto;
}

div.checkbox_multiple ul label,
div.radio_multiple ul label {
    font-weight: normal;
}

div.nonav #register-form {
    background-color: #ebebeb;
    border: 1px solid #ccc;
    margin-bottom: 25px;
    padding: 25px;
    border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px;
}

div.nonav #register-form div.text input {
    background: white none;
    border: 1px solid #ccc;
    font-family: Helvetica, sans-serif;
    font-size: 40px;
}

div.nonav #register-form input.loading {
    background: none;
    padding-left: 0;
}

div.email_subscribe {
     padding: 2px
}

div.email_subscribe input {
     display:inline;
}

div.email_subscribe label {
     display:inline;
     font-size: 12px;
}

/* switch profile form */

#profile-controls {
    float: left;
    font-size: 12px;
    margin-top: 2px;
}

#profile-controls form,
#profile-controls a {
    display: inline;
    margin: 0 8px;
}

#profile-controls span {
    color: white;
}

#profile-controls a.profile-control,
#profile-controls form.profile-control select {
    display: inline;
    vertical-align: middle;
}

/* =TABLES
*/

table {
    border-width: 0 0 1px 1px;
    font-size: 12px;
    margin: 1em 0;
    width: 100%;
}

tr.odd, tr.odd td {
    background-color: #eee;
}

th {
    font-weight: normal;
    text-transform: uppercase;
    vertical-align: middle;
}

td {
    font-size: 12px;
}

td, th {
    margin: 0;
    padding: 8px 6px;
}

#page-stats {
    clear: left;
}

#page-stats td {
    text-align: center;
    vertical-align: middle;
}

#page-stats td.page-title {
    text-align: left;
}

#page-stats td.page-title a {
    font-weight: normal;
}

#link-stats td {
    vertical-align: middle;
}

/* =FOOTER
*/

#footer {
    clear: both;
    color: #818181;
}

#footer a {
    color: #818181;
    text-decoration: none;
}

#footer h4, #footer h5 {
    color: white;
    font-family: "Trebuchet MS", Trebuchet, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

#footer h5 {
    font-size: 14px;
}

#footer-t {
    background: #373737 url(../img/bg-footer-t.gif) repeat-x;
    border-bottom: 1px solid #181818;
    font-family: "Lucida Grande", sans-serif;
    font-size: 13px;
    padding: 28px 0;
}

#footer-t .col {
    float: left;
    width: 308px;
}

#footer-t h4 {
    font-size: 16px;
    margin-bottom: 0.5em;
    padding-left: 50px;
}

#footer-t ul, #footer-t form {
    padding-left: 50px;
}

#footer-t input {
    vertical-align: middle;
}

#footer-t textarea {
    font-size: 11px;
}

#footer-t li {
    margin-bottom: 5px;
}

#footer-t p {
    line-height: 1.25em;
    margin-bottom: 10px;
}

#footer-t img {
    vertical-align: middle;
}

#footer-b {
    background: #111 url(../img/bg-footer-b.gif) repeat-x;
    border-top: 1px solid #444;
    clear: left;
    padding: 45px 0;
}

#footer-b .col {
    float: left;
    width: 185px;
}

#footer-b h5 {
    border-bottom: 1px solid #444;
    margin-bottom: 18px;
    padding-bottom: 18px;
    padding-left: 50px;
}

#footer-b ul {
    padding-left: 50px;
}

#footer-b li {
    font-size: 12px;
    line-height: 1.2em;
}

/* =UTILITY
*/

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* sticky footer. See: http://ryanfait.com/resources/footer-stick-to-bottom-of-page/ */

* {
    margin: 0;
}

html, body {
    height: 100%;
}

#wrapper {
    height: 100%;
    height: auto !important;
    margin: 0 auto -153px;
    min-height: 100%;
}

#footer, .push {
    clear: both; /* not in the original article above, but needed for this layout */
    height: 153px;
}

/* info pages */

body.info h2.page-info {
    font-size: 14px !important;
    margin-bottom: 2em !important;
}

body.info h2 span {
    text-transform: none;
}

#info-content {
    background: url(../img/bg-info.gif) repeat-x;
}

ul.info-tabs li {
    background-color: #b3b5b7;
    float: left;
    margin-right: 3px;
}

ul.info-tabs li.active {
    background-color: #dddedf;
}

ul.info-tabs li a,
ul.info-tabs li span {
    color: black;
    display: block;
    font-size: 10px;
    font-weight: bold;
    padding: 6px 16px;
    text-transform: uppercase;
}

#info-content div.pagination {
    padding: 5px 16px;
    text-align: right;
}

div.info-box {
    border-bottom: 1px solid #666;
    font-size: 12px;
    padding: 16px;
}

div.info-box p {
    line-height: 1.25em !important;
    margin-bottom: 0 !important;
}

div.info-box p.success,
div.info-box p.error {
    line-height: 1.5em !important;
}

div.info-avatar {
    float: left;
}

div.info-box div.info-avatar {
    margin-left: 18px;
}

div.info-avatar img.profile {
    margin-bottom: 0.5em;
}

div.info-info {
    margin-left: 100px;
}

div.info-info h3 {
    margin: 0.25em 0 !important;
}

div.info-info h3 a {
    color: black;
}

div.info-info form.info-recommend {
    display: inline;
}

form.info-recommend, form.info-block {
    margin: 0px auto;
    position: relative;
}

form.info-recommend input, form.info-block input {
    width: 115px;
}

form.info-recommend input {
    background-repeat: no-repeat;
    background-position: 4px center;
    padding-left: 20px;
}

form.info-recommend input.on {
    background-image: url(../img/icons/accept.png);
    border: 2px solid green;
}

form.info-recommend input.rec {
    font-size: 11px !important;
    margin: 0 !important;
    padding-bottom: 3px;
    padding-top: 3px;
}

form.info-recommend input.off {
    background-image: url(../img/icons/accept_gray.png);
    border: 2px solid black;
    opacity: 0.5;
}

form.info-recommend input.loading {
    background-image: url(../img/ajax-loader.gif);
    padding-left: 20px !important;
}

form.info-block input {
    background-repeat: no-repeat;
    background-position: 4px center;
    padding-left: 20px;
}

form.info-block input.on {
    background-image: url(../img/icons/cross.png);
    border: 2px solid red;
}

form.info-block input.rec {
    font-size: 11px !important;
    margin: 0 !important;
    padding-bottom: 3px;
    padding-top: 3px;
}

form.info-block input.off {
    background-image: url(../img/icons/cross_gray.png);
    border: 2px solid black;
    opacity: 0.5;
}

form.info-block input.loading {
    background-image: url(../img/ajax-loader.gif);
    padding-left: 20px !important;
}

form.info-recommend input.alt-button,
form.info-block input.alt-button {
    /* width: 80px; */
}

form.info-recommend .ajax-loader,
form.info-block .ajax-loader {
    display: none;
    vertical-align: middle;
}

body.info div.sidebar {
    font-size: 12px;
}

#info-badge {
    background-color: white;
    /* border: 4px solid #b3b3b3; */
    margin-bottom: 40px;
    padding: 8px;
}

#info-badge h3 {
    font-size: 16px;
    margin: 0;
}

div.info-meta {
    font-size: 11px;
    margin-bottom: 12px;
}

div.recommend-stats {
    float: left;
    margin-left: 10px;
}

#info-badge div.recommend-stats p {
    font-size: 12px;
    margin: 0 0 7px 0;
}

#info-badge div.recommend-stats span {
    color: black;
}

#info-badge form.info-recommend {
    clear: left;
}

div.recommend-list li {
    display: block;
    float: left;
    margin: 2px;
}

div.recommend-list h3 {
    color: #666 !important;
    clear: left;
    font-size: 16px !important;
    margin-top: 14px;
    text-transform: capitalize !important;
}

ul.link-tabs li {
    background-color: #dddedf;
    border: 1px solid #666;
    float: left;
    margin-right: 3px;
}

ul.link-tabs li.active {
    background-color: #b3b5b7;
}

ul.link-tabs li a,
ul.link-tabs li span {
    color: black;
    display: block;
    font-size: 10px;
    font-weight: bold;
    padding: 6px 16px;
    text-transform: uppercase;
}

div.plugbox {
    border-bottom: 1px solid #666;
}

div.plugbox div {
    float: left;
}

div.plugbox h3 {
    font-size: larger !important;
    margin-top: 0 !important;
}

div.plugbox li {
    display: inline;
    margin-right: 10px;
}

/* SEO Analyzer */
span.legend {
  font-weight: bold;
  font-size: 1.2em;
  color: #666;
}
span.missing {
  font-weight: bold;
  color: #600;
}

th.seo_analyze_title {
  font-weight: bold;
  font-size: 1.6em;
  text-align: left;
}

ul.seo_warnings li {
  line-height: 2em;
}

table.seo_score {
  background-color: #eee;
  border: 1px solid #ccc;
  margin-top: 20px;
}

/* Embedded Pages */
.embedded_bound {
    margin: 15px auto;
    width: 640px;
}

#embedded_nav {
    margin: 10px 10px 0px 10px;
    height: 76px;
    position: relative;
    float: right;
}

#content p.grade {
  font-size: 1.9em;
  font-weight: bold;
  text-align: center;
}

#upsell {
  text-align: center;
}

#upsell p {
  margin-top: 10px;
}

#upsell a, p.upsell a {
  font-weight: bold;
}

#free_upsell {
  font-size: 0.9em;
  font-weight: normal;
  text-align: center;
}

/* tooltips */

.tooltip {
    background: url(../img/q-mark.gif) no-repeat right center;
    padding: 2px 20px 2px 2px;
}

.package {
    background: url(../img/q-mark.png) no-repeat right center;
    padding: 2px 25px 2px 2px;
}

.tooltip-content div {
    padding: 10px;
}

.tooltip-content h3 {
    background-color: #333;
    color: white;
    font: bold 20px Helvetica, sans-serif;
    margin-top: 0px;
    padding: 0px 7px 7px 7px;
}

.tooltip-content p {
    font-size: 12px;
    line-height: 1.5em;
    margin-left: 110px;
}

.tooltip-content .noimg p {
    margin-left: auto;
}

.tooltip-content img {
    float: left;
    margin-bottom: 10px;
}

/* infographics */
#infographic_right {
  float: right;
  width: 220px;
}

#infographic h4 {
  line-height: 1.5em;
}


ul.benefits {
  font-weight: bold;
  line-height: 1.6em;
  list-style: square inside;
}

h3.benefits {
  margin: 15px 0px 10px 0px !important;
}

/* affiliate page */
img.arkayne_banner {
  margin: 10px 30px 20px 30px;
}

/* home page teasers */
#teasers {
  clear: both;
  text-align: center;
  margin: 30px 0px 10px 0px;
  padding: 0px;
}

#teasers div.teasers { 
  float: left;
  width: 305px;
  margin: 0px;
}

#teasers a {
  text-decoration: none;
}

#teasers div.teasers h3 {
  text-align: left;
  margin-left: 20px;
}

/* 404 and 403 pages */
.error_page {
  width: 900px !important;
  margin-left: 100px !important;
}

.error_page p {
  width: 580px;
}

.error_page #error_splash {
  float: right;
  position: relative;
  top: 25px;
}

.error_page #error_content {
  margin-top: 30px;
  overflow: hidden;
}


/* Keyword page */
table.keywords th {
  text-align: left;
  font-weight: bold;
}
 
table.keywords tr.parent {
/*  font-weight: bold; */
  font-size: 1.2em;
}
 
table.keywords tr td.blank {
  background-color: #fff;
}

table.keywords tr td.decorated {
  color: #ee3700;
  text-transform: uppercase;
}

table.payout {
  width: 350px;
}

table.payout tr th {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  font-size: 1.3em;
  text-align: left;
  text-transform: capitalize;
}

table.payout tr.pay {
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-top: 1px dotted #cccccc;
}

table.payout tr.bottom
{
  border-top: 1px dotted #cccccc;
  border-right: 1px solid #cccccc;
  border-spacing: 5px;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

table.payout td.heading_top {
  padding: 20px 12px 12px; 
  font-weight: normal;
}

table.payout tr.bottom td.heading {
  padding: 12px 12px 20px; 
  font-weight: normal;
}

table.payout td.heading {
  padding: 12px;
  font-weight: normal;
}

table.payout td.payment {
  color: #719739;
  font-weight: bold;
  text-align: center;
}

