@charset "utf-8";
/*
	RESET STYLES 
	http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/

html, body, div, span, applet, object, iframe,
h1, h2, 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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* *************************************** */


html {
	overflow: auto;
}

body {
	margin: 0;
	padding: 0;
}

strong {
	font-weight: bold;
	font-size: 12px;
}

.clear {clear:both;}

#container {
	z-index: -1;
	width: 4000px;
	height: 8000px;
}

#title {
	z-index: -1;
	position:fixed;
	top: 20px;		
	left: 200px;
}

#contact {
	z-index: 100;
	position:fixed;
	top: 40px;		
	left: 800px;
	font: bold 1em/1em  Helvetica,Arial,sans-serif;	
	letter-spacing: .25em;
}

#footer {
	z-index: -1;
	position:fixed;
	margin-left: -100px;
	right: 5px;
	top: 5px;	
	font: bold 0.75em/1.25em  Arial, Helvetica, sans-serif;
	text-align: center;
	color: #f98;	
}


/** NAVIGATION BUTTONS **/

#nav {
	z-index: -1;
	position:fixed;
	height: 25px;
	width: 400px;
	text-align: left;
	top: 80px;
	left: 40px;	
}

ul.navigation {
	display: inline;
	padding: 0px;
}

ul.navigation li {
	display: inline;
}

a.navigator {
	display: inline;
	text-transform:uppercase;
	font: normal 0.75em/1.5em  helvetica, arial, courier, sans-serif;	
	letter-spacing: 0.1em;
	color: #000;
	margin-left: 1px;
	padding: 5px;

}

	#start.active.navigator,
	#flyer.active.navigator,
	 {text-decoration: underline;}
	
	
/** PAGE POSITIONING **/

.positioning {
	position: absolute;
	width: 12000px;
	height: 8000px;
}
	

	#logo {
		position: fixed;
		top: 0px;
		left: 80px;
		z-index: -1;
	}
	
	#start {
		top: 0px;
		left: 0px;
		z-index: -1;
	}		
	


.caption {
	position: relative;
	margin: 5px auto;
	text-align: left;
	font: normal .75em/1.25em  helvetica, serif;
}


.page {
	position: absolute;
	left: 10px;
	top: 20px;
}
	
	.page .pic {
		font-family: Times, Verdana;
		font-size: 17px;
		color: #000;
	}

	.page .index {
	}
	
	.page .text {
		font-family: Times, Verdana;
		font-size: 11px;
		color: #000;
		text-align: justify;
		line-height: 22px;
		height: 250px;
		width: 4000px;
	}
	
	
/** TITLES **/

.title {
	background-repeat: no-repeat;
	text-indent: -1000em;
}


/** LINKS **/

a {
	text-decoration: none;
	cursor: pointer;
	color: #1F49FF;
}

a:hover {
	color: #ffffff;
}
