body {
    background: #f0f0f0 url('images/solaron-website-pattern.gif') repeat center center;
    font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
}

/* ================================== FONTS ================================= */
.font-myraidPro {
    font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
}
.font-corbel {
    font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
}
.font-ebrima {
    font-family: ebrima;
}

/* ================================= COMMONS ================================ */
.clr {
    clear: both;
}
.fixedWidth {
    width: 962px;
    margin: 0 auto;
    position: relative;
}

/* ================================= COMMONS ================================ */
.header-ct {
    height: 45px;
}
.header-tag-line {
    float: left;
    width: 225px;
    height: 21px;
    padding: 12px 0;
    color: #e57824;
    font-style: italic;
    font-size: 18px;
    font-weight: bold;
    line-height: 21px; 
    font-family: Calibri, "Gill Sans", Frutiger, "Frutiger Linotype", Univers, "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.header-link-ct {
    float: left;
    padding-left: 10px;
    width: 620px;
}
.header-sign-in-ct {
    float: left;
    width: 105px;
    text-align: right;
    padding-top: 7px;
}
.header-sign-in-ct a:link, .header-sign-in-ct a:visited {
    font-weight: bold;
}
.header-link:link, .header-link:visited {
    display: block;
    float: left;
    padding: 12px 20px;
    height: 21px;
    font-size: 16px;
    line-height: 21px;
    color: #3a3a3a;
}
.header-base {
    font-size: 1px;
    line-height: 1px;
    height: 11px;
    background: transparent url('images/multi-color-line.png') repeat-x top center; 
}

/* =============================== LOGO & NAV =============================== */
.logo-container {
    position: absolute;
    top: 0;
    left: 10px;
    width: 180px;
    height: 100px;
    padding: 0 5px;
    text-align: left;
    background: #ffffff url('images/logo-bg.png') repeat-x bottom center;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

/* ================================= BANNER ================================= */
.solaron-intro {
    text-align: center;
    /*    height: 43px;*/
    padding: 6px 0;
    background: #afe3da;
    color: #313131;
    font-family: ebrima;
    font-size: 18px;
    line-height: 23px;
}
.solaron-intro strong {
    font-weight: bold;
}
.banner-ct {
    height: 431px;
}
.banner-ct-1 { background: #52b4d7 url('images/banner.png') repeat-x bottom center; }
.banner-ct-2 { background: #78c1f6 url('images/banner-ct-2.jpg') repeat bottom center; }
.banner-ct-3 { background: #636363 url('images/banner-ct-3.jpg') no-repeat bottom center; }
.banner-ct-4 { background: #6d459c url('images/banner-ct-4.jpg') repeat-x bottom center; }
.banner-left-arrow:link, .banner-left-arrow:visited,
.banner-right-arrow:link, .banner-right-arrow:visited {
    display: block;
    width: 45px;
    height: 45px;
    background: transparent url('images/arrows.png') no-repeat;
    position: absolute;
    top: 193px;
}
.banner-left-arrow:link, .banner-left-arrow:visited {
    left: -75px;
    background-position: 0px 0px;
}
.banner-right-arrow:link, .banner-right-arrow:visited {
    right: -75px;
    background-position: -45px 0px;
}
a.banner-left-arrow:hover, a.banner-left-arrow:active, a.banner-left-arrow:focus,
a.banner-right-arrow:hover, a.banner-right-arrow:active, a.banner-right-arrow:focus {
    outline: none;
}
.banner-title {
    margin: 0;
    text-align: right;
    padding: 15px 0 10px 0;
    color: #ebf8ff;
    font-size: 40px;
    line-height: 48px;
    height: 48px;
    font-weight: bold;
    text-shadow: 2px 2px 2px #000000;
    filter: dropshadow(color=#000000, offx=2, offy=2);
}
.banner-main-image {
    float: left;
    width: 700px;
    padding: 0;
    padding-right: 20px;
    margin: 0;
    padding-top: 18px;
}
.banner-form {
    float: left;
    width: 240px;
    padding-top: 10px;
}

.banner-slider-link:link, .banner-slider-link:visited, 
.banner-slider-link-active:link, .banner-slider-link-active:visited {
    display: inline-block;
    padding: 0;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    font-size: 1px;
    line-height: 1px;
    border-radius: 10px;
    background: rgba(255,255,255,.2);
}
.banner-slider-link-active:link, .banner-slider-link-active:visited {
    background: rgba(255,255,255,.5);
}
a.banner-slider-link-active:hover, a.banner-slider-link-active:active, a.banner-slider-link-active:focus,
a.banner-slider-link:hover, a.banner-slider-link:active, a.banner-slider-link:focus {
    outline: none;
}


/* ============================== TESTIMONIAL =============================== */
#testimonial-container {
    min-height: 100px;
}
.testimonial-ct {
    float: left;
    width: 622px;
}
.testimonial-logo {
    float: left;
    width: 100px;
    padding: 0 10px 0 0;
    text-align: center;
}
.testimonial-logo img {
    border: none;
    height: 90px;
    /*    width: 126px;*/
}
.testimonial-statement {
    float: left;
    text-align: justify;
    width: 485px;
    min-height: 70px;
    padding: 5px 10px;
    border: 1px solid #b3b3b3;
    color: #393939;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMWUxZTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #e1e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e1e1e1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-8 */
}
.testimonial-by {
    color: #004457;
    text-align: right;
    font-weight: bold;
    padding-top: 0px;
}
.testimonial-slider {
    padding: 5px 0px 5px 110px;
    text-align: center;
}
.testimonial-slider-link:link, .testimonial-slider-link:visited, 
.testimonial-slider-link-active:link, .testimonial-slider-link-active:visited {
    display: inline-block;
    padding: 0;
    margin: 0 5px;
    width: 5px;
    height: 5px;
    font-size: 1px;
    line-height: 1px;
    border-radius: 5px;
    background: #f0f0f0;
    border: 1px solid #e0e0e0;
}
.testimonial-slider-link-active:link, .testimonial-slider-link-active:visited {
    background: #a0a0a0;
    border: 1px solid #898989;
}
a.testimonial-slider-link-active:hover, a.testimonial-slider-link-active:active, a.testimonial-slider-link-active:focus,
a.testimonial-slider-link:hover, a.testimonial-slider-link:active, a.testimonial-slider-link:focus {
    outline: none;
}

/* ============================= ANALYST ITEM =============================== */
.analyst-stats { 
    float: left; 
    width: 340px;
}
.analyst-stat-ct {
    float: right;
    width: 110px;
}
.analyst-stat-sep {
    float: right;
    width: 2px;
    height: 80px;
    background: transparent url('images/analysts-sep.png') no-repeat center center;
}
.analyst-stat-num {
    color: #d27700;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    font-weight: bold;
}
.analyst-stat-text {
    color: #424242;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    /*    letter-spacing: .8;*/
    padding-top: 2px;
}


/* ================================= FOOTER ================================= */
.footer-ct {
    padding: 0px 0 10px;
    text-align: center;
    color: #949494;
}
.footer-link-ct {
    padding-bottom: 10px;
}
.footer-link:link, .footer-link:visited {
    font-size: 14px;
    line-height: 18px;
    color: #949494;
    padding: 0 15px;
}
.footer-note {
    font-family: "Franklin Gothic Book";
    font-size: 11px;
    line-height: 14px;
}
