/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ~ ©2011 ClickBank All Rights Reserved                                                                                ~
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

div#footer {
    padding: 20px 0;
    margin: 0;
    background-color: #4b4b4b;
    font-size: 11px;
    width: 100%;
    color: #e6e6e6;
    position: absolute;
    height: 50px;
}

#footerNavTable {
    padding: 20px 0 0 0;
    width: 800px !important;
    height: 36px !important;
    text-align: center;
}

#footer a, #footer a:visited {
    color: #e6e6e6;
    text-decoration: none;
}

#footer a:hover, #footer a:focus {
    color: #e6e6e6;
    text-decoration: underline !important;
}

#footerDisclaimerText {
    padding-top: 10px;
    font-size: 9px;
    line-height: 17px;
    text-align: center;
}

.horizontalSpacer {
    border-top: 1px dotted #e6e6e6;
    height: 10px !important;
    padding: 0 0 5px 0;
}

.verticalSpacer {
    border-left: 1px dotted #e6e6e6;
    width: 5px !important;
    padding: 0;
}

#footerMainSection {
    padding: 20px 0 30px;
}

#footerMainSection div {
    font-size: 24px;
    font-weight: lighter;
    color: #e6e6e6;
    padding:0 0 10px;
    white-space: nowrap;
}

#footerMainSection div img {
    padding: 0 10px 10px 0;
    margin: 0;
}

#footerMainSection table tr td table tr td {
    padding: 1px 0 2px;
    margin: 0;
    font-size: 1em;
}

.blogTitle {
    color: #be4b31;
}
