/*RESET*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
	margin-left: 30px;
	margin-top: 10px;
}
caption, th {
	text-align:left;
}
li {
	margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/*FINE RESET*/

body {
	overflow:auto;
	height:100%;
	width:100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	color: #000;
	margin: 0px;
	font-weight: 100;
	background-color: #FFF;
}
hr {
	size:1;
	border-top:1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
}
p {
	margin:10px;
}
#bg_mid {
	background-image:url(../img/background.jpg);
	height: 460px;
	width: 100%;
	background-repeat: repeat-x;
	background-position: center;
	margin-top: -230px;
	position: absolute;
	z-index: -1000;
	top: 50%;
}
#bg_up {
	background-image:url(../img/sfumatura_white.png);
	height: 200px;
	width: 100%;
	background-repeat: repeat-x;
	background-position: top;
	position: absolute;
	z-index: -900;
	top: 0px;
}
#bg_down {
	background-image:url(../img/sfumatura_white_down.png);
	height: 200px;
	width: 100%;
	background-repeat: repeat-x;
	background-position: bottom;
	position: fixed;
	z-index: -800;
	bottom: 0px;
}
strong {
	font-weight:600;
}
*:focus {
	outline:none;
}
a {
	color:#000;
	text-decoration:underline;
}
a:hover {
	color:#000;
	text-decoration:none;
}
a:visited {
	color:#000;
	text-decoration:underline;
}
#bgimg {
	position:absolute;
	z-index: -1;
}
a:hover.gost {
	color:#CCC;
}

#link {
	z-index: 200;
	position: absolute;
	left: 0px;
	bottom: -30px;
	background-image: url(../img/link.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 20px;
	font-size: x-small;
	line-height: 15px;
}
#link a {
	display: block;
	color: #707777;
	text-decoration: none;
}
#link a:hover {
	color: #000;
}
#contenitore {
	text-align: left;
	height: 100%;
	margin-left: 19%;
	position: absolute;
	z-index: 10;
	left: 262px;
	width: 52%;
}
#contenitore2 {
	position: absolute;
	text-align: left;
	height: 100%;
	margin-left: 19%;
	z-index: 10;
	left: 262px;
	right:15%;
}
.clearfix {
	clear:both;
}
/*PRIMO PIANO*/
#primopiano {
	position: absolute;
	z-index:150;
	height: 100%;
	width: 240px;
	bottom: 0px;
	left: 8px;
	margin-left: 19%;
	overflow: hidden;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #b1b2b3;
	border-left-color: #b1b2b3;
}

#primopiano { min-width:240px; } * html #primopiano { width:240px; }

#primopiano img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#logo {
	position:absolute;
	margin-left:30px;
	z-index:100;
}
#apici_left {
	position:absolute;
	left:10px;
	width:17px;
	height:16px;
	background-image: url(../img/apici_1.png);
	background-repeat: no-repeat;
	top: 100px;
}
#apici_right {
	position:absolute;
	width:17px;
	height:16px;
	background-image: url(../img/apici_2.png);
	background-repeat: no-repeat;
	bottom: 260px;
	right: 10px;
}
#primopiano_container {
	width: 180px;
	overflow: hidden;
	margin-left: 30px;
	position: absolute;
	top: 100px;
	bottom: 260px;
}
#primopiano_cont {
	position: absolute;
	width: 170px;
	margin:5px;
	overflow: auto;
	overflow-x:hidden;
	overflow-y:auto;
	top:5px;
	bottom:5px;
}
#primopiano_cont { min-height:100px; } * html primopiano_cont { height:100px; }

#primopiano_bg {
	width: 180px;
	overflow: hidden;
	margin-left: 30px;
	position: absolute;
	height:100%;
	z-index:5;
}
#primopiano_end {
	background-color: #000;
	height: 30px;
	width: 180px;
	bottom: 0px;
	position: fixed;
	left: 39px;
	z-index:200;
	margin-left:19%;
}
.bg_primopiano {
	background-image: url(../img/bg_primopiano.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.primopiano_contattaci {
	width: 160px;
	position: absolute;
	top: 364px;
	bottom: 60px;
	z-index: 500;
	margin-left:19%;
	left:49px;
}
#linkcontattaci {
	z-index: 500;
	position: absolute;
	left: 60px;
	margin-left:19%;
	bottom: 40px;
	background-image: url(../img/link.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 20px;
	font-size: small;
	line-height: 15px;
}
#linkcontattaci a {
	display: block;
	color: #707777;
	text-decoration: none;
}
#linkcontattaci a:hover {
	color: #000;
}
/*FLASH PRODOTTI*/



