/* Global White Space Reset - Hat Tip: Andrew Krespanis of http://leftjustified.net/  */
* {
    padding:0;
    margin:0;
    }
p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin: 0 0 1em;
}
ul { margin-left: 2em; }
ol { padding-left: 2em;
    display: -moz-inline-block;
    display: inline-block; }
ol { margin-bottom: 0em; }
ol li { margin-bottom: .35em; }
/* End GWR */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.c\learfix:after {
	line-height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
 
* html .clearfix {
	height: 1%;
}

.transparency {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
}