/**
* 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);}

/*logowrapper for the home/main page*/
.smartBG_ #logoWrapper {
background-image: url(../images/smartbg_.jpg);
background-repeat: no-repeat;
background-position: bottom right;
}

/*logowrapper for the cPath=11 page */
.smartBG_11 #logoWrapper {
background-image: url(../images/smartbg_11.jpg);
background-repeat: no-repeat;
background-position: bottom right;
}

/*logowrapper for the cPath=14 page */
.smartBG_14 #logoWrapper {
background-image: url(../images/smartbg_14.jpg);
background-repeat: no-repeat;
background-position: bottom right;
}

/*logowrapper for the cPath=17 page */
.smartBG_17 #logoWrapper {
background-image: url(../images/smartbg_17.jpg);
background-repeat: no-repeat;
background-position: bottom right;
}

/*logowrapper for the cPath=16 page */
.smartBG_16 #logoWrapper {
background-image: url(../images/smartbg_16.jpg);
background-repeat: no-repeat;
background-position: bottom right;
}

/*logowrapper for the cPath=33 page */
.smartBG_33 #logoWrapper {
background-image: url(../images/smartbg_33.jpg);
background-repeat: no-repeat;
background-position: bottom right;
}

/*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);}
