/**
* 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*/
/* tom start 07-25-09 */
/* #headerWrapper  { background-image: url("../images/dionis_leaf.jpg"); background-repeat: no-repeat }  */

/* tom end 07-25-09 */

/*example to set header bg for listing page in category id 23*/
.smartBG_2 #headerWrapper  { background-image: url("../images/smartbg_2.gif"); background-repeat: no-repeat }
.smartBG_1 #headerWrapper  { background-image: url("../images/smartbg_1.gif"); background-repeat: no-repeat }

/*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);}
