/* CSS Document */

* {
	margin:0;
	padding:0;
	letter-spacing: 0;	
}
/*html {height:100%;}*/

body {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	color:#666;
	background: #333;
	/*height: 100%;*/
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {color: #F60;}

a:active {color: #333;}

p {
	color: #FFF;
	font-size: 1.6em;
}
h2{
	color: #F60;
	font-size: 3em;
	word-spacing: 0.1em;
	letter-spacing: -0.1em;
	margin: 20px 0;
}
h3{
	color: #FFF;
	font-size: 2em;
	word-spacing: 0.1em;
	letter-spacing: -0.1em;
	line-height: 0.7em;
	margin: 20px 0;
}
img{border: 0;}

#main {
	/*height:100%;
	width: 950px;
	margin: 0 auto;*/
	min-width: 950px;
	overflow: hidden;
	margin-bottom:20px;
}

#logo h1 a {
	display:block;
	background: url(../images/logo-fusion-web-art.gif) no-repeat;
	width: 600px;
	height: 124px;
	overflow:hidden;
	text-indent: -999px;
}
#nav {
	float: left;;
	margin-right: 30px;
}
#nav ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
#nav ul li a {
	text-decoration: none;
	text-transform:lowercase;
	font-size: 3em;
	line-height: 0.6em;
	letter-spacing: -0.1em;
	padding: 0;
	color: #666;
}
#nav ul li a:hover {color: #FFF;}

#nav ul li a span {
	color: #F60;
	visibility:hidden;
}
#nav ul li a:hover span {visibility: visible;}

#content {overflow:hidden;}

#content span {
	background-color:#222;
	padding: 0 5px;
	word-spacing: 0.3em;
	letter-spacing: -0.1em;
}
#content span a{
	word-spacing: 0.3em;
	letter-spacing: -0.1em;
}
.sites{
	overflow: hidden;
	margin: 20px 0;
}
.sites a img{
	float:left;
	margin-right: 10px;
	filter:alpha(opacity=50);
	-moz-opacity:.5; 
	opacity:.5; 
}

.sites a:hover img{
	filter:alpha(opacity=100);
	-moz-opacity:1; 
	opacity:1; 
}

.sites h3 a{
	color:#666;
	font-size: 1.4em;
	margin: 10px 0 20px;
}

.sites h3 a:hover{color:#FFF;}

.sites blockquote span{
	word-spacing: 0.3em;
	letter-spacing: -0.1em;
	padding: 8px 0;
	background: #333;	
}

.sites blockquote{font-size: small;}

.layout{padding-left: 50px;}

.layout h3{margin-left: -50px;}

.layout a{
	display:block;
	float: left;
	margin: 10px 0 0 -45px;
	width: 90px;
	height: 80px;
}

.layout a:hover{margin: 10px 5px 0 -50px;}

#w3c{
	float:right;
	margin: 20px;
}