/********************************************
* Barclay Enterprises, Inc. 
* Developed by What?Now Interactive
* http://www.whatnowinteractive.com
*
* Created 12/20/07 - REDNEVEDNAV
*
* Products Style Definitions
********************************************/

/*********************************
* Title / Header Graphics
*********************************/

#hdr-products-page,
#hdr-features-page,
#hdr-references,
#hdr-testimonials {
    height: 20px;
    text-indent: -9999px;
    margin-bottom: 5px;
}

#hdr-products-page {
    background: url(../img/hdr_products_page.gif) top left no-repeat;
}

#hdr-features-page {
    background: url(../img/hdr_features_page.gif) top left no-repeat;
}

#hdr-references {
    background: url(../img/hdr_references.gif) top left no-repeat;
}

#hdr-testimonials {
    background: url(../img/hdr_testimonials2.gif) top left no-repeat;
}


/*********************************
* Subnav Detail
*********************************/

#subnav a#about {
    background: url(../img/subnav_about.gif) top left no-repeat;
}

#subnav a#features {
    background: url(../img/subnav_features.gif) top left no-repeat;
}

#subnav a#contact {
    background: url(../img/subnav_contact.gif) top left no-repeat;
}

#subnav a#products {
    background: url(../img/subnav_products.gif) top left no-repeat;
}

#subnav a#references {
    background: url(../img/subnav_references.gif) top left no-repeat;
}


#subnav a#about:hover, body.about-on #subnav a#about {
    background: url(../img/subnav_about.gif) bottom left no-repeat;
}

#subnav a#features:hover, body.features-on #subnav a#features {
    background: url(../img/subnav_features.gif) bottom left no-repeat;
}

#subnav a#contact:hover, body.contact-on #subnav a#contact {
    background: url(../img/subnav_contact.gif) bottom left no-repeat;
}

#subnav a#products:hover, body.products-on #subnav a#products {
    background: url(../img/subnav_products.gif) bottom left no-repeat;
}

#subnav a#references:hover, body.references-on #subnav a#references {
    background: url(../img/subnav_references.gif) bottom left no-repeat;
}