/*
* Body
*/

body {
    font-size: 62.5%; /* resets font sizes so 1em is visually equivalent to 10px */
    font-family: "Verdana", "Tahoma", "Arial", sans-serif;
    color: #555353;
    background: url('../images/template/body-bg.gif') repeat-x;
}

a {
    text-decoration: none;
    color: #9ab60d;
}

a:hover {
    text-decoration: underline;
}

.site-wrapper {
    width: 980px;
    margin: auto;
}

.clear-both {
    clear: both;
    line-height: 1px;
    height: 1px;
    font-size: 1px;
}

.green {
    color: #9ab60d;
}

.bold {
    font-weight: bold;
}

/*
* Yellow button
*/
.yellow-button {
    display: block;
    background: url('../images/template/yellow-button-sprite.png') no-repeat bottom right;
    color: #fff;
    float: left;
    border: none;
}

.yellow-button span {
    font-weight: bold;
    margin-right: 6px;
    padding-left: 6px;
    display: block;
    line-height: 22px;
    height: 22px;
    background: url('../images/template/yellow-button-sprite.png') no-repeat;
}

button.yellow-button {
    padding-right: 0;
    cursor: pointer;
    font-family: Verdana, Arial, sans-serif;
}

button.yellow-button span {
    margin-right: 3px;
    position: relative;
    top: 1px;
    margin-top: -1px;
    font-size: 0.8em;
    line-height: 22px;
    cursor: pointer;
}

.x-ie button.yellow-button span {
    margin-right: 5px;
}

/*
* Horizontal dotted line
*/
.dotted-separator {
    background: url('../images/template/horizontal-dots.gif') repeat-x top left;
    line-height: 1px;
    height: 1px;
    font-size: 1px;
    clear: both;
}

/*
* Header
*/

.header-logo-wrapper {
    height: 93px;
    background: url('../images/template/header-bg.jpg') no-repeat;
    position: relative;
}

.addthis_toolbox {
    position: absolute;
    right: 40px !important;
    top: 45px;
}

.logo {
    width: 200px;
    height: 33px;
    display: block;
    text-indent: -9000px;
    background: url('../images/template/logo.png') no-repeat;
    position: relative;
    top: 29px;
    left: 43px;
}

.header-logo-wrapper .addthis_toolbox .follow {
    width: 54px;
    height: 10px;
    background: url('../images/template/add-this-sprite.png') no-repeat 0 -4px;
    text-indent: -9000px;
    overflow: hidden;
    float: left;
    margin: 3px 10px 0 0;
    
}

.header-logo-wrapper .at15t_twitter {
    background: url('../images/template/add-this-sprite.png') no-repeat -65px 0 !important;
    margin-right: 10px;
}

.header-logo-wrapper .at15t_facebook {
    background: url('../images/template/add-this-sprite.png') no-repeat -91px 0 !important;
    margin-right: 10px;
}

.header-logo-wrapper .at15t_compact {
    background: url('../images/template/add-this-sprite.png') no-repeat -117px 0 !important;
}

.header-logo-wrapper .addthis_button_compact {
    text-decoration: none !important;
}


/*
* Header Menu
*/

.header-menu-wrapper {
    background: url('../images/template/header-menu-bg.jpg') no-repeat;
    height: 46px;
    padding: 0 23px;
}

.home .header-menu-wrapper {
    padding-left: 24px;
}

.header-menu li {
    float: left;
}

.header-menu li a {
    float: left;
    display: block;
    height: 46px;
    background: url('../images/template/header-menu-sprite.png') no-repeat;
    text-indent: -9000px;
    overflow: hidden;
}

.header-menu li a.home {
    width: 79px;
    background-position: 0px 0px;
}

.home .header-menu li a.home,
.header-menu li a.home:hover {
    background-position: 0px -46px;
}

.header-menu li a.what-you-get {
    width: 125px;
    background-position: -79px 0px;
}

.what-you-get .header-menu li a.what-you-get,
.header-menu li a.what-you-get:hover {
    background-position: -79px -46px;
}

