/**
* 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_9 #logoWrapper {margin: 0; padding: 0; width: 100%; display: block; background: url('../images/smartbg_8.png') center no-repeat; height: 280px;}
.smartBG_8 #logoWrapper {margin: 0; padding: 0; width: 100%; display: block; background: url('../images/smartbg_9.png') center no-repeat; height: 280px;}
.smartBG_10 #logoWrapper {margin: 0; padding: 0; width: 100%; display: block; background: url('../images/smartbg_10.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_page5 #logoWrapper {margin: 0; padding: 0; width: 100%; display: block; background: url('../images/smartbg_page5.png') center no-repeat; height: 280px;}

