/**
* stylesheet_smartbg.css
*
* CSS Stylesheet for BG Switcher examples
* Smart Backgrounds v2.0.1   Glenn Herbert (gjh42)  2008-03-27
*/

/*logowrapper for the home/main page */
.smartBG #logoWrapper {
background-image: url(../images/smartbgs/smartbg.jpg);
background-repeat: no-repeat;
background-position: bottom right;
}
 
/*logowrapper for the cPath=1 page        cat =  yarn   */
.smartBG_1 #logoWrapper {
background-image: url(../images/smartbgs/smartbg_1.jpg);
background-repeat: no-repeat;
background-position: top left;
}

/*logowrapper for the cPath=2 page        cat =felt     */
.smartBG_2 #logoWrapper {
background-image: url(../images/smartbgs/smartbg_2.jpg);
background-repeat: no-repeat;
background-position: bottom right;
}

/*logowrapper for the cPath=2 page        cat =felt     */
.smartBG_5 #logoWrapper {
background-image: url(../images/smartbgs/smartbg_2.jpg);
background-repeat: no-repeat;
background-position: bottom right;
}

/*logowrapper for the cPath=3 page        cat = embellish */
.smartBG_3 #logoWrapper {
background-image: url(../images/smartbgs/smartbg_3.jpg);
background-repeat: no-repeat;
background-position: bottom right;
}

.smartBG{
	margin:0 auto;
	background-color:#4F4F4F;
	background-color:#444444;
	background-color:#34363B;
	width:950px;            /* WEBPUB added to stop fluid page in IE6*/
}