/**
* 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);
	background-repeat: no-repeat;
	background-color: #000000;
	background-position:50% 100%; 
	height:280px;
	margin: 0 auto;
	text-align: center;
}

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

.smartBG_3 #headerWrapper {background-image: url(../images/smartbg_path3.gif);
height:151px;
}

.smartBG_page12 #headerWrapper {background-image: url(../images/smartbg_page12.gif);
height:151px;
}

.smartBG_page5 #headerWrapper {background-image: url(../images/smartbg_page5.gif);
height:151px;
}

/*example to set center column bg for ez-page id 5*/
.smartBG_indexHomeBody .centerColumn {background-image: url(../images/smartbg_indexDefaultMainContent.gif);}

