/**
* stylesheet_smartbg.css
*
* CSS Stylesheet for BG Switcher examples
* Smart Backgrounds v2.0.1   Glenn Herbert (gjh42)  2008-03-27
*/


/* Sample stylesheet declarations: */

/*example to set default header bg*/
#headerWrapper {background-image: url(/includes/templates/health/images/smartbg_header-purple.jpg);}

/*category ids */
.smartBG_1 #headerWrapper {background-image: url(/includes/templates/health/images/smartbg_1.jpg);}
.smartBG_2 #headerWrapper {background-image: url(/includes/templates/health/images/smartbg_privacy.jpg);}
.smartBG_3 #headerWrapper {background-image: url(/includes/templates/health/images/smartbg_1.jpg);}
.smartBG_4 #headerWrapper {background-image: url(/includes/templates/health/images/smartbg_1.jpg);}
.smartBG_5 #headerWrapper {background-image: url(/includes/templates/health/images/smartbg_shippinginfo.jpg);}
.smartBG_6 #headerWrapper {background-image: url(/includes/templates/health/images/smartbg_shippinginfo.jpg);}
.smartBG_7 #headerWrapper {background-image: url(/includes/templates/health/images/smartbg_shippinginfo.jpg);}
.smartBG_8 #headerWrapper {background-image: url(/includes/templates/health/images/smartbg_shippinginfo.jpg);}
.smartBG_9 #headerWrapper {background-image: url(/includes/templates/health/images/smartbg_shippinginfo.jpg);}
.smartBG_10 #headerWrapper {background-image: url(/includes/templates/health/images/smartbg_shippinginfo.jpg);}

/*example to set header bg for shipping & returns page*/
.smartBG_shippinginfo #headerWrapper {background-image: url(/includes/templates/health/images/smartbg_shippinginfo.jpg);}

/*example to set header bg for privacy*/
.smartBG_privacy #headerWrapper {background-image: url(/includes/templates/health/images/smartbg_privacy.jpg);}

/*example to set header bg for sitemap*/
.smartBG_site_map #headerWrapper {background-image: url(/includes/templates/health/images/smartbg_privacy.jpg);}

/*example to set header bg for return autho*/
.smartBG_returns #headerWrapper {background-image: url(/includes/templates/health/images/smartbg_shippinginfo.jpg);}

/*example to set header bg for newsletter*/
.smartBG_unsubscribe #headerWrapper {background-image: url(/includes/templates/health/images/smartbg_unsubscribe.jpg);}

/*example to set header bg for contact us*/
.smartBG_contact_us #headerWrapper {background-image: url(/includes/templates/health/images/smartbg_privacy.jpg);}

/*example to set content bg for ez-page id 
.smartBG_page5 #contentMainWrapper {background-image: url(/includes/templates/health/images/smartbg_page5.gif);}5*/

/*example to set center column bg for ez-page id 
.smartBG_page5 .centerColumn {background-image: url(/includes/templates/health/images/smartbg_page5.gif);}5*/