@charset "utf-8";
/* CSS Document */

/* This style sheet forces Internet Explorer to 'obey' the defined CSS rules */
/* 2014-current Glikstorm LLC */
/* This will NOT validate with W3C becuase it is full of hacks to fix all the bugs....so don't freak out!  : )    */

/* PNG fix =================================================================================== */
/* from Dan Cederholm's book "Handcrafted CSS"================================================ */
* html #selector {/*for IE<6 */
filter:progid:DXImageTransform.Microsoft. AlphaImageLoader(enabled=true, sizingMethod=scale src='img/image.png'); background-image: none; background-repeat: no-repeat; background-color: transparent;}

/* Floating container fix- self-clears the floats ========================================== */
/* from Dan Cederholm's book "Handcrafted CSS"================================================ */
* html .group { /* IE6 */
height: 1%;}
*:first-child+html .group { /* IE7 */
min-height: 1px;}