/*

	IE/Win 6-8

*/

/*
	Just set background color to opaque white for IE
*/

#main-inner { background-color: #fff; }

/* @font-face rendering poorly at smaller size */
#footer .nav li, #footer p  { font-size: 13px; font-weight: normal; }


/* 
	CSS3 PIE - border-radius, box-shadow, linear-gradient for IE 6-8 
	Note that the path is relative to the HTML not CSS
	http://css3pie.com/
*/
#main,
ul.subnav,
.slideshow-box,
.promo,
#nav ul,
.button,
#countdown-clock,
#countdown .digits,
body.roadblock-active #fancybox-outer { behavior: url(/assets/css/lib/PIE.htc);  }
#main,
ul.subnav,
.button,
#countdown-clock,
#countdown .digits { position: relative; }


