body {
	margin: 0px;
	padding: 0px;
	background: url('../images/sfondo3.jpg') center top no-repeat;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
}

a {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form {
	margin: 0px;
	padding: 0px;
}

input, textarea{
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

div.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
	overflow: hidden;
}

.invis,
.hidden,
.print_only {
	display: none;
}

h1, h2, h3, h4, h5, p {
	margin-top: 0px;
	margin-bottom: 12px;
}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 15px;}
h4 {font-size: 14px;}
h5 {font-size: 13px;}

.block{
	display:block;
}

.strong{
	font-weight:bold;
}

img{
	border: 0;
}

span.strike{
	text-decoration: line-through;
}

/* -- inizio struttura  */


/* header */
div.header {
	height: 410px;
	margin: 0px;
	padding: 0px;
}

div.header_inner {
	width: 987px;
	margin: 0 auto;
}

div.header div.logo{
	padding: 35px 0 32px 376px;
	width: 228px;
	height: 43px; 
}

div.header div.logo a{
	display: block;
	width: 228px;
	height: 43px; 
	color: #fff;
}

div.content_ticker_inner{
	background: url('../images/ticker_page.png') 571px 3px no-repeat;
	width: 980px;
	height: 300px;
}



/*-- content --*/
div.content{
}

div.content_inner{
	width: 980px;
	margin: 0 auto 26px;
	position: relative;
}


div.content div.news{
	width: 388px;
	margin-bottom: 12px;
	border-bottom: 1px solid #DFDFDF;
	float: left;
	padding: 22px 0 12px;
}

div.content div.news h1{
	background: url('../images/primo_piano.png') 0 0 no-repeat;
	width: 115px;
	height: 16px;
	margin-bottom: 40px;
}

div.content div.news h2{
	font-size: 14px; 
	line-height: 17px;
}

div.content a.pic{
	display: bock;
	width: 140px;
	float: left;
	margin: 0 10px 5px 0;
}

div.content div.news div.txt_news{
	font-size: 12px; 
	line-height: 17px;
	width: 230px;
	float: left;
}

div.content div.testo{
	padding: 22px 0 0 15px;
	height: 460px;
	width: 375px;
	float: left;
	text-align: center;
	line-height: 17px;
}

div.content div.testo h1,
div.content div.testo_negozio h2{
	background: url('../images/ilnegozio.png') 0 0 no-repeat;
	height: 16px;
	width: 81px;
	margin: 0 auto 42px;
}

div.area_left{
	float: left;
    height: 492px;
    position: relative;
    width: 388px;
}

div.testo_negozio{
	width: 570px;
	position: absolute;
	bottom: 0px;
	left: 0 ;
	line-height: 17px;
}

div.content div.testo_negozio h2{
	margin: 0 0 20px;
}

div.content div#refresh_div{
	width: 570px;
	height: 372px;
	float: right;
	margin-top: 80px;
	position: relative;
}

div.content div.loghi_massidda{
	clear: both;
	margin-left: 7px;
	height: 109px;
}

div.content div.loghi_massidda img{
	float: left;
}




/*-- footer --*/

div.footer {
	background: url('../images/border_footer.png') 0 89px  repeat-x;
	padding-bottom: 15px;
}

div.footer div.footer_inner{
	width: 980px;
	margin: 0 auto;
}

div.footer div.dati_azienda{
	padding-top: 25px;
	padding-bottom: 15px;
	text-align: center;
	border-bottom: #D4D4D4;
	font-size: 10px;
}

div.footer div.dati_azienda h3{
	font-size: 11px;
	margin-bottom: 0;
}

div.footer div.credits{
	text-align: right;
	padding-top: 12px;
	padding-bottom: 10px;
	color: #ACA899;
	position: relative;
	padding-right: 104px;
}

div.footer div.credits div.credits_inner {
	top: 12px;
	position: absolute;
	right: 0;
}

div.footer div.credits div.credits_inner a{
	color: #333;
}

