body{
	margin: 0; padding: 0;
	background: url(images/ouroboros.gif) top right no-repeat;
	font-family: Verdana;
}
body *{
	z-index: 1;
}
a{
	outline: none;
	color: #000;
	text-decoration: underline;
}
a:hover{
	color: #1c7680;
}
img{
	border: 0;
}
h1{
	margin: 0;
	padding: 0;
}
#info{
	background: url(images/nadalogo.gif) top left no-repeat;
	width: 252px; height: 82px;
	text-indent: -999em;
	display: block;
	position: absolute;
	top: 30px; left: 30px;
}
#lista{
	position: absolute;
	top: 200px;
	padding-left: 30px;
	margin: 0;
	width: 56%;
	list-style-image: none;
	list-style-type: none;
	/*background: url(images/blue.gif) 0 0 no-repeat;*/
}
#lista li a{
	display: block;
	font-size: 2em;
	width: 100%;
	height: 35px;
	margin: 0 0 14px 0;
	padding-top: 24px;
	color: #000;
	text-decoration: none;
}
#lista li a:hover{
	text-decoration: underline;
}

#web{
}
#gra{
	text-align: center;
}
#fot{
	text-align: right;
}

.window{
	display: none;
	z-index: 10;
	position: absolute;
	width: 500px;
	height: 400px;
	opacity: .95;
	filter: alpha(opacity=95);
	padding: 0;
	border: 3px solid #555;
	color: #000;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-right-radius: 12px;
	border-top-right-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	-webkit-border-bottom-left-radius: 12px;
	border-bottom-left-radius: 12px;
}

#infostuff{
	background: #eee;
	height: 430px;
}
#webstuff{
	background: #fff url(images/web_bg400.gif) bottom right no-repeat;
	width: 400px;
	top: 120px;
	left: 40px;
}
#grastuff{
	background: #fff url(images/gra_bg.gif) bottom right no-repeat;
	top: 80px;
	left: 80px;
}
#fotstuff{
	background: #fff url(images/fot_bg650.gif) bottom right no-repeat;
	width: 650px;
	top: 40px;
	left: 120px;
}

.close{
	cursor: pointer;
	position: absolute;
	bottom: 3px; right: 3px;
	background: transparent url(images/close.png) center center no-repeat;
	height: 25px; width: 25px;
	display: block;
	text-indent: -999em;
}

h2{
	position: absolute;
	top: 1em; left: 1em;
	text-indent: -999em;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	margin: 0;
	padding: 0;
}
#webstuff h2{
	background-image: url(images/web.png);
	width: 133px; height: 54px;
}
#grastuff h2{
	background-image: url(images/gra.png);
	width: 152px; height: 102px;
}
#fotstuff h2{
	background-image: url(images/fot.png);
	width: 328px; height: 89px;
}

#infostuff #nada{
	display: block;
	width: 157px; height: 23px;
	text-indent: -999em;
	background: url(images/nada.png) top left no-repeat;
}

#infostuff p{
	padding: .5em 2em;
	font-size: .6em;
}

#links a{
	padding-right: 6px;
}
#links span{
	display: none;
}
#infostuff #colors{
	position: absolute;
	top: 0; right: 20px;
	width: 200px; height: 30px;
}
#colors span{
	display: inline-block;
	width: 30px; height: 30px;
}
#col1{
	background: #2fc5d7;
}
#col2{
	background: #f9c587;
}
#col3{
	background: #f987c5;
}
#col4{
	background: #ddd;
}
#col5{
	background: #000;
}

/* portfolio scroll */
#webscroll{
	width: 400px;
	height: 400px;
	padding: 0;
	overflow: hidden;
}
#webscroll ul{
	margin: 0;
	padding: 0;
	width: 1000%;
}
#webscroll ul li.item{
	float: left;
	height: 400px;
	width: 400px;
	list-style-type: none;
	padding: 100px 0 20px 60px;
	text-align: left;
	line-height: 3;
	font-size: .6em;
	margin-top: 0;
}
.nav{	
	cursor: pointer;
	position: absolute;
	bottom: 32px; right: 3px;
	background: transparent url(images/cycle.png) center center no-repeat;
	height: 25px; width: 25px;
	display: block;
	text-indent: -999em;
}



