/* Valore di base per ogni elemento */
* {
	margin: 0;
	padding: 0;
}

/* Dichiarazione per tutto il fondo */
body {
	padding: 0px;
	margin: 0px;
	font: 12px Helvetica, Arial, sans-serif;
	color: #333;
	text-decoration: none;
	background-color: #333;
	background-image: url(../img/background.png);
	background-repeat: repeat-y;
	background-position: center;
}

li { font-size: 13px; }

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

a:hover { color: #666; }

.a_news {
	text-decoration: none;
	color: #000;
}

.a_tnews {
	text-decoration: none;
	color: #669;
}

.a_big {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

.a_big:hover {
	color: #fff;
	}
	
.ico16 {
	position:relative;
	top:4px;
	margin-right:5px;
}
.txt {
	float: left;
	width: 620px;
	padding: 0px 20px 20px 20px;
	background-color: #FFF;
	background-image: url(../img/sfondo.gif);
	background-repeat: repeat-x;
}
h1 {
	font-size: 30px;
	font-weight: 100;
}

h2 {
	font-size: 30px;
	font-weight: 100;
	color: #333;
	border-bottom: 1px #333 dotted;
	margin-bottom: 10px;
}

h3 {
	font-size: 20px;
	font-weight: 100;
}

h4 {
	font-size: 20px;
	font-weight: 100;
	color: #333;
	border-bottom: 1px #333 dotted;
	margin-bottom: 10px;
}

h5 { font-size: 14px; }

p { font-size: 13px; }

.p_small { font-size: 11px; }

hr {
	clear: both;
	width: 100%;
	visibility: hidden;
}

strong { font-weight: bold; }

.colore { color: #C03; }

.grey { color: #333; }

/* CONTAINER */
#container {
	width: 900px;
	padding: 0px;
	margin: 0 auto;
	background: #FFF;
}

/* HEADER */
#header {
	width: 660px;
	height: 50px;
	float: right;
}

#header h5 {
	margin: 25px 0px 0px 0px;
	font-weight: 100;
}

#header a {
	margin: -10px 10px 0 0;
	float: right;
}

/* MENU */
#logo a img {
	margin: 22px 0px 3px 10px;
	border: none;
}

#menu {
	float: left;
	width: 240px;
	padding: 0px;
	margin-left: -19px;
}

#menu ul { width: 100%; }

#menu ul li {
	padding: 0;
	list-style-type: none;
	display: inline;
}

#menu ul li a {
	width:160px;
	height:30px;
	display:block;
	float:left;
	padding:5px 0 0 80px;
	margin-bottom:1px;
	text-align:left;
	font-size:22px;
	font-weight:100;
	/*line-height:22px;*/
	color:#fff;
	background-image: url(../img/menu.png);
}

#menu ul li a:hover { color: #000; }


/* SPALLA-SX */
#spalla-sx {
	float: left;
	display: block;
	width: 220px;
	margin-top: 19px !important;
	margin-top: 5px; /* fix IE6 */
}

#spalla-sx a img { border: none; }

.box {
	width: 200px;
	padding: 10px;
	margin-bottom: 1px;
	background-image: url(../img/sfondo.gif);
	background-repeat: repeat-x;
}

.box img {
	margin: 2px 7px 5px 2px;
}
.box img:hover {
	/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}

.box-social {
	width: 200px;
	padding: 10px;
	margin-bottom: 1px;
	background-image: url(../img/sfondo.gif);
	background-repeat: repeat-x;
}

.box-social img {
	margin: 2px 7px 5px 2px;
	width:50px;
	
}
.box-social img:hover {
	/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}




#banner {
	padding: 0px;
	margin-top: 0px;
	background-image: none;
	background-color: #FFF;
}

#banner .colore {
	width: 220px;
	background-color: #FFF;
	text-align: center;
}

#banner img { margin-top: 10px; }

/* CONTENTS */
#contents {
	width: 460px;
	float: left;
	margin: 20px 0 0 20px !important;
	margin: 5px 0 0 10px; /* fix IE6 */
}

/* SPALLA-DX */
#spalla-dx {
	width: 180px;
	float: right;
	margin: 19px 0 !important;
	margin: 5px 0; /* fix IE6 */
}

/* NEWS */
#news {
	float: right;
	width: 140px;
	padding: 0px 20px;
	margin-bottom: 20px;
	background-image: url(../img/sfondo-news.png);
	background-color: #FFF;
	background-repeat: no-repeat;
}

#news h1 {
	color: #FFF;
	line-height: 28px;
}

.article h5 {
	color: #669;
	margin: 10px 0px 2px 0px;
}

.article p {
	font-weight: 400;
	padding-bottom: 10px;
	border-bottom: 1px #000 dotted;
}

/* PULSANTI */
.pulsanti {
	float: right;
	width: 180px;
}

.pulsanti img {
	border: none;
	margin: 0 0 15px 0;
}

/* FOOTER */
#footer {
	width: 100%;
	clear: both;
	border-top: 1px #000 solid;
	margin-top: 20px;
	background-color: #FFF;
}

#footer p {
	margin-top: 15px;
	float: left;
	display: block;
}

#footer img {
	float: right;
	margin: 5px 0px 0px 200px;
	display: block;
}

#footer .p_small {
	width: 100%;
	margin: 25px 0 10px 0;
	font-weight: 400;
	text-align: center;
}
