@import url(http://fonts.googleapis.com/css?family=Ubuntu+Condensed);
html {
	background : transparent ;
}

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, label, input {
	margin : 0;
	padding : 0;
}

body {
	color : #443333;
	background: #fff;
	font : 12.5px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

h1, h2 {
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 8px;
	color: #f60;
	text-shadow: #ccc 2px 1px 2px;
}

h2 {
	margin-top: 0px;
	font-size: 15px;
	text-shadow: #fefdfd 1px 1px 1px;
	line-height: 20px;
}

p {
	line-height: 18px;	
}

h1.no_shadow, h2.no_shadow {
	text-shadow: none ;	
}

.block {
	display: block;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.white_bg {
	background: white;	
}

.grey_bg {
	background: #F5F6F7 url(../images/background.jpg) repeat-y;
}

.clear {
	clear: both ;
}
.strong {
	font-weight: bold;
}
.bigtitle {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 24px;
	text-shadow: #ccc 1px 1px 2px;
	color: #f70;
}
strong.evidenced {
	color: #f60;	
}

/* pulsanteria e affini */
input, select, textarea {
	outline: 0; 
	margin:0; 
	padding: 0 ;
	width: 100% ;
	font : 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;	
}
textarea {
	height: 100px;	
	resize: none;
}
input[type='checkbox'], input[type='radio'] {
	width: 16px;
	height: 16px;
}
input[type='text'], input[type='password'], select, textarea {
	border:1px solid #ddd;
	transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;	
}
input[type='text']:focus, input[type='password']:focus, select:focus, textarea:focus {
	border-color:#fff;
	outline-width:0;
	box-shadow: 0 0 20px #ff;
    -webkit-box-shadow: 0 0 20px #fff;
    -moz-box-shadow: 0 0 20px #fff;
}
input[type='text'].orange:focus, input[type='password'].orange:focus, select.orange:focus, textarea.orange:focus {
	border-color:#fb0;
	outline-width:0;
	box-shadow: 0 0 20px #ff;
    -webkit-box-shadow: 0 0 20px #f90;
    -moz-box-shadow: 0 0 20px #f90;
}
input[type='button'], input[type='submit'] {
	border:1px solid #dddddd;
	background: #fff url(/images/button-bg.png) repeat-x 0 0;
	font-style:normal;
	color:#443;
	text-shadow:0 1px 0 #eee;
}
input[type='button']:hover, input[type='submit']:hover, input[type='button']:focus, input[type='submit']:focus {
	outline-width:0;
	border: 1px solid #cccccc;
	background-position:0 3px;
	cursor:pointer;
	color: #111;
}
input[type='button']:active, input[type='submit']:active, input[type='button']:active, input[type='submit']:active {
	outline-width:0;
	border:1px solid #dddddd;
	background-position:0 -25px;
	cursor:pointer;
	color:#000;
}
.scrolling {
	width:100%;
	height:50px;
	overflow:auto;
	background: #e6e6e6 ;
}
a, a:visited, a:link {
	text-decoration: none;
	color: #f70;
}
a:hover {
	text-decoration: underline;
	color: #f70;
}
a:active {
	text-decoration: none;
	background: #ff9900;
	color: #fff;
}
a.clearlink, a.clearlink:visited, a.clearlink:link, a.clearlink:hover, a.clearlink:active {
	text-decoration: none;
	background: transparent;
}
.roundedcorners {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;	
}
.rc_top_left {
	-moz-border-top-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}
.rc_top_right {
	-moz-border-top-right-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}
.rc_bottom_right {
	-moz-border-bottom-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}
.rc_bottom_left {
	-moz-border-bottom-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
}
.sup, .sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}
.sup {
	bottom: 0.8ex;
}
.sub {
	top: .5ex;
}
ul.list {
	list-style: none inside;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
ul.list li {
	background: transparent url(/images/list-bullet.png) no-repeat 0px 4px ;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 18px;
}
p.ullist {
	background: transparent url(/images/list-bullet.png) no-repeat 0px 4px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 18px;
	display: block;
	float: left;
	clear: both;
}
ul.listsimple {
	list-style: none inside;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
ul.listsimple li {
	background: transparent url(/images/list-bullet-simple.png) no-repeat -8px 3px ;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}
p.ullistsimple {
	background: transparent url(/images/list-bullet-simple.png) no-repeat -8px 2px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	display: block;
	float: left;
	clear: both;
}
/* pulsanteria e affini END */
#header_printer { display: none; }
#header, #content, #footer {
	width: 924px;
	margin: auto;
	padding: 0;
	text-align: left;
}
#footer {
	margin: 10px auto 10px auto;
	text-align: right;
}
#logo {
	display: block;
	float:left;
	margin: 0px;
	padding: 0px;
	width: 240px;
	height: 60px;
}
#menu {
    display:block;
    float: right;
    margin: 40px 0px 0px 0px;
    padding: 0px;
}
#menu ul{
    margin: 0;
    padding: 0;
    float: left;
}
 
