/*------------------------------------------------------------------------------------------------------------------------------------*/
/*--| RESET |-------------------------------------------------------------------------------------------------------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, img {
	margin: 0px;
	padding: 0px;
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-transform: none;
	text-decoration: none;
	line-height: normal;
	font-variant: normal;
	white-space: normal;
	border: 0;
	list-style-image: none;
	list-style-type: none;
	}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, small { 
	display: block;
	}

img {
	border: none;
	}

img a {
	border: none;
	}

blockquote, q {
	quotes: none;
	}

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

a, a:link, a:visited, a:hover, a:active {  
	outline-style: none;
	outline-style: 0;
	outline-width: 0px;
    text-decoration: none;  
	}  

del {
	text-decoration: line-through;
	}

input, select {
	vertical-align: middle;
	}

input, textarea {
	outline-style: none;
	outline-width: 0px;
	}

.left {
	float: left;
	}

.right {
	float: right;
	}

span.none, hr, .none {
	display: none;
	}
	
strong {
	font-weight: bold;
	}

em {
	font-style: italic;
	}

span.versales {
	font-variant: small-caps;
	}

:focus {  
	outline: 0;
	}