@charset "UTF-8";
/* =CALL LIBRARY */
	@import url("reset-min.css"); /* ------- Reset all CSS Styles */

/* =GENERAL - the general styles */
	body{
		font: 62.5%/2.2em Arial, Tahoma, Verdana,Helvetica, sans-serif;
		color: #333333;
		line-height:normal;
		background: #f3b219 url(../images/layout/bg_patterns.gif);
	}
	a{text-decoration: none;color: #5599a7;}
	a:hover{color: #f15c22;}
	strong{font-weight: bold;}
	

/* =LAYOUT - the main layout styles */

/* container top */
	#containertop{
		position: absolute;
		width: 902px;
		margin: -91px auto 0 auto;
		height: 91px;
		font-size:0.1em;
		background:url(../images/layout/container_top.png) left bottom no-repeat;
	}
	* html #containertop{behavior: url(stylesheets/iepngfix.htc);} /* to correct transparent png in IE */
/* container */
	#container{
		width: 902px;
		margin: 91px auto 0 auto;
		background: #171A0F url(../images/layout/bg_container.png);
		padding-bottom:10px;
	}

/* =NAVIGATION */

/* logo + top navigation */
	#navigation_istituzionale{
		width: 861px;
		margin: 10px auto 20px auto;	
		height: 40px;
	}	
	#logo{
		width: 177px;
		height: 40px;
		padding-left:50px;
		float:left;
	}
	#men_top {
		padding-left:180px;
		float: left;
		height: 40px;
	}
	
	#men_top li{
		float: left;
		border-right-style:solid;
		border-right-width:1px;
		border-right-color:#b1b3ab;
		margin-top:10px;
	}
	#men_top li a{
		padding: 0px 16px 0 16px;
		height: 23px;
		float: left;
		font-family: "Trebuchet MS";
		font-size: 1.5em;
		font-weight: bold;
		letter-spacing:-0.03em;
		color: #b1b3ab;

	}
	#men_top li a:hover{
		color: #333333;
	}

/* prodotti navigation */
	#navigation_prodotti{
		background: url(../images/layout/nav_bg.gif) repeat-x;
		height: 37px;
		width: 861px;
		margin: 10px auto 20px auto;
	}
	#navigation{
		float: left;
		padding-left:7px;
		height: 37px;
		background: url(../images/layout/navigation_left.gif) left top no-repeat;
	}
	#navigation li{
		float: left;
		border-right-style:solid;
		border-right-width:1px;
		border-right-color:#FFFFFF;
		
	}
	#navigation li a{
		padding: 7px 13px 0 13px;
		height: 30px;
		float: left;
		font-family: "Trebuchet MS";
		font-size: 1.5em;
		font-weight: bold;
		letter-spacing:-0.03em;
		color: #ffffff;

	}
	#navigation li a:hover{
		color: #555555;
		background: #b1b3ab url(../images/layout/nav_hover_bg.gif) 0 0 repeat-x;
	}
	#navigation_right{
		float: right;
		height: 30px;
		padding:7px 10px 0 0;
		background: url(../images/layout/navigation_right.gif) right top no-repeat;
	}

/* =MAIN IMAGE */
	#main_image{
		width:860px;
		margin: 0 auto;
	}

	
/* =CONTENT */
	#content{
		width: 860px;
		margin:26px auto 0 auto;

	}
	#content_top{
		background: url(../images/layout/content_top.jpg);
		height: 10px;
	}
	#content_title{
		font-size:2.5em;
		color: #ffffff;
		height: 37px;
		background: url(../images/layout/content_top_bg.jpg) left top repeat-x;
		text-align:center;
		padding-top:5px;
	}
	#content_body{
		margin: 0 auto;
		overflow: hidden;
		background: #f0effe url(../images/layout/content_bg.jpg) bottom repeat-x;
		padding: 30px 39px 20px 39px;


	}
	#content_body .left{
		width: 430px;
		padding-right:40px;
		float:left;
	}
	#content_body .right{
		width: 312px;
		float:right;
	}
	#content_body .content_block p{
		margin-bottom:8px;
		font-size: 1.1em;
	}	
	#content_body img{
	border-width:5px;
	border-color:#FFFFFF;
	border-style:solid;
	float:right;
	}
	#content_body .content_block{
		margin-bottom:24px;
	}
	#content_body .content_block h2{
		font-size:1.5em;
		color: #f15c22;
		font-weight:bold;
		background: url(../images/layout/bg_titoletto.png) left bottom repeat-x;
		margin-bottom:8px;
		padding-left:8px;
	}
	#content_body .content_block .azzurro{
		background-color:#3399CC;
		padding: 30px 24px 30px 24px;
	}
	#content_body .content_block .azzurro strong{
		color:#FFFFFF;
	}
	#content_bottom{
		background: url(../images/layout/content_bottom.jpg);
		height: 10px;
		width: 860px;
	}


	/* list of services */

	#content_body ul {
		padding-left: 10px;
		line-height:1.8em;
		list-style:disc;
		list-style-position:inside;

	}

	
/* =FOOTER */
	#footer_container{
		height: 67px;
		width: 871px;
		padding-left:31px;
		padding-bottom:25px;
		margin: 0 auto;
		font-size: 1.2em;
		color:#FFFFFF;
		background: url(../images/layout/footer_left.png) 0 0 no-repeat;
	}
	#footer{
		float:left;
		width: 840px;
		height: 67px;
		background: url(../images/layout/footer_bg.png) 0 bottom repeat-x;
	}
	#footer .logo{
		padding: 34px 0 0 30px;
		width: 600px;
		float: left;
	}
	#footer .credits{
		padding-top: 34px;
		padding-right: 30px;
		float: right;
		font-size:0.8em;
	}
	#footer .credits a{
		color: #ffff33;
	}
	#footer .credits a:hover{
		color: #ffffff;
	}
	#footer_right{
		float:right;
		width: 31px;
		height: 67px;
		background: url(../images/layout/footer_right.png) right bottom no-repeat;
	}
	
	* html #footer, * html #footer_right, * html #footer_container{behavior: url(stylesheets/iepngfix.htc);}
	
.txtform {
	margin-right: 0px;
	margin-left:10px;
	margin-top: 4px;
	margin-bottom: 0px;
	letter-spacing: normal;
}

.commentoform {
	font : lighter 9px/normal Verdana, Arial, Helvetica, sans-serif;
	color : #5E5E5E;
	margin-right: 0px;
	margin-left:4px;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: normal;
	text-align: right;

}

.campo {
/*	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #303030;
	letter-spacing: normal;
	background-color: #FFFFFF;
	border: 1px solid #FFCC33;*/
	margin: 2px 2px 2px 16px;
}