/*
### WebMoole 2 Css						###
### ----------------------------------- ###
### Index								###
*/

/* Intestazione index */
#sfondo_intestazione_index{
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 245px;
	padding: 0px; 
}

/* Struttura index */
#index {
	border: 0px solid #666666;
	padding: 10px;
	text-align: center;
}


#index_1 {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 10px;
	height: 37px;
	text-align: center;
	background: #f6fafd;
}

#index_1 img {
	float:left;
	border: 0px solid;
	margin-top: 0px;
}

#index_1 h1 {
	float:left;
	font-weight: normal;
	font-size: 13px;
	margin: 14px 0 0 20px;
	color: #205c7b;
}

#index_2 {
	clear:left;
	border: 0px solid #666666;
	padding: 10px;
	height: 24px;
	text-align: center;
	background: #FFF;
}
#index_2 img {
	float:left;
	margin-top: 3px;
}

#index_2 h1 {
	float:left;
	font-weight: normal;
	font-size: 13px;
	margin: 5px 0 0 20px;
	color: #205c7b;
}

#index_2 h3 {
	clear: left;
	font-weight: normal;
	text-align: right;
	font-size: 11px;
	color: #205c7b;
}

/* Prodotti index */
.prodotti_index {
	margin: 5px;
	padding: 5px;
	background: #FFF;
	border: 1px solid #DDD;
}

.prodotti_index .box_immagine img {
	border: 0;
	width: 70px;
}

.prodotti_index .box_nome h1 {
	margin: 5px 0 0 0;
	font-size: 12px;
}

.prodotti_index .box_nome p {
	font-size: 11px;
	color: #555;
}

.prodotti_index .box_nome a {
	text-decoration: none;
	color: #333;
}

.prodotti_index .box_nome a:hover {
	text-decoration: none;
	color: #000;
}

/* News */
.news {
	border-bottom: 1px solid #DDD;
	margin: 5px;
	padding: 5px;
	background: #fff;
	text-align: justify;
}

.news h3 {
	font-weight: normal;
	text-align: right;
	font-size: 11px;
	color: #000;
}

.news h1 {
	font-size: 18px;
	margin-top: 5px;
	color: #000;
	text-align: justify;
}

.news h2 {
	font-weight: normal;
	font-size: 11px;
	margin-top: 5px;
	color: #000;
	text-align: justify;
}

.news a{
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
	margin-top: 5px;
	color: #ff6ebf;
	text-align: justify;
}

.news a:hover{
	font-size: 12px;
	text-decoration: underline;
	color: #ff6ebf;
	text-align: justify;
}
