/*CSS RESET*/
p, div, img{
	margin:0;
	padding:0;
}

/*===================*/

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#757575;
	line-height:1.3em;
	margin-top:0;
	padding:0px;
	margin:0px;
}

ul, ol{
	list-style-image:url(../images/puntato.gif);
	margin:0;
	padding:0;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
}

*:first-child+html ul, ol{list-style-image:url(../images/puntato_IE.gif);} * html ul, ol{list-style-image:url(../images/puntato_IE.gif);}

ul li, ol li{
	margin-bottom:10px;
}

#pagination ul, #pagination ol, #menu ul, #menu ol{
	list-style-image:none;
}

#pagination ul li, #pagination ol li, #menu ul li, #menu ol li{
	margin-bottom:0px;
}



a{
	color:#009EE0;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

input{
	background:url(/images/input.gif);
	width:99px;
	border:none;
	margin-top:3px;
}

button img{
	margin:0;
	padding:0;
}

button{
	margin:0;
	padding:0;
	border:none;
	background:url(/images/entra.gif);
	width:59px;
	height:21px;
	cursor:pointer;
	text-indent:-9999px;
	overflow:hidden;
}

button.invia{
	background:url(/images/invia.gif);
}


.input_box{
	width:110px;
	float:left;
	margin-top:10px;
	margin-bottom:15px;
}


.hr{
	border-bottom:#DDDDDD solid 1px;
	margin-top:15px;
}

h1{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h3.titolo-video{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	margin:0px;
	/*padding:20px 0px 5px 0px;*/
	padding:0 0px 5px 0px;	
	
}
h3.titolo-video a{color:#000000;}
h3.titolo-video a:hover{color:#000000;}

h3.titolo-video2{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	margin:0px;
	padding:13px 0px 5px 0px;	
	
}
h3.titolo-video2 a{color:#000000;}
h3.titolo-video2 a:hover{color:#000000;}

.video_home{margin-bottom:5px;}

.titolo{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	margin-top:20px;
	margin-bottom:15px;
	color:#000000;
	font-weight:normal;
}

.titolo-blu{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	margin-top:20px;
	margin-bottom:10px;
	color:#0FA9DB;
	font-weight:normal;
	background:url("/images/hr_blu.gif") repeat-x scroll 0 0 transparent;
	background-position:bottom;
	padding-bottom:10px;
	width:280px;

}

.titolo_news{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	margin-top:5px;
	margin-bottom:20px;
	color:#000000;
	line-height:1.1em;
	font-weight:normal;
}


.titolo_mini{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:25px;
	margin-bottom:10px;
	color:#000000;
	font-weight:bold;
}


.black{
	color:#000000;
}

.mini{
	font-size:11px;
}

.data{
	font-size:11px;
	font-weight:bold;
}

.data_news{
	font-size:11px;
	font-weight:bold;
	margin-top:20px;
}

#contattiForm{
	margin-top:20px;	
	margin-bottom:20px;	
}


#contattiForm label{
	width:100px;
	float:left;
}

#contattiForm input{
	background:none;
	border:1px solid #CCCCCC;
	margin-bottom:5px;
	width:200px;
}

#contattiForm textarea{
	background:none;
	border:1px solid #CCCCCC;
	margin-bottom:5px;
	width:200px;
}

#contattiForm #consenso{
	width:30px;
	border:none;
	outline:none;
	margin:0;
}

#contattiForm button{
	display:block;
	margin-top:10px;
}


#gmaps{
	display:block;
	width:150px;
	height:30px;
	padding-top:3px;
	background-repeat:no-repeat;
}


.padding p{
	margin-left:30px;
}

/*HACK PER IE6*/
* html .padding p{
	margin-left:18px;
}



#pagination ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

#pagination ul img{
	float:left;
	margin-right:15px;	
}

#pagination ul .news{
	float:left;	
	width:470px;
}


#pagination ul li{
	margin-bottom:35px;
	clear:both;
	float:left;
}


#pagination a{
	color:#000000;
}

#pagination a.continua{
	color:#009EE0;
}

.img_case{
	margin-right:15px;
}

.logo{
	width: 158px; height: 151px;
	background: url(../images/logo.gif) no-repeat top left;
	text-indent: -9999px;
	display: block;
	cursor:pointer;
}


#hr_blu{
	height:2px;
	background-image:url(/images/hr_blu.gif);
	font-size:0;
}

