@import url(graph_menu.css);
@import url(littlepoucet_bar.css);
@import url(menu.css);

html,body{
	margin: 0px;
	padding: 0;
	font-family: Arial, sans-serif;
	/*background-color:#3F3E3E;*/
}

div#container{
	margin: 0 auto;
	width: 960px;
	padding: 0px;
	/*border: 1px solid #E6E7E7;*/
	background-color:white;
	color:#575758;
}





/* BARRA DELLA LINGUA */
div#language {
	color: white;
	height:16px;
	background-image:url(../images/bg_language.jpg);
	padding-right:30px;
	background-repeat:no-repeat;
	font-size:8pt;
	padding-left:10px;
}
div#language a { text-decoration:none; color:white; }
div#language a:hover { text-decoration:underline; }
div#language ul{ list-style: none; list-style-type:none; margin: 0; padding: 0; border: 0; float:right; }
div#language ul li { margin: 0; display: inline; }
div#language ul li a {
	display: block;
	margin: 1px;
	width: 18px;
	height: 12px;
	float:left;
	border: 0;
	background-repeat: no-repeat;
}
a#lang_it { background-image: url(../images/languages/it.gif); }
a#lang_en { background-image: url(../images/languages/en.gif); }
a#lang_it:hover{ background-image: url(../images/languages/it_hover.gif); }
a#lang_en:hover{ background-image: url(../images/languages/en_hover.gif); }
a#lang_it_current { background-image: url(../images/languages/it_hover.gif); }
a#lang_en_current { background-image: url(../images/languages/en_hover.gif); }






/* BARRA HEADER */
div#header {
	background-image:url(../images/header.jpg);
	background-position: right;
	background-repeat: no-repeat;
	border: 0px;
	margin: 0px;
}
div#header a img { border:0; }
div#header a#logo img { margin-top:10px; }








/* CORPO PAGINA */
div#body_page {
	margin:10px 0;
	padding:0;
	font-size: 8pt;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	background: white url(../images/bg_body_page.gif) repeat-y; 
}
div#body_page a { color:#575758; }
div#body_page a:hover { color:#919191; }
div.tit_sez {
	background: #7B7C7B url(../images/bg_tit_sez.gif) no-repeat;
	margin:0 0 5px 0 !important;
	height:21px;
	line-height:21px;
	padding:0 3px 0 6px;
	color: white;
	font-weight: bold;
}
div.intro { padding:0px 0 5px 0; text-align:justify; }
div.intro a { text-decoration: none; }
div.intro a img { border:0; }
div.titolo { background:white url(../images/rettangolino.gif) no-repeat; padding-left:7px; }
div.titolo a { font-weight:bold; }
div.descrizione { padding-left:11px; text-align:justify; text-indent:0.7em; margin-bottom:7px !important; }
div.descrizione a { text-decoration: none; }
div.descrizione a img { border:0; margin:0; }
div#left_bar {
	float: left;
	width: 223px;
	padding:3px;
	border-right:1px solid #E1E1E1;
}
div#right_bar {
	float: right;
	width: 145px;
	padding:3px;
	border-left:1px solid #E1E1E1;
	margin-right:0px;
}
div#left_bar img, div#right_bar img { margin-bottom:5px; border:0; }
div#left_bar div, div#right_bar div { margin:0 5px; }
div.prodweb { background:white url(../images/rettangolino.gif) no-repeat; padding-left:7px; }
div.promozioni { background:white url(../images/rettangolino.gif) no-repeat; padding-left:7px; }
div.promozioni a { text-decoration:none; }
div.promozioni span { font-weight:bold; text-transform:uppercase; }
div.promozioni span.flashing { color:white; background-image:url(../images/evidenziazione.gif); background-repeat:repeat; }
div.promozioni a:hover span { font-size:9.5pt; }
div.promozioni div { margin:0 !important; text-align:right; font-size:smaller; }
div.promozioni div a { text-decoration:none; }

div#page_content {
	border-right:1px solid #E1E1E1; border-left:1px solid #E1E1E1;
	padding: 3px;
	margin-left:229px;
	margin-right:151px;
	font-size: 10.5pt;
}
div#page_content p {
	text-indent:10px;
	text-align:justify;
	margin-top:3px;
	margin-bottom:3px;
}
h1 { font-size:14pt; margin:0; padding:0 0 15px 0; }
h2 { font-size:11pt; margin:10px 0 5px 0; padding:0; }
h3 { font-size:10pt; margin:0; padding:0; }
div.clearer { clear:both; }






/* FOOTER */
div#footer {
	color:white;
	font-size:8pt;
	text-align: center;
	background-image:url(../images/bg_footer.jpg); background-repeat:no-repeat;
	height:16px;
}





/* FORMATTAZIONI */
span.marchio { font-weight:bold; }
span.grassetto { font-weight:bold; }
span.corsivo { font-style:italic; }


/* Tasto Richiesta Info */
div.invio_button { text-align:center; padding-top:10px; margin-top:10px; }
div.invio_button input {
	background-image:url(../images/contatti/bgfb.gif);
	background-color: #FFAC3C;
	border: 0px;
	color: white;
}
div.invio_button input:active {
	background-image:url(../images/contatti/bgfbh.gif);
}


div.linea { height:1px; margin:5px 0; border-bottom:1px solid #C56500; }

div#banner_shop { position:fixed; top:0; right:0; }
div#banner_shop a img { border:0; }


