/* Reset Styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* General Styles */
body {
	color:#333;
	font:0.75em/1.5em "Lucida Grande", Arial, sans-serif;
}
h1, h2 {
	font-family: Sadey_Ann;
	font-size:10em;
	line-height:normal;
}
h2 {
	position:relative;
	right:0;
	top:-0.5em;
	font-size:4.3em;
	letter-spacing:0.02em;
}
p {
	clear:both;
}
.invisible {
	position:absolute;
	top:0;
	left:-9999px;
}

/* Area Styles */
.yield {
	position:absolute;
	top:20%;
	left:0;
	width:100%;
	background:url(../images/sitetech/background.png) top right repeat-y;
}
	.content {
		width:60em;
		padding:0 6em 3em 0;
		margin:0 auto;
		text-align:center;
	}
		.content p a {
			color:#333;
		}
		.content p a:hover,
		.content p a:focus {
			color:#fff;
			background-color:#333;
		}
	.links {
		position:absolute;
		bottom:32%;
		right:1.1em;
	}
		.links li {
			overflow:hidden;
			margin:0.3em 0;
		}
		.links li a {
			float:left;
			width:13px;
			height:30px;
			background:url(/images/icons/icons.png) no-repeat;
		}
		.links li a:hover,
		.links li a:focus {
			background-position:bottom left;
		}
		.links li.facebook a {
			margin-left:0.7em;
		}
		.links li.mail a {
			width:27px;
			margin-left:0.2em;
			background-position:top right;
		}
		.links li.mail a:hover,
		.links li.mail a:focus {
			background-position:bottom right;
		}
		.links li.twitter a {
			width:32px;
			background-position:-14px 0;
		}
		.links li.twitter a:hover,
		.links li.twitter a:focus {
			background-position:-14px -30px;
		}
		
/* Supersized */
img { border:none; }
	#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
		#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }
		
		#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
			#supersized li.prevslide { z-index:-20; }
			#supersized li.activeslide { z-index:-10; }
			#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }