
html {
	height: 100%;
}

body {
	height: 100%;
	-webkit-text-size-adjust: none;
}

header, nav, section, article, aside, footer, hgroup {
	display: block;
}

textarea,
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}

img,
iframe {
	display: block;
	border: 0px;
}

figure {
	position: relative;
	margin: 0px;
	padding: 0px;
}

.invisible {
	display: none;
	visibility: hidden;
}

.left, .float_left {
	float: left;
	display: inline;
	position: relative;
}
.right, .float_right {
	float: right;
	display: inline;
	position: relative;
}
.clear {
    clear:both;
    height:0;
    width:0;
    margin:0;
    padding:0;
    line-height:0;
    overflow: hidden;
    font-size:0px;
}
.clearFix {
	clear: both;
}