#prodotti {
	position: fixed;
	height: 220px;
	width: 220px;
	z-index: 200;
	bottom: 30px;
	margin-left:19%;
	left: 19px;
	background-image: url(../img/corners.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.lineatrucco {
	margin:20px;
}
.prodotti_titolo {
	position:absolute;
	font-size: 11px;
	font-weight: bold;
	left:25px;
}
/*FLASH HOME*/
.bg_flash {
	background-image: url(../img/bg_flash.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#flash {
	width: 100%;
	float: left;
	margin-top: 90px;
}
/*SCHEDE*/

#calendario {
	float:left;
	width:50%;
	background-image: url(../img/bg_flash.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:10px;
	bottom:30px;
}
#calendario > b{
	position:relative;
	width:100%;
	font-size: 11px;
	font-weight: bold;
	top:7px;
	left:10px;
}
a.white {
	text-decoration:none;
	display:block;
	padding: 10px;
	background-image: url(../img/white_40.png);
	behavior: url("iepngfix.htc");
}
a:hover.white {
	background-color:#FFF;
}
a.grey {
	text-decoration:none;
	display:block;
	padding: 10px;
	background-image: url(../img/grey_20.png);
	behavior: url("iepngfix.htc");
}
a:hover.grey {
	background-color:#EEE;
}
.grey {
	padding: 10px;
	background-image: url(../img/grey_20.png);
	behavior: url("iepngfix.htc");
}
a.transp {
	text-decoration:none;
	display:block;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
a:hover.transp {
	background-color:#E7E7E7;
}
#news {
	width:47%;
	float:left;
	margin-top:10px;
	bottom:30px;
	margin-left:10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #b1b2b3;
}
#news > b{
	position:relative;
	width:100%;
	font-size: 11px;
	font-weight: bold;
	top:7px;
	left:10px;
}
/*CREDITS*/
#credits {
	text-align: left;
	position: fixed;
	height: 30px;
	bottom: 0px;
	z-index: 100;
	font-size: 9px;
	color: #707777;
	line-height: 30px;
	background-color: #FFF;
	width: 100%;
}
.credits_desc {
	position:relative;
	left:262px;
	margin-left:19%;
}
/*TESTI*/

.T1 {
	font-size: large;
	color: #91969B;
	font-weight: 200;
}
.T2 {
	font-size: small;
	color: #91969B;
	font-weight: lighter;
	font-family: Helvetica, Arial, sans-serif;
}
/*FLASH CORSI*/

.flash_corsi {
	width: 283px;
	height:400px;
	position: absolute;
	top: 135px;
	bottom: 30px;
	z-index: 1000;
	margin-left:19%;
	left:39px;
}
.flash_contattaci {
	width: 180px;
	height: 254px;
	position: absolute;
	top: 100px;
	bottom: 30px;
	z-index: 1000;
	margin-left:19%;
	left:39px;
}
a:active {
	outline:none;
}
:focus {
	-moz-outline-style:none;
}
/*DOWNOLAD*/

.download_acc {
	float:left;
	position:relative;
	background-image: url(../img/download.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 17px;
	line-height: 14px;
	text-align: right;
	margin-top:10px;
}
.topAcc {
	float:left;
	position:relative;
}
a.download_acc {
	display: block;
	color: #707777;
	text-decoration: none;
	font-size: x-small;
}
a:hover.download_acc {
	color: #000;
}
/*CONTATTACI*/


#frame {
	width: 560px;
	bottom: 180px;
	position: absolute;
	top: 90px;
	left:5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.tabella {
	width:100%;
	font-size: 12px;
	color: #000;
}

#cal tr:hover {
	background-color:#fff;
}
.tabella td {
	padding:5px;
        border-bottom: 1px solid #fff;
}
.tabella tr td a{
	text-decoration:none;
	display:block;
}
.tabella tr a{
	text-decoration:none;
	display:block;
}
.tabellatitolo {
	border-width: 0px;
	font-size: large;
	color: #91969B;
	font-weight: 200;
}
tr.tabellatitolo td {
  border-bottom: 0;

}
#cal tr:hover.tabellatitolo {
	background:none;
}
.tabellaparametri {
	border-width: 0px;
	background-color:#C1C2C4;
	color:#FFF;
}
#cal tr:hover.tabellaparametri {
	background-color:#C1C2C4;
}
#dati {
	text-align: left;
	position: fixed;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:10px;
	bottom: 30px;
	margin-left: 19%;
	left:267px;
	color: #000;
	width: 545px;
	vertical-align: middle;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #b1b2b3;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b1b2b3;
}