#menu ul li{
    display: inline;
}
 
#menu ul li a {
    float: left;
    text-decoration: none;
    color: white;
    padding: 5.5px 6px;
    background-color: #ff9900;
}
 
#menu ul li a:visited {
    color: #fff;
}
 
#menu ul li a:hover {
    color: #d88200;
    background-color:#F5F6F7;
}

#menu ul li a.current, #menu ul li a.current:visited, #menu ul li a.current:hover {
    color: #fff;
    background-color:#f70;
}

#topimage {
    background: #fff; 
    margin: 20px 0px 30px 0px;
    padding: 5px;
    height: 300px;
    width: 910px;
    border: #ccc 1px solid;
    position: relative;
}

.topimageleftshadow {
    background: transparent url( /images/left-shadow.png ) no-repeat top left;
    width: 161px;
    height: 16px;
    bottom: -16px;
    left: 0px;
    position: absolute;
}

.topimagerightshadow {
    background: transparent url( /images/right-shadow.png ) no-repeat top right;
    width: 161px;
    height: 16px;
    bottom: -16px;
    right: -20px;
    position: absolute;
}

.paperpage {
    background: #fff; 
    margin: 30px 0px 20px 0px;
    padding: 5px 15px 5px 15px;
    width: 890px;
    border: #ccc 1px solid;
}

#menuproducts {
	display: block;
	float: left;
	width: 920px;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	position: relative;
}

#menuproducts .menuitem {
	display: block;
	float: left;
	width: 182px;
	padding: 0px;
	margin: 0px 1px 0px 1px;
}

#menuproducts img {
	display: block;
	float: left;
	width: 182px;
	height: 90px;
	padding: 0px;
	margin: 0px;
}

#menuproducts h1 {
	font-size: 16px;
	line-height: 14px;
	text-shadow: none;
	color: #434 ;
	padding: 0px;
	margin: 0px;
	height: 34px;
	border-bottom: #bcbcbc 3px solid;
	font-family: 'Ubuntu Condensed', sans-serif;
}

#menuproducts a, #menuproducts a:visited, #menuproducts a:link, #menuproducts a:hover, #menuproducts a:active {
	text-decoration: none;
	background: none;
	color: #656;
}

#quadratoscelte {
	display:block;
	float:right;
	width: 360px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#quadratoscelte .quadratoitem {
	display: block;
	float: right; 
	background: #f80; 
	width: 158px;
	height: 158px; 
	margin: 0px 2px 0px 0px;
	padding: 5px;
	cursor: pointer;
}

#quadratoscelte a, #quadratoscelte a:visited, #quadratoscelte a:link, #quadratoscelte a:hover, #quadratoscelte a:active {
	text-decoration: none;
	background: none;
	color: #fff;
}

#quadratoscelte h1 {
	font-weight: normal;
	font-style: normal;
	font-size: 32px;
	line-height: 30px;
	margin: 15px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #eee;
	text-shadow: #434 1px 1px 2px;
	width: 170px;
	height: 60px;
}

#quadratoscelte p {
	color: #eee;
	font-size: 16px;
	line-height: 14px;
}

#rettangoloscelte {
	display:block;
	float:right;
	width: 295px;
	margin: 0px;
	padding: 0px;
}

