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


/* Sample stylesheet declarations: */

/*example to set default header bg*/
#logoWrapper {margin: 0; padding: 0; width: 100%; display: block; background: url('../images/smartbg.png') center no-repeat; height: 280px;}

.smartBG_1 #logoWrapper {margin: 0; padding: 0; width: 100%; display: block; background: url('../images/smartbg_1.png') center no-repeat; height: 280px;}
.smartBG_2 #logoWrapper {margin: 0; padding: 0; width: 100%; display: block; background: url('../images/smartbg_2.png') center no-repeat; height: 280px;}


/*example to set header bg for shipping & returns page*/
.smartBG_shippinginfo #logoWrapper {background-image: url(../images/smartbg_shippinginfo.gif);}

/*example to set header bg for ez-page id 1*/
.smartBG_page1 #logoWrapper {margin: 0; padding: 0; width: 100%; display: block; background: url('../images/smartbg_page1.png') center no-repeat; height: 280px;}
.smartBG_page2 #logoWrapper {margin: 0; padding: 0; width: 100%; display: block; background: url('../images/smartbg_page2.png') center no-repeat; height: 280px;}

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