/* CSS Document */

/* Elementi Generali */
h1, h2, h3, p, a, ul, ul li, ul li ul, ul li ul li	{	
	padding:0;
	margin:0;
}
a	{
	color: #175fac;
	text-decoration:underline;
}

a:hover	{
	text-decoration: none;
	color: #ff9c00;
}

body	{
	background: url(/images/bg.gif) repeat top left;
	margin: 0;
	font-family: Arial, serif; 
	font-size: 12px;
}

/* -- Blocchi della pagina -- */
#all	{
	width: 898px;
	margin: 0px auto;
	border-left: 1px solid #a9a8a8;
	border-right: 1px solid #a9a8a8;
	border-bottom: 1px solid #a9a8a8;
}
#header	{
	height: 109px;
	background: url(/images/header-bg.gif) repeat-x top left;
}

/* -- Blocco contenitori del menu orizzontale alto -- */

#menu	{
	/*overflow: hidden;*/
	/*background: url(/images/menu/menu-bg.jpg) no-repeat top left;*/
}
#menu_home	{
	overflow: hidden;
	background: url(/images/menu/menu-bg.jpg) no-repeat top left;
}

	#navigation_home, #navigation_azienda, #navigation_attrezzature, #navigation_servizi, #navigation_dove_siamo, #navigation_contatti, #navigation_privacy	{
		overflow: hidden;
		height: 27px;
	}
	
	#navigation_home				{	background: url(/images/menu/home.gif) repeat-y top right;			}
	#navigation_azienda				{	background: url(/images/menu/azienda.gif) repeat-y top right;		}
	#navigation_attrezzature		{	background: url(/images/menu/attrezzature.gif) repeat-y top right;	}
	#navigation_servizi				{	background: url(/images/menu/servizi.gif) repeat-y top right;	}
	#navigation_dove_siamo			{	background: url(/images/menu/dove_siamo.gif) repeat-y top right;	}
	#navigation_contatti			{	background: url(/images/menu/contatti.gif) repeat-y top right;	}
	#navigation_privacy				{	background: url(/images/menu/contatti.gif) repeat-y top right;	}

/* //Blocco contenitori del menu orizzontale alto -- */

/* -- Stricia blu sotto il menu orizzontale -- */
#under	{
	height: 53px;
	background: url(/images/under-bg.jpg) repeat-y top left;
}
/* //Striscia -- */


/* -- Contenitore con materiale fotografico -- */

#content-1	{
	height: 250px;
	background-color: #fff;
	overflow:hidden;
}

#content-1-home	{
	height: 303px;
	background-color: #fff;
	overflow:hidden;
}
/* //Contenitore con materiale fotografico -- */

/* -- Contenitore grigio a 1 o 2 colonne -- */

#content-2	{
	/*background-color: #e3e3e3;*/
	background: url(/images/fascia_blu.gif) repeat-y top left;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
/* -- //Contenitore grigio a 1 o 2 colonne -- */

.box-dx	{
	float: left;
	width: 623px;
}

.box-sx	{
	float: left;
	width: 275px;
}

#footer	{
	/*height: 114px;*/
	background: url(/images/footer-bg.jpg) repeat top left;
	margin: 0;
	text-align: right;
	font-size: 11px;
	color: #fff;
}

#footer a	{
	color: #FFFFFF;
	text-decoration:none;
}
#footer a:hover	{
	color: #ff9c00;
	text-decoration: underline;
}

.padding 	{
	padding: 20px 20px 15px 20px;
}

.box-dx .padding, .block623 .padding 	{
	padding: 20px 20px 15px 40px;
}

img.logo {
	position: relative;
	top: 0px;
	left: 0px;
}

.clr_b	{
	clear: both;
}


ul#ul-menu	{
	
	padding: 6px 0 0  60px;
	list-style-type:none;
}

ul#ul-menu	li {
	display: inline;
	padding: 0 0 0 0px;
	font-size:12px;
}

ul#ul-menu	li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul#ul-menu	li a.active {
	color: #ff9c00;
	/*font-weight: bold;*/
}
ul#ul-menu	li a:hover {
	color: #ff9c00;
	text-decoration:underline;
}

ul#ul-menu	li#home 		{ 	padding: 0 0 0 0px;	}
ul#ul-menu	li#azienda 		{ 	padding: 0 0 0 85px;	}
ul#ul-menu	li#attrezzature { 	padding: 0 0 0 45px;	}
ul#ul-menu	li#servizi 		{ 	padding: 0 0 0 45px;	}
ul#ul-menu	li#dove_siamo	{ 	padding: 0 0 0 70px;	}
ul#ul-menu	li#contatti 	{ 	padding: 0 0 0 50px;	}

ul#servizi_list	{}
ul#servizi_list li	{
	margin-left: 15px;
	padding-bottom: 10px;
}

h2	{
	font-size:16px;
	font-family: Arial, Verdana, serif;
	font-weight: bolder;
	margin-bottom: 10px;
}

span	{
	font-size: 12px;
}
div.arrow_blue	{
	background: url(/images/arrow_blue.gif) no-repeat 0 6px;
	padding-left: 10px;
	font-size: 12px;
	font-weight:bold;
	color: #175fac;
	margin: 8px 0 8px 0;

}
div.big-arrow_blue	{
	background: url(/images/big-arrow_blue.gif) no-repeat 0 3px;
	padding-left: 18px;
	font-size: 12px;
	font-weight:bold;
	color: #000;
	margin: 15px 0 8px 0px;

}

div.arrow_grey	{
	background: url(/images/arrow_gray.gif) no-repeat 0 3px;
	padding-left: 15px;
	font-size: 12px;
	font-weight:bold;
	color: #175fac;
	margin: 3px 0 3px 0;
}

.box_notizia	{
	margin: 5px 0 15px 0;
}

.attrezzo	{
	font-weight: bold;
	margin-bottom: 5px;
	color:#000000;
}

.indent	{
	margin-left: 14px;
}

#map1 {}





.block623
	{
	background-color: #fff;
	float: left;
	width: 623px;
	overflow: hidden;
	
}

.block275
	{
	background-color: #f2f2f2; 
	float: left;
	width: 275px;
	overflow: hidden;
}

.block623_2
	{
	background-color: #e3e3e3;
	float: left;
	width: 623px;
	overflow: hidden;
	
}

.block275_2
	{
	background-color: #e3e3e3; 
	float: left;
	width: 275px;
	overflow: hidden;
}

/* Start Mac IE5 filter \*/
.block623, .block275, .block623_2, .block275_2
	{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
	}

.wrapper_extra
	{
	position: relative;
	}
* html .wrapper
	{
	/*position: relative;*/
	}
.wrapper
	{
	/*overflow: hidden;*/
	/* This hides the excess padding in non-IE browsers */
	}
/* we need this for IE 5.01 - otherwise the columns vanish */
* html .wrapper_extra
	{
	float: left;
	width: 100%;
	}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
.wrapper
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
.wrapper:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.wrapper
	{
	display: inline-block;
	}
/*\*/
.wrapper
	{
	display: block;
	}

/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
.wrapper, .wrapper_extra{
	margin: 0;
	padding: 0;
	overflow: hidden;

}

.wrapper_in{
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	width:100%;

}

#container{
	overflow: hidden;
}