#rettangoloscelte .rettangoloitem {
	display: block;
	float: right; 
	background: #f80; 
	width: 285px;
	margin: 0px 2px 0px 0px;
	padding: 5px;
	cursor: pointer;
}
#rettangoloscelte a, #rettangoloscelte a:visited, #rettangoloscelte a:link, #rettangoloscelte a:hover, #rettangoloscelte a:active {
	text-decoration: none;
	background: none;
	color: #fff;
}
#rettangoloscelte h1 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	font-size: 24px;
	line-height: 22px;
	text-shadow: #434 1px 1px 2px;
}

#rettangoloscelte p {
	color: #eee;
	font-size: 12.5px;
	line-height: 12px;
}

#contattoveloce {
	display:block;
	float:right;
	width: 295px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#logosandpartners {
	display:block;
	float:right;
	text-align: right;
	width: 360px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#logosandpartners img {
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

#contattoveloce .contatto {
	display:block;
	float:right;
	width: 280px;
	margin: 0px;
	padding: 8px;
	background: #f80;
}

#contattoveloce .emailcontatto {
	margin: 0px;
	padding: 0px 0px 0px 25px ;
	background: transparent url( /images/icon-email.png) no-repeat 0px 4px;
	font-weight: bold;
}

#contattoveloce p, #contattoveloce label {
	color: #fff;	
}

blockquote {
	margin: 20px 0px 20px 0px;
	text-align: left;
	text-indent: 25px;
	background: url(/images/quotes-left.png);
	background-position: 0 2px;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #767;
}

blockquote p {
	margin: 0;
	display: inline;
	padding-right: 24px;
	background: url(/images/quotes-right.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	color: #888;
	font-style: italic;
	font-size: 12px;
	line-height: 18px;
}
#socialtools {
	display: block;
	overflow: hidden;
	width: 100%;
	margin: 20px 0px 20px 0px;
	padding: 10px;
	background: #f1f1f1;
	position: relative;
}
#socialtools .prnt {
	float: right;
	display: block;
	width: 32px;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#socialtools .gp {
	float: left;
	display: block;
	width: 80px;
	overflow: hidden;
}
#socialtools .tw {
	float: left;
	display: block;
	width: 115px;
	overflow: hidden;
}
#socialtools .fb {
	float: left;
	display: block;
	width: 115px;
	overflow: hidden;
}
#menufotovoltaici {
	display: block;
	float: right;
	margin: 25px 0px 0px 0px;
	padding: 0px;
}
#menufotovoltaici h1 {
	margin: 0px;
	padding: 5px;
	color: #fff;
	background: #f80;
	width: 285px;
	font-weight: bold;
	font-style: normal;
	font-size: 24px;
	line-height: 22px;
	text-shadow: #434 1px 1px 2px;	
}
#menufotovoltaici ul{
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}
#menufotovoltaici ul li {
    display: block;
}
#menufotovoltaici ul li a, #menufotovoltaici ul li a:visited {
    float: left;
    text-decoration: none;
    padding: 5.5px 24px;
    width: 247px;
    color: #d88200;
    background: #f5f6f7 url(/images/list-bullet-square.png) no-repeat 5px 10px;
}
#menufotovoltaici ul li a:hover {
    color: #fff;
    background: #F80 url(/images/list-bullet-square.png) no-repeat 5px -28px;
}
#menufotovoltaici ul li a.current, #menufotovoltaici ul li a.current:visited {
    float: left;
    text-decoration: none;
    padding: 5.5px 24px;
    width: 247px;
    color: #fff;
    background: #F60 url(/images/list-bullet-square.png) no-repeat 5px -28px;
}
#tipologieimpianti .ftvblk {
	display:block;
	float:left;
	width: 175px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#tipologieimpianti .ftvblkimg {
	width: 175px;
	height: 100px;
	position: relative;
	left: 0px;
	top: 0px;
}
#tipologieimpianti .ftvimg {
	display:block;
	float:left;
	position: absolute;
	left: 0px;
	top: 0px;
}
#tipologieimpianti .ftvtitbg {
	display:block;
	float:left;
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 24px;
	z-index: 100;
	background: #fff;
	opacity: 0.7;
	margin: 0px;
	padding: 0px;
}
#tipologieimpianti .ftvtitim {
	display:block;
	float:left;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 101;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
}
#tipologieimpianti ul.ftv {
	margin: 2px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 12px;
}

