@charset "utf-8";
/* CSS Document */
*	{
	margin:0px;
	padding:0px;
	}

a { color: #ec7205; }

a img { border: 0px }

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

.messaggio {
	text-align: center;
	border:	1px #ec7205 solid;
	padding: 10px;
	font-weight: bold;
	width: 500px;
	margin: 0px auto;
	color: #ec7205;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 505px;
}

ul {
	list-style-position: inside;
}

body {
	text-align: center;
	background-image:url(../immagini/sfondo.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#top	{
	width:990px;;
	height:207px;
	margin: 0px auto;
	text-align: left;
}

#top ul {
	list-style: none;
	float: left;
	margin-left: 35px;
	padding-top: 3px;
}

#top ul li {
	float: left;
	display: block;
	text-align: center;
	padding-right: 25px;
}

#top ul li a {
	float: left;
	display: block;
	font-size: 18px;
	font-family: democraticabold;
	color: #707173;
	padding: 0px 5px;
	text-decoration: none;
}

/*#top ul li a:link, #top ul li a:visited {
}
*/
#top ul li a:hover, #top ul li a:active, #top ul li a:focus, #top ul li a.sel {
	background-image: url(../immagini/bg_menu_hover.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}

#corpo_top {
	clear: both;
	width: 100%;
	height: 18px;
	background-image: url(../immagini/bg_top.png);
	background-position: center center;
	background-repeat: no-repeat;
}

#corpo_top_interno {
	clear: both;
	width: 990px;
	height: 35px;
	margin: 0px auto;
	background-image: url(../immagini/bg_top_interno.png);
	background-position: center center;
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: right;
}

#mappa {
	padding-right: 30px;
	color: #999999;
	line-height: 33px;
}

#mappa a:link, #mappa a:visited {
	color: #999999;
}

#mappa a:hover, #mappa a:active, #mappa a:focus, #mappa a.sel {
	color: #ec7205;
}

#corpo {
	float: left;
	width: 100%;
	min-height:520px;
  height:auto !important;
  height:520px;
	background-image: url(../immagini/bg_corpo.png);
	background-position: top center;
	background-repeat: repeat-y;
}

/*INIZIO HOME*/
#corpo_home {
	width: 990px;
	margin: 0px auto;
	min-height:520px;
  height:auto !important;
  height:520px;
}

#corpo_home_interno {
	position: relative;
	width: 990px;
	margin: 0px auto;
	min-height:520px;
  height:auto !important;
  height:520px;
	float: left;
}

#home_sx {
	width: 557px;
	margin-left: 20px;
	min-height:183px;
  	height:auto !important;
  	height:183px;	
	float: left;
	
	text-align: left;
}

#home_sx h1 {
	font-size: 12px;
	padding: 4px 20px 10px;
	color: #ec7205;
}

#home_sx p {
	line-height: 20px;
	padding: 0px 20px;
}

#home_dx {
	width: 396px;
	float: left;
	margin-left: -10px;
}

.box_news {
	width: 407px;
	height: 99px;
	background-image: url(../immagini/bg_box_news.png);
	background-repeat: no-repeat;
	text-align: left;
}

a.titolo_news {
	display: block;
	font-weight: bold;
	color: #ec7205;
	font-weight: bold;
	margin: 5px 23px 10px;
}

.box_news p {
	margin: 0px 23px;
}

a.archivio {
	display: block;
	height: 21px;
	width: 407px;
	background-image: url(../immagini/bg_riga_verde.png);
	text-align: center;
	line-height: 19px;
	color: #FFFFFF;
}

#brochure {
	position: absolute;
	bottom: 0px;
	right: 10px;
	width: 416px;
	height: 234px;
}
/*FINE HOME*/

#corpo_interno {
	width: 990px;
	margin: 0px auto;
	min-height:520px;
  height:auto !important;
  height:520px;
}

#corpo_interno_interno {
	width: 990px;
	margin: 0px auto;
	min-height:520px;
  height:auto !important;
  height:520px;
	float: left;
	background-image: url(../immagini/bg_sx_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#sx {
	float: left;
	width: 225px;
	min-height:229px;
  height:auto !important;
  height:229px;
	margin-left: 17px;
	background-image: url(../immagini/bg_sx_top.png);
	background-repeat: no-repeat;
	background-position: top left;
	font-weight: bold;
}

#menu_prodotti {
	margin-left: 13px;
}

#menu_prodotti ul {
	list-style: none;
	text-align: left;
	list-style-position: outside;
}

#menu_prodotti ul a {
	text-decoration: none;
	display: block;
	float: left;
	line-height: 21px;
	padding: 3px 0px;
	width: 195px;
	background-image: url(../immagini/bg_li.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}

#menu_prodotti ul a:link, #menu_prodotti ul a:visited {
	color: #989898;
}

#menu_prodotti ul a:hover, #menu_prodotti ul a:active, #menu_prodotti ul a:focus, #menu_prodotti ul a.sel_1, #menu_prodotti ul a.sel {
	color: #ec7205;
}

#menu_prodotti ul li a {
	text-indent: 5px;
}

#menu_prodotti ul li ul li a {
	text-indent: 12px;
}

