/* WEBMOOLE 2.1 - INDEX */

/* Intestazione index */
.sfondo_intestazione_index{
	background: url(images/headerBgHome.jpg) no-repeat;
	height: 248px;
}

/* Struttura index */
div#index {
	padding: 2px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

div#index table td{
	text-align: justify;
	vertical-align: top;
}

div#index table td img {
	padding: 2px;
	/* border: 1px solid #C1C1C1; */
}

div#index table td h1 {
	font-size: 12px;
	font-weight: bold;
	color: #ab2219;
	padding-bottom: 3px;
}

div#index table td p {
	font-size: 12px;
	text-align: justify;
	padding-top: 2px;
	padding-bottom: 3px;
	color: #555;
}

/* Struttura In Evidenza */
div#indexPickUp {
	padding: 2px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ededed;
}

div#indexPickUp .pkcell h1 {
	font-size: 12px;
	font-weight: bold;
	color: #f0482d;
	padding-bottom: 3px;
}

div#indexPickUp .pkcell h1 a{
	color: #f0482d;
	text-decoration: none;
	font-weight: bold;
}

div#indexPickUp .pkcell h1 a:hover{
	text-decoration: underline;
}

div#indexPickUp .pkcell h2 {
	font-size: 11px;
	color: #412e41;
	text-align: justify;
	padding-bottom: 3px;
}

div#indexPickUp .pkcell h2 a{
	color: #412e41;
	text-decoration: none;
}

div#indexPickUp .pkcell h2 a:hover{
	text-decoration: none;
}

/* News */
div#indexNews {
	padding: 2px;
	padding-bottom: 10px;
}

div#indexNews .news {
	padding-top: 5px;
	padding-bottom: 5px;
}

div#indexNews .news h3 {
	font-size: 11px;
	padding-bottom: 3px;
	color: #717171;
}

div#indexNews .news h3 span.nH1 {
	font-size: 12px;
	font-weight: bold;
	color: #ab2219;
	padding-bottom: 3px;
}

div#indexNews .news h2 {
	font-size: 11px;
	color: #555;
	text-align: justify;
	padding-bottom: 3px;
}

div#indexNews .news a {
	font-size: 11px;
	color: #717171;
	text-decoration: underline;
	font-weight: normal;
}

div#indexNews .news a:hover {
	text-decoration: underline;
}

/* Case History - In Evidenza */
div#indexNewsCase {
	margin-bottom: 5px;
}

div#indexNewsCase div#indexCasePre {
	width: 207px;
	height: 35px;
	background: url(images/indexCasePre.jpg) no-repeat bottom left;
}

div#indexNewsCase div#indexCase {
	width: 207px;
	background: url(images/indexCase.jpg) repeat-y bottom left;
	padding-top: 10px;
}

div#indexNewsCase div#indexCase img {
	padding: 2px;
	border: 1px solid #C1C1C1;
	margin-bottom: 10px;
}

div#indexNewsCase div#indexCase h1 {
	font-size: 12px;
	font-weight: bold;
	color: #f0482d;
	padding-bottom: 3px;
	padding-left: 22px;
	padding-right: 22px;
	text-align: left;
}

div#indexNewsCase div#indexCase p {
	font-size: 11px;
	text-align: justify;
	padding-top: 2px;
	padding-left: 22px;
	padding-right: 22px;
	padding-bottom: 10px;
}

div#indexNewsCase div#indexCase a {
	font-size: 11px;
	color: #FF9c00;
	text-decoration: underline;
	font-weight: bold;
}

div#indexNewsCase div#indexCasePost {
	width: 207px;
	height: 7px;
	background: url(images/indexCasePost.jpg) no-repeat top left;
	margin-bottom: 10px;
}

/* Gallery */
div#indexGallery {
	padding: 2px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

div#indexGallery table td{
	text-align: justify;
	vertical-align: top;
}

div#indexGallery table td img {
	padding: 1px;
	border: 1px solid #b24c43;
}

