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


 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:105%; margin-bottom:0.75em; }
h3 { font-size:100%; line-height:1; margin-bottom:1em; }
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 4px 0; line-height: 20px; }
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:#537303; text-decoration:none;}
a:link, a:visited {color:#537303;text-decoration:none;}
a:active, a:hover {color:#666;text-decoration:underline}


/* 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 #bed850; }
address {margin:1.0em 0 0 1.0em; 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;}
cite {padding:20px 20px 20px 200px;}
.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*/

li { margin: 0 0 0 25px; line-height:22px; }
ul, ol {margin:0 1.5em 1.5em 1.5em; }
ul { list-style-type: disc; }
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 */
form {font-size:90%;}
label {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 1.4em 0 1.4em;margin:0;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px dotted #939292;background-color:#faf3de;-webkit-border-radius:5px;-moz-border-radius:5px;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px dotted #537303;background-color:#faf3c2;}
input.text, input.title {width:230px;padding:5px;font-size:1.2em;}
input.title {font-size:1.5em;}
textarea {width:230px;height:70px;padding:5px;font-size:1.3em;}
.button {width:100px;font-size:1.0em;margin:0.5em 0;border:1px solid #537303;background-color:#faf3de;padding:5px;font-size:1.2em;-webkit-border-radius:5px;-moz-border-radius:5px;}
.errorForm {background:#fddada;margin:0.5em 0;border:1px dotted #992A2A;width:230px;padding:5px;-webkit-border-radius:5px;-moz-border-radius:5px;}

/*message*/
.info, .success, .error, .warning {border:1px solid;margin:0px 0px 5px;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:75%;color:#222;background:#fff;font-family:georgia,"Helvetica Neue",Arial,Helvetica,sans-serif;}
#header {width:100%;height:188px;background-image:url(../images/bg/header.jpg);background-repeat:no-repeat;background-position:top center;}
.wrapper {width:960px;margin:0 auto;padding:0;}
.wrapperSlider {width:960px;margin:0 auto;padding:44px 0 0 0;}
.wrapperContainer {width:920px;margin:0 auto;padding:15px 20px;}
.wrapperContainerRealizzazioni {width:960px;margin:0 auto;padding:15px 20px;}
#centralHome {width:100%;height:410px;background-image:url(../images/bg/central.jpg);background-repeat:no-repeat;background-position:top center;}
#centralGasBeton {width:100%;height:291px;background-image:url(../images/bg/central.gasbeton.jpg);background-repeat:no-repeat;background-position:top center;}
#centralRisparmio {width:100%;height:291px;background-image:url(../images/bg/central.efficienza.jpg);background-repeat:no-repeat;background-position:top center;}
#centralInstallazione {width:100%;height:291px;background-image:url(../images/bg/central.installazione.jpg);background-repeat:no-repeat;background-position:top center;}
#centralRealizzazioni {width:100%;height:291px;background-image:url(../images/bg/central.realizzazioni.jpg);background-repeat:no-repeat;background-position:top center;}
#centralContatti {width:100%;height:291px;background-image:url(../images/bg/central.contatti.jpg);background-repeat:no-repeat;background-position:top center;}
#container {width:100%;background-color:#d1d1d1;background-image:url(../images/bg/subcentral.jpg);background-repeat:no-repeat;background-position:top center;}
#footer {width:100%;background-color:#939292;background-image:url(../images/bg/footer2.jpg);background-repeat:no-repeat;background-position:75% 0%;color:#fff;font-size:90%;font-family:georgia,"trebuchet MS","Helvetica Neue",Arial,Helvetica,sans-serif;}

#contatti {height:20px;width:108px;padding:14px 0 0 680px;}
ul#cont {width:108px;height:20px;padding:0;margin:0;}
ul#cont li {padding:0;margin:0;display:block;float:left;text-indent:-9999px;}
ul#cont li a {border:0;display:block;text-decoration:none;overflow:hidden;padding:0;margin:0;}
li#contact a {width:108px;height:20px;background-image:url(../images/toolbar/contatti.jpg);background-position:top center;background-repeat:no-repeat;}
li#contact a:hover, li#contact a:focus {background-position:0px -20px;}
li#contact a.currentPage {background-position:0px -20px;}

#sideRight {float:right;width:435px;}
#sideLeft {margin-right:435px;width:435px;}

/***********************************************/
/* Top Navigation                            */
/***********************************************/
#navigation {height:40px;width:960px;margin:0 auto;padding:114px 0 0 0;}
ul#nav {width:938px;height:40px;padding:0 0 0 22px;margin:0;}
ul#nav li {padding:0 20px 0 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#gasbeton a, li#risparmio a, li#installazione a, li#realizzazioni a{height:40px;}
li#home a {width:125px;background-image:url(../images/toolbar/home.jpg);background-repeat:no-repeat;}
li#gasbeton a {width:125px;background-image:url(../images/toolbar/gasbeton.jpg);background-repeat:no-repeat;}
li#risparmio a {width:194px;background-image:url(../images/toolbar/risparmio.jpg);background-repeat:no-repeat;}
li#installazione a {width:194px;background-image:url(../images/toolbar/installazione.jpg);background-repeat:no-repeat;}
li#realizzazioni a {width:194px;background-image:url(../images/toolbar/realizzazioni.jpg);background-repeat:no-repeat;}
li#home a:hover, li#home a:focus, li#gasbeton a:hover, li#gasbeton a:focus,
li#risparmio a:hover, li#risparmio a:focus, li#installazione a:hover, li#installazione a:focus,
li#realizzazioni a:hover, li#realizzazioni a:focus {background-position:bottom;}

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

/*titoli paragrafi*/
.li\r {display:list-item;list-style-position:inside;/*letter-spacing:-1000em;*/font-size:1pt;color:#d1d1d1;}
h1#title1Home {list-style-image:url(../images/title/gisa_costruzioni_srl.jpg);height:10px;}
h1#title2Home {list-style-image:url(../images/title/costruzioni_ad_alta_efficienza_energetica.jpg);height:32px;}
h1#title1Gasbeton {list-style-image:url(../images/title/gas_beton.jpg);height:10px;}
h1#title2Gasbeton {list-style-image:url(../images/title/proprieta_gas_beton.jpg);height:10px;}
h1#title1Risparmio {list-style-image:url(../images/title/risparmio_energetico.jpg);height:10px;}
h1#title2Risparmio {list-style-image:url(../images/title/confronto_gasbeton_altri_materiali.jpg);height:10px;}
h1#title1Installazione {list-style-image:url(../images/title/installazione_posa.jpg);height:10px;}
h1#title2Installazione {list-style-image:url(../images/title/competenza_professionalita.jpg);height:10px;}
h1#title1Realizzazioni {list-style-image:url(../images/title/realizzazioni.jpg);height:10px;}
h1#title1Contatti {list-style-image:url(../images/title/contatti.jpg);height:10px;}

/*ToolbarFooter*/
#footer a:link, #footer a:visited {color:#ffffff;text-decoration:none;}
#footer a:active, #footer a:hover {color:#bed850;}
#toolbarFooter {padding:5px 0;text-align:center;width:960px;}
#toolbarFooter ul {margin:0;padding:0;list-style-type:none;}
#toolbarFooter li {display:inline;margin:0;padding:0;line-height:18px;}
#toolbarFooter a.currentPage {color:#ffffff;border-bottom:1px dotted #fff;}

/*Credits*/
#credits {padding:5px 0 15px 0;text-align:center;width:960px;}
#credits a:link, #credits a:visited {color:#bed850;text-decoration:none;}
#credits a:active, #credits a:hover {color:#fff;}

/*address*/
/*#address {margin-right:510px;width:400px;padding:5px 0;}*/
#address {width:960px;padding:5px 0;text-align:right;}

.centerContatti {text-align:center;}
.buttonForm {padding:5px 0;}