/* CSS Document */
* {
	margin:0;
	padding:0;
}
body{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background: #3FABD9 url(../imgs/layout/patt_body.gif) repeat left top;
}
h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
	color:#26418A;
	padding-bottom:10px;
}
h2{
	display:block;
	background-color:#26418A;
	color:#FFFFFF;
	font-size:14px;
	padding: 3px 5px;
	border-bottom:3px solid #999999;
}
h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding-left: 15px;
	margin-bottom: 5px;
	clear:both;
	border-bottom: 2px solid #999999;
}
img.sinistra{
	float: left;
	margin-right:5px;
}
img.destra{
	float:right;
	margin: 2px 30px 2px 5px;
}
p{
	font-size:12px;
}
p.ind{
	padding:5px 0 5px 15px;
}
p.strong{
	font-weight:bold;
	color:#FF9900;
}
span{
	font-weight:normal;
}
a{
	color:#003399;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	color:#FF9900;
	text-decoration:underline;
}

#main{
	width:760px;
	margin:0 auto;
	background: #FFFFFF url(../imgs/layout/back_main.gif) repeat-x left top;
	border: 3px solid #347CB0;
}
/* --- MENU --- */
#menu{
	width:100%;
	height:25px;
	background: #1C3780 url(../imgs/layout/patt_menu.gif) repeat-x left top;
	border-bottom: 5px solid #999999;
}
#menu h1{
	padding: 0;
}
#menu h1 a{
	width:88px;
	height:25px;
	background: #1C3780 url(../imgs/layout/back_menu.gif) no-repeat left top;
	font-size:10px;
	text-indent: -999em;
	text-decoration:none;
	float: left;
	border-right: 1px solid #FFFFFF;
}
#nav, #nav ul{
	float:left;
	list-style:none;
	font-size:14px;
}
#nav-up{
	width:108px;
	font-weight:bold;
}
#nav-down{
	width:100px;
	padding: 0 3px;
	font-weight:normal;
}
#nav a{
	display:block;
	color:#FFFFFF;
	text-decoration:none;
}
#nav a:hover{
	color:#000000;
	background-color:#FF9900;
}
#nav li{
	float:left;
	line-height:25px;
	border-right: 1px solid #FFFFFF;
}
#nav li ul{
	position:absolute;
	left: -999em;
	border: 1px solid #FFFFFF;
}
#nav li.open{
	background-color:#000066;
}
#nav li.open ul{
	left:auto;
	font-size:11px;
	font-weight:normal;
	width:106px;
	background-color:#26418A;
}
#nav li.open ul li{
	border:none;
}
/* --- FINE MENU --- */

#corpo {
	padding:20px;
	width:520px;
	float:left;
	text-align:left;
}
#corpo ul{
	padding: 5px 0 20px 30px;
	font-size:12px;
	list-style-image: url(../imgs/layout/list_image.gif);
}
#block{
	padding-bottom: 2px;
	margin-bottom: 10px;
}
#block img{
	float:left;
	margin: 2px;
	border: 2px solid #26418A;
}
#head-games{
	text-align:center;
	font-size:14px;
    border: 2px solid #000000;
	background:#969696 url(../imgs/layout/patt_headgames.gif) repeat-x bottom left;
	padding-top: 10px;
    padding-left: 20px;
}
#head-games ul{
	list-style:none;
	padding:0;
	margin:0;
}
#head-games li{
	display:inline;
	margin:0;
	padding: 0;
}
#head-games li a{
	border: 2px solid #000000;
    padding: 0.3em 0.7em 0 0.7em;
    background: #CCCCCC;
	color: #036;
}
#head-games li a:hover{
	text-decoration:none;
	background-color: #f0f0f0;
}
#head-games li.active a{
	border-bottom: 2px solid #FFFFFF;
	padding: 0.3em 0.7em;
    background-color: #FFFFFF;
    color: #000000;
}
#head-games img{
	padding-bottom:10px;
}
ol#gallery li{
	margin: 0 3px;
	list-style:none;
	float:left;
}
ol#gallery a{
	display: block;
	padding: 3px;
}
ol#gallery a:hover{
	color: #fff;
}
ol#gallery a img{
	border: 3px solid #26418A;
}
ol#gallery a:hover img{
	border-color: #FF9900;
}
#colonna {
	padding:10px;
	width:178px;
	float:right;
	font-size: 12px;
	text-align:center;
}
#colonna img{
	margin: 3px;
}

#fix{
	clear:both;
	width:100%;
	height:2px;
	font-size:0.1em;
	background-color:#999999;
}
#foot{
	width:100%;
	height:20px;
	line-height:19px;
	background: #1C3780 url(../imgs/layout/patt_foot.gif) repeat-x left top;
	clear:both;
	color:#FFFFFF;
	font-size:11px;
}
#foot a{
	color:#FF9900;
	text-decoration:none;
}
#foot a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#foot img{
	vertical-align:middle;
}