/* ELEMENTI */

body {
	background:#000000 url(../img/body.jpg) repeat-x -5px 5px;
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	margin:0;
	padding:5px 0 0 0;
	font-size:12px
}

/* MAIN */

div#main {
	width:960px
}

div#header {
	width:960px;
	height:168px;
}

#logoprint {
	display:none
}

/* CONTENT */

div#content {
	width:960px;

	
}

/* NAVIGATORE */

div#navigatore {
	width:660px;
	line-height:30px;
	color:white;
	font-size:11px;
	padding:0 0 0 300px;
}

div#navigatore a {
	color:red;
	text-decoration:none
}

div#navigatore a:hover {
	color:yellow;
	text-decoration:underline
}

/* MENU*/

div#sx {
	width:248px;
	float:left;
	padding:0 26px;
	
}

div#menu {
	width:252px;
	background:url(../img/top_menu.gif) 0 16px no-repeat;
	text-align:left;
	padding:0 0 10px 0
}

span.titolo {
	font-size:25px;
	font-weight:normal;
	color:white;
	margin:0 0 0 10px
}

div#content-menu {
	width:244px;
	background:#141414;
	border:1px solid #383838;
	margin:20px 0 0 0;
	padding:0 3px
}

div#content-menu ul {
	margin:0;
	padding:0;
	width:244px;
	font-size:15px;
	color:#acacac
}

div#content-menu ul li{
	margin:0;
	padding:0;
	list-style-type:none;
	line-height:34px;
	border-bottom:1px solid #383838;
}

div#content-menu ul li a{
	color:#acacac;
	background:url(../img/rollover.gif) 3px -8px no-repeat;
	padding:0 0 0 27px;
	text-decoration:none
}

div#content-menu ul li a:hover, div#content-menu ul li#qui a {
	color:#a80a0a;
	background:url(../img/rollover.gif) 3px -43px no-repeat;
}

/* SX VIDEO */

div#video {
	width:252px;
	background:url(../img/top_menu.gif) 0 16px no-repeat;
	text-align:left;
	padding:3px 0 0 0;
	margin-top:15px;
}

div#content-video {
	width:250px;
	background:#141414;
	border:1px solid #383838;
	margin:17px 0 0 0;
	padding: 0 0 3px 0;
	text-align: center;
}

div#content-video img {
	width:244px;
	border: 0;
	margin: 3px;
}

div#content-video div#noimg {
	padding: 20px 5px;
	font-size: 12px;
	font-weight: bold;
}

/* FOOTER */

div#footer {
	background:url(../img/footer.gif) -2px 0 no-repeat;
	padding:0 0 0 0;
	text-align:center;
	line-height:20px;
	font-size:11px;
	color:#bbb;
	clear:left;
	width:960px
}

div#footer a {
	color:#fff;
	padding:5px 8px 0 7px;
	border-right:1px solid #ffff00;
	text-decoration:none
}

div#footer a:hover {
	color:#ffff00;
	padding:5px 8px 0 7px;
	border-right:1px solid #ffff00;
	text-decoration:none
}

div#footer a#web {
	color:#ffff00;
	border:0;
	padding:0;
	text-decoration:none
}

div#footer a#web:hover {
	color:red;
	text-decoration:underline
}



