/* 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;}

/*******************************BODY***************************************/

body{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	position: relative;
	line-height: 20px;
	background-color: #f9f9f9;
	margin-bottom: 10px;
	background-image: url(../images/sfondo_body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.container{
	width:1000px;
	margin: 0px auto 0;
	position: relative;
}

#main{
	width:1000px;
	margin: 0px auto 0;
	position: relative;
	min-height:250px;
	margin-bottom:15px; 
	 
	}
#colonna_sinistra{
	width:250px;
	min-height:250px;
	height:100%;
	/*background-color: #0C0;*/
	float:left;
}
#colonna_centrale{
	width:750px;
	min-height:250px;
	/*background-color: #C30;*/
	float:left;
	 
}

/*******************************SINISTRA***************************************/

#logo{
	width:250px;
	height:80px;
	background-image: url(../images/logo_linee_vita_unith.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#logo a{
	width:250px;
	height:120px;
	display:block;	
}
.sotto_logo{
	height:110px;
	color:#FFF;
}


#main_menu{
	width:200px;
	height:530px;
	background-color: #f2f2f2;
}
.sotto_menu{
	width:190px;
	height:100px;
	background-color: #f2f2f2;
	padding-left:10px;
}

.menutop{
	width:200px;
	height:50px;
	background-image: url(../images/menu_linee_vita.jpg);
	background-repeat: no-repeat;
	
	}
.menutop a {
	width:200px;
	height:50px;
	display:block;
	color:#333;
	font-size:12px;
	line-height:45px;
	padding-left:10px;
	font-weight: bold;	
}

.menutop_attivo{
	width:200px;
	height:50px;
	background-image: url(../images/menu_linee_vita_installate.jpg);
	background-repeat: no-repeat;
	}
.menutop_attivo a {
	width:200px;
	height:50px;
	display:block;
	color:#FFF;
	font-size:12px;
	line-height:45px;
	padding-left:10px;
	font-weight: bold;
	
}


/*******************************CENTALE***************************************/

.contenitore_slide {
	width:750px;
	height:350px;
	color:#333;
	font-size:14px;
	margin-top:40px;
	background-color: #e4e4e4;	
}

.slide1 {
	width:730px;
	height:330px;
	margin-left:10px;
}
.slide1 p{
	padding-top:5px;
	padding-bottom:5px;
}
.testata_pagine{
	width:730px;
	height:105px;	
	margin-top:80px;
	color:#FFF;
	text-align:right;
}
.testata_telefono{
	position:absolute;
	top:10px;
	right:10px;
}
.contenuto_pagine{
	width:730px;
	margin-top:15px;
	color:#000;
	text-align: justify;
	
}

.cubi_centrali{
	width:750px;
	height:250px;
	margin-top:30px;
}

.cubo_centrale{
	width:240px;
	height:240px;
	text-align:center;
	background-image: url(../images/linee_vita_installazioni.jpg);
	background-repeat: no-repeat;
	float:left;
}
.titolo_cubo{
	width:230px;
	height:25px;
	margin-left:10px;
	text-align:left;
	  
}

.box_home{
	width:750px;
	height:570px;
	background-image: url(../images/sfondo_box_home.jpg);
	background-repeat: no-repeat;
	
}
.box_home2{
	width:710px;
	height:550px;
	margin-left:20px;
    padding-top:6px;
	text-align: justify;	
}

/*******************************FORM***************************************/
.contatti_form input{
border: thin dotted #999;
width: 300px;	
}
	.contatti_form textarea{
border: thin dotted #999;
width: 300px;	
} 
/*******************************FOOTER***************************************/
#footer{
	height: 134px;
	width: 1000px;
	clear: both;
	margin-bottom:15px;
	text-align: center;
	font-size: 10px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;	
 
}
.footer_0{
	height: 120px;
	width: 220px;
	color:#FFFFFF;
	margin-left:21px;
	margin-top:21px;
	float:left;
	text-align:justify;
}
.footer_0 a{
	color:#FFFFFF;
}
.footer_1{
	height: 120px;
	width: 280px;
	color:#FFFFFF;
	margin-left:140px;
	margin-top:21px;
	float:left;
	text-align:justify;
}
.footer_1 a{
	color:#FFFFFF;
}
.footer_2{
	height: 120px;
	width: 230px;
	color:#FFFFFF;
	margin-left:81px;
	margin-top:21px;
	float:left;
	text-align:center;
}

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