/**
* 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*/
#headerWrapper {background-image: url(../images/smartbg.jpg);}

/*example to set header bg for listing page in category id 23*/

.smartBG_1 #headerWrapper {background-image: url(../images/smartbg_1.gif);} 
.smartBG_3 #headerWrapper {background-image: url(../images/smartbg_3.gif);}
.smartBG_5 #headerWrapper {background-image: url(../images/smartbg_5.gif);} 
.smartBG_7 #headerWrapper {background-image: url(../images/smartbg_7.gif);} 
.smartBG_32 #headerWrapper {background-image: url(../images/smartbg_32.gif);}
.smartBG_35 #headerWrapper {background-image: url(../images/smartbg_35.gif);}
.smartBG_38 #headerWrapper {background-image: url(../images/smartbg_38.gif);}
.smartBG_53 #headerWrapper {background-image: url(../images/smartbg_53.gif);}
.smartBG_64 #headerWrapper {background-image: url(../images/smartbg_64.gif);}
.smartBG_70 #headerWrapper {background-image: url(../images/smartbg_70.gif);} 
 
/*example to set content bg pages*/
.smartBG_apparel #headerWrapper {background-image: url(../images/smartbg_apparel.gif);}
.smartBG_ask_a_question #headerWrapper {background-image: url(../images/smartbg_ask_a_question.gif);} 
.smartBG_banners #headerWrapper {background-image: url(../images/smartbg_banners.gif);} 
.smartBG_checkout_success #headerWrapper {background-image: url(../images/smartbg_checkout_success.gif);}
.smartBG_conditions #headerWrapper {background-image: url(../images/smartbg_conditions.gif);}
.smartBG_contact_us #headerWrapper {background-image: url(../images/smartbg_contact_us.gif);} 
.smartBG_discount_coupon #headerWrapper {background-image: url(../images/smartbg_discount_coupon.gif);}
.smartBG_gv_faq #headerWrapper {background-image: url(../images/smartbg_gv_faq.gif);}
.smartBG_faq #headerWrapper {background-image: url(../images/smartbg_faq.gif);}
.smartBG_logos #headerWrapper {background-image: url(../images/smartbg_logos.gif);}
.smartBG_magnetic_signs #headerWrapper {background-image: url(../images/smartbg_magnetic_signs.gif);}
.smartBG_printing #headerWrapper {background-image: url(../images/smartbg_printing.gif);} 
.smartBG_privacy #headerWrapper {background-image: url(../images/smartbg_privacy.gif);}
.smartBG_services #headerWrapper {background-image: url(../images/smartbg_services.gif);}
.smartBG_shippinginfo #headerWrapper {background-image: url(../images/smartbg_shippinginfo.gif);}
.smartBG_site_map #headerWrapper {background-image: url(../images/smartbg_site_map.gif);}
.smartBG_templates #headerWrapper {background-image: url(../images/smartbg_templates.gif);}
.smartBG_vehicle_graphics #headerWrapper {background-image: url(../images/smartbg_vehicle_graphics.gif);} 
.smartBG_vinyl_lettering #headerWrapper {background-image: url(../images/smartbg_vinyl_lettering.gif);} 
.smartBG_websites #headerWrapper {background-image: url(../images/smartbg_websites.gif);} 
.smartBG_yard_signs #headerWrapper {background-image: url(../images/smartbg_yard_signs.gif);}
.smartBG_print_products #headerWrapper {background-image: url(../images/smartbg_print_products.gif);}
.smartBG_create_account #headerWrapper {background-image: url(../images/smartbg_create_account.gif);}
.smartBG_login #headerWrapper {background-image: url(../images/smartbg_login.gif);}

/*example to set content bg for ez-page id 5*/
.smartBG_50 #contentMainWrapper {background-image: url(../images/smartbg_50.gif);}

/*example to set center column bg for ez-page id 5*/
.smartBG_page5 .centerColumn {background-image: url(../images/smartbg_page5.gif);}
