/* EXTERNAL CSS IMPORT
------------------------------------------------------------------------------------------------------------- */

/* layout style */
@import url("layout.css");

/* menu style */
@import url("menu.css");

/* page style */
@import url("page.css");

/* lightbox style */
@import url("jquery.lightbox-0.5.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 }