@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #CCC;
	margin: 0;
	padding: 0;
	color: rgb(46,48,146);
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px; 
}
a img {
	border: none;
}

a:link {
	color:#414958;
	text-decoration: underline;
}
div.download {
	padding: 5px;
	border: 2px dashed rgb(46,48,146);
	background: none;
	font-weight: bold;
	width: 344px;
	margin: 0 0 10px 10px; 
}
	div.download a, div.download a:link, div.download a:visited, div.download a:hover {
		text-decoration: none;
		color:#000000
	}
div.download:hover {
	border: 2px dashed rgb(231,120,33);
}
.pointer { cursor: pointer }

.container {
	width: 960px;
	background-color: #FFF;
	margin: 0 auto;
}
/*.index .container {
	width: 960px;
	background: url(../img/bg_index.jpg) no-repeat right bottom;
	margin: 0 auto;	
}*/
.header {
	background: url(../img/header.jpg) no-repeat;
	height: 150px;
}
#menu_orizzontale {
	float: left;
	font-weight: bolder;
	overflow: hidden;
	width: 958px; /*-2*/
	margin-top:123px;
	float: right;
	border: 1px solid #FFFFFF;
	background-color: rgb(46,48,146);
		
}
	#menu_orizzontale a {
		color: #FFFFFF;
		display: block;
		float: left;
		font-size: 13px;
		height: 25px;
		line-height: 25px;
		text-align: center;
		text-decoration: none;
		text-transform: lowercase;
		width: 136px;
		border-right: 1px solid #FFFFFF;
		border-bottom: none;
		border-left: none;
		border-left: none;			
	}
	#menu_orizzontale a.last {
		border: none;
		/*width: 140px;*/
	}	
	#menu_orizzontale a.active {
		background-color: rgb(231,120,33);
		color: #FFFFFF;
	}	

.sidebar1 {
	float: left;
	width: 170px;
	margin: 46px 30px 0px 30px;
}
.content {
	padding: 0 0 10px 0;
	margin-top: 46px;
	width: 730px;
	min-height:500px;
	float: left;
	text-align: justify;
}
.content-extended{
	padding: 10px 0;
	margin: 0 30px;
	width: 900px;
	min-height:500px;
	float: left;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

h1.titolo {
	font-size: 20px;
	color: rgb(231,120,33);
	text-transform: uppercase;
	text-align: right;
	padding-bottom: 10px;
	padding-right: 0px;
	margin: 0 10px 10px;
	border-bottom: 1px #000000 dashed;
}

.btn_gallery {
	float: right;
	width: 170px;
	margin: 0 15px 0 0;
	padding:5px;
	text-align: center;
	background-color: rgb(46,48,146);
	color: #FFF;
	font-weight:bold;
	font-size: 13px;	
}
ul.nav {
	list-style: none;
	/*border-top: 1px solid #666;*/
}
ul.nav li {
	/*border-bottom: 1px solid #666;
	border: 1px solid #666;*/
	margin-bottom: 30px;
	text-align: center
}
ul.nav a {
	/*padding: 10px;*/
	display: block;
	text-decoration: none;
	background-color: #2E3092;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
}
/*ul.nav a.edilizia {
	background: rgb(162,29,122);
}
ul.nav a.impianti{
	background: rgb(219,33,82);
}
ul.nav a.efficienza {
	background: rgb(231,120,33);
}*/
ul.nav a.active {
	background: rgb(231,120,33);
}



/*ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background-color: #6F7D94;
	color: #FFF;
}*/

input.download {
	padding: 5px;
	border: 2px dashed rgb(46,48,146);
	background: none;
	font-weight: bold;
}
input.download:hover {
	border: 2px dashed rgb(231,120,33);
}

form.contatti {
	padding-left: 15px;
}

.footer {
	font-size: 12px;
	padding: 10px 0 5px 0;
	/*background-color: #999;*/
	position: relative;
	clear: both;
	margin: 0 20px;
}
	.footer p {
		padding-right: 0px;
		padding-left: 0px;
		margin: 0px;
	}
	.footer p a.mail {
		text-decoration: none;
		color: rgb(46,48,146);
	}	
	.footer p a.credits{
		text-decoration: none;
		color: #949596;
	}	

.fltrt {
	float: right;
	margin-left: 15px;
}
.fltlft {
	float: left;
	margin-right: 15px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* stili form */
td.txt
{
width: 220px;
padding: 0px 0px 10px 0px;
}
td.inp
{
width: 200px;
padding: 0px 0px 10px 0px;
}
td.inp input, td.inp select
{
background: #EEEEEE;
width: 200px;
border: solid 1px #DDDDDD;
padding: 5px 0;
}
td.inp input[type="radio"]
{
background: none;
border: none;
width: auto;
}
td.cls
{
padding: 0px 0px 10px 0px;
}
td.cls textarea
{
background: #EEEEEE;
width: 418px;
max-width: 418px;
min-width: 418px;
height: 100px;
max-height: 100px;
min-height: 100px;
border: solid 1px #DDDDDD;
}
td.sub
{
text-align: right;
}
td.sub input, td.sub select
{
cursor: pointer;
background: #555555;
color: #FFFFFF;
padding: 5px;
border: solid 1px #333333;
}
td.err
{
color: #CD003A;
font-weight: bold;
padding: 0px 0px 10px 0px;
}
#suc
{
text-align: center;
color: #CD003A;
font-weight: bold;
}
/* fine stili form */