/**
* 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);}
*/
#headerWrapper {
      background-image: url(../images/smartbg.gif);
	  background-repeat: no-repeat;
	  }
/*example to set header bg for listing page in category id 23*/
.smartBG_9 #headerWrapper {
     background-image: url(../images/smartbg_9.gif);
	 background-repeat: no-repeat;
	 }
	 
.smartBG_10 #headerWrapper {
     background-image: url(../images/smartbg_10.gif);
	 background-repeat: no-repeat;
	 }
	 
.smartBG_13 #headerWrapper {
     background-image: url(../images/smartbg_13.gif);
	 background-repeat: no-repeat;
	 }	 
	 

 
.smartBG_page1 #headerWrapper {
     background-image: url(../images/smartbg_page1.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);}