/**
* 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: url(../images/header_bg.gif);
	background-repeat: no-repeat;
}


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

 
.smartBG_66 #headerWrapper  {
	background: url(../images/smartbg_66.gif);
	background-repeat: no-repeat;
}

.smartBG_65 #headerWrapper  {
	background: url(../images/smartbg_65.gif);
	background-repeat: no-repeat;
}

.smartBG_76 #headerWrapper  {
		background: url(../images/smartbg_76.gif);
	background-repeat: no-repeat;

}

.smartBG_87 #headerWrapper  {
		background: url(../images/smartbg_87.gif);
	background-repeat: no-repeat;

}

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