/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #fff url(images/img1.jpg) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	color: #111;
}

a {
	text-decoration: none;
	color: #111;
}
a.current {
	text-decoration: none;
	color:#C30;
}

a:hover {
	border: none;
	text-decoration: none;
	color: #f00;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
}

/* Header */

#header {
	
	height: 50px;
	margin: 0 auto;
	
}

#header * {
	margin: 0;
	padding: 0;
	text-align: left;
	font-style: normal;
	font-weight: lighter;
	color: #FFFFFF;
}

#header h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Adobe Caslon Pro";
	letter-spacing: normal;
	font-size: 3em;
	margin-left:15px;
	float:left;
}

#header h2 {
	margin-top: -.2em;
	font-size: 2em;
	letter-spacing:22px;
	color: #111;
	margin-left:15px;
	padding-top:50px;
}
#header h6 {
	font-size: 10px;
	letter-spacing:normal;
	margin-left:15px;
	margin-top:30px;
	float:left;
}
#header img { float:right;
padding-right:10px;
padding-top:10px;
}

/* Content */

#content { width:auto;	
	margin: 0 auto;
	padding: 20px 20px 0 20px;
}
#content h3 {
	font-weight:lighter;
	font-family:"Century Gothic", "Trebuchet MS", "Adobe Caslon Pro";
		color:#C30;
}
/* Column One */

#colOne { 
float: left;
width:75%;	
}

#colOne h2 {
	margin-top: 0;
	font-size: 2.2em;
	color: #CCCCCC;
}

#colOne p, #colOne ul, #colOne ol {
	line-height: 200%;
}

#colOne .credits {
	list-style:none;
	margin-right:250px;
	text-align:right;
}

#colOne .credits p {
	line-height: normal;
}

/* Column Two */

#colTwo {
	margin-right:5px;
	float: right;
	border-left:solid;
	border-left-color:#666;
	border-left-width:thin;
	background: #fff;
	height:800px;
}

#colTwo ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}

#colTwo li {
	margin-bottom: 20px;
	 /* background: url(images/img2.jpg) repeat-x; */
}

#colTwo li li {
	margin-bottom: auto;
	background: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
}

#colTwo li ul {
	padding-top: 0;
	padding-left: 20px;
	list-style: square inside;
}

#colTwo h2 {
	height: 25px;
	padding: 10px 0 0 10px;	
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .8em;
}

#form1 {
	background: #191919;
}

#textfield1 {
	width: 100px;
	margin-left: 20px;
}

#submit1 {
}

/* Footer */

#footer {
	clear: both;
	background: #fff url(images/img2.jpg) repeat-x;
	height: 60px;
	margin: 0 auto;
	padding: 20px 0 0 150px;
	color: #CCCCCC;
}
#footer a { color: #CCCCCC;
}
#footer p { 
	margin-right:12px; 
	padding: 0;
	text-align: right;
	font-size: smaller;
}

#tip {
	height: 50px;
}
#tip img{
	width: 60px;
	height: auto;
}
#pulsanti
{
	position:absolute;
	top: 135px;
	width: 150px;
	left: 30px;
	color:#333333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

#pulsanti a:hover
{
	font-size: 10px;
}
#menuvid img { margin: 4px 3px auto; border:0;}

#menuvid {
	width:500px;
	position:relative;
	height:60px;
	margin:2px auto;
	float:right;
}
#menuvid a:visited, #menuvid a {text-decoration:none; color:#d00; font-weight:bold;}
#menuvid a:visited img, #menuvid a img{filter: alpha(opacity=40);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
 -moz-opacity: 0.40; opacity:0.4;
}
#menuvid a:hover {background-color:transparent; color:#06a;}
#menuvid a span {display:none;}
#menuvid a:hover span {display:block; position:absolute; top:40px; left:150px; font-size:12px; height:18px; padding:4px; font-weight:normal; color:#d00;}

#menuvid a:hover img { filter: alpha(opacity=100);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
 -moz-opacity: 1.00; opacity:1;
 }
 #toTop {
  font-family: Arial, sans-serif;
  font-size: 12px;
	display:block;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	border:none;
 }