/* CSS Document */

/* CSS Document */

body {
	background: #5b674a;
}

/* contenuti sito */

#cont {
	width: 950px;
	height: 541px;
	overflow: hidden;
	margin: 0px auto;
}



#contenuti {
	width: 684px;
	height: 541px;
	overflow: hidden;
	margin: 0px;
	float: left;
	display: inline;
}

#contenuti_testo {
	width: 389px;
	height: 541px;
	overflow: hidden;
	margin: 0px;
	background: #5d694c url(../images/profilo/testo-bk.jpg);
	float: left;
	display: inline;
}

#contenuti_testo p {
	line-height: 14px;
}

#contenuti_testo p img {
	border: #a4b478 1px solid;
}

#contenuti_news {
	width: 280px;
	height: 206px;
	overflow: hidden;
	margin: 0px;
	background: #3a87ac url(../images/profilo/news-bk.jpg);
	float: right;
	display: inline;
	display: block;
	line-height: 14px;
	position: relative;
}

#contenuti_prodotti {
	width: 280px;
	height: 322px;
	overflow: hidden;
	margin-top: 13px;
	float: right;
	display: inline;
	display: block;
}

.italiano {
	background: #991633 url(../images/profilo/prodotti-bk.jpg);
}

.inglese {
	background: #991633 url(../images/profilo/prodotti-bk_en.jpg);
}

#contenuti_news h1 {
	width: 280px;
	height: 40px;
	overflow: hidden;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	display: block;
	text-indent: -9999px;
}

#contenuti_prodotti h1 {
	width: 280px;
	height: 40px;
	overflow: hidden;
	margin: 0px 0px 6px 0px;
	padding: 0px;
	display: block;
	text-indent: -9999px;
}

#contenuti_news p{
	margin-top: 4px;
	margin-bottom: 4px;
}

#contenuti_prodotti p {
	margin-top: 4px;
	margin-bottom: 0px;
}

#contenuti_news h2 {
	margin-top: 4px;
	margin-bottom: 8px;
}

#contenuti_news img {
	float: left;
	display: inline;
	margin: 3px 8px 0px 0px;
	border: #bbd4e1 1px solid;
}

#leggitutto {
	position: absolute;
	width: 81px;
	height: 26px;
	background: #35769b url(../images/news/leggitutto.jpg);
	line-height: 26px;
	top: 178px;
	left: 197px;
	text-align: center;
}

/* BOX PRODOTTI */

#contenuti_prodotti a {
	width: 255px;
	height: 15px;
	overflow: hidden;
	margin: 0px 0px 15px 11px;
	display: block;
	float: left;
	display: inline;
	border: #6e071e 1px solid;
	color: #991633;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding-top: 90px;
	padding-bottom: 10px;
}

#contenuti_prodotti a.scheda01 {
	background: url(../images/profilo/schedaprodotto01.jpg);
}

#contenuti_prodotti a.scheda02 {
	background: url(../images/profilo/schedaprodotto02.jpg);
	width: 122px;
	line-height: 15px;
	margin-right: 0px;
	padding-top: 4px;
	height: 20px;
	padding-top: 90px;
	padding-bottom: 16px;
}

#contenuti_prodotti a.scheda03 {
	background: url(../images/profilo/schedaprodotto03.jpg);
	width: 122px;
	float: right;
	margin-right: 12px;
	margin-left: 0px;
	line-height: 15px;
	padding-top: 4px;
	height: 20px;
	padding-top: 90px;
	padding-bottom: 16px;
}

#contenuti_prodotti a:hover {
	border: #d27b8e 1px solid;
	color: #fff;
	text-decoration: none;
}

#contenuti_prodotti a.scheda01:hover {
	background: url(../images/profilo/schedaprodotto01-hover.jpg);
}

#contenuti_prodotti a.scheda02:hover {
	background: url(../images/profilo/schedaprodotto02-hover.jpg);
}

#contenuti_prodotti a.scheda03:hover {
	background: url(../images/profilo/schedaprodotto03-hover.jpg);
}


/* fine contenuti sito */


#footer {
	background: #5b674a url(../images/profilo/footer-bk.jpg) top center no-repeat;
}

#footer_prodotti ul li {
	background: #869858 url(../images/profilo/footer-li.jpg);
}

