html, body {
	margin: 0px;
	padding:0px;
}
body {
	background-image:url(body.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #07141c; 
	color: #000; 
}
div.container {
	width: 950px;
	margin: 0 auto;
}
div.logo {
	width:475px;
	float:left;
	height:70px;
	margin-top:15px;
}
div.social {
	margin-top:15px;
	text-align:right;
	height:70px;
	width:475px;
	float:left;
}
div.header {
	width:950px;
	float:left;
	height:355px;
}
div.menu {
	background-image:url(top.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:60px;
	float:left;
	width:950px;
}
div.box_middle {
	padding-top:20px;
	float: left;
	width:950px;
	background-color:#161e21;
}
div.box_middleA, div.box_middleB {
	font-family: tahoma;
	font-size:12px;
	text-align:left;
	width: 270px;
	float: left;
	margin-right:30px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	color:#a4a9b0;
}
div.box_middleC {
	font-family: tahoma;
	font-size:12px;
	text-align:left;
	width: 270px;
	float: left;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	color:#a4a9b0;
}
div.contenuto {
	background-color:#17262b;
	height:100%;
	float:left;
}
div.cellasx {
	width:219px;
	float:left;
	padding:10px;
	margin-top:25px;
	border-right:1px dotted #344e57;
}

/* TESTO PAGINA -------------------------------------------------------------------------------------------------------------*/
div.testo {
	font-family: tahoma;
	padding:15px;
	width:680px;
	font-size:12px;
	color: #a4a9b0;
	float:left;
}
div.testo2 {
	font-family: tahoma;
	padding:15px;
	width:920px;
	font-size:12px;
	color: #a4a9b0;
	float:left;
}
div.testo a:link, div.testo a:visited, div.testo a:hover, div.testo2 a:link, div.testo2 a:visited, div.testo2 a:hover {
	font-family: tahoma;
	color: #fff; 
	text-decoration: none;
	font-size:12px;
}
h1, h2, h3, h4, h5 {
	font-family: tahoma;
	color: #fff; 
	font-size: 25px; 
	font-weight:normal; 
	text-align: left; 
	margin-bottom:12px;
	
}

/* FOOTER -------------------------------------------------------------------------------------------------------------------*/
div.footer{
	float:left;
	font-family: "Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,sans-serif;
	width: 950px; 
	color: #fff; 
	font-size: 11px;  
	text-align: center;
	margin-top:10px;
}
div.footer a:link, div.footer a:visited {
	color:white;
}
/* FORM CONTATTI ------------------------------------------------------------------------------------------------------------*/
input.radio {
	color: #fff;
	border-style: none;
}
input { 
	color: #000; 
	font-size: 11px;
	background-color: #fff; 
	margin-bottom: 3px; 
	width: 100px; 
	border: solid 1px #a8a8a8; 
}
/* VARI ------------------------------------------------------------------------------------------------------------*/

.clear {clear: both; }

ul {
	clear:both;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
li{
	padding:0px;
	margin: 0px;
	list-style-type: none;
}
img { border:none; }

a:link, a:visited, a:hover {
	text-decoration: none;
}