#menu{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-top:13px;
}

*:first-child+html #menu{
	margin-top:27px;
}

* html #menu{
	margin-top:27px;
}



#menu ul{
	margin:0;
	padding:0;
	list-style:none;
}

#menu ul li {
	border-bottom:1px solid #E3E3E3;
	width:217px;
}

#menu ul li ul li{
	border-bottom:none;
}

#menu ul li a{
	display:block;
	padding-top:4px;
	padding-bottom:2px;
	margin:0px;
	width:217px;
	font-size:12px;
	color:#504D4D;
}

#menu ul li ul li a{
	text-indent:30px;
}


#menu ul li a.active{
	color:#009EE0;
}


#menu ul li a:hover{
	text-decoration:none;
	color:#009EE0;
}



#footer{
	margin-top:40px;
	padding: 16px 0 50px 0;
	width: 715px;
	float:right;
	background:url(/images/hr_blu.gif) repeat-x;
	font-size:11px;
}

#footer p.box{
	float:left; margin: 28px 0 0 20px;
}

#footer #recapiti{
	float:right;
}

#footer #loghiNetwork {
	float: left; text-align: left; display: inline;
}

#footer a img {
	border: none;
	margin-left: 10px
}
#footer a{
	color:#757575;
	text-decoration:underline;
}



.sonetto_home{
	color:#757575;
	font-size:18px;
	line-height:1.1em;
	margin-top:16px;
	font-family: Arial, Helvetica, sans-serif;
}

#path{
	height:25px;
	background-image:url(/images/hr_grigia.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	color:#ABABAB;
	font-size:11px;
	margin-top:10px;
}

#path a{
	color:#757575;
}


.qp_counter{
	padding-left:20px;
	padding-right:20px;
}

.firma {
	font-size:10px;
	padding-top: 50px; 
	float: left; 
	margin-left: 0px !important; 
	padding-bottom: 9px;
}

.firma strong{
	font-size:11px;
}


.link_home{
	color:#757575;
	text-decoration:underline;
}
.link_home:hover{
	color:#757575;
	text-decoration:underline;
}

#form-sx{
	background:#E6F8FC;
	width:215px;
	margin-top:38px;
	padding-left:13px;
	font-size:12px;	
	padding-bottom:1px;
}

#form-sx input, #form-sx textarea{
	font-size:12px;	
	width:125px;
	margin:0;
	margin-left:5px;
	background:white;
}

#form-sx a{
	color:#757575;
}



#form-sx .titolo-form{
	color:#0FA9DB;
	font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	padding-top:13px;
}


#form-dx{
	background:#E6F8FC;
	width:215px;
	margin-top:38px;
	padding-left:13px;
	font-size:12px;	
	padding-bottom:1px;
	float:left;
}

#form-dx input, #form-dx textarea{
	font-size:12px;	
	width:125px;
	margin:0;
	margin-left:5px;
	background:white;
}

#form-dx a{
	color:#757575;
}



#form-dx .titolo-form{
	color:#0FA9DB;
	font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	padding-top:13px;
}

#form-dx p.telefono-form-home{
	font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	color:#757575;
	font-size:19px;
	text-align:center;
	float:left;
	margin:0px;
	padding:0px 0px 10px 25px;
}

#form-dx p.telefono-form-home span{
	font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	color:#0FA9DB;
	font-size:10px;
	
}


/* header tsw strategies */

#header_strategies_wrapper {
	background:none repeat scroll 0 0 #000;
	width:100%;
	z-index:1000;
}
#header_strategies {
	display:block;
	height:40px;
	margin:0 auto;
	padding:9px 0 4px;
	width:956px;
}
div#header_strategies p {
	color:#FFF;
	float:left;
	margin:0;
	padding:11px 0 0;
}
#header_strategies p a {
	color:#FFF;
	font-size:13px;
	text-decoration:none;
}
#header_strategies #fir-strategies {
	background-image:url("/images/logo-tsw-strategies.gif");
	background-repeat:no-repeat;
	border:0 none;
	display:block;
	float:right;
	height:36px;
	margin:0;
	padding:0;
	width:60px;
}
#header_strategies #fir-strategies a {
	display:block;
	height:36px;
	width:60px;
}
#header_strategies #fir-strategies a span {
	display:none;
}


.sx{float:left;}	

