body, html {
	height: 100%!important;
	background:#fff;
	margin:0;
	padding:0;
	margin:0 auto;
	font: normal 12px Arial, Helvetica, Geneva, Sans-serif;
	color: #333333;
}
.total-page {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -202px;
	width: 996px;
	position: relative;
	border:1px solid #ccc;
	border-width: 0 1px;
}
.main-footer, .push {
	height: 202px;
}
/*END sticky*/

.footer{
	width: 906px;
	margin: 0 auto;
	background-color: #333333;
	display: block;
	height: 202px;
	padding: 0px 45px 0 45px;
	color: #f2f2f2;
	font-size: 10px;
	position:relative;
}


.logoHome, .logo{

	height: 90px;
	width: 365px;
	background: #cc3300 url(/img/structure/red_top.png) repeat-x;
	text-align:center;
		border: 1px solid #fff;
		border-top:none;
	border-top:none;
	z-index: 100;
}

.logoHome{
	position: absolute;
	left:36px;

}

.logo{
	position: absolute;
}


.menu{
	height: 90px;
	background: #333333 url(../img/structure/bg_menu.png) repeat-x;
	padding-left: 30px;
	border-top:2px solid #fff;
	position:relative;
}


.MenuOther {
	padding-LEFT:380PX;
	border-top: 0px solid #fff;
}


.menu .qui:hover{
	background: #cc3300 url(/img/structure/bg_menu_on.png) repeat-x;	
}

.flags{
	position:absolute;
	right: 5px;
	bottom: 5px;
}


.flags a{
	border: 1px solid  #333333;
	display: block;
	width: 20px;
	float:left;
	margin: 0 1px;
}

.flags a:hover{
	border-color:#666666;
}

.flags a.questa{
	border-color: #cccccc;
}

.footer a{
	color: #cccccc;
	text-decoration: none;
}

.footerAddress{
	padding-top:20px;
	float: left;
}

.footer-right{
	float: right;
	text-align: right;
}

.info-comunetti{
	padding-top: 45px;
}

.info-comunetti a{
	font: normal 28px/42px Georgia, "Times New Roman", Serif;
	color: #fff;
	background: #333333 url(/img/structure/info_comunetti_com.png) no-repeat top;
	display: block;
	width: 300px;
	height: 44px;
	text-align: center;
	letter-spacing: -1px;
}

.info-comunetti a:hover{
	background-position: bottom;
	color:#fff;
}

.credits{
	position:absolute;
	bottom:5px;
	color: #cccccc;
	right:45px;
	font-size:10px;
	text-transform: uppercase;
}

/*mega menu*/
ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;

}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left; 

	height: 90px;
	padding: 0 10px;
	font: normal 19px/85px Georgia, "Times New Roman", serif;
	display: block;
	color: #cc3300;
	text-decoration: none;
	letter-spacing: -1px;
	text-shadow: #666 0px 1px 3px;
	border-left: 1px solid #3E3E3E;
	border-right: 1px solid #303030;
}

#topnav .qui{
	color:#fff;
	background: #cc3300 url(/img/structure/bg_menu_on.png) repeat-x;	
	text-shadow: #666 0px -1px 1px;
	border-color: #cc3300 
}

.menu a:hover{
	background: #000 url(/img/structure/hover-menu.png) repeat-x; 
	text-shadow: #666 0px -1px 1px;
	color:#fff;
}

ul#topnav li .sub {
	position: absolute;	
	top: 90px; left: 0;
	background: #000;
	padding: 0;
	float: left;
	display: none;
	z-index: 100;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 200px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
}

ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: 35px;
	font: normal 13px/30px Georgia, "Times New Roman", serif;
	display: block;
	text-decoration: none;
	color: #fff;
	letter-spacing: 0px;
	border-bottom:1px solid #ccc;
	text-shadow: 0 1px 0 #666;
}
ul#topnav .sub ul li a:hover {color: #ddd;}


/* END MENU*/

.content{
	margin: 20px 40px;
	border: 1px solid #fff;
}
.cleaner{
	clear: both;
}

h1, h2, h4, h5, h6{
	font: normal 25px/20px Georgia, "Times New Roman", serif;
	margin: 0;
}

h1{
	color: #c30;
	letter-spacing: -1px;
}


h2{
	font-size: 16px;
}

h3.confezioni{
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 12px 0 5px 0;
	border-bottom:1px solid #666;
	color: #666;
}

h4{
	font: bold 10px Arial, Helvetica, sans-serif;
	margin: 10px 0 5px 0;
	border-bottom:1px dotted #ccc;
	color: #666;
	text-transform: uppercase;
}

/*home*/
.productsHome{
	float: left;
	width:600px;
}

.productsHome ul{
	list-style: none;
	margin:0;
	padding:0;
}

.productsHome li{
	float: left;
	width: 180px;
	height: 100px;
	border:1px solid #fff;
	margin: 0 12px 12px 0;
	padding: 2px;
	cursor:pointer;
	background: #f4f4f4 url(/img/structure/bg_homeProducts.png) repeat-x;
}