.header-menu li a.how-it-works {
    width: 123px;
    background-position: -204px 0px;
}

.how-it-works .header-menu li a.how-it-works,
.header-menu li a.how-it-works:hover {
    background-position: -204px -46px;
}

.header-menu li a.examples {
    width: 100px;
    background-position: -327px 0px;
}

.examples .header-menu li a.examples,
.header-menu li a.examples:hover {
    background-position: -327px -46px;
}

.header-menu li a.premium-services {
    width: 148px;
    background-position: -427px 0px;
}

.premium-services .header-menu li a.premium-services,
.header-menu li a.premium-services:hover {
    background-position: -427px -46px;
}

.header-menu li a.resources {
    width: 103px;
    background-position: -575px 0px;
}

.resources .header-menu li a.resources,
.header-menu li a.resources:hover {
    background-position: -575px -46px;
}

.header-menu li a.faq {
    width: 67px;
    background-position: -678px 0px;
}

.faq .header-menu li a.faq,
.header-menu li a.faq:hover {
    background-position: -678px -46px;
}

.header-menu li a.signup {
    width: 89px;
    background-position: -745px 0px;
}

.signup .header-menu li a.signup,
.header-menu li a.signup:hover {
    background-position: -745px -46px;
}

.header-menu li a.contact {
    width: 103px;
    background-position: -834px 0px;
}

.contact .header-menu li a.contact,
.header-menu li a.contact:hover {
    background-position: -834px -46px;
}

/*
* Homepage Content
*/

.homepage-panel-wrapper {
    height: 390px;
    background: url('../images/template/homepage-panel-bg.jpg') no-repeat;
    position: relative;
}

.homepage-panel-photo {
    margin-left: 23px;
}

.homepage-panel-content {
    position: absolute;
    right: 23px;
    top: 0;
    width: 450px;
    padding-top: 50px;
}

.homepage-panel-content h1 {
    width: 378px;
    height: 28px;
    display: block;
    text-indent: -9000px;
    overflow: hidden;
    background: url('../images/template/titles-sprite.png') no-repeat;
    margin-left: 9px;
}

.homepage-panel-content h2 {
    width: 229px;
    height: 29px;
    display: block;
    text-indent: -9000px;
    overflow: hidden;
    background: url('../images/template/titles-sprite.png') no-repeat 0 -29px;
    margin: 9px 0 0 173px;
}

.homepage-panel-content .features {
    float: left;
    margin-top: 18px;
}

.homepage-panel-content .features-2 {
    margin-left: 32px;
}

.homepage-panel-content .features li {
    background: url('../images/template/homepage-list-bullet.gif') no-repeat 0px 4px;
    padding-left: 24px;
    line-height: 2.1em;
    font-size: 1.1em;
}

.homepage-panel-content p {
    text-align: right;
    padding: 14px 28px 10px 0;
    clear: both;
    font-size: 1.1em;
    line-height: 1.5em;
}

.homepage-panel-content .yellow-buttons {
    margin-left: 140px;
}

.homepage-panel-content .yellow-button {
    margin-left: 11px;
}

/*
* Happy Owners Content
*/

.happy-owners-panel-wrapper {
    padding: 0 23px;
    overflow: hidden;
}

.happy-owners-panel-wrapper h1 {
    width: 186px;
    height: 24px;
    text-indent: -9000px;
    overflow: hidden;    
    background: url('../images/template/titles-sprite.png') no-repeat 0 -63px;
    margin: 13px 0 0 18px;
}

.happy-owners-panel-wrapper .dotted-separator {
    margin: 10px 15px 13px 15px;
}

.owners-opinions-list {
    clear: both;
    overflow: hidden;
    margin: 0 0 15px 0;
}

.owners-opinions-list li {
    width: 255px;
    float: left;
    display: block;
    background: url('../images/template/vertical-dots.gif') repeat-y 295px 0;
    padding: 6px 30px 0 20px;
}

.owners-opinions-list li.last {
    background: none;
    padding-right: 8px;
}

