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


 Blueprint CSS Framework 0.7.1
 http://blueprintcss.googlecode.com

   * Copyright (c) 2007-2008. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

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

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

/* typography.css */
body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
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;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
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;}
li ul, li ol {margin:0 1.5em;}
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;}
caption {background:#eee;}
.small {font-size:.8em;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;}


/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #c77a07;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #c77a07;background-color:#faf3de;-webkit-border-radius: 5px;-moz-border-radius: 5px;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #a9200d;}
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.5em 0;border:1px solid #c77a07;background-color:#faf3de;padding:5px;font-size:1.2em;}
.errorForm {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;}

body {
	background: url(images/bg/bg.png) no-repeat center top;
	background-color: #e3cd7a;
	font-family: Georgia;
	font-size: 78%;
	color: #2b0200;
	margin: 0;
	padding: 0;
	}
	
#wrapper {
	width: 932px;
	margin: 75px auto 0 auto;
	}
	
#container {
	width: 892px;
	background-color: #f9e6a6;
	margin: 10px 0 20px 0;
	padding: 20px 20px 0 20px;
	}
	
#containerPellets {
	width: 892px;
	background-color: #f9e6a6;
	background-image: url(images/grafica/manopellets.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 10px 0 20px 0;
	padding: 20px 20px 0 20px;
	}	

#header {
	width: 890px;
	height: 298px;
	}
	
#headerInterna {
	width: 890px;
	height: 224px;
	}
	
/*******************************************************************************
****************************************    TOOLBAR   **************************
********************************************************************************/
	
#toolbar {
	height: 30px;
	text-align: right;
	padding: 21px 30px 0 0;
	font-size: 120%;
	color: #fec002;
	}
	
#toolbar img {
	vertical-align: middle;
	padding: 0 5px 0 5px;
	}
	
#toolbar ul {
	list-style-type: none;
	}
	
#toolbar li {
	display: inline;
	}
	
#toolbar a:link, #toolbar a:visited {
	color: #fec002;
	text-decoration: none;
	}
	
#toolbar a:active, #toolbar a:hover {
	color: #f4cd70;
	}
	
#toolbarBottom {
	padding-top: 30px;
	background-image: url(images/grafica/riga.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	}
	
#toolbarBottom ul {
	color: #744e01;
	padding-bottom: 5px;
	list-style-type: none;
	}
	
#toolbarBottom li {
	display: inline;
	padding-right: 4px;
	}
	
#toolbarBottom a:link, #toolbarBottom a:visited {
	color: #744e01;
	text-decoration: none;
	}
	
#toolbarBottom a:active, #toolbarBottom a:hover {
	color: #a9200d;
	}
	
a:link, a:visited, #recapiti a:link, #recapiti a:visited {
	color: #9d0104;
	text-decoration: none;
	}
	
a:active, a:hover, #recapiti a:active, #recapiti a:hover {
	color: #744e01;
	}
	
a#currentPage{
    color: #f4cd70!important;
    }
    
	
/*******************************************************************************
***************************************   HTML   *******************************
********************************************************************************/
	
ul, li, h1, h2, h3, h4, p, img, a , a img {
	margin:0;
	padding: 0;
	}
	
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
	
h1, h2, h4 {
	color: #a9200d;
	}
	
h1 {
	font-size: 120%;
	padding: 0 0 10px 0;
	}
	
h2 {
	font-size: 100%;
	padding: 0 0 5px 0;
	}
	
h3 {
	font-size: 105%;
	padding: 0 0 5px 0;
	color: #6e0802;
	}
	
h4 {
	font-size: 100%;
	}
	
p {
	padding: 4px 0 4px 0;
	line-height: 20px;
	}
	
a img {
	border: none;
	}
	


/*******************************************************************************
***************************************   COLONNE DX e SX  *********************
********************************************************************************/

	
#sinistra {
	margin-right: 334px;
	padding: 20px 20px 0 0;
	font-size: 90%;
	width: 520px;
	}
	
#destraIndex {
	float: right;
	width: 334px;
	color: #480401;
	font-size: 11px;
	}
	
#destraIndex a {
	text-decoration: none;
	color: #a9200d;
	}
	
#destraIndex p {
	line-height: 16px;
	}
	
/*******************************************************************************
************************************  PRODOTTI *********************************
********************************************************************************/


#tronchetti {
	height: 110px;
	}
	
#pellets {
	height: 110px;
	padding: 10px 20px 0 0;
	}
	
#tronchi {
	height: 120px;
	padding-right: 20px;
	}
	
#diavolina {
	padding-right: 20px;
	}
	

/*******************************************************************************
***********************************  CREDITS  **********************************
********************************************************************************/

#credits {
	color: #8f6639;
	padding: 5px 0 10px 0;
	line-height: 16px;
	}
	
#credits a {
	color: #a9200d;
	text-decoration: none;
	}

#credits a:hover, #credits a:active {
	color: #744e01;
	}

/*******************************************************************************
***********************************  VALID W3C  ********************************
********************************************************************************/
#validW3c {
    width: 190px;
    padding: 10px;
    float: right;
    text-align: right;
    font-size: 0.9em;
}


/*******************************************************************************
***********************************  CLASSI  ***********************************
********************************************************************************/

.clearer {
	height: 0px;
	overflow: hidden;
	margin: 0px;
	clear: both;
	}
	
.contattiSeng {
	float: right;
	}
	
.datiTecnici {
	margin: 20px 0 0 25px;
	}
	
.elencoPuntato ul {
    list-style: circle; 
    }
    
.elencoPuntato li {
    margin-left: 25px;
    line-height: 22px;
    }
	
.frecce {
	color:red;
	font-size: 12px;
	font-weight: bold;
	}

.informativa {
	line-height: 15px;
	font-size: 10px;
	}

.immaginiIndex {
	padding-top: 30px;
	}
	
.prodotto {
	float: right;
	}

img.certificazione-qualita {margin:30px 0 0 0;}
/*****************************************
************** OKAY ************
*****************************************/
#green {
	background: url(images/grafica/24_ok.gif) no-repeat left #DEFAE0;
	border: 1px solid #498f1d;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 10px 0;
	padding: 8px 8px 8px 28px;
	color: #2c6100;
}

#green p, #error p {
	padding: 0;
}

/*****************************************
************** ERROR ************
*****************************************/
#error {
    background-color: #fddada;
    border: 1px solid #933;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    color: red;
    padding: 8px;
    margin: 10px 0;
}

/*******************************************************************************
*************************       ANIMAZIONE     *********************************
*******************************************************************************/
/*** set the width and height to match your images **/
#slideshow {position:relative;}
#slideshow IMG {position:absolute;top:0;left:0;z-index:8;opacity:0.0;}
#slideshow IMG.active {z-index:10;opacity:1.0;}
#slideshow IMG.last-active {z-index:9;}

