body {
	margin: 0px;
	padding: 0px;
	background: #B5AA9F url('../images/header.png') 0 0 repeat-x; 
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
}

a {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form {
	margin: 0px;
	padding: 0px;
}

input, 
textarea{
	margin: 0;
	padding: 0;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
}

div.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	overflow: hidden;
}

.invis,
.hidden,
.print_only {
	display: none;
}

h1, h2, h3, h4, h5, p {
	margin-top: 0px;
	margin-bottom: 12px;
}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 15px;}
h4 {font-size: 14px;}
h5 {font-size: 13px;}

.block{
	display:block;
}

.strong{
	font-weight:bold;
}

img{
	border:0;
}

span.strike{
	text-decoration:line-through;
}

/* -- inizio struttura  */

div.wrap{
	width: 960px;
	margin: 0 auto;
	position: relative;
}

/* header */
div.header {
	height: 172px;
	background: url('../images/header.jpg') 0 38px no-repeat;
	padding-top: 38px;
	width: 960px;
}

div.header div.logo{
	width: 238px;
	height: 100px;
	padding: 16px 0 26px 38px;
}

div.header div.logo a{
	display: block;
	width: 238px;
	height: 100px;
}


div.header div.menu{
	height: 29px;
	width: 958px;
	border-top: 1px solid #CC0000;
	border-left: 1px solid #990000;
	border-right: 1px solid #990000;
	background: url('../images/bkg_menu.png') 0 0 repeat-x;
}

div.menu ul{
	list-style: none; 
	margin: 0;
	padding: 0;
	height: 29px;
}

div.menu ul li{
	float: left;
	margin: 0;
	padding: 7px 16px;	
}

div.menu  a,
div.menu  span,
div.menu li.gall{
	color: #fff;
}

div.menu ul.men li.corr{
	background:	url('../images/menu_sel.png') left top repeat-x;
	color: #fff;
}

div.menu li.gall{
	position: relative;
} 

div.menu li.gall ul{
	display: none;
	position: absolute;
	top: 29px;
	left: 0;
	z-index: 500;
	width: 86px;
}

div.menu li.gall ul li{
	width: 64px;
	background: #ff0000; 
	border-top: 1px solid #fff;
	padding: 3px 16px;z-index: 4;
}

div.menu li.gall:hover,
div.menu li.gall li:hover,
div.menu li.gall li.corr{
	background:	#940000;
	color: #fff;
}

div.menu li.gall:hover ul{
	display: inline;
}

div.cerca{
	position: absolute;
	top: 7px;
	right: 0;
	width: 280px;
	height: 40px;
}

div.cerca h2{
	font-size: 12px;
	margin-bottom: 0;
	float: left;
	margin-right: 7px;
	padding-top: 4px;
}

div.cerca input{
	border: 0;
	padding: 0;
	margin: 0;
}

div.cerca input.txt{
	width: 142px;
	height: 12px;
	padding: 4px;
	float: left;
}

div.cerca div.input{
	float: left;
	width: 180px;
	height: 20px;
	border: 1px solid #DDDDDD;
	background: #fff;
}

div.cerca input.img{
	padding: 4px;
	float: right;
}

/*--	content	--*/

div.content{
	background: #fff;
	padding-top: 10px;
	width: 960px;
}

div.contenuto{
	width: 750px;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

div.sidebar{
	width: 180px;
	float: left;
	margin-bottom: 20px;
}


/*-- footer --*/
div.footer{
	clear: both;
	height: 180px;
	border-top: 5px solid #B5AA9F;
	width: 960px;
	background: #545454;
}

div.footer div.dati{
	background: #666 url('../images/logo_footer.png') 18px 15px no-repeat;
	padding-left: 136px;
	padding-top: 30px;
	height: 87px;
	color: #fff; 
}

div.footer div.dati p{
	margin-bottom: 4px;
}

div.footer div.dati a,
div.footer div.credits a{
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}

div.footer div.credits{
	float: right;
	padding-top: 8px;
	padding: 10px 8px 23px 0;
	color: #999;
	font-size: 11px;
}

