body {
	font: 13px "arial narrow",helvetica,verdana,sans-serif;
	text-align: center; 	/* Center the content for IE */
	color: #001b3a;
	background: url(../images/back_header.gif) #e20917 repeat-x left top; 
}

p{
  padding:15px;
}

h1{
  padding: 8px;
}

#header{
  padding-top: 0px;
  margin: 0 auto;
  width: 777px;
  height: 126px;
  border: 0px solid red;
}

#contentwrap{
	text-align: center;
	background-color: #FFF;
	border-top:3px solid #d0d0cd;  
}

#content{
  margin: 0px auto;
	width: 777px;
	text-align: left;
	border:0px solid black;
  background: url(../images/back_content.jpg) repeat-y left bottom;
}

#footerwrap {
	text-align: center;
	background: url(../images/back_footer.gif) repeat-x left top;
}

#footer {
	padding: 20px 0;
	margin: 0px auto;
	width: 777px;
	text-align: left;
	clear: both;
	color: #FFF;
	border:0px solid black;
}

#footerDx{
  width: 200px;
  float:right;
}

#footerSx{
  width: 400px;
  float:left;
}

#contLogo{
  width: 156px;
  float: left;
}

#contLogo img{
  margin-top:15px;
}

#contSuperiore{
  width: 615px;
  height: 126px;
  float:right;
	border:0px solid black;
	background: url(../images/superiore.jpg) no-repeat bottom;
}
#navbar{
  width: 615px;
  height: 36px;
	border:0px solid red;
}

#contentDx{
  width: 616px;
  float:right;
}

#contentSx{
  width:153px;
  float:left;
  min-height:232px;
  height: 232px;
}

#imgHome{
  margin:15px;
}

.credits{
  float: right;
}

#fotoAzienda{
  width: 615px;
  height: 225px;
  margin-bottom:15px;
}

#foto{
  float:right;
  width: 325px;
}

#foto img{
  padding: 5px;
  border: 1px solid #d0d0cd;
}

#thumb{
  float: left;
  width: 227px;
  border-right: 1px solid #d0d0cd;
}

#thumb img{
  border: 1px solid #d0d0cd;
}

#breadcrums{
  margin-bottom: 20px;
}

.activeBread{
  font-size: 11px; 
  color: #dd010c;
  font-weight:bold;
  padding-left: 2px;
}

#clima{
  width: 300px;
  float: left;
  margin-left: 10px;
}

#riscalda{
  width: 300px;
  float: right;
}

.activeHome{
  border-right: 1px solid #d0d0cd;   
  padding:0 5px 0 15px; 
  font-size: 12px; 
  color: #dd010c;
  font-weight:bold;
}

