body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background: url(./images/background.png) top left repeat-x #E1E0E0;
	background-color: #DDD4EB;
}

/*
* Headings
*/

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #81569B; text-shadow: #c1c1c1 1px 1px; }
h1 { font-size: 2.5em; margin-bottom: .6em;}
h2 { font-size: 2em; margin-bottom: .5em; }
h3 { font-size: 1.5em; margin-bottom: .5em }
h4,h5,h6 { font-size: 1em; font-weight: bold; margin-bottom: 1em; }

/*
* Links
*/

a:link, a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/*
* Blocks
*/

.clearer {
	clear: both;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 10px;
}

#header {
	width: 100%;
	height: 121px;
}

#logo {
	width: 348px;
	height: 121px;
	float: left;
}

#logo h1 {
	display: none;
}

#lingue {
	float: right;
	width: 60px;
	margin-top: 10px;
	margin-right: 10px;
}

#flag-ita  {
	margin-right: 10px;
}

#content {
	width: 100%;
	margin-top:3px;
}

#menu {
	width: 100%;
	height: 28px;
	background-color: #333333;
	font-size: 1.2em;
}

#menu ul {
	margin-left: 0;
}

#menu ul li {
	float: left;
	height: 28px;
	overflow: hidden;
}

#menu ul li a.current {
	background: url(./images/menu-bg-current.png) top left repeat-x;
	color: #FCFBFB;
}

#menu ul li a {
	color: #AAA;
	background-color: transparent;
	text-decoration: none;
	text-transform: lowercase;
	background-color: #333333;	display: block;
	padding: 7px 15px;
	font-size: 1.2em;
}

#menu ul li a:hover {
	background: url(./images/menu-bg-current.png) top left repeat-x;
	text-decoration: none;
	color: #FFF;
}

#corpo {
	background-color: #FFF;
}

#corpo p {
	font-size: 1.5em;
}

#corpo h3 {
	text-align: center;
	margin-top: 20px;
}

#corpo .allinea-destra,
#corpo-interna .allinea-destra {
	float: right;
	margin-left: 10px;
}

#corpo .allinea-sinistra,
#corpo-interna .allinea-sinistra {
	float: left;
	margin-right: 10px;
}

#corpo .allinea-centro,
#corpo-interna .allinea-centro {
	margin: 10px auto;
	text-align: center;
	display: block;
}

#alto {
	width: 100%;
}

#basso {
	width: 100%;
	margin-top: 10px;
	border-bottom: 1px solid #f6f6f6;
	background-color: #ffffff;
}

#colonnasx {
	float: left;
	width: 280px;
	padding: 20px; 
	text-shadow: #efefef 1px 1px;
}

#colonnadx {
	float: right;
	width: 580px;
	overflow: hidden;
	height: 422px;
}

/*
* Notizie home
*/

#news {
	float: left;
	width: 559px;
	border-right: 1px solid #FFF;
	padding: 10px;
	padding-bottom: 20px;
}

#news .blocco-notizia {
	width: 520px;
	background: #efefef;
	margin-top: 10px;
	padding: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
	border: 1px solid #CCC;
}

#news .blocco-notizia:first-child {
	margin-top: 0;
}

#news .blocco-notizia h2 {
	line-height: 1em;
	font-weight: bold;
}

#news .blocco-notizia .info{
	float: right;
	width: 355px;
	text-shadow: #cacaca 1px 1px;
}

#news .blocco-notizia .info-full{
	float: right;
	width: 520px;
}

#corpo-interna .blocco-notizia .info-full{
	float: right;
	width: 100%; /* 670px */
}

#corpo-interna .blocco-notizia-interna .info-full{
	float: right;
	width: 670px; /* 670px */
	text-shadow: #cacaca 1px 1px;
}

#news .blocco-notizia .data {
	font-weight: bold;
	padding-bottom: 8px;
	color: #999;
	text-shadow: #ddd 1px 1px;
}

#news .blocco-notizia .testo {
	width: 100%;
}

#news .blocco-notizia .testo .more {
	text-align: right;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	font-size: 1.4em; 
}

/*
* Notizie pagina interna
*/

#corpo-interna .blocco-notizia {
	width: 840px;
	background: #fafafa;
	margin-top: 10px;
	padding: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
	border: 1px solid #CCC;
}