#contoenergia ul {
	list-style: none;
	list-style-position: outside;
}
#contoenergia ul.contoenergia_menu li {
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
}
#contoenergia ul.contoenergia_menu li {
	display: block;
	padding: 5px 10px 5px 10px;
	background: #efefef;
	margin-bottom: -1px;
	border: 1px solid #d0ccc9;
	border-width: 1px 1px 1px 1px;
	position: relative;
	cursor: pointer;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 24px;
}
#contoenergia li:hover {
	color: #f60;
}
#contoenergia ul.contoenergia_menu li.active {
	background: #fff;
	top: 1px;
	border-bottom: 0;
	color: #f60;
}
.contoenergia {
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	border: 1px solid #d0ccc9;
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
}
.contoenergia.contoenergia_scambio {
	display: block;
}
.contoenergia.contoenergia_cessione {
	display: none;
}
#gestioneimp ul {
	list-style: none;
	list-style-position: outside;
}
#gestioneimp ul.gestioneimp_menu li {
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
}
#gestioneimp ul.gestioneimp_menu li {
	display: block;
	padding: 5px 10px 5px 10px;
	background: #efefef;
	margin-bottom: -1px;
	border: 1px solid #d0ccc9;
	border-width: 1px 1px 1px 1px;
	position: relative;
	cursor: pointer;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 24px;
}
#gestioneimp li:hover {
	color: #f60;
}
#gestioneimp ul.gestioneimp_menu li.active {
	background: #fff;
	top: 1px;
	border-bottom: 0;
	color: #f60;
}
.gestioneimp {
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	border: 1px solid #d0ccc9;
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
}
.gestioneimp.gestioneimp_full {
	display: block;
}
.gestioneimp.gestioneimp_pratiche {
	display: none;
}
.contoen_cellbox {
	background: #ebebeb; 
	width: 180px; 
	float:left; 
	display: block;
	border: 0px; 
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
.nuvoletta {
	width: 475px; 
	padding: 5px; 
	border: #cccccc 1px solid; 
	background: #f5f5f5; 
	position: relative;
}
.apicenuvoletta {
	position: absolute; 
	top: 30px; 
	right: -15px; 
	width: 15px; 
	height: 15px
}
.faq {
	width: 560px; 
	padding: 5px; 
	border: #cccccc 1px solid; 
	background: #f5f5f5; 
	margin: 0px 0px 15px 0px;
}
a.faq, a.faq:visited, a.faq:link, a.faq:hover, a.faq:active {
	text-decoration: none;	
	background: none;
	color: #434;
	font-weight: bold;
	border: 0;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	float: left;
}
#siderightmenu_home {
	float: right; 
	margin: 0;
	padding: 0;
	display: block;
	width: 364px;
}
#sideleft_page {
	float: left; 
	width: 590px;
	margin: 0;
	padding: 0;
	display: block;
}
#siderightmenu_page {
	float: right; 
	width: 295px;
	margin: 0;
	padding: 0;
	display: block;
}
#adwords {
	width: 870px; 
	height: 790px; 
	background: url(/images/adwords/box.png); 
	margin: 20px auto auto auto;
	padding: 20px;
}
#adwords h1, #adwords h2 {
	text-shadow: #ddd 0px 1px 0px;
	font-family: 'Ubuntu Condensed', sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 40px;
}
#adwords h1 {
	font-size: 50px;
}
#adwords h2 {
	font-size: 35px;
}
#adwords #contact {
	display: block;
	background: #f80;
	width: 330px;
	margin: 0px;
	padding: 10px;
}
#adwords #contact p, #adwords #contact label {
	font-size: 12px;
	color: #fff;
	line-height: 10px;
}
#adwords p.bold {
	margin: 15px 0px 8px 0px;
	padding: 0px;
	text-shadow: #ddd 0px 1px 0px;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 22px;
	line-height: 22px;
	color: #f60;
}



