.home_content_box,.main_content_left,.main_content_right,.main_content_whole,.form_content_right,.form_content_left
{
	position: relative;
	height: 223px;
	width: 215px;
	margin-top: 33px;
	margin-left: 20px;
	padding-left: 20px;
	padding-top: 3px;
	float: left;
	background-image: url(images/titlebox.gif);
	background-repeat: no-repeat;
	
}

.home_content_box
{
	margin-left: 15px;
	padding-left: 15px;
	width: 220px;
}


.main_content_left
{
	width: 215px;
	background-image: none;
	padding-left: 0px;
	
}

.main_content_right
{
	width: 470px;
	background-image: none;
	padding-left: 0px;
	margin-left: 40px;

}

.main_content_whole
{
	width: 800px;
	background-image: none;
	padding-left: 0px;
	margin-left: 0px;
	left: 40px;
}

.elenco_portfolio_container, .elenco_news_container
{
	position: relative;
	height: auto;
	width: 215px;
	float: left;
	margin-right: 20px;
	
}

.elenco_portfolio_container
{
/*	border-right: 1px dotted #9E24AF; */
	height: 220px;
}

.whereLink a,
.whereLink a:hover,
.whereLink a:link,
.whereLink a:active,
.whereLink a:visited
{
	color: #9C23AC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;

}

.whereLink a:hover
{
	color: #d813f0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}


/******************************
 * Content della testata
 ******************************/

.topcontent
{
	position: absolute;
	height: 162px;
	width: 470px;
	left: 275px;
	
	
}

/******************************
 *	bottoni avanti / indietro ("nonav" solo se devono stare tutto a sinistra)
 ******************************/

.frecca_container_left,.frecca_container_left_nonav
{
	position: absolute;
	height: 20px;
	width: 110px;
	top: 240px;
	left: 275px;

}


.frecca_container_right,.frecca_container_right_nonav
{
	position: absolute;
	height: 20px;
	width: 100px;
	top: 240px;
	left: 400px;
}	
	
.frecca
{
	position: relative;
	height: 12px;
	width: 13px;
	float: left;
	margin-right: 5px;
	margin-top: 1px;
	
}


.frecca_container_left_nonav
{
	left: 40px;

}


.frecca_container_right_nonav
{
	left: 150px;
	
}



/******************************
 *	Definizioni testo
 ******************************/

 .Titolo_pagina /*Primo titolo*/
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: white;
	
}

 .Titolo_content /*Titolo interno*/
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: white;
	
}

 .text_content, .text_content_custom_desc /*testo normale*/
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: white;
}

 .text_content_bold /*testo normale grassetto*/
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	
}

.text_whitespace, .text_disclaimer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #bab9b9;
	padding-left: 20px;
}

.text_disclaimer
{
	padding: 0px;
	text-align: left;
}

.text_content_small
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: white;
}

.textContainer
{
	position: relative;
	float: left;
	width: 140px;
}

/******************************
 *	Link
 ******************************/

.link_content_bold a,				.text_content_custom_desc a,
.link_content_bold a:hover,			.text_content_custom_desc a:hover,
.link_content_bold a:link,			.text_content_custom_desc a:link,
.link_content_bold a:active,		.text_content_custom_desc a:active,
.link_content_bold a:visited		.text_content_custom_desc a:visited
{
	color: #ccff00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

.link_content_bold a:hover,			.text_content_custom_desc a:hover
{
	color: #d813f0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

 
/******************************
 *	BIGLINKS
 ******************************/

.biglink_content_bold a,
.biglink_content_bold a:hover,
.biglink_content_bold a:link,
.biglink_content_bold a:active,
.biglink_content_bold a:visited
{
	color: #ccff00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	text-decoration: none;

}

.biglink_content_bold a:hover
{
	color: #d813f0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	text-decoration: none;
}

.link_spacer
{
	position: relative;
	height: 10px;
	width: 71px;
}


/******************************
 *	Il div che contiene i due div Imagine e testo (Vedi box contenuto centrale home, elenco news o portfolio)
 ******************************/
.elenco_portfolio_container_small
{
	position: relative;
	height: auto;
	width: 71px;
	float: left;
	margin-right: 20px;
	
}

.thumbnail_box_and_text_container
{
	position: relative;
	height: 61px;
	width: 215px;
	clear: both;
}

.thumbnail_box_container_only
{
	position: relative;
	height: 61px;
	width: 71px;
	clear: both;
} 

/******************************
 *	Immagine
 ******************************/

 .thumbnailbox, .thumbnailbox_void, .thumbnailbox_mid
{
	position: relative;
	height: 57px;
	width: 57px;
	border: solid 2px #9e24af;
	float: left;
	margin-right: 10px;
}

.thumbnailbox_mid
{
	width: 140px;
	height: 140px;
}

.thumbnailbox_void
{
	/*border: 0px none;*/
}

/******************************
 *	testo
 ******************************/

 .thumbnailtext
{
	position: relative;

}



/******************************
 *	form style
******************************/



#frmInfo input, #frmInfo textarea
{
	background-color: #d08bd9;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #580463;
}

.campo
{
	position: relative;
	height: auto;
	width: auto;
	
}


/*
	Manuel
*/

.listItemContainer, .pfServiceContainer
{
	position: relative;
	float: left;
	height: 61px;
	width: 230px;
	left: 0px;
	margin-bottom: 20px;
}

.pfServiceContainer
{
	height: 40px;
	width: 230px;
	margin-bottom: 10px;
}

.disabled
{
	color: #893695;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

/******************************
 *	Icone elenco portfolio
******************************/


 .icon_box_and_text_container
{
	position: relative;
	height: 40px;

	width: 215px;
	clear: both;
	
	
} 

 .iconbox
{
	position: relative;
	height: 40px;
	width: 40px;
	/*border: solid 2px #9e24af;*/
	float: left;
	margin-right: 10px;
	
}


/******************************
 *	Dettaglio portfolio
******************************/

.pfDetailContainer
{
	position: relative;
	float: left;
	width: 420px;
}

.pfDetail
{
	position: relative;
	float: left;
	margin: 5px;
}