#corpo-interna .blocco-notizia:first-child {
	margin-top: 0;
}

#corpo-interna .blocco-notizia h2 {
	line-height: 1em;
}

#corpo-interna .blocco-notizia .info{
	float: right;
	width: 670px;
}

#corpo-interna .blocco-notizia-dettaglio .data,
#corpo-interna .blocco-notizia .data {
	font-weight: bold;
	padding-bottom: 8px;
	color: #999;
}

#corpo-interna .blocco-notizia .testo {
	width: 100%;
}

#corpo-interna .blocco-notizia .testo .more {
	text-align: right;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	font-size: 1.4em;
}

#news .blocco-notizia .testo img,
#corpo-interna .blocco-notizia .testo img,
#corpo-interna .blocco-notizia-dettaglio .testo img {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*
* Miniatura
*/

.miniatura {
	float: left;
	width: 152px; 
}

.imgwrap {
	
	display: block;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

#news .blocco-notizia .miniatura img,
#corpo-interna .blocco-notizia .miniatura img,
#corpo-interna .blocco-notizia-dettaglio .miniatura img {
	display: block;
	margin: 0 auto; 
}

/*
* Notizie dettaglio
*/

#corpo-interna .blocco-notizia-dettaglio {
	width: 840px;
	background: #fafafa;
	margin-top: 10px;
	padding: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
	border: 1px solid #CCC;
}

#corpo-interna .blocco-notizia-dettaglio h2 {
	line-height: 1em;
}

#corpo-interna .blocco-notizia-dettaglio .info{
	float: right;
	width: 670px;
}

.blocco-notizia ul,
.blocco-notizia-dettaglio ul {
	margin: 10px 0 10px 20px;
	list-style-type: disc;
	font-size: 1.5em;
	line-height: 1.1em;
}

#prodotti {
	float: right;
	width: 300px;
	padding: 10px;
	_padding: 5px; /* IE6 double margin bug */
	padding-top: 10px;
	padding-bottom: 10px;
	text-shadow: #cacaca 1px 1px;
}

#prodotti ul {
}

#prodotti ul li {
	font-size: 2.5em;
	margin-bottom: 10px;
	width: 281px;
	height: 64px;
	background: url(./images/bg-linea-prodotti.png) top left no-repeat #E1E0E0;

}

#prodotti ul li a {
	position: absolute;
	text-decoration: none;
	margin-top: 20px;
	margin-left: 50px;
}

#prodotti ul li a:hover {
	text-decoration: underline;
}

#footer {
	width: 100%;
	height: 35px;
	background-color: #DDD4EB;
	border-top: 1px solid #D2D2D2;
	font-size: 1.2em;
}

p#copyright {
	float: left;
	margin-top: 15px;
	margin-left: 10px;
}

p#copyright strong{
	color: #990000;
}

p#copyright a {
	text-decoration: none;
}

p#credits {
	float: right;
	margin-top: 15px;
	margin-right: 10px;
}

p#credits a {
	text-decoration: none;
}

/*
* Pagine interne
*/

#corpo-interna {
	width: 860px;
	background-color: #FFF;
	color: #666;
	padding: 20px;
}

#corpo-interna p {
	font-size: 1.5em;
	line-height: 1.1em;
}

.sx{
	width: 350px;
	float:left;
}
		
.sx li{
	font-size: 12px;
	margin-bottom: 5px;
}

/*
* Contatti
*/

.dati-contatti {
	margin: 20px;
	margin-top: 10px;
	margin-left: 0;
	width: 350px;
	border-left: 5px solid #CCC;
	padding-left: 10px;
	float: left;
}

.dati-contatti p {
	font-size: 1.1em;
	line-height: .8em;
}

.dati-contatti .azienda {
	font-size: 1.2em;
}

#form-contatti {
	width: 570px;
	margin: 0;
}

.forms fieldset {
	border: 1px solid #CCC;
	padding: 10px;
}

.forms label,
.forms legend {
	font-variant: small-caps;
	font-size: 1.2em;
}

.forms legend {
	border: 1px solid #CCC;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
}

.forms input {
	margin-bottom: 5px;
}

.forms input[type="reset"],
.forms input[type="submit"] {
	margin-top: 20px;
}

