/********************************************
* AmazingMail
* Aaron Relph
*
* Miscellaneous Style Definitions
********************************************/

/*******************************************
* Layout Definitions
*******************************************/

#interior-photo19 {
	top: 138px;
    background: url(../images/interior_photo19.jpg) top left no-repeat;
}

.divider {
    margin: 0;
    padding: 20px 0;
    width: 635px;
    overflow: hidden;
    border-top: 1px solid #E9E9E9;
}

p#back {
    margin: 5px 0 25px 0;
    float: right;
}

#content {
    border-top: 1px solid #E9E9E9;
    padding: 0;
}




/*******************************************
* Buttons & Promos
*******************************************/

#btn-more-info,
#btn-buy-a-list {
    height: 32px;
    display: block;
    text-indent: -9999px;
}

#btn-more-info {
    width: 111px;
    background: url(../images/btn_more_info.gif) top left no-repeat;
}

#btn-buy-a-list {
    width: 190px;
    background: url(../images/btn-buy-a-list.gif) top left no-repeat;
}

a:hover#btn-more-info {
    background-position: bottom left;
}

a:hover#btn-buy-a-list {
    background-position: bottom left;
}

a#promo-contact-expert {
    width: 276px;
    height: 104px;
    margin: 0;
    text-indent: -9999px;
    display: block;
    background: url(../images/promo_contact_expert.gif) top left no-repeat;
}

a:hover#promo-contact-expert {
    background-position: bottom left;
}

/*******************************************
* Titles & Headers
*******************************************/

#ttl-mailing-list,
#ttl-amazing-prospects,
#ttl-info-usa {
    height: 22px;
    display: block;
    text-indent: -9999px;
    margin-bottom: 5px;
    padding: 0;
}

#ttl-mailing-list {
    width: 166px;
    background: url(../images/ttl_mailing_list.gif) top left no-repeat;
}

#ttl-amazing-prospects {
    width: 250px;
	height:52px;
    background: url(../images/ttl_amazing_prospects.gif) top left no-repeat;
}

#ttl-info-usa {
    width: 320px;
	height:40px;
    background: url(../images/logo_infogroup.jpg) top left no-repeat;
}