#dx {
	width: 730px;
	float: left;
	min-height:213px;
  height:auto !important;
  height:213px;
	background-image: url(../immagini/bg_dx.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: left;
}

#dx h1 {
	color: #ec7205;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 22px 24px;
}

#dx h2 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 22px 14px;
}

#contenuto {
	padding: 0px 22px;
}

#contenuto p {
	line-height: 20px;
	padding-bottom: 20px;
}

#contenuto p img, #contenuto p a img {
	background-color: #FFFFFF;
	padding: 1px;
}

#contenuto ul {
	list-style-position: outside;
	padding-left: 15px;
}

#sezione_prodotti {
	margin-top: 20px;
	margin-right: -22px;
	margin-left: 17px;
	width: 714px;
	float: left;
  min-height:285px;
  height:auto !important;
  height:285px;
}

.prodotto {
	float: left;
	width: 168px;
	height: 128px;
	position: relative;
	margin: 0px 8px 8px 0px;
}

.prodotto .thumb_articolo {
	position: absolute;
	z-index:1;
	top: 5px;
	left: 5px;
	width: 158px;
	height: 118px;
	background-position: center center;
	background-repeat: no-repeat;
}

.prodotto a {
	display: block;
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 0px;
	width: 168px;
	height: 128px;
	line-height: 216px;
	text-align: center;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	background-repeat: no-repeat;
}

.prodotto a:link, .prodotto a:visited {
	background-image: url(../immagini/maschera_item.png);
}

.prodotto a:hover, .prodotto a:active, .prodotto a:focus {
	background-image: url(../immagini/maschera_item_hover.png);
}

.pagine {
	clear: left;
	color: #999999;
	text-align: right;
	padding-right: 17px;
}

.pagine a {
	display: block;
	float: right;
	padding: 2px;
	color: #999999;
	margin: 0px 1px;
}

.pagine a:link, .pagine a:visited {
	border: 1px #FFF8E7 solid;
	font-weight: normal;
}

.pagine a:hover, .pagine a:active, .pagine a:focus, .pagine a.sel {
	/*border: 1px #008000 solid;*/
	background-color: #ec7205;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.embed_tube {
	float: left;
	display: inline; /*hack per IE6*/
	margin: 10px auto;
	width: 400px;
	position: relative;
	margin-left: 88px;
	background-image: url(../immagini/tube.png);
	text-align: center;
	clear: left;
}

.embed {
	float: left;
	display: inline; /*hack per IE6*/
	margin: 0px auto;
	width: 576px;
	position: relative;
	margin-left: 50px;
	background-image: url(../immagini/maxi.png);
	text-align: center;
	clear: left;
}

.embed_flv {
	width: 566px;
	height: 424px;
	margin: 5px auto;
}

.img_categoria {
	float: left;
	display: inline; /*hack per IE6*/
	margin: 0px auto;
	width: 576px;
	position: relative;
	margin-left: 50px;
	background-image: url(../immagini/loader.gif);
	background-repeat: no-repeat;
	background-position: center 210px;
}

#thumb_articolo {
	background-repeat: no-repeat;
	background-position: center center;
	width: 576px;
	height: 434px;
}

#didascalia {
	font-size: 9px;
	height: 15px;
}

#miniature {
	margin-left: 0px;
	margin-top: 0px;
	width: 576px;
	height: 108px;
	margin-right: -10px;
	overflow: hidden;
	position: relative;
}

#miniature_in {
	position: absolute;
	top: 0px;
	left: 0px;
}

.minia {
	margin-right: 0px;
	margin-bottom: 0px;
	width: 144px;
	height: 108px;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}

#footer	{
	clear: both;
	width:100%;
	height:140px;
	text-align: center;
	background-image: url(../immagini/footer.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#footer_swf {
	margin: 0px auto;
	width: 990px;
	height: 82px;
}

#footer p {
	color: #FFFFFF;
	padding-top: 7px;
	font-size: 10px;
}

#footer p a {
	color: #FFFFFF;
}

.servizi {
	margin-bottom:20px;
	margin-top:20px;
	margin-right:20px;
	padding-bottom:10px;
}

.servizio {
	margin-left:20px;
	margin-bottom:4px;
}

.servizio A {
	font-weight:bold;
}

.box {
	background-image: url(../immagini/bg_home_sx.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-align:left justify;
}

.box_news_home {
	padding-top:1px;
	width: 540px;
	margin-bottom:20px;
	background-image: url(../immagini/bg_home_sx.png);
	background-repeat: no-repeat;
	text-align: left;
}

.box h1 {
	font-size: 12px;
	padding: 4px 20px 10px;
	color: #ec7205;
}

.box p {
	line-height: 20px;
	padding: 0px 20px;
}

a.archivio_home {
	display: block;
	height: 21px;
	width: 528px;
	background-color:#FBC12E;
	font-size:14px;
	font-weight:bold;
	margin-left:12px;
	text-align: center;
	line-height: 19px;
	color: #FFFFFF;
}

.desc {
	text-align:left;
	padding-bottom:10px;
}

p.desc {
	text-align:left;
}
