/*
	ReFlow ~ RESET CSS.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

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 {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
body {
	font-size: 68.75%; /* 62.5% => 10px // 68.75% = > 11px* // 75% => 12px */
}


/* =Font
--------------------------------------------------------------------------------*/
body, select, input, button, label, textarea, img, 
code, pre, samp, kbd, pre {
	font-family: arial, verdana, helvetica, FreeSans, "Bitstream Vera Sans", sans-serif;
}

/* =Header
 --------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 1em;
	line-height:1em;
}

/* =Forms
--------------------------------------------------------------------------------*/
form, fieldset {
	display: block;
	border:0 none;
}
legend {
	margin-left:-7px;
}
input {
	margin:0;
}
select, input, button, label {
	vertical-align: middle;
	font-size: 1em;
}
textarea {
	overflow:auto;
	font-size: 1em;
}
input.radio, input.checkbox {
	height: 13px;
	width: 13px;
}

/* =Images
--------------------------------------------------------------------------------*/
img {
	border:0;
}

/* =List
--------------------------------------------------------------------------------*/
ol, ul {
	list-style-type: none;
}

/* =Table
--------------------------------------------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =Object
--------------------------------------------------------------------------------*/
object, embed {
	display:block;
}

/* =Text
--------------------------------------------------------------------------------*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
dfn {
	font-style: normal;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

a {
	text-decoration:none;
	color:#8b8b8b;
}
a:hover {
	text-decoration:underline;
}
a:focus {
	outline: #DB002E dotted thin;
}

  