a.bread:link, a.bread:visited{border-right: 1px solid #d0d0cd;padding:0 5px 0 15px; text-align: left; font-size: 12px; font-weight:bold;color: #818181; text-decoration: underline;}
a.bread:hover{text-align: left; font-size: 12px;font-weight:bold; color: #818181; text-decoration: none;}

a.breadCont:link, a.breadCont:visited{padding:0; text-align: left; font-size: 12px; font-weight:bold;color: #818181; text-decoration: underline;}
a.breadCont:hover{text-align: left; font-size: 12px;font-weight:bold; color: #818181; text-decoration: none;}

a.credits:link, a.credits:visited{text-align: left; font-size: 12px; font-weight:bold;color: #fff; text-decoration: underline;}
a.credits:hover{text-align: left; font-size: 12px;font-weight:bold; color: #fff; text-decoration: none;}

a.listSx:link, a.listSx:visited{font-size: 14px; font-weight:bold;color: #8c8c8c; text-decoration: underline;}
a.listSx:hover{font-size: 14px; font-weight:bold;color: #8c8c8c; text-decoration: none;}

a.link:link, a.link:visited{font-size: 13px;color: #00458a; text-decoration: underline;}
a.link:hover{font-size: 13px;color: #00458a; text-decoration: none;}

#contentSx ul{
  list-style-type:none;
	margin-left:15px;
	font-weight:bold;
	line-height:25px !important;
	line-height:30px;
	}

#contentSx li{
  background: url(../images/list.gif) 0 7px no-repeat !important;
  background: url(../images/list.gif) 0 9px no-repeat;
  padding-left: 20px;
}

#contentDx ul{
  list-style-type:none;
	margin-left:14px;
	line-height:25px !important;
	line-height:30px;
	}

#contentDx li{
  background: url(../images/list.gif) 0 7px no-repeat !important;
  background: url(../images/list.gif) 0 9px no-repeat;
  padding-left: 20px;
}
/**********************************
*     MATRICE DI NAVIGAZIONE      *
**********************************/

	#navbar
	{
		margin: 0 auto 0;
		width: 609px;
		height: 36px;
		background: url(../images/matrice.png) 0 0;
		position: relative;
	}
	
	#navbar li
	{
	  list-style-type: none;
	  display: inline;
  }

	a.azienda, a.azienda:hover
	{
		width: 88px;
		height: 36px;
		position: absolute;
		left: 0;
		background: url(../images/matrice.png) 0px 0px;
	}

	a.azienda:hover
	{
		background: url(../images/matrice.png) 0px -38px;
	}
	
  a.aziendaActive, a.aziendaActive:hover
	{
		width: 88px;
		height: 36px;
		position: absolute;
		left: 0;
		background: url(../images/matrice.png) 0px -76px;
	}
	
	a.prodotti, a.prodotti:hover
	{
		width: 91px;
		height: 36px;
		position: absolute;
		left: 88px;
		background: url(../images/matrice.png) -88px 0px;
	}

	a.prodotti:hover
	{
		background: url(../images/matrice.png) -88px -38px;
	}
	
  a.prodottiActive, a.prodottiActive:hover
	{
		width: 91px;
		height: 36px;
		position: absolute;
		left: 88px;
		background: url(../images/matrice.png) -88px -76px;
	}

	a.offerte, a.offerte:hover
	{
		width: 84px;
		height: 36px;
		position: absolute;
		left: 179px;
		background: url(../images/matrice.png) -179px 0px;
	}

	a.offerte:hover
	{
		background: url(../images/matrice.png) -179px -38px;
	}
	
  a.offerteActive, a.offerteActive:hover
	{
		width: 84px;
		height: 36px;
		position: absolute;
		left: 179px;
		background: url(../images/matrice.png) -179px -76px;
	}
	
	a.servizi, a.servizi:hover
	{
		width: 83px;
		height: 36px;
		position: absolute;
		left: 263px;
		background: url(../images/matrice.png) -263px 0px;
	}

	a.servizi:hover
	{
		background: url(../images/matrice.png) -263px -38px;
	}
	
  a.serviziActive, a.serviziActive:hover
	{
		width: 83px;
		height: 36px;
		position: absolute;
		left: 263px;
		background: url(../images/matrice.png) -263px -76px;
	}

	a.lavori, a.lavori:hover
	{
		width: 97px;
		height: 36px;
		position: absolute;
		left: 346px;
		background: url(../images/matrice.png) -346px 0px;
	}

	a.lavori:hover
	{
		background: url(../images/matrice.png) -346px -38px;
	}
	
  a.lavoriActive, a.lavoriActive:hover
	{
		width: 97px;
		height: 36px;
		position: absolute;
		left: 346px;
		background: url(../images/matrice.png) -346px -76px;
	}

	a.dovesiamo, a.dovesiamo:hover
	{
		width: 90px;
		height: 36px;
		position: absolute;
		left: 443px;
		background: url(../images/matrice.png) -443px 0px;
	}

	a.dovesiamo:hover
	{
		background: url(../images/matrice.png) -443px -38px;
	}
	
  a.dovesiamoActive, a.dovesiamoActive:hover
	{
		width: 90px;
		height: 36px;
		position: absolute;
		left: 443px;
		background: url(../images/matrice.png) -443px -76px;
	}

	a.contatti, a.contatti:hover
	{
		width: 76px;
		height: 36px;
		position: absolute;
		left: 533px;
		background: url(../images/matrice.png) -533px 0px;
	}

	a.contatti:hover
	{
		background: url(../images/matrice.png) -533px -38px;
	}
	
  a.contattiActive, a.contattiActive:hover
	{
		width: 76px;
		height: 36px;
		position: absolute;
		left: 533px;
		background: url(../images/matrice.png) -533px -76px;
	}
/**********************************
*         FORM CONTATTI           *
**********************************/	
input.formbutton {
	background: #f3f3f3; 
	border: 1px solid #004b8f;
	font-size: 10px;
	color: #393938;
	font-weight: normal;	
	height: 18px;
	width: 50px;
	padding:1px;
}
select{
	font-size:10px;
	padding:2px;
	margin: 4px;
	border: 1px solid #aea27c;
	background: #f3f3f3;
	color: #001C59;
}
input.formInputTesto{
	font-size:10px;
	width: 250px;
	height: 2em;
	padding:2px;
	margin: 4px;
	border: 1px solid #004b8f;
	background: #f3f3f3;
	color: #001C59;
}
textarea.formAreaTesto{
	width: 250px;
	height: 10em;
	border: 1px solid #004b8f;
	padding:2px;
	margin: 4px;
  background: #f3f3f3;
	color: #001C59;
}

#formback{
	background:#edf2e9;
	}
	
p.obbligatorio {
	display:inline;
	text-align:left;
	margin-top:0;
	color:#CC3333;
	}


/***************************/
/* Clear floats without structural markup
		   courtesy of htmldog.com/positioniseverything.net */
		.clearfix:after {
			content: "."; 
			display: block; 
			height: 0; 
			clear: both; 
			visibility: hidden;
		}
		
		/* Hides from IE-mac \*/
		* html .clearfix { height: 1%; }
		/* End hide from IE-mac */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

/* End hide from IE-mac */
/* OK, now to the real stuff */
/***************************/
