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

/* Header - Buy Now/Website Design*/
.smartBG_66 #headerWrapper {background-image: url(../images/smartbg_66.jpg);}

/* Buy Online Page - page34 */
.smartBG_page34 #headerWrapper {background-image: url(../images/smartbg_page34.jpg);}

/* Our Company - page5 */
.smartBG_page5 #headerWrapper {background-image: url(../images/smartbg_page5.jpg);}

/* Careers - page32 */
.smartBG_page32 #headerWrapper {background-image: url(../images/smartbg_page32.jpg);}

/* Customer Support - page26 */
.smartBG_page26 #headerWrapper {background-image: url(../images/smartbg_page26.jpg);}

/* Reseller Program - page28 */
.smartBG_page28 #headerWrapper {background-image: url(../images/smartbg_page28.jpg);}

/* Our Services  */
.smartBG_page36 #headerWrapper {background-image: url(../images/smartbg_page36.jpg);}

/* Solutions - Restaurants  */
.smartBG_page46 #headerWrapper {background-image: url(../images/smartbg_page46.jpg);}


/* Solutions - Automotive */
.smartBG_page37 #headerWrapper {background-image: url(../images/smartbg_page37.jpg);}

/* Our Services | Logo Design  */
.smartBG_page38 #headerWrapper {background-image: url(../images/smartbg_page38.jpg);}

/* Design Gallery  */
.smartBG_page33 #headerWrapper {background-image: url(../images/smartbg_page33.jpg);}

/* Design Gallery | Website Design  */
.smartBG_page35 #headerWrapper {background-image: url(../images/smartbg_page35.jpg);}

/* Design Gallery | Logo Design  */
.smartBG_page18 #headerWrapper {background-image: url(../images/smartbg_page18.jpg);}

/* Contact Us*/
.smartBG_contact_us #headerWrapper {background-image: url(../images/smartbg_contact_us.jpg);}

/* Login*/
.smartBG_login #headerWrapper {background-image: url(../images/smartbg_login.jpg); background-color: #CCCCCC;}

/* Account*/
.smartBG_account #headerWrapper {background-image: url(../images/smartbg_account.jpg);}

/* Account History*/
.smartBG_account_history #headerWrapper {background-image: url(../images/smartbg_account_history.jpg);}

/* Account History Info*/
.smartBG_account_history_info #headerWrapper {background-image: url(../images/smartbg_account_history_info.jpg);}

/* Account Edit Info*/
.smartBG_account_edit #headerWrapper {background-image: url(../images/smartbg_account_edit.jpg);}

/* Address Book*/
.smartBG_address_book #headerWrapper {background-image: url(../images/smartbg_address_book.jpg);}

/* Address Book Process (Edit) */
.smartBG_address_book_process #headerWrapper {background-image: url(../images/smartbg_address_book_process.jpg);}

/* Account Password (Edit) */
.smartBG_account_password #headerWrapper {background-image: url(../images/smartbg_account_password.jpg);}

/* Newsletter Subscriptions */
.smartBG_account_newsletters #headerWrapper {background-image: url(../images/smartbg_account_newsletters.jpg);}

/* Product Notifications */
.smartBG_account_notifications #headerWrapper {background-image: url(../images/smartbg_account_notifications.jpg);}

/*example to set content bg for ez-page id 34*/
/* .smartBG_page34 #contentMainWrapper {background-image: url(../images/smartbg_page34.jpg);} */

/*example to set center column bg for ez-page id 34*/
/*.smartBG_page34 .centerColumn {background-image: url(../images/smartbg_page34.jpg);} */