/**Winter Season Styles**/


body {
	background:#eeeeee !important;
	}

#matte {
 background:#d6d5dd url(../media/images/snow-bknd-texture.jpg) repeat-y;
}


/* For Browsers With PNG Support (NOT IE) */
/* -------------------------------------- */
/*  IE ignores styles with [attributes]   */

#masthead[id]	{
 background: url(../media/images/masthead-winter.png) no-repeat bottom right;
}

/* For (IE/Mac) Supports PNG but not [id]    */
/* ----------------------------------------- */
/*  (Affects IE/Win - Overwritten Below )    */

##masthead {
 background: url(../media/images/masthead-winter.png) no-repeat bottom right;
}

#masthead {
 background: none;
 filter/**/:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='media/images/masthead-winter.png');
}


#booklet-bg {
 position:absolute;
 z-index:3;
 width:142px;
 height:149px;
 margin:13px 0px 0px 20px;
 padding:0;
}

#booklet-bg[id]	{
 background: url(../media/images/booklet-small.png) no-repeat bottom right;
}

/* For (IE/Mac) Supports PNG but not [id]    */
/* ----------------------------------------- */
/*  (Affects IE/Win - Overwritten Below )    */

##booklet-bg{
 background: url(../media/images/booklet-small.png) no-repeat bottom right;
}
 
#booklet-bg {
 background: none;
 filter/**/:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../media/images/booklet-small.png');
}

/* End PNG Styles */

#view-pdf {
 background: url(../media/images/background-view-booklet.png) no-repeat 0px 0px;
}

