/**
* 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(../images/smartbg.gif);}

/*example to set header bg for listing page in category id 23*/
.smartBG_23 #headerWrapper {background-image: url(../images/smartbg_23.gif);}

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

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

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


/* the following is currently in use */

/* bg image for Home page */
body#indexHomeBody { background: url(../images/smartbg_blue.gif) }

/* bg image for Category Listing & Product Listing */
body#indexBody { background: url(../images/smartbg_pink.gif) }

/* bg image for Product Details */
body#productinfoBody { background: url(../images/smartbg_yellow.gif) }

