@charset "utf-8";
/* CSS Document */

	body{
		background:#FFF;
		font-family:Arial, Helvetica, sans-serif;
	}
	.break1{
		clear:left;
	}
	.break2{
		clear:right;
	}
	.clear{
		clear:both;
		display:block;
		width:0px;
		height:0px;
	}
	.sec{
		margin-top:25px;
	}
/*
*
*	Head
*
*/

#main{
	width:985px;
	background: url(../gra/background.png) repeat-x;
	border-left:5px solid #f2f2f2;
	border-right:5px solid #f2f2f2;
	margin: 0 auto 0 auto;	
}

#left{
	width: 330px;
	float:left;
	background:url(../gra/f1.png) 5px 35px no-repeat;
}

#right{
	width:645px;
	float:left;
	background:url(../gra/f2.png) 335px 35px no-repeat;
}
#logo{
	margin-top:5px;
	margin-bottom:10px;
}

/*

	Menu
	
*/
ul.content_menu li{
	float:left;
	text-indent:-5000px;
}
#item1 a{
	display:block;
	background:url(../gra/menu_1.png);
	width:37px;
	height:541px;
	margin-left:35px;
}
#item2 a{
	display:block;
	background:url(../gra/menu_2.png);
	width:37px;
	height:541px;
	margin-left:6px;
}
#item3 a{
	display:block;
	background:url(../gra/menu_3.png);
	width:37px;
	height:541px;
	margin-left:7px;
}
#item4 a{
	display:block;
	background:url(../gra/menu_4.png);
	width:37px;
	height:541px;
	margin-left:7px;
}
#item5 a{
	display:block;
	background:url(../gra/menu_5.png);
	width:38px;
	height:541px;
	margin-left:7px;
}
#item0 a{
	display:block;
	background:url(../gra/menu_store.png);
	width:38px;
	height:541px;
	margin-left:7px;
}
#bottom_menu{
	display:block;
	float:left;
	background:url(../gra/menu_6.png);
	width:256px;
	height:317px;
	margin-left:36px;
	margin-top:-2px;
	text-indent:-5000px;
}


/*

	Identity Menu
	
*/
ul.identity_menu li{
	float:left;
	text-indent:-5000px;
	margin-top:15px;
}
#item6 a{
	display:block;
	background:url(../gra/title_01.png);
	width:135px;
	height:39px;
}
#item7 a{
	display:block;
	background:url(../gra/title_02.png);
	width:140px;
	height:39px;
}
#item8 a{
	display:block;
	background:url(../gra/title_03.png);
	width:172px;
	height:39px;
}
#item9 a{
	display:block;
	background:url(../gra/title_04.png);
	width:175px;
	height:39px;
}

/*

	Image Block
	
*/

#img_block{
	background:url(../gra/box_img.png) no-repeat;
	width:625px;
	height:255px;
	margin-left:-14px;
	margin-top:-15px;
	padding-top:23px;
	
}

/*

	Dock
	
*/

#dock_title{
	background:url(../gra/title_05.png);
	width:360px;
	height:39px;
	margin-top:25px;
	text-indent:-5000px;
	
}
.dock{
	background:url(../gra/sfondo_news.png) repeat-y;
	width:600px;
	min-height:90px;
	margin-bottom:10px;
}
.dock img{
	float:left;
	border:5px solid #CCC;
	margin: 0 10px 0 0;
}
.dock span.title{
	display:inline-block;
	margin-top:5px;
}
.dock p{
	margin-top:8px;
}

/*

	Footer
	
*/
div#footer{
	height:50px;
	background: #E6E6E6 url(../gra/logo_marchio_small.png) 10px 15px no-repeat;
	border-bottom: 5px solid #D6D6D6;
}
div#footer p.info{
	padding-top:18px;
	text-indent:45px;
	float:left;
	text-align:center;
	width:900px;
}

div#footer p.credits{
	display:inline-block;
	padding-top:18px;
	float:right;
	margin-right:20px;
	color:#999;
}
p.credits a{
	text-decoration:none;
	color:#333;
}
