/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.7.1
 Edi Group snc - Web & business consulting

   * Copyright (c) 2007-2008. See LICENSE for more info.

----------------------------------------------------------------------- */

/***********************************************************************
******************* reset.css ******************************************
************************************************************************/

html, 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 {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body { line-height:1.5; }
table { border-collapse:separate; border-spacing:0; }
caption, th, td { text-align:left; font-weight:normal; }
table, td, th { vertical-align: middle; }
blockquote:before, blockquote:after, q:before, q:after { content:""; }
blockquote, q { quotes:"" ""; }
a img { border:none; }
.clearer { height: 0px; overflow: hidden; margin: 0px; clear: both; }

/***********************************************************************
******************* typography *****************************************
************************************************************************/

/* Titoli */
h1, h2, h3, h4, h5, h6 { font-weight: bold; color:#111;}
h1 { font-size:120%; line-height:1; margin-bottom:0.5em; }
h2 { font-size:115%; margin-bottom:0.25em; color: #215c7c; }
h3 { font-size:110%; line-height:1; margin-bottom:1em; color: #29739b; }
h4 { font-size:1.2em; line-height:1.25; margin-bottom:1.25em; }
h5 { font-size:1em; margin-bottom:1.5em; }
h6 { font-size:1em; }
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin:0;}

/* Paragrafi */
p { padding: 4px 0 6px 0; line-height: 23px; margin:0; color: #4f4b4b;}
p img.left { float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}

/* Link */
a { color:#057d8e; text-decoration:none;font-weight: bold;}
a:link, a:visited { color: #057d8e; text-decoration: none;font-weight: bold; }
a:active, a:hover { color: #0cb1c9; text-decoration: underline;font-weight: bold; }


/* Formattazione */
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong { font-weight:bold; } 
em, dfn { font-style:italic; } 
dfn { font-weight:bold; }
sup, sub { line-height:0; }
abbr, acronym { border-bottom:1px dotted #666; }
address { margin:0 0 1.5em; font-style:italic; }
del { color:#666;}
pre { margin:1.5em 0; white-space:pre;}
pre, code, tt { font:1em 'andale mono', 'lucida console', monospace; line-height:1.5; }
caption {background:#eee;}
.small { font-size:.9em; margin-bottom:1.875em; line-height:1.875em;}
.large { font-size:1.2em; line-height:2.5em; margin-bottom:1.25em;}
.hide { display:none; }
.quiet { color:#666; }
.loud { color:#000; }
.highlight { background:#ff0;}
.added { background:#060; color:#fff; }
.removed { background:#900; color:#fff; }
.first { margin-left:0; padding-left:0; }
.last { margin-right:0; padding-right:0; }
.top { margin-top:0; padding-top:0; }
.bottom { margin-bottom:0; padding-bottom:0; }
.center { text-align: center; }

/*liste e tabelle*/
ul.elenco {list-style-image: none!important; list-style-type: none;margin:0; padding:0;}
.elenco li {margin: 0; padding: 0;}
li { margin: 0 0 4px 15px; line-height: 22px; }
ul, ol {margin:0 1.5em 1.5em 1.5em;  }
ul { list-style-image: url(../images/bg/ul.png); }
ol { list-style-type:decimal; }
dl { margin:0 0 1.5em 0; }
dl dt { font-weight:bold; }
dd { margin-left:1.5em; }
table { margin-bottom:1.4em; width:100%; }
th { font-weight: bold; background:#C3D9FF; }
th, td { padding: 4px 10px 4px 5px; }
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}

/* forms.css */
label {color: #24698e;vertical-align: middle;font-weight:bold;float:left;width:9em;display:block;clear:left;margin:1em 1em 0 1em;text-align:left;cursor:hand;font-size:1em;line-height:1.25;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.65em 0;border:1px solid #688fa5;background-color:#e4f3fa;-webkit-border-radius:5px;-moz-border-radius:5px;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #3a6882;}
input.text, input.title {width:250px;padding:5px;font-size:1.2em;}
input.title {font-size:1.5em;}
textarea {width:250px;height:150px;padding:5px;}
.button {width:100px;margin:0.65em 0;border:1px solid #c77a07;background-color:#faf3de;padding:5px;font-size:1.2em;-webkit-border-radius:5px;-moz-border-radius:5px;}
.errorForm {margin:0.65em 0; background:#fddada;border-top:1px solid #992A2A;border-left:1px solid #992A2A;border-right:1px solid #a9200d;border-bottom:1px solid #a9200d;width:250px;padding:5px;font-size:1.2em;-webkit-border-radius:5px;-moz-border-radius:5px;}
img.captcha {margin:0.65em 0;}

/*message*/
.info, .success, .error, .warning {border:1px solid;margin:10px 0px;padding:10px 10px 10px 50px;background-repeat:no-repeat;background-position:10px center;-webkit-border-radius:10px;-moz-border-radius:10px;}
.info {color:#00529B;background-color:#BDE5F8;background-image:url('../images/icons/info.png');}
.success {color:#4F8A10;background-color:#DFF2BF;background-image:url('../images/icons/success.png');}
.error {color:#D8000C;background-color:#FFBABA;background-image:url('../images/icons/error.png');}
.warning {color:#9F6000;background-color:#FEEFB3;background-image:url('../images/icons/warning.png');}

/*******************************************************************************
*************************   web site    ****************************************
*******************************************************************************/
body  {font-size:70%;color: #4f4b4b;font-family:Verdana, Arial, Helvetica, sans-serif;background:url('../images/bg/bg.jpg') repeat-x #b1aea7;}
#wrapper {width:960px;margin:0 auto 40px auto;}
#containerHeader {width:960px;height:151px; border: 1px solid transparent;}
#logo {width:220px;float:left;margin:30px 0 0 0;}
#navigation {width:720px;margin:40px 0 0 235px;padding:0;}

/*navigazione*/
ul#nav {width:720px;height:45px;padding:0;margin:0;}
ul#nav li {padding:0;margin:0;display:block;float:left;text-indent:-9999px;}
ul#nav li a {border:0;display:block;text-decoration:none;overflow:hidden;padding:0;margin:0;}
li#home a, li#impiantiCivili a, li#impiantiSolari a, li#clienti a {height:45px;}
li#home a {width:140px;background-image:url(../images/toolbar/home.png);background-repeat:no-repeat;}
li#impiantiCivili a {width:259px;background-image:url(../images/toolbar/impianti.civili.industriali.png);background-repeat:no-repeat;}
li#impiantiSolari a {width:176px;background-image:url(../images/toolbar/impianti.solari.png);background-repeat:no-repeat;}
li#clienti a {width:143px;background-image:url(../images/toolbar/clienti.png);background-repeat:no-repeat;}
li#home a:hover, li#home a:focus, li#impiantiCivili a:hover, li#impiantiCivili a:focus,
li#impiantiSolari a:hover, li#impiantiSolari a:focus, li#clienti a:hover, li#clienti a:focus {background-position: 0px -90px;}

ul#nav2 {height:45px;padding:0 0 0 0;margin:0 0 15px 570px;}
ul#nav2 li {padding:0 0 0 0;margin:0;display:block;float:left;text-indent:-9999px;}
ul#nav2 li a {border:0;display:block;text-decoration:none;overflow:hidden;padding:0;margin:0;}
li#contatti a {height: 45px;width:133px;background-image:url(../images/toolbar/contatti.png);background-repeat:no-repeat;}
li#contatti a:hover, li#contatti a:focus {background-position: 0px -90px;}

/*current page*/
a.currentPage {background-position:0px -45px;}

/*header*/
#header {width:960px;height:270px; background-image:url('../images/header/header.home.jpg'); background-repeat: no-repeat;margin:0; padding: 0;}
#headerCivili {width:960px;height:220px; background-image:url('../images/header/header.impianti.civili.jpg'); background-repeat: no-repeat;margin:0; padding: 0;}
#headerSolari {width:960px;height:220px; background-image:url('../images/header/header.impianti.solari.jpg'); background-repeat: no-repeat;margin:0; padding: 0;}
#headerClienti {width:960px;height:220px; background-image:url('../images/header/header.clienti.jpg'); background-repeat: no-repeat;margin:0; padding: 0;}
#headerContatti {width:960px;height:220px; background-image:url('../images/header/header.contatti.jpg'); background-repeat: no-repeat;margin:0; padding: 0;}

img {margin:0;padding:0;}

/*container*/
#container {width:920px;padding:0 20px 20px 20px;background:url('../images/bg/logo.gif') no-repeat top right #e5edf0;}
#containerCivili {width:920px;padding:30px 20px 20px 20px;background:url('../images/bg/right.civili.jpg') no-repeat 700px 30px #e5edf0;}
#containerTipologie {width:920px;padding:30px 20px 20px 20px;background-color:#e5edf0;}
#containerSolari {width:920px;padding:30px 20px 20px 20px;background-color:#e5edf0;}
.left {width:440px;float:left;/*border:1px solid blue;*/padding: 0 20px 0 0;}
.right {width:430px;height:520px;margin:0 0 0 460px;/*border:1px solid black;*/padding:10px 0 0 20px;}
/*impianti solari*/
.leftSolari {width:470px;float:left;padding: 0 10px 0 0;}
.rightSolari {width:400px; height: 610px;margin:0 0 0 480px;padding:57px 0 0 20px;}
#bottomSection {width: 920px;margin-top: 20px;}
.scopriIncentivi {margin: 25px 0 0 220px; width: 187px; height: 31px;}
.cyan {color: #087cbe; font-weight: bold;}
/*incentivi*/
#containerIncentivi {width:920px;padding:30px 20px 20px 20px;background:url('../images/bg/pannelli.jpg') no-repeat bottom right #e5edf0;}
.leftIncentivi {width:470px;float:left;padding: 0 10px 0 0;}
.rightIncentivi {width:400px; height: 1020px;margin:0 0 0 480px;padding:16px 0 0 20px;}
/*impianti civili*/
.rightCivili {width:250px; height: 520px; margin:0 0 0 620px;/*border:1px solid black;*/padding:10px 0 0 20px;}
.rightCivili img {margin-top: 360px; }
.leftCivili {width:620px;float:left;/*border:1px solid blue;*/padding: 0 20px 0 0;}
/*tipologie di impianti*/
.leftTipologie {width:440px;float:left;/*border:1px solid blue;*/padding: 0 20px 0 0;}
.rightTipologie {width:410px; height: 270px;margin:0 0 0 480px;/*border:1px solid black;*/padding:90px 0 0 20px;}
/*clienti*/
#containerClienti {width:920px;padding:30px 20px 20px 20px;background-color:#e5edf0;}
.leftClienti {width:460px;float:left;padding: 10px 10px 0 0;}
.rightClienti {width:400px; height: 610px;margin:0 0 0 460px;padding:10px 0 0 20px;}
/*contatti*/
#containerContatti {width:920px;padding:30px 20px 20px 20px;background-color:#e5edf0;}
.leftContatti {width:420px;float:left;padding: 10px 10px 0 0;}
.rightContatti {width:450px; height: 550px;margin:0 0 0 420px;padding:0 0 0 20px;}
.informativa {margin-top: 80px; }

/*footer*/
#containerFooter {font-size: 11px;margin: 0 auto;width:960px;padding:5px 0 0 0; text-align: right;}
#containerFooter a, #containerFooter a:link {color: white;}
#containerFooter a:hover {color:#67d9e7;}
#containerFooter p {margin: 0; padding: 0; color: #92d5fb; }
#footer {width:100%;background:#26495c;height:80px;}

ul#navFooter {width: 960px; margin: 0; padding:0; }
#navFooter ul {width: 960px;list-style: none;}
#navFooter li {display: inline; margin:0; padding:0;color: white;}
#navFooter a, #navFooter a:link, #navFooter a:visited  {color: white;}
#navFooter a:hover {color:#a7bfde;}


