/**
* 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*/


/*example to set header bg for listing page in category id 23*/
.smartBG_c1 #headerWrapper {
	background-image: url(../images/smartbg_c1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*example to set header bg for listing page in category id 23*/
.smartBG_c1_2 #headerWrapper {
	background-image: url(../images/smartbg_c1_2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*example to set header bg for listing page in category id 23*/
.smartBG_3 #headerWrapper {
	background-image: url(../images/smartbg_3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*example to set header bg for listing page in category id 23*/
.smartBG_page_2 #headerWrapper {
	background-image: url(../images/smartbg_page_2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.smartBG_page_3 #headerWrapper {
	background-image: url(../images/smartbg_page_3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.smartBG_page_4 #headerWrapper {
	background-image: url(../images/smartbg_page_4.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.smartBG_about_us #headerWrapper {
	background-image: url(../images/smartbg_about_us.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.smartBG_contact_us #headerWrapper {
	background-image: url(../images/smartbg_contact_us.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*example to set content bg for ez-page id 5*/
.smartBG_page5 #contentMainWrapper {
	background-image: url(../images/smartbg_page5.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*example to set center column bg for ez-page id 5*/
.smartBG_page5 .centerColumn {
	background-image: url(../images/smartbg_page5.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
