/* CSS Document */

body
{
	margin:0px;
	padding:0px;
	height:100%;
	background: #FCE903;

	font-family:"Trebuchet MS", Arial;
	font-size:14px;
	line-height: 1.5em;

}

a
{
	color: #03C;
}


input
{
	border: 1px solid black;
	font: "Trebuchet MS", Arial 14px black;
	height:18px;
	padding-left: 2px;
}
 
textarea
{
	border: 1px solid black;
	font-family: "Trebuchet MS", Arial;
	
} 


#header
{
	width:100%;
	margin:0px;
	height:160px;
	background:url(img/header_bg.jpg) top left repeat-x;
	text-align:left;
}


.voce_menu
{

	margin:0px;
	padding:0px;
}

#left
{	
	float:left;
	width:70px;	
}


#central
{
	
	width:700px;
	background:#FFF;
	float:left;
	padding:10px;
	
}


#tipi_lavori
{
	
	top:15px;
	padding:0px;
	z-index:10;
	width: 190px;
	float:none !important;
	float:left;
	margin-right:0px; 
	margin-left:0px;


}
.cnt_lavori
{
	display:none;
}
#content_lavori
{
	float:right;
	width:500px;
	padding:2px;
	
	
}

#cursore
{
	border: 2px  solid #03C;
	z-index:20;
	width: 170px;
	height: 30px;
	position: absolute;
	left:90px;
	margin: 0px;
	margin-top:10px;
	margin-left:-10px;
}

.box_header
{
	background:#03C;
	width:250px;
	font-size:1.5em;
	color: #FFF;
	text-align:center;
}


#certimpresa,
#brand
{
	text-align:center;
	float:right;
	margin-top:10px;
}

#head_lavori
{
	margin: 0px 0px 20px 200px;
}