/*DOWNLOAD*/
.download {
	z-index: 200;
	position: absolute;
	right: 0px;
	top: 75px;
	background-image: url(../img/download.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 17px;
	line-height: 15px;
}
a.download {
	display: block;
	color: #707777;
	text-decoration: none;
	font-size: x-small;
}
a:hover.download {
	color: #000;
}
.download2{
	z-index: 200;
	position: absolute;
	left:15px;
	bottom: 140px;
	background-image: url(../img/download.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 17px;
	line-height: 15px;
}
a.download2 {
	display: block;
	color: #707777;
	text-decoration: none;
	font-size: x-small;
}
a:hover.download2 {
	color: #000;
}
/*GOOGLE*/
.google {
	background-image: url(../img/google.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	line-height: 17px;
	margin-top:5px;
	font-weight:bold;
}
a.google {
	display: block;
	color: #707777;
	text-decoration: none;
	font-size: 11px;
}
a:hover.google {
	color: #000;
}
/*STORES*/
.tastiera {
	font-size:12px;
	position: absolute;
	overflow:hidden;
	border: 1px dotted #CCC;
}
.tastiera p {
	margin:0px;
	float:left;
	width:78px;
	height:52px;
	padding-top:10px;
	background-image:url(../img/store_push.png);
	background-repeat:no-repeat;
	text-align:center;
	border: 1px solid #eee;
	text-decoration:none;
	color: #CCC;
}
.tastiera p.sel {
	margin:0px;
	float:left;
	width:78px;
	height:52px;
	padding-top:10px;
	background-color:#000;
	background-image:none;
	/*background-image:url(../img/store_push.png);
	background-repeat:no-repeat;
	text-align:center;*/
	border: 1px solid #eee;
	text-decoration:none;
	color: #fff;
	font-weight:bold;
	/*background-color:#bebebe;*/
}
.tastiera a {
	float:left;
	width:78px;
	height:52px;
	padding-top:10px;
	background-image:url(../img/store_push.png);
	background-repeat:no-repeat;
	text-align:center;
	border: 1px solid #eee;
	text-decoration:none;
}
.tastiera a:hover {
	background-color:#E9E9E9;
	font-weight:bold;
}
.regioni {	
	width:320px;
	height:320px;
	top: 130px;
	left:20px;
}
.province {
	background-color:#FFF;
	width:240px;
	height:256px;
	top: 162px;
	left:57px;
	z-index:100;
}
.percorso {
	position:absolute;
	top:100px;
	left:20px;
	color:#707777;
	font-size:x-small;
}
.percorso a {
	font-size: small;
	text-decoration:none;
	color:#000;
}
.percorso a:hover {
	color:#707777;
}
.percorso a.sel {
	font-size: small;
	text-decoration:none;
	color:#fff;
	background-color:#B1B1B6;
	padding-right: 5px;
	padding-left: 5px;
}
.scheda_store {
	position:absolute;
	top: 130px;
	bottom:30px;
	left:20px;
	width:450px;
	z-index:150;
	background-color:#FFF;
}
.puntini {
	position:absolute;
	left:0px;
	right:0px;
	margin-bottom:10px;
	margin-top:10px;
	margin-left:20px;
	margin-right:20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B1B2AE;
	text-align: center;
}
.puntini logo{
	margin:10px;
}
.store_name{
	font-size: large;
	font-weight: 200;
}
.puntini p{
	float:left;
	width:50%;
	margin-left:0px;
	margin-top:10px;
	text-align:left;
}
.down{
	position:absolute;
	top:100px;
	bottom:10px;
}

/*NEWS*/
#contenitore_news {
	position: absolute;
	overflow:auto;
	width:80%;
	top:100px;
	bottom:30px;
}

