html, body { height: auto; }

body {
	background: #000;
	color: #7f7f7f;
}

body > div {
	padding: 10em 20%;
	position: relative;
}

h1 {
	width: 142px;
	height: 34px;
	background: url(../images/homepage/fadingred.png) no-repeat;
}

h1 span {
	display: none;
}

ul.menu {
	position: absolute;
	text-align: right;
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 20%;
	left: -1.8em;
	font-weight: lighter;
	text-transform: uppercase;
}

a { color: #c7c7c7; outline-style: none; }
a:hover { color: #c0002f; }
a:hover, a:active { text-decoration: none; }


ul.menu + p {
	font-size: 140%;
	line-height: 1.1em;
	font-weight: lighter;
	width: 36em;
}

ul.apps {
	list-style: none;
	width: 60em;
	padding: 0px;
	margin: 3.8em 0em 4.6em 0em;
}

ul.apps:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

ul.apps li {
	float: left;
	margin: 3px 3px 0px 0px;
}

ul.apps a {
	display: block;
	border: 1px solid #141414;
	padding: 4px 2em 4px 2em;
	background: url(../images/homepage/background.png) repeat-x;
}

ul.apps a:hover { background-position: 0px -126px; }

ul.apps li:first-child a {
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
}

ul.apps li:last-child a {
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

ul.apps a > p {
	height: 80px;
	padding: 0px 0px 0px 90px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

ul.apps .koku a > p { background-image: url(../images/homepage/koku.png); }
ul.apps .senuti a > p { background-image: url(../images/homepage/senuti.png); }
ul.apps .icolors a > p { background-image: url(../images/homepage/icolors.png); }

ul.apps a:hover > p {
	color: #fff;
	background-position: 0px -80px;
}

ul.apps strong {
	display: block;
	color: #fff;
	padding-top: 10px;
	font-size: 250%;
	font-weight: 200;
	text-transform: lowercase;
}

ul.apps span {
	font-size: 80%;
	color: #aaa;
	display: block;
	width: 7em;
	text-transform: lowercase;
}

ul.apps span.os,
ul.apps span.sep { display: none; }
ul.apps li:hover span { color: #fff; }
ul.apps li:hover span.os { display: block; }
ul.apps li:hover span.info { display: none; }

p.copyright {
	margin-top: 4em;
	font-size: 80%;
	color: #444;
}
