body,html{
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #585858;
	height: 100%;
}
img{
	border: none;
}
a:hover{
	text-decoration: none;
}
form{
	margin: 0px;
	padding: 0px;
}

/* generici */

.content0{
	background-image: url(img/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 400PX;
}
.content{
	width: 890px;
	margin: 0px auto;
	text-align: left;
}

/* splash */
.general{
	width:100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}
.flash_splash{
	width: 872px;
	margin: 0px auto 10px auto;
}
.enter{
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}
.enter a{
	text-decoration: none;
	color: #007576;
}
.enter a:hover{
	color: #014243;
}
.footer_splash{
	margin-top: 10px;
	padding-top: 10px;
	background-image: url(img/footer_splash.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	color: #63a39f;
	font-size: 10px;
}
.footer_splash a{
	color: #63a39f;
}

/* menu */
.shadow{
	background-image: url(img/menu_shadow.png);
	width: 843px;
	height: 33px;
	padding: 3px;
	position: relative;
	top: 30px;
	margin-left: 44px;
}
.logo{
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	width: 103px;
	height: 68px;
	position: absolute;
	cursor: pointer;
	margin: -33px 0px 0px -7px;
}
.menu{
	padding: 0px 0px 0px 50px;
	height: 31px;
	background-image: url(img/bg_menu.jpg);
	background-repeat: repeat-x;
	border: 1px solid #6bb7b2;
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.menu div{
	float: left;
	background-image: url(img/divisoria.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 25px;
	padding: 12px 12px 0px 12px;
}
.menu a{
	color: #FFFFFF;
	text-decoration: none;
}

/* header */

.header{
	margin-top: 35px;
	border-top: 3px solid #41a09c;
	border-bottom: 1px solid #058378;
}

/* home page */

.context_home{
	background-image: url(img/bg_home.jpg);
	background-repeat: no-repeat;
	width: 890px;
	height: 272px;
}
.left_home, .right_home{
	float: left;
	padding: 10px 0px 0px 230px;
}
.left_home{
	width: 195px;
}
.right_home{
	width: 220px;
}
.left_home h3, .right_home h3, .rivenditori_home h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.left_home p, .right_home p{
	margin: 0px;
	padding: 10px 0px 5px 0px;
}
.left_home a, .right_home a, .rivenditori_home p a{
	color: #007576;
	font-weight: bold;
}
.rivenditori_home{
	float: left;
	width: 300px;
	padding: 40px 0px 0px 115px;
}
.rivenditori_home h3{
	color: #007576;
	margin-bottom: 10px;
}
.rivenditori_home .my_input{
	border: 0px;
	background-color: #cce3e4;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100px;
	height: 17px;
	padding: 0px 1px;
}
.rivenditori_home p{
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
.input_left, .input_right{
	float: left;
	width: 9px;
	height: 17px;
	background-repeat: no-repeat;
}
.input_left{
	background-image: url(img/input_left.gif);
}
.input_right{
	background-image: url(img/input_right.gif);
	padding-right: 5px;
}
.lista_nome a{
	color: #585858;
	text-decoration: none;
	width: 150px;
	height: 18px;
	display: block;
	cursor: pointer;
	background-image: url(img/finta_select.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.lista_nome a:hover{
	color: #007576;
}
.vai_regione{
	width: 150px;
	height: 110px;
	overflow: auto;
	position: absolute;
	background-color:#FFFFFF;
	margin-top: -1px;
	line-height: 18px;
}
.vai_regione a{
	color: #007576;
}

/* pagine interne */

.menu_left{
	background-image: url(img/bg_menu_left.jpg);
	background-repeat: repeat-x;
	width: 225px;
	float: left;
	height: auto !important;
	min-height: 445px;
	height: 445px;
}
.box_menu, .box_menu2{
	background-repeat: no-repeat;
	height: 28px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	display: block;
	padding: 20px 0px 0px 30px;
}
.box_menu{
	background-image: url(img/bg_first.png);
	color: #9cd5d6;
}
.box_menu2{
	background-image: url(img/bg_others.png);
	color: #0e4546;
	cursor: pointer;
	text-decoration: none;
}
.box_menu2:hover{
	color: #9cd5d6; 
}
.context{
	width: 665px;
	float: left;
	background-image: url(img/bg_right.jpg);
	background-repeat: no-repeat;
	height: auto !important;
	min-height: 445px;
	height: 445px;
	line-height: 16px;
}
.context2{
	width: 645px;
	padding: 0px 10px;
	float: left;
	background-image: url(img/bg_right.jpg);
	background-repeat: no-repeat;
	height: auto !important;
	min-height: 445px;
	height: 445px;
	line-height: 16px;
}
.context2 p{
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
.testo, .testo2{
	float: left;
	padding: 0px 5px 0px 15px;
}
.testo_mod{
	float: left;
	padding: 0px 5px 0px 0px;
	width: 430px;
}
.testo{
	width: 415px;
}
.testo2{
	width: 395px;
}
.testo3{
	float: left;
	width: 430px;
}
.testo a, .testo2 a, .testo3 a{
	color: #0a6869;
}
.testo h2, .testo2 h2, .context2 h2, .testo3 h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #006162;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
}
.testo p, .testo2 p{
	margin: 15px 0px 0px 0px;
	padding: 0px;
}
.testo ul, .testo2 ul, .testo3 ul{
	margin: 0px;
	padding: 0px;
}
.testo li, .testo2 li, .testo3 li{
	margin: 0px;
	padding: 2px 0px 2px 15px;
	list-style-type: none;
	background-image: url(img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}
.nome_regione{
	width: 385px;
	height: 32px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #007576;
	background-image: url(img/bg_regione.png);
	font-size: 14px;
	padding: 18px 0px 0px 10px;
}
.nome_regione2{
	width: 385px;
	height: 32px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #007576;
	background-image: url(img/bg_regione2.png);
	font-size: 14px;
	padding: 18px 0px 0px 10px;
}
.divisoria2{
	width: 430px;
	height:2px;
	font-size: 0px;
	line-height: 0px;
	clear: both;
	background-image: url(img/divisoria2.png);
}
.nome_link{
	float: left;
	width: 155px;
	padding-left: 10px;
	padding-top: 12px;
}
.img_link{
	float: left;
	width: 112px;
	border-left: 1px solid #87c0be;
	border-right: 1px solid #87c0be;
	text-align: center;
	margin: 3px 0px;
	color: #585858;
	font-weight: bold;
}
.url_link{
	float: left;
	width: 140px;
	padding-left: 10px;
	padding-top: 12px;
}
.url_link a{
	color: #585858;
}

/* sfondini */

.img_azienda, .img_cotone, .img_parliamone, .img_vendita{
	background-repeat: no-repeat;
	background-position: top right;
	float: left;
}
.img_azienda{
	background-image: url(img/sfondi/bimbo.jpg);
	height: 353px;
	width: 230px;
}
.img_cotone{
	background-image: url(img/sfondi/fiori.jpg);
	height: 397px;
	width: 230px;
}
.img_parliamone{
	background-image: url(img/sfondi/fiore.jpg);
	height: 497px;
	width: 150px;
	padding: 40px 0px 0px 80px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006162;
	font-size: 14px;
	text-indent: -9999px;
	font-style: italic;
}
.img_vendita{
	background-image: url(img/sfondi/fiore2.jpg);
	height: 497px;
	width: 150px;
	padding: 40px 0px 0px 80px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006162;
	font-size: 14px;
	text-indent: -9999px;
	font-style: italic;
}

/* prodotti */

.col_assorbente{
	width: 240px;
	float: left;
	padding: 50px 10px 0px 0px;
}

/* catalogo */

.img_catalogo{
	width: 210px;
	float: left;
	padding-top: 15px;
}
.text_catalogo{
	width: 435px;
	float: left;
	margin-top: 15px;
}
.divisoria{
	margin-top: 15px;
	background-image: url(img/divisoria.png);
	background-repeat: no-repeat;
	height: auto!important;
	height: 26px;
	min-height: 26px;
}

/* popup */

.popup{
	width: 680px;
	height: 400px;
	background-color: #FFFFFF;
	overflow: auto;
	padding: 0px 10px;
}
.popup em{
	font-weight: bold;
}
.popup h1{
	font-size: 16px;
	color: #000000;
}
.popup h2{
	font-size: 14px;
	color: #007576;
}


/* footer */

.footer{
	border-top: 1px solid #c7dfdf;
	color: #71aaa6;
	text-align: center;
	padding: 12px 0px;
}
.footer a{
	color: #71aaa6;
}

/* utili */

.clear{
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

/* accordion */

.accordion_toggle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	display: block;
	padding: 6px 0px 6px 15px;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	font-size: 11px;
	color: #585858;
	border-bottom: 1px solid #588a8a;
	cursor: pointer;
	margin: 0 0 0 0;
}

.accordion_toggle_active {
	color: #196262;
	border-bottom: none;
	background-image: url(img/bg_faq.png);
	background-repeat: repeat-y;
}

.accordion_content {
	overflow: hidden;
	border-bottom: 1px solid #588a8a;
	margin: 0px;
	padding: 0px 0px 15px 15px;
	background-image: url(img/bg_faq.png);
	background-repeat: repeat-y;
}
.accordion_content ul{
	padding-top: 5px;
	margin-left: 10px;
}
	
.accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}

.accordion_content p {
	padding: 15px 0px 0px 0px;
	margin: 0px;
}
#vertical_container	{
	margin-bottom: 15px;
}	
			
/* Container styling*/

/*#horizontal_container {
	margin: 20px auto 20px auto;
	width: 400px;   
	height: 100px;    
}

#vertical_nested_container {
	margin: 20px auto 20px auto;
	width: 400px;
}*/

/* sifr */

/*.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-hasFlash .white, .sIFR-hasFlash .blue{
	font-size: 16px;
}*/

