﻿html, body {
	width: 100%;
	height: 100%;
	min-width: 600px;
	font-family: IMFELLEnglishRegular;
	margin: 0;
}

body { background: #B3B3B3 url(images/bg.jpg) no-repeat fixed center top; }

header, nav, nav a, article, aside, aside a, h3, footer, .content, .hide {
	display: block;
	margin: 0;
}

#animation {
	position: absolute;
	top: -61px;
	right: 150px;
	width: 400px;
	height: 290px;
	margin: 0 auto -280px auto;
	z-index: 10;
}

header {
	position: relative;
	top: 40px;
	width: 100%;
	min-width: 400px;
	max-width: 800px;
	height: 174px;
	background: url(images/logo.png) no-repeat;
	margin: 0 auto;
	z-index: 2;
	overflow: visible;
}

nav {
	position: relative;
	top: 75px;
	width: 100%;
	max-width: 800px;
	min-width: 140px;
	height: 36px;
	font-size: 13px;
	line-height: 35px;
	text-align: center;
	background: url(images/nav_bg.png) top center no-repeat;
	padding: 37px 0 115px 0;
	margin: 0 auto -30px auto;
	z-index: 5;
}

nav a {
	display: inline-block;
	width: 74px;
	height: 36px;
	text-decoration: none;
	color: #FFF;
	background: url(images/nav.png) no-repeat -86px 0;
	margin: 0 2px 10px 2px;
}

nav a:hover { background-position: -173px 0; }
nav a:active, nav a:focus, nav a.active { background-position: 0 0; }

article {
	position: relative;
	top: 100px;
	width: 90%;
	max-width: 800px;
	min-width: 140px;
	font-size: 15px;
	line-height: 16px;
	padding: 14px 5% 40px 5%;
	margin: 0 auto;
	z-index: 0;
}

aside {
	float: left;
	width: 172px;
	height: 98px;
	background: url(images/aside.png) no-repeat;
	padding: 34px 0 0 0;
	margin: 24px 30px 20px -70px;
}

aside a {
	text-decoration: none;
	color: #4F4D01;
	padding: 5px 16px;
}

aside a:hover {
	font-style: italic;
	color: #622000;
}

article h2 { font: 34px IMFELLEnglishItalic, serif; border-bottom: 2px #222 dotted; padding: 0 0 8px 10px; margin: 0 0 15px 0; }

article h3 {
	font: 24px IMFELLEnglishItalic, serif;
	color: #FFF;
	background: #248CC5 url(images/h3.png) repeat-x;
	border: 1px #248CC5 solid;
	outline: 1px #014E70 dotted;
	padding: 8px 0 3px 13px;
	margin: 0;
}

.section { background: #FFF; border: 1px #AAA dotted; padding: 0 0 22px 0; margin: 35px 0 0 0; }

article a { color: #007EB5; }

p { text-indent: 20px; }
.section p { padding: 0 20px; margin: 20px 0 24px 0; }

.image_right { float: right; margin: 21px 20px 24px 22px; }
.image_right img { border: none; outline: none; }
.image_center { display: block; margin: 20px auto 40px auto; }
.image_border { border: 1px #555 dotted; outline: 2px #AAA solid; }

footer {
	position: relative;
	top: 100px;
	font-size: 12px;
	text-align: center;
	color: #555;
	padding: 30px 0 50px 0;
	z-index: 1;
}

footer a { color: #333; }

.animation {
	position: absolute;
	top: -61px;
	right: 50px;
	width: 500px;
	height: 290px;
	background: url(images/ani.png) no-repeat;
	margin: 0 auto -280px auto;
	z-index: 10;
}

#animation a, .animation a {
	display: block;
	width: 100%;
	height: 100%;
}

.bhiytif {
	width: 100%;
	height: auto;
	border: 3px #222 solid;
	outline: 1px #FFF solid;
	margin: -86px 0 40px 0;
}

.thirds {
	display: inline-block;
	width: 29%;
	margin: 1.5%;
	vertical-align: top;
}

.categories {
	display: block;
	width: 83px;
	height: 83px;
	background: url(images/three_categories.png);
	margin: 0 auto 15px auto;
}

.software { background-position: 0 -118px; }
.about { background-position: 0 -234px; }

.hide { width: 0; height: 0; overflow: hidden; }

.skip {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	z-index: 1000;
}

.skip:focus { width: auto; height: auto; }