.owners-opinions-list p {
    background: url('../images/template/happy-owners-list-icon.gif') no-repeat 2px 2px;
    font-size: 1.1em;
    line-height: 1.5em;
    padding-left: 28px;
    padding-bottom: 10px;
}

.owners-opinions-list .green {
    font-size: 1.1em;
    text-align: right;
}

.owners-opinions-list a {
    float: right;
    font-weight: bold;
    color: #b8b7b2;
    line-height: 1.4em;
}

.happy-owners-bottom-wrapper {
    height: 70px;
    background: url('../images/template/happy-site-owners-bottom-bg.png') no-repeat;
    padding-top: 10px;
    text-align: right;
}

.happy-owners-bottom-wrapper .dotted-separator {
    margin: 0 38px 20px 38px;
}

.happy-owners-bottom-wrapper a {
    display: none;
    font-size: 1em;
    font-weight: bold;
    color: #8e8e80;
    background: url('../images/template/yellow-arrow.gif') no-repeat 0 4px;
    padding-left: 12px;
    margin-right: 55px;
}

.footer {
    margin: 0 35px 15px 30px;
    overflow: hidden;
}

.footer-menu-wrapper {
    float: left;
}

.footer-menu-wrapper li {
    float: left;
}

.footer-menu-wrapper a {
    float: left;
    font-size: 0.9em;
    color: #8e8e80;
    padding: 0 9px;
    background: url('../images/template/footer-menu-separator.gif') no-repeat right 4px;
}

.footer-menu-wrapper li.last a {
    background: none;
}

.copyright-wrapper {
    float: right;
    color: #b8b7b2;
    font-size: 0.9em;
    padding-bottom: 10px;
}

/* 
** 404 Error
*/
.error404 .logo {
    left: 0;
}

.error404 .header-logo-wrapper {
    background-image: none;
}

.error404 {
    width: 800px;
    margin: 10px auto;
}

.error404 h1{
    font-size: 180%;
}

.error404 p{ 
    font-size: 12px;
}

.error404 .motifes {
    font-weight: bold;
    font-size: 12px;
    margin-top: 20px;
}

.error404 ul {
    list-style: square;
    margin: 5px 0 20px 25px;
}

.error404 ul li{
    margin: 3px;
}

.error404 a {
    font-weight: bold;
}


/* 
** Page Panel
*/

.panel-page {
    background: url('../images/template/page-panel-bg.png');
    margin-bottom: 10px;
}

.panel-page-top {
    background: url('../images/template/page-panel-top-bg.png') no-repeat;
    position: relative;
}

.panel-page-top .white-corner {
    border-left: 1px solid #f4f6e5;
    position: absolute;
    top: 0;
    left: 23px;
    width: 24px;
    height: 24px;
    background: #fff;
    visibility: hidden;
}

.panel-page-bottom {
    background: url('../images/template/page-panel-bottom-bg.png') no-repeat left bottom;
    padding: 35px 40px 25px 50px;
    min-height: 350px;
}

.panel-page-bottom p {
    line-height: 1.6em;
    font-size: 1.1em;
    margin: 10px 0;
}

.panel-page-bottom  ul {
    list-style: square;
}

.panel-page-bottom  ol {
    list-style: decimal;
}

.panel-page-bottom li {
    
    margin: 5px 30px;
    
    line-height: 1.6em;
    font-size: 1.1em;    
}

.panel-page-bottom li br {
    display: block;
}

.panel-page-bottom  h2 {
    font-size: 1.2em;
}

.panel-page-bottom h1 {
    margin-bottom: 25px;
}

/* 
** Table List
*/
.table-list td {
    background: #f5f5f1;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
    padding: 7px;
    
    line-height: 1.6em;
    font-size: 1.1em;
}

.table-list th {
    background: #ddddd2;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
    padding: 7px;
    
    line-height: 1.6em;
    font-size: 1.2em;
    
    text-align: left;
}

.table-list a.hosting {
    display: block;
    margin-bottom: 20px;
    color: #555353;
}

.table-list ul {
    list-style: none;
}

.table-list ul li {
    margin: 5px;
    font-size: 1em;
}

.table-list li table td {
    border: none;
    font-size: 1em;
    padding: 0;
    padding-right: 4px;
}

.table-list a {
    font-weight: bold;
    white-space: nowrap;
    margin-right: 10px;
}

.title {
    font-weight: bold;
    width: 190px;
}

/* 
** What you get
*/

.what-you-get h1 {
    width: 139px;
    height: 26px;
    display: block;
    text-indent: -9000px;
    overflow: hidden;
    background: url('../images/template/titles-sprite.png') no-repeat 0px -92px;
}

/* 
** How it works
*/

.how-it-works h1 {
    width: 139px;
    height: 20px;
    display: block;
    text-indent: -9000px;
    overflow: hidden;
    background: url('../images/template/titles-sprite.png') no-repeat 0px -120px;
}

.how-it-works ol {
    margin-bottom: 15px;
}

/* 
** FAQ
*/

.faq h1 {
    width: 42px;
    height: 22px;
    display: block;
    text-indent: -9000px;
    overflow: hidden;
    background: url('../images/template/titles-sprite.png') no-repeat 0px -144px;
}


.faq h2 {
    line-height: 1.6em;
    font-size: 1.2em;
    
   margin-top: 25px;
}


/* 
** Contact
*/

.contact h1 {
    width: 112px;
    height: 19px;
    display: block;
    text-indent: -9000px;
    overflow: hidden;
    background: url('../images/template/titles-sprite.png') no-repeat 0px -170px;
}

/* 
** Signup
*/

.signup h1 {
    width: 77px;
    height: 25px;
    display: block;
    text-indent: -9000px;
    overflow: hidden;
    background: url('../images/template/titles-sprite.png') no-repeat 0px -195px;
}

.signup h2 {
    display: block;
    text-indent: -9000px;
    overflow: hidden;
    background: url('../images/template/titles-sprite.png') no-repeat;
    width: 52px;
    height: 21px;
}

.signup h2.step1 {
    background-position: -194px -64px;
}

.signup h2.step2 {
    background-position: -257px -64px;
}

.signup h2.step3 {
    background-position: -320px -64px;
}

.signup h3 {
    font-size: 1.1em;
    margin-top: 10px;
}

.signup .second-info {
    margin-top: 15px;
}

.signup .terms label {
    white-space: nowrap;
    font-weight: normal;
    width: auto;
    position: relative;
    top: -3px;
}

.signup .terms .checkbox {
    margin-left: 17em;
}

/* 
** Info list
*/

.info-list {
    list-style: none !important;
    margin-left: 20em;
}

.info-list li {
    background: none !important;
    line-height: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.info-list li a {
    font-size: 0.9em;
    padding-left: 20px;
    background: url('../images/template/yellow-arrow.gif') no-repeat left center;
}

/* 
** Terms of use
*/

.terms h1 {
    width: 128px;
    height: 20px;
    display: block;
    text-indent: -9000px;
    overflow: hidden;
    background: url('../images/template/titles-sprite.png') no-repeat 0px -224px;
}

/* 
** Privacy policy
*/

.privacy h1 {
    width: 138px;
    height: 25px;
    display: block;
    text-indent: -9000px;
    overflow: hidden;
    background: url('../images/template/titles-sprite.png') no-repeat 0px -249px;
}

/* 
** Examples
*/

.examples h1 {
    width: 97px;
    height: 26px;
    display: block;
    text-indent: -9000px;
    overflow: hidden;
    background: url('../images/template/titles-sprite.png') no-repeat 0px -302px;
}

/* 
** Resources
*/

.resources h1 {
    width: 103px;
    height: 20px;
    display: block;
    text-indent: -9000px;
    overflow: hidden;
    background: url('../images/template/titles-sprite.png') no-repeat 0px -279px;
}

/* 
** Premium services
*/

.premium_services h1 {
    width: 177px;
    height: 20px;
    display: block;
    text-indent: -9000px;
    overflow: hidden;
    background: url('../images/template/titles-sprite.png') no-repeat 0px -335px;
}