body, html{
	margin:0;
	padding: 0;
	background: #000;
	text-align: center;
}

/************************************/
/*            STRUCTURE            */

#total_page{
	margin: 0 auto;
	text-align: left;
	width:760px;
	position: relative;
	background: #fff;
	border-top: 10px solid #11b8d1;
}

#head{
	margin: 35px 80px 0 55px;	
	background: #fff;
	height: 60px;
	text-align: right;
}

html>/**/body #head /* FireFox*/
{
	padding: 0 0 0 53px; !important;
}


/****************************/
#menu{
	text-align: left;
	margin: 0px;
	padding: 2px 0 0 10px; 
	float: left;
	width: 180px;
}

#menu ul {
	padding:0; margin:0; list-style-type: none;
	}

#menu ul a {
	text-decoration: none;
	padding: 2px;
	display: block;
	margin: 0px;
	color: #7e7c7c;
	margin-right: 5px;
	border: 1px solid #fff;
	background: #fff;
	/*width: 168px;*/
}

#menu li {
	padding-right: 10px;
	margin-bottom: 10px;
}

#menu a:hover {
	border-color: #7e7c7c;
	background: #d6e7e9;
}

#menu a.qui {
	font-weight: bold;
	border-color: #7e7c7c;
}

#menu a{
	border: 1px solid #fff;
}


#content{
	/*position: relative;*/
	margin-left: 190px;
}

#footer{
	text-align: left;
	border-top: 2px solid #ff9900;
	clear: both;
	margin-top: 15px;
	padding: 0px 0 0 25px;
	background-color: #6e94aa;
	color : #fff;
}

#footer_logo{
	float: left;
	margin-right: 25px;
}

#footer_menu{
	padding-top: 25px;
}

#footer_address{
	float: right;
	padding: 5px 15px;
	border-left: 1px solid #9fb9c7;
	margin : 10px 0;
}

#credits{
	text-align: right;
	clear: both;
	background: #000;
	padding: 0 0 25px 0;
}


#testo img{
	margin: 10px;
}


/************************************/
/*            FONTS                */

#total_page, td, p{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #616161;
}

p{
	margin: 0 0 0 10px;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #3996B3;
	margin: 0;
	margin-bottom: 5px;
	letter-spacing: -2px; 
}


h2, h3{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3996B3;
	margin: 5px 0;
}

h3{
	color: #616161;
}

#footer a{
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
	
}

#credits a, #credits a:hover{
	color: #fff;
	text-decoration: none;
	background: none;
}

a{
	color: #3b3d52;
}

a:hover{
	color: #3b3d52;
}

#privacy{
	font-size: 10px;
	font-style: italic;
	line-height: 9px;
}

/************************************/
/*            ADD-ONS               */

img{
	border: 0;
}

input, textarea, select{
	font-size: 10px;
	border: 1px solid #ccc;
	font-weight: bold;
	letter-spacing: 0px;
	font-family: verdana, arial, helvetica;
}

.invia{
	background-color: #6B8E23;
	color: #fff; 
	padding: 2px 15px;
}

select{
	border: 0px solid #ccc;
}



#firma{
	text-align:right;
	font-style: italic;
}

#box-home{
	background: #dce9a1 url(/img/structure/bg-box.jpg) repeat-x;
	padding: 3px;
	width: 210px;
}


.numero{
	color: #75870e;
	font-size: 48px;
	margin:0 0px 0 0;
	float: left;
}

.descrizione{
	margin-left: 50px;
}

.footer-box{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	float: left;
	padding: 10px;
}

#formatta_descrizione{
	clear: left;
}

#formatta_descrizione a{
	display: block;
	margin-left: 42px;
}


#microcol{
	margin: 6px 15px;
	float: left;
}

.microcolright{
	text-align: right;
}

.cleaner{
	clear: both;
}


/****************************************************************/

.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 560px!important;
height: 400px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;

}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
visibility: hidden;
width: 554px;
margin: 0px 0px 0 0px ;
padding: 0px 0 0 2px!important;
padding: 0px 0 0 4px;
height: 500px;
border-right: 4px solid #fff; 
}

.glidecontentVisible{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
width: 554px;
margin: 0px 0px 0 0px ;
padding: 0px 0 0 2px!important;
padding: 0px 0 0 4px;
height: 500px;
border-right: 4px solid #fff; 
}

/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style per DIV che contiene i bottoni. */
/*width: 570px;*/
text-align: left; 
padding: 0px;
/*background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
margin-bottom: -2px;
white-space: nowrap;
position: relative;

}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
text-decoration: none;
margin-right: 2px;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */

}

.glidecontenttoggler a:hover{
	
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
/*height: 400px;
position: absolute;*/
/*z-index: 10;
background: transparent url(/img/ghost.gif);
float: left;*/
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
/*background: #1A48A4;
color: white;*/
}


.glide-text{	
	margin-left: 184px;
	padding: 15px;
}

a.glide-text-item{
	font-weight: bold;
	text-decoration: none;
	background: url(/img/structure/arrow.gif) no-repeat 0 6px;
	line-height: 20px;
	padding: 5px 5px 5px 22px;
}

a.glide-text-item:hover{
	
		background: #fff url(/img/structure/arrow.gif) no-repeat 0 6px;
	
}
#photo-home{
	float: left;
	height: 450px;
	margin: 0 2px 0 0;
}

.ambiente{
	background: #acb4a8;
}

.industria{
	background: #b4aaa8;
}

.difesa{
	background: #b4a8b4;
}

/****************************************************************/

#boxfoto{
	text-align: center;
	background: #f8f8f8;
}

#boxfoto a{
	border: 1px solid #a5a5a5;
}

#boxfoto a:hover{
	border: 1px solid #f90;
}

#altrefoto{
	text-align: right;
	float: right;
	margin-right: 18px;
	padding-top: 7px;
	width: 325px;
	line-height: 45px;
}

#altrefoto img{
	margin:2px;
}

#altrefoto_thumbs{
	width: 235px; 
	float: right;
}

#altrefoto_text{
	float: left;
}



#descfoto{
	text-align: left;
	margin: 5px 0 0 10px;
	width: 215px!important;
	width: 180px;
	float: left;
}

.descrizione_famiglia{
		border-right: 1px dotted #666;
		margin-right: 130px;
		/*height: 100px;*/
		min-height: 100px;
	
}

#utility{
	width: 130px;
	float: right;
	text-align: center;
	font-size: 10px;
}

#utility a{
	text-decoration: none;
	border: 1px solid #fff;
	display: block;
}

#utility a:hover{
	border: 1px solid #f96;
}

.img_text{
	margin: 7px;
}

#richiesta_informazioni{
	width: 250px;
	float: right;
	padding: 0 15px; 
}

#data{
	text-align: center;
	background: #bcd5ed;
	width: 38px;
	font-size:9px;
	color: #336699;
	float: right;
	margin: 4px;
	height: 38px;
	padding:3px;
	border:1px solid #336699;
	line-height:11px;
}
.data-giorno{
	font-size:32px;
	font-family: arial, Georgia, times new roman;
	letter-spacing:-5px;
	text-shadow:0px 1px #fff;
}