
/********************************************
* Benjamin Franklin Plumbing
* Developed by I-ology
* http://www.i-ology.com
*
* Created 09/23/2008 - MB
*
* Homeowner Tools Style Definitions
********************************************/

/*******************************************
* Layout Definitions
*******************************************/

#interior-photo {
    position: absolute;
    top: 169px;
    z-index: 3;
}

#left {
    float: left;
    clear: left;
    width: 234px;
    margin-right: 33px;
    padding-left: 3px;
}

#left p {
    float: left;
    clear: left;
    width: 225px;
}

#right {
    float: right;
    clear: right;
    width: 249px;
}

#right p {
    float: right;
    clear: right;
    width: 250px;
}

#header {
    margin: 0 auto;
    padding: 0;
    height: 324px;
    width: 900px;
	position: relative;
}

#call-now {
    position: absolute;
    top: 169px;
    margin-left: 665px;
    text-indent: -9999px;
    height: 155px;
    width: 235px;
    z-index: 4;
    background: url(/images/call_now.gif) top right no-repeat;
}

.back-top {
    position: absolute;
    margin-top: -20px;
    margin-left: 490px;
    width: 200px;
    float: right;
    clear: right;
    text-decoration: underline;
    overflow: hidden;
}

/*******************************************
* Lists
*******************************************/

ol {
    margin: 0 0 8px -5px;
    padding-bottom: 10px;
}

ol li {
    margin: 0 0 12px 35px;
    text-decoration: none;
}

ol.questions,
ol.answers,
ul.answers {
    padding: 5px 5px 0 0;
    width: 540px;
}

ol.answers li,
ul.answers li {
    margin: 0 0 10px 5px;
}

ul#vendor-alpha {
    margin: 0;
    /*padding-right: 100px;*/
    width: 515px;
    height: 20px;
    margin-bottom: 25px;
    list-style: none;
    border-left: 1px solid #EBEAEA;
    float: left;
}

ul#vendor-alpha li {
    width: 19px;
    height: 20px;
    margin: 0;
    padding: 0;
    display: block;
    background: url(/images/btn_vendors.gif) top left no-repeat;
    display: inline;
    text-align: center;
    float: left;
}

ul#vendor-alpha li a {
    width: 19px;
    height: 20px;
    margin: 0;
    text-align: center;
    padding-top: 2px;
    height/**/:/**/ 18px;
    display: block;
    background: url(/images/btn_alpha_bg.gif) top left no-repeat;
    text-decoration: none;
    font-weight: bold;
    color: #929090;
}

ul#vendor-alpha li a:hover {
    background: url(/images/btn_alpha_bg.gif) bottom left no-repeat;
    color: #003e88;
    font-weight: bold;
}

ul#vendor-alpha li.active {
    padding-top: 2px;
    height/**/:/**/ 18px;
    background: url(/images/btn_alpha_bg.gif) bottom left no-repeat;
    color: #003e88;
    font-weight: bold;
}

#vendor-alpha li.nolink {
    padding-top: 2px;
    height/**/:/**/ 18px;
    color: #CCCCCC;
}

/*******************************************
* Titles & Headers
*******************************************/

#ttl-homeowner-tools,
#ttl-ask-expert,
#ttl-faqs,
#ttl-newsletter,
#ttl-glossary,
#ttl-helpful-links {
    width: 578px;
    height: 22px;
    text-indent: -9999px;
}

#ttl-homeowner-tools {
    background: url(/images/ttl_homeowner_tools.gif) top left no-repeat;
}
#ttl-ask-expert {
    background: url(/images/ttl_ask_the_expert.gif) top left no-repeat;
}
#ttl-faqs {
    background: url(/images/ttl_faqs.gif) top left no-repeat;
}
#ttl-newsletter {
    background: url(/images/ttl_newsletter.gif) top left no-repeat;
}
#ttl-glossary {
    background: url(/images/ttl_glossary.gif) top left no-repeat;
}
#ttl-helpful-links {
    background: url(/images/ttl_helpful_links.gif) top left no-repeat;
}

/*******************************************
* Subnav
*******************************************/

#subnav {
    position: relative;
    background: #fffff;
    height: 31px;
    padding-left: 49px;
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 26px;
    z-index: 999;
}

#subnav li {
    margin: 0;
    float: left;
    padding: 0;
    list-style-type: none;
	display: inline;
}

#subnav a {
    display: block;
    text-indent: -9999px;
    text-decoration: none;
    width: 900px;
    height: 31px;
}

#subnav a#ask-expert {
    width: 134px;
    background: url(/images/subnav_ask_expert.gif) top left no-repeat;
}
#subnav a#faqs {
    width: 65px;
    background: url(/images/subnav_faqs.gif) top left no-repeat;
}
#subnav a#newsletter {
    width: 120px;
    background: url(/images/subnav_newsletter.gif) top left no-repeat;
}
#subnav a#glossary {
    width: 97px;
    background: url(/images/subnav_glossary.gif) top left no-repeat;
}
#subnav a#helpful-links {
    width: 118px;
    background: url(/images/subnav_helpful_links.gif) top left no-repeat;
}

#subnav a:hover#ask-expert, body.ask-expert-on #subnav a#ask-expert,
#subnav a:hover#faqs, body.faqs-on #subnav a#faqs,
#subnav a:hover#newsletter, body.newsletter-on #subnav a#newsletter,
#subnav a:hover#glossary, body.glossary-on #subnav a#glossary,
#subnav a:hover#helpful-links, body.helpful-links-on #subnav a#helpful-links {
    background-position: bottom left;
}

