html {  
    font-size:100.01%;
}

body, div, td, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, blockquote, fieldset, form, input {
	margin: 0;
	padding: 0;
	height: auto;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	background: transparent;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img {
	border: 0;
}

ul { 
	list-style: none;
}

form * {
	font-family: inherit;
	font-size: inherit;
}

fieldset {
	border: 0;
}

sup { vertical-align: baseline; position: relative; top: -0.4em; }
sub { vertical-align: baseline; position: relative; bottom: -0.4em; }

legend {
	display: none;
}

/* mini fw */

	/* clearfix technique */
	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		font-size: 0;
		line-height: 0;
	}

	.clearfix {
		display: inline-block;
	}
	
	/* image replacement <block><a>Heading <span></span></a> */
	.ir {
		position: relative;
	}
	
		.ir a {
			display: block;

			position: relative;
			
			width: 100%;
			height: 100%;
		}
		
		.ir span {
			display: inherit;
		
			position: absolute;
			
			top: 0;
			left: 0;
			
			width: 100%;
			height: 100%;
		}
