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

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

/* menu style */
@import url("css/menu.css");

/* pages style */
@import url("css/page.css");

/* sidebar style */
@import url("css/sidebar.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{ text-decoration: none; }
a:active,a:focus{ border:none; outline:none}


