html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	background: white;
	line-height: 1;
	color: black;
	}
ol, ul {
	list-style: none;
	}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	font-weight: normal;
	text-align: left;
	}
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
a {
	color: inherit;
	text-decoration: none;
	}



body {
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
}

h1 {
	position: absolute;
	top: 15px; left: 15px;
	background-image: url(../imgs/title.png);
	width: 210px; height: 45px;
	z-index: 82;
	xoutline: 1px solid white;
}
h1 a { text-indent: -9999px; display: block; width:100%; height: 100%;  }

h2 {
	font-weight: bold;
	font-size: 50px;
	line-height: 1;
	letter-spacing: -2px;
	color: white;
	position: absolute;
	top: 50px; left: 20px;
	z-index: 81;
}

#header {
	position: absolute;
	top: 0px; left: 0px;
	background-image: url(../imgs/menu_circle.png);
	background-repeat: no-repeat;
	width: 535px; height: 494px;
}
#header.small { background-position: -75px -366px; position: fixed;}

#menu_button {
	position: absolute;
	top: 96px; left: 20px;
	width: 150px; height: 50px;
	z-index: 82;
	cursor: pointer;
	overflow: hidden;
	xoutline: solid 1px white;
}
#menu_button span {
	background-image: url(../imgs/down_arrow.png);
	background-position: 15px top;
	background-repeat: no-repeat;
	width: 100%; height: 100%;
	display: block;
	position: relative;
	top: 0px;
	opacity: 0.4;
	xoutline: solid 1px white;
}
#menu_button span.hide {
	background-image: url(../imgs/up_arrow.png);
}


#menu {
	position: fixed;
	top: 0px; left: 0px;
	background: transparent url(../imgs/menu_splat.png) top left no-repeat;
	width: 100%; height: 100%;
	z-index: 70;
	background-color: rgba(255,255,255,0.7);	
}
#menu.main {
	background: none;
}


#menu ul {
	list-style-type: none;
	font-weight: bold;
	font-size: 40px;
	color: white;
	padding: 0px;
	margin: 0px;
	
	position: absolute;
	left: 20px; top: 160px;
	xmargin-left: -250px;
}
#menu.main ul {
	left: 20px; top: 100px;
}

#menu ul li {

	margin-left: 35px;
	cursor: pointer;
	xoutline: solid 1px white;
}

#contents {
	xz-index: 5;
}


#signature {
	position: fixed;
	bottom: 0px; right: 0px;
	font-size: 9px;
	color: #AAA;
	font-weight: bold;
}

img.bg {

	position: fixed;
	top: 0;
	left: 0;	
	width: 960px;
	
	background-color: white;
}




.visual_overlay {
	position: absolute;
	top: 0px; left: 0px;
	width: 100%; height: 100%;
	xz-index: 1000;
}
.visual_overlay.crosses {
	background: transparent url(../imgs/bg_cross.png) top left repeat;
}