/*-------------------------------------------*/
/* Bostrom                                   */
/*-------------------------------------------*/
/* 			                     */
/* "B Icon" Style Sheet			     */
/* 					     */
/* Written By: Purple Monkey Studios         */
/* Written On: 4/11/2005		     */
/*					     */
/* Last Modified On: 4/11/2005		     */
/* Last Modified By: Ray Schauer 	     */
/*-------------------------------------------*/

/*   Enable IE PNG Support (CSS Only)     */
/* -------------------------------------- */
/*  IE ignores styles with [attributes]   */

/*checht: updated with CMS400 upgrade*/
#icon {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 60px;
	width: 104px;
}
#header div.icon img {
	/*display: none;*/
	position: absolute;
	bottom: 0;
	right: 0;
	height: 75px;
	width: 104px;
}

/* For Browsers With PNG Support (NOT IE) */
/* -------------------------------------- */
/*  IE ignores styles with [attributes]   */
/*checht: updated all paths with CMS400 upgrade*/
#icon[id] {
	background: url(images/bostrom/structural/icons_logos/bostrom_b_icon.png) no-repeat bottom right;
}

/* For (IE/Mac) Supports PNG but not [id]    */
/* ----------------------------------------- */
/*  (Affects IE/Win - Overwritten Below )    */
##icon {
	background: url(images/bostrom/structural/icons_logos/bostrom_b_icon.png) no-repeat bottom right;
}
	
/* For Browsers Without PNG Support (IE/Win) */
/* ----------------------------------------- */
/*	 (NOTE: Path image from the html file)   */
#icon {
	background: none; filter/**/:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/bostrom/structural/icons_logos/bostrom_b_icon.png');
}
