body {
	background:#57b3dc;
	margin:0;
	padding:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h1, h2, h3, h4, h5 {
	font-weight:normal;
	margin:0;
	padding:0;
}
a{
	/*color:#ffe1f8;*/
	color:#ffee61;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
a:active {
	outline:none;
}
a:focus {
	-moz-outline-style:none;
}
img {
	border:none;
}
.linkt{
	text-decoration:none;
	cursor:text;
	color:#fff;
}
table.screen {
	margin:20px 0 0 0;
	z-index:5;
	position:absolute;
}
.testo {
	width:880px;
	float:left;
	font-size:13px;
	line-height:20px;
	padding:10px;
	color:#fff;
	text-align:left;
}
.occhiello {
	font-size:17px;
	text-transform:uppercase;
	padding:0 0 10px 0;
	font-family:Pigiarniq, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
	.occhiello .grey {
		color:#828282;
	}
.titolo {
	font-family:Bullpen;
	font-size:28px;
	line-height:30px;
	padding:10px;
	text-decoration:none;
	cursor:text;
	color:#ffee61;
}
.sottotitolo {
	text-transform:uppercase;
	font-size:17px;
	line-height:20px;
	padding:10px 0;
	font-weight:bold;
	font-family:Pigiarniq, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.capilettera {
	font-size:170%;
	font-weight:bold;
	padding:2px;
	margin:0 1px 0 0;
	background:#fff;
	color:#488fb3;
}
.multiColumn .capilettera {
	float:left;
	display:inline;
}
#muro {
	position:absolute;
	top:0;
	width:100%;
}
#tutto {
	width:100%;
	float:left;
	display:inline;
	background:url(img/bg.jpg) repeat-x bottom left;
}
#chiodo {
	position:relative;
	margin:0 auto;
	width:1000px;
}
#iceberg {
	width:100%;
	float:left;
	display:inline;
	padding-bottom:700px;
	background:url(img/web-design.jpg) no-repeat bottom center;
}
/*#### TOOLBAR ####*/
ul#toolbar {
	height:56px;
	width:200px;
	list-style:none;
	margin:0 auto 0 auto;
	z-index:5;
	float:left;
	display:inline;
	}
ul#ancheno {
	height:56px;
	width:100px;
	list-style:none;
	margin:0 auto 0 auto;
	z-index:5;
	display:inline;
	float:left;
	}
ul#toolbar li {
	text-indent:-9999px;
	position:absolute;
	width:100px;
	padding:0;
	margin:0;
	height:56px;
	z-index:5;
	}
ul#ancheno li {
	text-indent:-9999px;
	position:absolute;
	width:100px;
	padding:0;
	margin:0;
	height:56px;
	z-index:5;
	}
ul#toolbar li a {
	height:56px;
	width:100px;
	display:block;
	}
ul#ancheno li a {
	height:56px;
	width:100px;
	display:block;
	}
ul#toolbar li.active {
	/*border-bottom: 1px solid #f2f2f2;*/
	background-position:top;
	}
ul#ancheno li.active {
	/*border-bottom: 1px solid #f2f2f2;*/
	background-position:top;
	}
ul#toolbar li.inactive {
	background-position:bottom;
	}
ul#ancheno li.inactive {
	background-position:bottom;
	}
	
ul#toolbar li:hover {
	background-position:top;
	}
		
ul#ancheno li:hover {
	background-position:top;
	}
		
ul#toolbar li#new-tab {
	left:50px;
	background-image:url(img/home.png);
	background-repeat:no-repeat;
	}
	
ul#toolbar li#sites-tab {
	left:150px;
	background-image:url(img/mail.png);
	background-repeat:no-repeat;
	}

ul#ancheno li#portfolio-tab {
	left:250px;
	background-image:url(img/portofolio.png);
	background-repeat:no-repeat;
	}

/*#### SLIDE ####*/

#frame {
	margin:0 auto;
	width:900px;
	position:relative;
	background:url(img/testobg.png) repeat;
	float:left;
	display:inline;
	overflow:hidden;
	*
	background:url(img/testobgie6.png) no-repeat;
}
#teoria {
	width:1800px;
}
	
#scroller {
	width:900px;
	margin:0 auto;
	overflow:hidden;
	}
	
/*#### FORM ####*/
.consgratis {
	width:365px;
	margin:15px 0 15px 80px;
	float:left;
	display:inline;
	padding:15px 30px;
	border:1px solid #fff;
}
#formFront label {
	display:block;
	clear:both;
}
#formFront input#email, #formFront input#cognome, #formFront input#nome, #formFront input#link {
	border:none;
	background:#cce9f6;
	height:20px;
	width:330px;
	padding:5px 10px;
	margin:0;
	color:#287597;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#formFront .radioform {
	background:#cce9f6;
	height:auto;
	width:auto;
	padding:0 10px 5px 10px;
	margin:0 2px 10px 0;
	color:#287597;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	float:left;
	display:inline;	
}
#formFront #submit {
	width:88px;
	height:31px;
	padding:0;
	background:url(img/invia.png) no-repeat;
	border:none;
	float:right;
	display:inline;
	cursor:pointer;
}

