/**
ie 6 & 7 tweaks for wardrobe flair
**/

/** ie7 **/

/* home - correct top margin for dropping nav down */
* + html body#home p#intro{margin-top: 103px;}
/* correct body width */
* + html div#doc2 {width: 70em !important;}
* + html body#home p#strapline{top: -76px;}
/* home nav */
* + html body#home #clientquote {top: -85px;}

/* staff bio containers */
* + html div.staff{width: 212px;}
/* product list */
* + html .product_summary li.productItem{width: 202px;}
* + html div#ft{margin-bottom: 1.7em;}

/* normal page with image - stop content being pushed down */
* + html div.content {width: 60%;}