.productsHome li:hover{
	border:1px dotted #666;

}


.productsHomeShow img{
	float:right;
}

.productsHomeShow h2{
	float: left;
	text-transform: uppercase;
	color: #c30;
	text-shadow: 0 1px 0 #fff;

}
.productsHomeShow p{
	clear:left;
	float: left;
	font-size: 11px;
	margin: 2px 5px;
	text-shadow: 0 1px 0 #fff;
}

.homeRight{
	float: left;
	width: 310px;
}

.homeRight h2{
	font: normal 22px/20px Georgia, "Times New Roman", serif;
	padding-left: 15px;
}

#contenitori{
	float: left;
	height: 100px;
	text-align: center;
	margin: 3px 5px;
	overflow: hidden;
}

.post{

float:left; width:600px; margin-top:5px;
	
}

.data_post{
	float: left;
	background: url(../img/structure/data_post.png) no-repeat 5px 0;
	height: 28px;
	width: 38px;
	color: #ccc;
	font: 18px Arial, Helvetica, sans-serif;
	text-align: center;
	clear:both;
	margin: 12px 5px 0 0;
	padding-right: 5px;
	border-right: 1px dotted #ccc;

}

.data_mese, .data_anno{
	display: block;
	font-size:8px;
	text-transform: uppercase;
}

.testo_news{
	float: left;
	margin-left:0px;
	padding: 2px 3px;
}

.testo_news h3{
	height: 30px;
	line-height: 15px;
	padding-left: 25px;
	font-size: 20px;
}

a{
	color: #333333;
}

a:hover{
	color: #cc3300;
}

.ArchivioNews{
	width: 300px; float:left; border:1px dotted #ccc; border-width:0 0 1px 1px;
	padding: 0px 0 10px 10px;
}

.ArchivioNews ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.ArchivioNews a{
	display:block;
	text-decoration: none;
	color: #666666;
	padding:3px 4px;
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #c4c4c4;
}

.ArchivioNews a:hover{
	background: #e1e1e1;
}



form{
	margin: 0;
}
input, textarea, select{
	border: 1px solid #ccc;
	letter-spacing: 0px;
	width: 220px;
	font: bold 15px Arial, Hevetica, Sans-serif;
}


.content label, #more_info label{
width: 65px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
padding-top: 8px;
}

 #more_info label{
 	width: 120px;
 }


.submit input
{
margin-left: 100px;
text-transform: uppercase;
color: #fff;
width:100px; 
background-color:#669900;
font-weight:bold;
} 

form p{
	margin: 3px;
	border-bottom: 1px dotted #ccc;
}

input:focus, textarea:focus{
	background-color: #f0ffff;
}

/*PRODOTTI*/

.prod-main{
	float: left;
	width: 600px;
}


.prod-sub{
	font: italic 12px Georgia, "Times New Roman", serif;
	color:#999;
	margin:14px 3px;
}

.prod-foto{
	float: left;
	margin-right: 23px;
	width: 280px;
	display:block;
	white-space: nowrap;
}

.prod-descrizione{
	width: 260px;
	border-right: 1px dotted #ccc;
	padding-right:15px;
	margin-right: 15px;
	float: left;
}

.prod-contenitori{
	float: left;
	width: 90px;
	border: 1px solid #690;
	font-size: 9px;
	text-align: center;
	text-transform: uppercase;
	line-height: 11px;
	padding:  2px 0px;
	height: 94px;
	margin: 0 3px 10px;
}

.prod-contenitori span{
	display: block;
	background: #690;
	height:39px;
	padding: 2px 3px;
	color: #fff;
}

.information ul{
	list-style: none;
	margin:0;
	padding: 0;
}

.information li{
	float: left;
}

.info{
	background: #cc3300 url(/img/structure/hover_info.png) no-repeat top;
	height: 36px;
	display:block;
	width: 246px;
	float:left;
	margin: 25px 15px;
	font: bold 15px/36px Arial, Helvetica, sans-serif; 
	text-decoration: none;
	color: #fff;
	text-align:center;
}

.info:hover{
	background-position: 0 -36px;
	color:#fff;
}

.downloadpdf{
	color: #5b5b5b;
	background: #fff url(/img/structure/pdf.png) no-repeat 0 1px;
	height: 15px;
/*	display:block;
	float: left;*/
	padding: 0 4px 0 13px;
	line-height:12px;
	font-weight: bold;
}

a.downloadpdf:hover{
	background-position: 0 -16px;
	color: #c30;
}

.responseKO, .responseOK{
	display: block;
	background: #cc3300;
	color: #fff;
	font-size: 17px;
	border: 2px dotted #000;
	padding: 15px;
}

.responseOK{
	background: green;
	color:#fff;
}

.red{color: #c30;}

#superfotoid{
	width: 100%;
	
	text-align: center;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	height: 521px;
}

.loaded{
background: url(/img/prods/superfoto/bg_photo.png) repeat-x;

}

.loading{
	background: url(/img/structure/ajax-loader.gif) no-repeat center center;
}

