@charset "utf-8";
/* CSS Document */

body {
	background-color: #fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
}

a {
	text-decoration:none;
	color:#333;	
}

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

#wrapper {
	width:100%;
	height:500px;
	background-image:url(bg.png);
	background-repeat:repeat-x;
}

#logo {
	float:right;
	height:500px;
}

#testi {
	position:fixed;
	right:10px;
	bottom:20px;
	padding:5px;
	/*border:1px solid #999;*/
	height:auto;
	width:530px;
	color:#333;
	text-align:right;
	background-color:rgba(255, 255, 255, 0.5);
	border-radius: 5px 5px 5px 5px;
	box-shadow:0px 0px 5px #000;
}

#menu {
	position:fixed;
	padding:5px;
	margin-left:10px;
	margin-top:10px;
	background-color:rgba(255, 255, 255, 0.5);
	border-radius: 5px 5px 5px 5px;
	box-shadow:0px 0px 5px #000;
}

#menu li {
	list-style:none;
	clear:both;
	margin:5px;
}

#main {
	position:absolute;
	left:175px;
	top:30px;
	padding:5px;
	max-width:700px;
	height:auto;
	overflow:auto;
	background-color:rgba(255, 255, 255, 0.5);
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0px 0px 10px #000;
	z-index:100;
}

#elenco {
	max-width:700px;
	font-size:12px;		
}

#elenco .item {
	clear:both;
	padding:3px;
	border-bottom:1px solid #333;

}

#elenco .item:hover {
	background-color:#999;
	cursor:pointer;
}

#search {
	position:fixed;
	right:10px;
	top:10px;
	background-color:#FFF;
	z-index:200;
}

input {
	border: 1px solid #999;
	width:300px;
	padding:3px;
	border-radius:3px;
}

input:focus {
	box-shadow:0px 0px 5px #03F;	
}

#sponsor {
	height:auto;
	overflow:auto;
	background-color:#FFF;
	border-radius: 5px 5px 5px 5px;
	text-align:center;
}

#sponsor .item {
	text-align:center;
	padding:5px;
	line-height:2em;
	width:200px;
	height:200px;
	margin:5px;
	float:left;
	border-radius: 5px 5px 5px 5px;
	box-shadow:0px 0px 5px;
	overflow:hidden;
}

#sponsor img {
	max-width:200px;
}