/* 
Title:     Fixes for IE/win
Source:    simplebits.com
Updated:   Nov 30 2006
*/


/* since Helvetica display in Window is crap, send Arial instead *sniff*/

* html body {
	font-family: Arial, sans-serif;
	}

/* can't remember why this is here */

* html #nav ul li a {
	display: inline;
	}

/* self-clearing floats
----------------------------------------------------- */

/* trigger hasLayout and target ie5+6/win only */

* html .group,
* html #nav ul li a {
	height: 1%;
	}
	
/* trigger hasLayout and target ie7/win only */

*:first-child+html .group {
	min-height: 1px;
	}