/* Reset
--------------------------------------------------------------------------------------- */

html {
}

* {
	padding: 0;
	margin: 0;
	border: 0;
	background-repeat: no-repeat;
}

img, a img {
	border: none;
}

a {
	text-decoration: none;
}

a:focus {
	outline: none;
}

.cleaner {
	clear: both;
}

li {
	list-style-type: none;
}

	