
/*    PARTI GENERALI   */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
	background-color: #FFFFFF;
	background-image: url(../images/BarraMenu.jpg);
	background-repeat: repeat-x;
	background-position: top;	
}



p, ul, ol {
	margin-bottom: 1em;
	line-height: 140%;
	text-align: justify;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #FC3E1A;
}



/*    INTESTAZIONE    */

#Intestazione {
	width: 200px;
	height: 98px;
	margin-bottom:20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}


#logoENG {
	width: 770px;
	height: 200px;
	margin-right: auto;
	margin-left: auto;	
	
}

#logoSenzaAnimazione {
	width: 770px;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/fascia.jpg);	
}


/*   BARRA MENU   */

#menu {
	width: 770px;
	height: 30px;
	margin: 0 auto;
	
}


/*     BOX CONTENUTI     */

#contenuti {
	width: 770px;
	height:auto;
	background-color: #FFFFFF;
	/*background-image: url(../images/boxcenter.gif);*/
	background-repeat: repeat-y;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #CCCCCC;
}

#contenuti .boxlingue {
	float:right;
	width: 50px;
	margin-top: 0px;
	padding-left:30px;
		
}

#contenuti .boxlingue img{
	
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;		
}

#contenuti .img{
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#contenuti .title {
	padding: 30px 30px 20px 30px;
	/*background: url(../images/boxtop.gif) no-repeat;*/
	font-size: 12px;
	color: #999999;
	font-weight: lighter;
	word-spacing: 0,8em;
}

#contenuti .title a {
	text-decoration: none;
	border-bottom: 1px solid #B4BBBE;
	color: #999999;
}

#contenuti .title a:hover {
	border: none;
}

#contenuti .entry {
	padding: 0 30px;
}

#contenuti .bottom {
	height: 20px;
	/*background: url(../images/boxbottom.gif) no-repeat left bottom;*/
}

#contenuti .links {
	clear: both;
	margin: 0;
	padding: 10px;
	border-top: 1px solid #B4BBBE;
	font-size: .9em;
	background-color: #FFFFFF;
}

#contenuti .links a {
	text-decoration: none;
}


#contenuti .testo {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding-left: 50px;
	padding-right:50px;
}

/*     CONTENITORE PER PORTFOLIO LAVORI IN FLASH       */

#contenuti #Portfolio{
	margin-left:auto;
	margin-right:auto;
	height: 500px;
	width: 750px;
	background-color: #FFFFFF;
}


/*     BOX IN HOME  PAGE       */


#contenuti2 {
	width: 750px;
	height:120px;
	padding:5px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 0px solid #CCCCCC;
}


#contenuti2 #boxSx{
	margin-left:20px;
	height: 100px;
	width: 200px;
	border: 1px solid #CCCCCC;
	float: left;
	background-color: #FFFFFF;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: center center;	
}




#contenuti2 #boxCentrale{
	margin-left:20px;
	margin-right:20px;
	height: 100px;
	width: 200px;
	border: 1px solid #CCCCCC;
	float: left;
	background-color: #FFFFFF;
	padding: 10px;
}

#contenuti2 #boxDx{
	height: 100px;
	width: 200px;
	border: 1px solid #CCCCCC;
	float: left;
	background-color: #FFFFFF;
	padding: 10px;
}

/*   BOX MAPPA GOOGLE     */

#contenuti #mappa {
	width: 600px;
	margin-left:90px;
	height: 400px;
}




/*   BOX MINIATURE FOTO LAVORI     */

#contenuti #boxFotoLavori {
   	background-color: #FFFFFF;
	width: 700px;
		/*border: 10px #00FF33 dotted;*/
	margin-left: 10px;
	height: 1300px;
}


#contenuti #boxFotoLavori ul li{
	list-style-type:none;
	margin-left:30px;
	margin-right:8px;
	margin-bottom:4px;
}


#contenuti #boxFotoLavori a img{
	display:block;
	border:2px solid #666666;
	float: left;
}

#contenuti #boxFotoLavori #testo{
	margin-left:200px;
}



/* MODULO CONTATTI */

.testomodulo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	background-color: #FCFCFE;
 }
 
 .testoprivacy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	background-color: #FCFCFE;
	font-style: italic;
 }
 
 
input.pulsante {
	color: #000000;
	text-align: center;
	padding: 3px;
	width: 100px;
	border: 1px solid #999999;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #FFFFFF;
    }



/*     BOX SPACING - serve per inserire spazio tra il pie di pagina ed il box centrale     */

#boxspacing {
	height: 25px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}

/*     PIE PAGINA     */

#piepagina {
	clear:both;
	height:auto;
	background-color: #FFFFFF;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#piepagina p {
	text-align: center;
	font-size: smaller;
	color: #666666;
}

#piepagina a {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}
