/*------------------------------------------
-- For IE lte 7 ----------------------------
------------------------------------------*/

/*  Applying hasLayout
    to common box elements
------------------------------------------*/

div				{ zoom: 1 }

/* Applying a min-height
   equivalent to wrapper (IE6)
------------------------------------------*/

#wrap			{ _height: 100% }

/* Fixing double margin bug (IE6)
------------------------------------------*/

#sections li	{ _display: inline }

/* Applying PNG alpha transparency (IE6)
------------------------------------------*/

.class			{ _background: none;
				  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Images/.png", sizingMethod="crop") }
				  
/*----------------------------------------*/

#sections h2 img
				{ _left: -38px }
