/* EXTERNAL CSS IMPORT
--------------------------------------------------------------------------------------------------------------------------------- */

/* main layout */
@import url("css/layout.css");


/* GLOBAL RESET
--------------------------------------------------------------------------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, cite, code, em, img, q, small, strike, strong, sub, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;}
body {	line-height: 1;}
ol, ul {list-style: none;}
:focus {outline: 0;}
a:active,a:focus{ border:none; outline:none}