.forms input[type="reset"] {
	float: left;
	margin-left: 10px;
}

.forms input[type="submit"] {
	float: right;
	margin-right: 10px;
}

#form-contatti p#nota {
	font-size: 1.2em;
	margin-top: 10px;
}

#form-contatti label[for="privacy"] {
	font-size: 1.2em;
}

.forms #messaggio {
	padding: 5px;
	margin-bottom: 10px;
}

#form-contatti p#privacy-testo {
	border: 1px dashed #cecece;
	padding: 10px;
	font-size: 1.2em;
	margin-bottom: 5px;
}

.conferma img,
.errore img {
	width: 16px;
	height: 16px;
}

.conferma {
	padding: 5px;
	border: 1px solid green;
	margin: 10px;
	color: #333;
}

.conferma img,
.errore img {
	margin-right: 10px;
}

.errore {
	padding: 5px;
	border: 1px solid red;
	margin: 10px;
	color: #333;
}

.forms .error {
	color: red;
}

/*
* Pagina prodotti
*/

#sidebar {
	float: left;
	width: 170px;
	padding-right: 10px;
}

#sidebar ul {
	list-style-type: disc;
	margin-left: 20px;
}

#sidebar ul li {
	margin-bottom: .8em;
}

#sidebar ul li a {
	font-size: 1.6em;
	text-decoration: none;
}

#sidebar ul li a:hover,
#sidebar ul li a.current {
	font-weight: bold;
	text-decoration: none;
}

#lista-categorie {
	margin-bottom: 20px;
}

#lista-standard {

}

p.intro-prod {
	margin-bottom: 20px;
}

#corpo-prodotti {
	float: right;
	width: 680px;
}

#lista-prod {
	margin-left: 20px;
	width: inherit; 	
	line-height: 2em;
	margin-bottom: 20px;
}

#lista-prod li {
	margin-right: 20px;
	float: left;
	width: 150px;
	line-height: 2em;
	margin-bottom: 20px;
}

#lista-prod .prod-infos:hover {
	background-color: #fafafa;
}

#lista-prod .prod-infos {

}

#lista-prod .prod-thumb {
	margin: 0 auto;
	margin-bottom: 5px;
	width: 100px;
	min-height: 50px; /*200px*/
	overflow: hidden;
}

#lista-prod .prod-thumb img {

}

#lista-prod .prod-nome  {
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: bolder;
	padding: 5px 10px;
	background-color: #f2f2f2;
	margin: 5px 0;
	text-align: center;
}

#lista-prod .prod-descr {
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 10px;
	background-color: #fafafa;
}

#dettaglio-main {
	width: 680px;
	margin-top: 20px;
}

#dettaglio-blocco-img {
	float: left;
	width: 300px;
	padding: 20px;
}

#dettaglio-img {
	width: 100px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}

#dettaglio-img img {

}

#dettaglio-nome {
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: bolder;
	padding: 5px 10px;
	margin: 5px 0;
	text-align: center;
	display: none;
}

#dettaglio-descr {
	float: right;
	width: 300px;
	padding: 20px;
	background-color: #f7f7f7;
}

#dettaglio-descr h3 {
	padding-bottom: 10px;
}

#dettaglio-altre {
	padding: 0px;
	border-top: 3px double #efefef;
}

#dettaglio-altre h3 {
	margin-top: 10px;
	margin-bottom: 20px;
}

#dettaglio-altre ul {
	
}

#dettaglio-altre ul li {
	margin-right: 20px;
	float: left;
	width: 150px;
	line-height: 2em;
	margin-bottom: 20px;
}

#dettaglio-altre .altre-infos {

}

#lista-prod .prod-infos:hover {
	background-color: #fafafa;
}

#dettaglio-altre .altre-thumb {
	margin: 0 auto;
	margin-bottom: 5px;
	width: 100px;
	min-height: 50px; /* 200px */
	height: 200px;
	overflow: hidden;
}

#dettaglio-altre .altre-nome {
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: bolder;
	padding: 5px 10px;
	background-color: #f2f2f2;
	margin: 5px 0;
	text-align: center;
}

#dettaglio-altre .altre-infos:hover {
	background-color: #fafafa;
}

#corpo-standard {
	float: right;
	width: 680px;
}


