/* content ticker */

div.content_ticker {
	width: 765px;
	height: 390px;
	margin-bottom: 20px;
}

/* mission	*/
div.mission_home{
	width: 741px;
	height: 100px;
	padding: 12px;
	background: #EFF2F2 url('../images/sfondo_triangolo.png') -927px bottom no-repeat;
	margin-bottom: 10px;
}

div.mission_home_inner{
	width: 741px;
	height: 90px;
	background: #EFF2F2 url('../images/doppi_apici_chiusi.png') right bottom no-repeat;
}

div.mission_home p{	
	background: url('../images/doppi_apici.png') 0 0 no-repeat;
	color: #666;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	padding-left: 30px;
	width: 700px;
	margin-bottom: 0;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 20px;
}


/*	collezione e progetti */
div.two_box_home{
	width: 765px;
	height: 178px;
	margin-bottom: 20px;
}

div.collezione,
div.progetti{
	position: relative;
	width: 364px;
	height: 163px;
	padding: 15px 0 0 13px;
	float: left;
}

div.collezione{
	margin: 0 10px 0 0;
	background: #FF6600;
}

div.progetti{
	background: #000066;
}

div.collezione h1,
div.progetti h1{
	font-size: 11px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #fff;
}

div.collezione p,
div.progetti p{
	color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    width: 344px;
}

div.collezione a.bt_vai,
div.progetti a.bt_vai{
	position: absolute;
	bottom: 16px;
	right: 20px;
}

div.collezione a.bt_vai:hover{
	background: #000066 url('../images/arrow_right_white.png') 5px center no-repeat;
}

div.progetti a.bt_vai:hover{
	background: #FF6600 url('../images/arrow_right_white.png') 5px center no-repeat;
}


/*	news	*/

div.news_block  h2{
	text-transform: uppercase;
	font-size: 11px;
	margin: 20px 0 10px;
}

div.news_row {
	clear: both;
}

div.news_block div.single_news{
	width: 165px;
	margin-left: 11px;
	float: left;
	background: url("../images/sfondo_triangolo.png") no-repeat scroll -927px bottom #EFF2F2;
	margin-bottom: 15px;
}

div.news_block div.single_news_first{
	margin-left: 0px;
}

div.news_block div.single_news a.thumb_news{
	margin-bottom: 10px;
}

div.single_news h1.title{
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

div.news_block div.single_news div.content_news{
	width: 165px;
	padding-bottom: 22px;
	min-height: 176px;
}

div.news_block div.single_news a.bt_vai{	
	
}
