@charset "utf-8";
/* CSS Document */
body{
	background:url(images/background.jpg) repeat-x #003;
	font-family:Tahoma, Geneva, sans-serif;
}
h1, h2, body{	
    margin:0;
	padding:0;
}
img, div { behavior: url(templates/animeflash/iepngfix.htc); }
#conteiner{
	width:870px;
	margin:auto;
	color:#FFF;
}
/*logo*/
#logo{
	width:868px;
	height:171px;
	background:url(images/logo.gif) no-repeat;
}
#flash{
	width:612px;
}
#floatTv{
	float:right;
	width:214px;
	color:#FFF;
	padding:25px 20px 0 0;
}
/* contenuti e banner*/

#content{
	background:url(images/content.gif) repeat-y ;
	height:347px;
	padding:3px 59px;
}
#banner728{
	background:url(images/banner.png) no-repeat;
	height:102px;
	padding:8px 70px 0 70px;
}
/*gestione menù*/
#menu {
	clear: both;
	height: 60px;
	margin: 0;
	font-size:large;
	font-weight:bold;
	background:url(images/menu.png) no-repeat;
}
#menu ul{
	margin: 0; padding:15px 47px;
}
#menu ul li {
	float: left;
	list-style: none;
}
#menu ul li a {
	text-decoration: none;	
	padding: 0 5px;
	background: inherit ;
	color: #FFF;
}
#menu ul li a:hover {
	color: #CF0;
}

#menu ul li a.selected {
	color: #FF0;
}
#subm{
	height:16px;
	clear: both;
	font-size:small;
	font-weight:bold;
	}
#subm ul{
	margin: 0; padding:0 10px;
}
#subm ul li {
	float:left;
	list-style: none;
}
#subm ul li a {
	text-decoration: none;	
	padding: 0 5px;
	background: inherit ;
	color: #FFF;
}
#subm ul li a:hover {
	color: #CF0;
}

#subm ul li a.selected {
	color: #9F0;
}
/*footer*/
#foot{
	background:url(images/foot.jpg) no-repeat;
	height:259px;
	padding:15px 50px;
	font-size:small;
	text-align:right;
}
#foot a{
	color:#FFF;
	text-decoration:none;
}
#foot a:hover{
	color:#FC0;
}
/*games*/
#games{
	background: url(images/smario.png) no-repeat right;
	height:345px;
}
.Gbox{
	width:120px;
	height:100px;
	background-color:#0099FF;
	border:solid 1px #FFFFFF;
	margin:3px 7px 0px 7px;
	text-align:center;
}
.Gbox a{
text-decoration:none;
}
.Gbox img{
height:96px;
width:116px;
}
.GboxTitle{
	height:15px;
	width:120px;
	background-color:#0066FF;
	margin:3px 7px 0px 7px;
	text-align:center;
	color:#FFFFFF;
	border:solid 1px #FFFFFF;
	font-size: 10px;
}