/* reset.css */
html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
	margin:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:auto;
	column-width: auto;

}

a {
	text-decoration: none;
	color: #666;
}
h1 {	text-decoration: none;	font-size: 14px;	font-weight: bold;}

/* stile Sito */

body{
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 10px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	position: relative;
	line-height: 20px;
	background-color: #000;
}

.container{
	width:980px;
	/*height:500px;*/
	margin: 0px auto 0;
	 
	position: relative;
	background-color: #FFF;  
}
#main{
	width:980px;
	position: relative; 
	
	/*min-height:650px;*/

}
.table_main td {
	vertical-align: top;
	 
}


.header{
	width:980px;
	height:95px;
	margin: 0px auto 0;
	position: relative;
	background-image: url(../imgs/header_linea_vita.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#logo{
	position: absolute; 	
	top: 7px;	
	left: 15px;	
}

#main_menu{
	position: absolute; 	
	top: 7px;	
	left: 300px;	
}

.menutop{
	width:110px;
	height:56px;
	position: relative;
	background-image: url(../imgs/menu_linea_vita.png);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	text-align: center;
	padding-top:10px;
	margin-left:3px;
}
.menutop a{
	width:110px;
	height:56px;
	display:block;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}
.menutop .attivo{
	font-weight: bold;
}


.home{
	background-image: url(../imgs/tecnologia_linee_vita.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.chisiamo{
	background-image: url(../imgs/chisiamo_linee_vita.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.corsi{
	background-image: url(../imgs/corsi_linee_vita.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.servizi{
	background-image: url(../imgs/servizi_linee_vita.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.contatti{
	background-image: url(../imgs/contatti_linee_vita.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#contenitore_principale{
	width:530px;
	margin-top:25px;
	margin-left:20px;
	position: relative;
}
#contenitore_principale p{
	text-align: justify;
}

.concessionario{
	position:absolute;
	top:-10px;
	left:325px;
	width:240px;
	height:50px;
	background-image: url(../imgs/unith_installatore_linee_vita.png);
	background-repeat: no-repeat;
}
.concessionario2{
	position:absolute;
	top:-15px;
	left:325px;
	width:240px;
	height:50px;
	background-image: url(../imgs/unith_installatore_linee_vita.png);
	background-repeat: no-repeat;
}



#content_left{
	width:600px;
	min-height:636px;
	float:left;
	position: relative;
	 
}

#content_right{
	width:380px;
	float:left;
}
#contenitore_dx{
	width:360px;
	margin-top:10px;
	margin-left:10px;
}
#home_dx_1{
	width:380px;
	height:66px;
	background-image: url(../imgs/telefono_linea_vita.jpg);
	background-repeat: no-repeat;
	line-height: 20px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 10px;
	 
}
#home_dx_2{
	width:380px;
	height:260px;
	padding-left: 15px;
	background-image: url(../imgs/form_linee_vita.jpg);
	background-repeat: no-repeat;	
	overflow:hidden;
}

#home_dx_2 .inserimento{
		border: thin dotted #666;	
}
#home_dx_3{
	width:380px;
	height:300px;
	padding-left: 15px;
	background-image: url(../imgs/form_linee_vita.jpg);
	background-repeat: no-repeat;	
	overflow:hidden;
}
#home_dx_4{
	margin-top:7px;
	font-size: 12px;
	font-weight: bold;	  
}
#home_dx_5{
	margin-left:70px;
	font-size: 12px;
	font-weight: bold;		  
}
#home_dx_6{
	margin-left:20px;
	font-size: 12px;
	font-weight: bold;		  
}


/***********************************Realizzazioni*******************************/
#content_realizzazioni{
	width:980px;
	min-height:636px;
}
#contenitore_principale_realizzazioni{
	width:960px;
	margin-top:25px;
	margin-left:20px;
}




#footer{
	height: 75px;
	width: 100%;
	text-align: center;
	font-size: 9px;
	padding-top: 10px;
	background-image: url(../imgs/footer_linea_vita.jpg);
	background-repeat: no-repeat;
	 
 
}

a.footertext:link {
	color: #990000;
}
a.footertext:visited {
	color:#990000;
}
a.footertext:hover {
	color: #333333;
}
a.footertext:active {
	color: #990000;
}
