/*

wemove digital solutions
www.wemove.com
Michael Ziem
02.2011

*/

body {
	margin: 0;
	padding: 0;
	background: black;
	text-align: center;
	color: white;
	font-weight: normal;
	font-size: 15px;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: #d6ff00;
	text-decoration: none;
}

:focus {
	outline: none;
}

#page {
	position: relative;
	width: 800px;
	margin: 61px auto;
	text-align: left;
	border-left: 10px solid black;
	border-right: 10px solid black;
}

a#banner {
	display: block;
	width: 800px;
	height: 134px;
	background-image: url('../img/header-20110302.png');
	background-repeat: no-repeat;
	background-position: 0 0;
}

a#banner:hover {
	background-position: 0 -169px;
}

.cleartype {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/hIEfix.png,sizingMethod=crop);
	zoom: 1;
}

h1 {
	font-weight: normal;
	font-size: 111px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
}

h2 {
	font-weight: normal;
	font-size: 48px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: -24px 0 0 0;
}

h3 {
	font-weight: normal;
	font-size: 27px;
	margin: -9px 0 0 0;
}

h1,
h2,
h3 {
	visibility: hidden;
}

.justify {
	padding: 0;
	width: 100%;
	text-align: justify;
	text-align-last: justify;
}

.justify span {
	font-size: 0px;
	word-spacing: 1000px;
}

.center {
	text-align: center;
}

#content {
	margin: 39px 0 0 0;
}

#content p {
	margin: 0;
}

ul#icons {
	list-style: none;
	display: block;
	padding: 0;
	margin: 61px 0 82px 0;
	width: 800px;
	height: 170px;
	overflow: visible;
}

ul#icons li {
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	height: 170px;
	width: 266px;
	cursor: default;
	background-image: url('../img/icons-sprite-font-8.png');
	background-repeat: no-repeat;
	overflow: visible;
}

ul#icons li a {
	display: block;
	width: 100%;
	height: 100%;
}

ul#icons li span.cover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	margin: 0;
	padding: 0;
	width: 266px;
	height: 170px;
	background-image: url('../img/icons-sprite-font-8.png');
}

ul#icons li#icon-1 {
	background-position: 0 -180px;
}
ul#icons li span#cover-1 {
	background-position: 0 0;
}
ul#icons li:hover span#cover-1 {
	background-position: 0 -360px;
	top: -153px;
	left: 72px;
	height: 225px;
	border: none;
}

ul#icons li#icon-2 {
	width: 267px;
	background-position: -270px -180px;
}
ul#icons li span#cover-2 {
	width: 267px;
	background-position: -270px 0;
}
ul#icons li:hover span#cover-2 {
	background-position: -270px -360px;
	top: -153px;
	left: 84px;
	height: 225px;
	border: none;
}

ul#icons li#icon-3 {
	background-position: -546px -180px;
}
ul#icons li span#cover-3 {
	background-position: -546px 0;
}
ul#icons li:hover span#cover-3 {
	background-position: -546px -360px;
	top: -153px;
	left: 44px;
	height: 225px;
	border: none;
}

#footer {
	font-size: 15px;
	line-height: 18px;
	margin: 40px 0 0 0;
}

.no-fontface #footer {
	font-size: 14px;
}

#footer p {
	margin: 1em 0 0 0;
}

