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

:link, :visited, :focus {
	text-decoration:none;
	outline:none;
}
ul{
	list-style:none
}
h1, h2, h3, h4, h5, h6, pre, code, kbd, input, select, textarea, table {
	font-size: 1em;
	font-style:normal;
	font-weight:normal;
}
dl, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, div, p, blockquote, fieldset, legend, input, select, textarea, img {
	margin:0;
	padding:0
}
a img, :link img, :visited img, abbr, acronym, fieldset, iframe {
	border:0;
}
address, abbr, cite {
	font-style:normal
}
caption {
	text-align:left;
}
table, td, tr, th {
	padding:0;
}
q:before, q:after {
	content:'';
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, img {
	display: block;
}