/* ------------------------
	HACKS
------------------------- */

* html #container {
	width:expression(document.body.clientWidth < 982? "980px" : document.body.clientWidth > 1262? "1260px" : "auto");
}

/* ------------------------
	CSS3
------------------------- */


