@charset "UTF-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	color:#000033;
	background:url(images/bg.gif) repeat-x top left;
	background-color:#fff;
	margin:0 auto;
	
}


#container {
	padding:0 auto;
	text-align: left;
	margin: 0 auto;
	overflow: hidden;
	width:976px;
	background-color:#fff;
	background: url(images/menu.jpg) no-repeat top left;
}

a {
	color:#cc3333;
	text-decoration:none;
}
a:hover {
	color:#000033;
}
a img {
	border: none;
}

.border_img{
	border:0 none;
	float:none;
	
	}

p{
	margin:0 auto;
	padding:0 auto;
	
	}


#container .menu{
	float:left;
	height:auto;
	overflow:hidden;
	padding:2px 0 0 0;
	width:976px;
	
	
}

#container .logo {
	background: url(images/logo_cantieri.gif) no-repeat center;
	height: 134px;
	width: 314px;
	float:left;
	margin:0 auto;
}
#container .logo h2 a {
	display: block;
	height: 134px;
	width: 314px;
	
}
#container .logo h1 a span, #container .logo h2 span, #container .logo h3  {
	display: none;
}

#container .news{
	background: url(images/bg_rosso.gif) no-repeat bottom right;
	float:right;
	overflow:hidden;
	width:577px;
	height:20px;
	margin:113px 0 0 0;
	color:#FFF;   
	padding:12px 36px 0 18px;
	
}

#container .news a {
	color:#FFF;
	text-decoration:inherit;
	}

#container .flash{
	float:right;
	height:413px;
	width:975px;
	overflow:hidden;

}
#container .flash_int{
	float:right;
	width:975px;

}
#container{}

#container .content_interno{
	float:left;
	width:907px;
	margin:15px 0 20px 32px;
	
}

#container .content_interno  img,  #container .content_interno img a  {
	 border:solid 3px #000033;
	 margin:0 5px 0 0;
	 }	
 
 
 #container .content_interno h1{
	margin:0 0 40px 0;
	color:#cc0000;
	font-size:16px;
	font-weight:bold;
}

 #container .content_interno .testo{
	 padding:0 0 40px 34px;
	 line-height:20px;
	 text-align:justify;
	 }
 #container .content_interno .foto {
	  padding:0 0 0 34px;
	 }	
	 
 #container .content_interno .foto img,  #container .content_interno .foto img a  {
	 border:solid 3px #000033;
	 margin:0 5px 0 0;
	 }	
	 
	#container .content_interno  img,  #container .content_interno img a  {
	 border:solid 3px #000033;
	 margin:5px 5px 0 0;
	 float:left;
	 }	
	 
 
 
 #container .footer{
	float:left;
	font-size:10px;
	clear:both;
	padding:15px 0 0 34px;
	width:700px;

}



/* menu chrome*/

.chromestyle{
width:902px;
float:left;
margin:14px 0 0 0;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
height:35px;
padding:0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}
.chromestyle li{
/*background: url(images/menu/rigo.gif) no-repeat center right;*/
border-right:solid 1px #0050a9;
padding:0 2px 0 0;

}

.chromestyle ul li a{
color: #494949;
padding: 0;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #000033; /*THEME CHANGE HERE*/
font:bold 11px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
text-align:left;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 10px;
/*border-bottom: 1px solid #000033; /*THEME CHANGE HERE*/
padding: 4px;
text-decoration: none;
font-weight: bold;
color: #000033;
font-size:10px;

background: url(images/freccia_menu.gif) no-repeat center left;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
color:#cc0000;
}



/*moduli*/

label{

	font-family:Verdana,Arial;
	font-size:11px;
	color:#000033;
	font-weight:normal;
	text-align:left;
	line-height: 1.6em;
	margin:0px;
	padding-bottom:5px;
	padding-right:20px;
	width:210px;
	float:left;
}

select{
	font-family:Verdana,Arial;
	font-size:12px;
	color:#000033;
	font-weight:normal;
	width:300px;
}
option {
	padding: 2px 0;
}
input{
	font-family:Verdana,Arial;
	font-size:12px;
	color:#000033;
	font-weight:normal;
	width:296px;
	padding: 2px 0;
	}

.inputSubmit{
	font-family:Verdana,Arial;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	
	height:25px;
	background-color:#cc3333;
	float:right;
	text-align:right;
	border:none;
	}

.inputCheck{
	width:20px;
	height:20px;

	}
.inputArea{
	width:526px;
	height:50px;
	font-family:Verdana,Arial;
	font-size:10px;
	color:#000033;
	font-weight:normal;
	vertical-align:middle;
	}

 