/**
* stylesheet_smartbg.css
*
* CSS Stylesheet for BG Switcher examples
* Smart Backgrounds v2.0.1   Glenn Herbert (gjh42)  2008-03-27
*/

/* HOMEPAGE */
.smartBG #HEROS { background: url(../images/smartbg.jpg) no-repeat 0 0; height: 460px;
}

/* category 1 HANDBAGS*/
.smartBG_1 #HEROS {
background: transparent url(../images/smartbg_1.jpg) no-repeat 0 0; height: 460px;}

/* category 2 JEWELLERY*/
.smartBG_2 #HEROS {
background: transparent url(../images/smartbg_2.jpg) no-repeat 0 0; height: 460px;
}

/* category 3 CLOTHING*/
.smartBG_3 #HEROS {
background: transparent url(../images/smartbg_3.jpg) no-repeat 0 0; height: 460px;
}

/* category 4 SLIPPERS*/
.smartBG_4 #HEROS {
background: transparent url(../images/smartbg_4.jpg) no-repeat 0 0; height: 460px;
}

/* category 5 TASSELS*/
.smartBG_5 #HEROS {
background: transparent url(../images/smartbg_5.jpg) no-repeat 0 0; height: 460px;
}

/* category 6 GIFTS*/
.smartBG_6 #HEROS {
background: transparent url(../images/smartbg_6.jpg) no-repeat 0 0; height: 460px;
}

/* ABOUT US*/
.smartBG_page2 #HEROS {
background: transparent url(../images/smartbg_page2.jpg) no-repeat 0 0; height: 460px;
}


/* Sample stylesheet declarations: */

/*example to set default header bg*/
#headerWrapper {background-image: url(../images/smartbg.gif);}

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