@charset "utf-8";
/* CSS Document */
/* CSS Global Reset --------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END CSS Global Reset --------------------------------------*/


body {
	
	background-position:top;
	background-color:#FFF;

}
#container {
	width:970px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}
#footer {
	width:970px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-image:url(images/layout/footer.png);
	background-repeat:none;
	margin-top:10px;
	
}
#footer_contenuto {
	width:100%;
	text-align:center;
	/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	
	font-family:"Helvetic Neue", Arial;
	font-size:12px;
	color:#333;
	
}
#site_head {
	width:970px;
	height:92px;
	background-image:url(images/layout/testata2.png);
	background-repeat:no-repeat;
	overflow:hidden;
	
}
#sotto_head {
	width:970px;
	height:50px;
	overflow:hidden;
	
}
#box_cerca {
	width:294px;
	height:30px;
	overflow:hidden;
	background-color:#F5F5F5;
	float:right;
	padding-left:10px;
	padding-top:10px;
	border:#999 solid 1px;
	border-top:none;
	/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:"Helvetic Neue", Arial;

	
}

#site_head_spazio {
	margin-left:0px;
	margin-top:68px;
	width:440px;
	height:24px;
	float:left;
	font-family:"Helvetic Neue", Arial;
	font-size:17px;
	font-weight:bold;
	text-align:right;
	color:#FFF;
}
#site_head_spazio a{
text-decoration:none;
	color:#FFF;
}

#site_head_spazio a:hover{
text-decoration:none;
	color:#CCC;
}
.site_head_scelte {
	margin-left:0px;
	margin-top:68px;
	
	height:24px;
	line-height:18px;
	/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:"Helvetic Neue", Arial;
	font-size:17px;
	font-weight:bold;
	float:left;
	text-align:center;

	
}
.site_head_scelte img {
	display: block;
	margin-top:-5px;
	float:left;}
.site_head_scelte a {
	text-decoration:none;
	color:#FFF;
}
.site_head_scelte a:hover {
	text-decoration:none;
	color:#CCC;
}
.menu_head_scelte {
	margin-top:5px;
	margin-left:0px;
	width:130px;
	height:24px;
	/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:"Helvetic Neue", Arial;
	font-size:17px;
	font-weight:bold;
	float:left;
	text-align:center;
	
}
.menu_head_scelte a {
	text-decoration:none;
	color:#003;
}
.menu_head_scelte a:hover {
	text-decoration:none;
	color:#666;
}
.site_head_linea {
	margin-left:0px;
	margin-top:62px;
	height:30px;
	width:10px;
	background-image:url(images/layout/linea_vert.png);
	background-repeat:no-repeat;
	background-position:center;
	float:left;
	
	
}
#menu_head {
	width:970px;
	height:30px;
	background-image:url(images/layout/menualto.png);
	background-repeat:no-repeat;
	overflow:hidden;
	
}

#container_corpo {
	height:auto;
	width:970px;
	margin-top: -30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}
#box_sx {
	float:left;
	margin-top:40px;
	width:650px;
	min-height:440px;
	background-image:url(images/layout/mattone_titolo.png);
	background-repeat:repeat-x;
	background-position:top;

	
}
#box_dx {
	float:left;
	margin-top:40px;
	margin-left:10px;
	width:310px;
	min-height:440px;
	background-image:url(images/layout/mattone_titolo.png);
	background-repeat:repeat-x;
	background-position:top;

}
#box_unico {
	float:left;
	margin-top:40px;
	
	width:970px;
	min-height:440px;
	background-image:url(images/layout/mattone_titolo.png);
	background-repeat:repeat-x;
	background-position:top;

}
.box_titolo {
	width:100%;
	padding-left:10px;
	color:#FFF;
	/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:"Helvetic Neue", Arial;
	font-size:15px;
	font-weight:bold;
	padding-top:3px;
}
.box_contenuto {
	padding-top:10px;
	/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:"Helvetic Neue", Arial;
	font-size:14px;
	line-height:1.2;
	
	
}
.box_contenuto_titolo {
	/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:"Helvetic Neue", Arial;
	font-size:14px;
	color:#333;
	font-weight:bold;
}
.box_contenuto_titolo a{
	/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:"Helvetic Neue", Arial;
	"Helvetic Neue", Arial;
	font-size:14px;
	color:#009;
	font-weight:bold;
	text-decoration:none;
}
.box_contenuto_titolo a:hover{
	/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:"Helvetic Neue", Arial;
	font-size:14px;
	color:#00C;
	font-weight:bold;
	text-decoration:none;
}

.socialmedia

{

  float:left;

  clear:both;

  width:970px;

  height:30px;

  background:url(images/smbg.png) no-repeat top left;

  overflow:hidden;

}



.socialmedia ul.sm

{

  list-style:none;

  float:right;

  overflow:hidden;

  font-size:10px;

  text-transform:uppercase;

  color:#4a5166;

  margin:0 10px 0 0;

  padding:0;

}



 .socialmedia ul.sm li

{

  display:inline;

  float:left;

  padding:15px 0 0 10px;

  margin:0;

}



.socialmedia ul.sm li.nsp

{

  padding:9px 0 0;

}



.socialmedia ul.sm li a

{

  width:16px;

  height:16px;

  padding:8px;

}


		
