@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	max-height: 100%;
	background-color:#292929;
}

body, td {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#FFF
}

a, a:hover {
	text-decoration:none;
	color:#FFFFFF;
	border:0px;
	font-weight:normal;
}

img {
	border:0px;
}

#container {
	background-image: url(img/main_background.png);
	background-repeat: repeat-y;
	background-position: right;
	width: 940px;
	height: auto;
	min-height: 100%
}

#header {
	background:url(img/logo_new.png) 10px 0;
	width:923px;
	height:150px;
	background-repeat:no-repeat;
}

#header .flags {
	padding:120px 10px 5px 0px;
	text-align:right;
}

#header .flags span {
	padding:5px;
}

#header .b_home {
	padding:132px 10px 5px 5px;
	text-align:left;
	float:left;
}

/* //////////////// PREHOME \\\\\\\\\\\\\\\\\\ */

#prehome {
	background-image:url(img/sf_prehome.jpg);
	background-color:#000000;
	background-repeat:no-repeat;
	background-position:top left;
	width:923px;
	height:500px;
}

/* //////////////// HOME \\\\\\\\\\\\\\\\\\ */

#home {
	height:287px;
	background-color:#292929;
	width:923px;
}

#news {
	background-image:url(img/t_news.png);
	width: 923px;
	background-repeat:no-repeat;
	background-position:top left;
	margin-top:25px;
	padding:30px 5px 5px 10px;
	color: #FFFFFF;
}

#news .data {
	color:#ff0000;
}

#news p {
	padding-top:3px;
	padding-bottom:8px;
}


/* //////////////// MAIN \\\\\\\\\\\\\\\\\\ */

#copy {
	color:#FFFFFF;
	text-align:right;
	padding:20px 25px 0px 0px;
}

#main {
	height:504px;
	background-color:#292929;
	width:923px;
	color:#FFF;
	float:left;
}

#main #sf_sfumato {
	background-image:url(img/sf_sfumato_large.jpg);
	width:638px;
	height:100%;
	background-repeat:no-repeat;
	background-position:top left;
	float:left;
	right: 20px;
}

#content {
	width: 570px;
	padding: 15px 5px 5px 10px;
	float: left;
}

#content a, #content a:hover {
	text-decoration:underline;
	font-weight:normal;
}

#content .contentMenu {
	color:#FFF;
	font-weight:normal;
	padding-top:5px
}

#content .contentMenu a, a:hover {
	font-weight:normal;
	text-decoration:underline;
}

#content .contentText {
	height:210px;
	padding-top:15px;
}

#content .contentText .blockquote{
	padding-left:8px;
}

#content .contentText ul {
	padding:5px 5px 5px 25px ;
}

#content .contentPath {
	border-bottom:1px solid #ff0000;
	margin-bottom:15px;
	color:#ff0000;
	font-weight:bold;
}

#content .grey {
	color:#999999;
	font-size:14px
}

#content .red {
	color:#ff0000;
	font-size:14px
}

#content .contentPath a, #content .contentPath a:hover  {
	color:#ff0000;
	font-weight:bold;
	text-decoration:none
}

#content .flash {
	border:1px solid #FFFFFF;
	width:500px;
	height:300px;
	margin-top:10px
}

#rightBar {
	width:240px;
	float: left;
	margin-left:25px
}

#contentFoto {
	background-color:#949494;
	text-align: center;
	margin-top:25px;
	padding:10px 0;
}

#zoomIcon {
	margin: 2px 0px 0px 0px;
	background:url(img/b_zoom.png) no-repeat top right;
	text-align:right;
	height:10px;
	padding-right:28px;
	line-height:0.7em;
	letter-spacing:3px;
}

#zoomIcon a, #zoomIcon a:hover {
	text-decoration:none;
	font-weight:normal
}


.testo_grigio {
	color:#999999;
	text-decoration:underline
}

.powered, .powered a, .powered a :hover  {
	color:#666666;
	text-decoration:none
}


/*///////////////////// SCROLLBAR INTERNA ////////////////////////////*/

#mycustomscroll {
/* Typical fixed height and fixed width example */
height: 335px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin-left:10px;
}

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; 
left: 0;
}

.vscrollerbase {
width: 10px;
background-color: white;
}

.vscrollerbar {
width: 10px;
background-color: black;
}

.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}