#grastuff p{
	padding: 140px 25px 0 25px;
}

#grastuff a{
	position: relative;
	display: inline-block;
	width: 80px; height: 40px;
	padding: 2px;
	background: 0;
}
#grastuff a:hover{
	background: url(images/rect.gif) center center no-repeat;
}

#grastuff a img{
	width: 80px; height: 40px;
	opacity: .9;
	filter: alpha(opacity=90);
}
#grastuff a:hover img{
	opacity: 1;
	filter: alpha(opacity=100);
}

#fotstuff{
	font-size: .6em;
	text-align: center;
}
#flickrlink{
	position: absolute;
	display: block;
	height: 16px; width: 16px;
	top: 45px;
	left: 320px;
	background: transparent url(images/flickr.png) top left no-repeat;
	text-indent: -999em;
}

#flickr{
	margin-top: 120px;
}
#flickr ul{
	width: 550px;
	list-style: none;
	margin: 0 auto;
}
#flickr li{
	padding: 2px 5px;
	float: left;
}
#flickr a{
	display: inline-block;
	padding: 2px;
	background: 0;
	width: 75px; height: 75px;
}
#flickr a img{
	opacity: .9;
	filter: alpha(opacity=90);
}
#flickr a:hover img{
	opacity: 1;
	filter:alpha(opacity=100);
}

#flickr a:hover{
	background: transparent url(images/square.gif) center center no-repeat;
}
#flickr input{
	display: none;
}


/* footer */
#footer{
	position: absolute;
	bottom: 3px;
	width: 100%;
	text-align: center;
	font-size: .5em;
}
#footer img{
	vertical-align: middle;
}



/* FORM */
#contact_form{
	padding-left: .5em;
}
form{
	width: 300px;
	padding: 0;
	margin: 0;
}
form fieldset{
	border: 0;
}
form ul{
	padding: 0; margin: 0;
}
form li{
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
form label{
	float: left;
	display: inline-block;
	font-size: .6em;
}

form input, textarea{
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
#nome, #contatto, #messaggio{
	font-family: inherit;
	font-size: .6em;
	background: #fff;
	color: #000;
	text-align: left;
	display: inline-block;
	float: left;
	width: 300px;
	padding: 0;
	margin-bottom: .5em;
	border: 1px solid #000;
}
#messaggio{
	height: 5em;
	width: 300px;
	overflow: hidden;
}
#submit{
	display: block;
	border: 1px solid #000;
	cursor: pointer;
	float: left;
	background: #56d8e8;
	margin-top: .5em;
	margin-left: 257px;
}
#nome:focus, #contatto:focus, #messaggio:focus{
	border-style: solid;
	background: #f9c587;
}
#submit:focus{
	background: #f9c587;
}

#fancy_title a{
	color: #f9c587;
	text-decoration: none;
}
#fancy_title a:hover{
	/*color: #fad5a7;*/
	text-decoration: underline;
}


/* form validation */
label.error{
	color: red;
	font-style: italic
}
input.error{
	border: 1px solid red;
	background: #ffcbcb;
	color: #000;
	margin-bottom: .5em;
}

/* form success */
#message h3{
	display: table-cell;
	vertical-align: bottom;
	font: 2em 'trebuchet ms', geneva, sans-serif;
	background: url(images/contatti/formsuccess.png) bottom left no-repeat;
	text-align: left;
	min-height: 50px;
	height: 50px;
	padding-top: 1.5em;
	padding-left: 10px;
}
#message p{
	text-align: left;
	font-style: italic;
	width: auto;
	margin: 0;
	padding: 1em 10px;
	border-bottom: 3px solid #f9c587;
}