@charset "utf-8";
/* CSS Document */

html, body{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
background-color:#FFF;
font-family:Verdana, Arial, Geneva, sans-serif;
color:#555;
font-size:10px;
}

a{
	color:#1b375a;
	text-decoration:none;
	font-weight:bold;
}


#sfondo{
position:absolute;
height:100%;
width: 100%;
margin: 0;
padding: 0;
} 

#div_sfondo
{
	z-index:0;}

#div_logo
{
	width:120px;
	height:72px;
	position:absolute;
	z-index:50;
	top:10px;
	margin-left:100px;
}

#envelope
{
	width:933px;
	margin:auto;
	}

#div_menu_top
{
	overflow:hidden;
	position:relative;
	height:28px;
	text-align:right;
	padding-right:20px;
	width:733px;
	margin:auto;
	z-index:3;
	top: 55px;
}

#div_menu_right
{
	overflow:hidden;
	position:relative;
	text-align:right;
	padding-right:10px;
	width:100px;
	z-index:3;
	top: 125px;
	float:right;
}

#div_left
{
	position:relative;
	width:90px;
	float:left;
	z-index:3;
}

#div_contenuti_container	
{
	z-index:1;
	width:733px;
	margin:auto;
	top:52px;
	position:relative;
	float:left;
	}

#div_contenuti_top
{
	background-image:url(../images/top.png);
	background-position:top left;
	background-repeat:no-repeat;
	overflow:hidden;
	position:relative;
	height:9px;
	line-height:9px;
}
#div_contenuti_bot
{
	background-image:url(../images/bot.png);
	background-position:top left;
	background-repeat:no-repeat;
	overflow:hidden;
	position:relative;
	height:9px;
	line-height:9px;
}

#div_contenuti
{
	background-image:url(../images/mid.png);
	background-position:top left;
	background-repeat:repeat-y;
	overflow:auto;
	position:relative;
	height:420px;
	padding-left:10px;
	padding-right:10px;
	color:#1b375a;
}

#div_lang
{
	width:400px;
	height:28px;
	line-height:28px;
	overflow:hidden;
	margin:auto;
	background-image:url(../images/bglang.png);
	background-position:top left;
	background-repeat:no-repeat;
	position:relative;
	top:0px;
	z-index:2;
	padding-left:135px;
}

#div_footer
{
	overflow:hidden;
	position:relative;
	height:50px;
	text-align:left;
	width:733px;
	margin:auto;
	z-index:3;
	top: 70px;
	padding-right:20px;
}

#div_footer_top
{
	background-image:url(../images/top.png);
	background-position:top left;
	background-repeat:no-repeat;
	overflow:hidden;
	position:relative;
	height:9px;
	line-height:9px;
}

#div_footer_bot
{
	background-image:url(../images/bot.png);
	background-position:top left;
	background-repeat:no-repeat;
	overflow:hidden;
	position:relative;
	height:9px;
	line-height:9px;
}

#div_footer_content
{
	background-image:url(../images/mid.png);
	background-position:top left;
	background-repeat:repeat-y;
	overflow:hidden;
	position:relative;
	padding-left:10px;
}

#texthome
{
	background-image:url(../images/bgtexthome.png);
	background-position:top left;
	background-repeat:no-repeat;
	overflow:hidden;	
	width:285px;
	height:99px;
	margin:auto;
	margin-bottom:25px;
	text-align:center;
	font-weight:bold;
	font-size:9px;
	color:#555;
	}

/***************************************************/

a.linkbutton {
    /* Sliding right image */
    background: transparent url('../images/btn_top_right.png') no-repeat scroll top right; 
	display: block;
	float: right;
	height: 28px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 9px; /* CHANGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	color:#fff;
	text-decoration:none;
	font-size:10px;
	width:120px;
	text-align:center;
}

a.linkbutton span {
    /* Background left image */ 
	background: transparent url('../images/btn_top_left.png') no-repeat;
	background-position:0 3px;
	display: block;
	line-height: 28px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding-left:5px;
	margin-top:-3px;
} 

a.linkbutton span img
{
	margin-right:5px;
	vertical-align:middle;
	margin-top:0px;
	}

a.linkbutton:hover span{
	text-decoration:none;
	background: transparent url('../images/btn_top_left_hover.png') no-repeat;
	background-position:0 3px;
}


a.linkbutton:hover{
	text-decoration:none;
    background: transparent url('../images/btn_top_right.png') no-repeat scroll top right; 
	display: block;
	float: right;
	height: 28px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 9px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
}	

a.rightbutton, a.rightbutton:link, a.rightbutton:visited
{
	font-size:9px;
	width:98px;
	height:33px;
	background-image:url(../images/btn_right.png);
	background-repeat:no-repeat;
	display:block;
	line-height:33px;
	color:#fff;
	margin-bottom:3px;
	text-align:left;
	padding-left:5px;
}

a.rightbutton:hover
{
	background-image:url(../images/btn_right_hover.png);
	background-repeat:no-repeat;
}

.clearall
{
	clear:both;
}

.homeimg
{
	background-image:url(../images/chains_blue2.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	vertical-align:bottom;
	}
	
.boxnews
{
	background-image:url(../images/bordernews.png);
	background-position:top left;
	background-repeat:no-repeat;
	overflow:hidden;
	width:377px;
	height:99px;
	padding:10px;
	}

a.btn_news,a.btn_news:link,a.btn_news:visited
{
	background-image:url(../images/btn_news.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:99px;
	height:19px;	
	display:block;
	line-height:15px;
	color:#fff;
	text-align:left;
	padding-left:10px;
	float:right;
	}
	
a.btn_news:hover
{
	background-image:url(../images/btn_news_hover.png);
	background-position:top left;
	background-repeat:no-repeat;	
	}	
	
.titlepage {
    /* Sliding right image */
    background: transparent url('../images/title_right.png') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 33px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 10px; /* CHANGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	color:#fff;
	text-decoration:none;
	font-size:16px;
	text-align:left;
	width:250px;
}

.titlepage span {
    /* Background left image */ 
	background: transparent url('../images/title_left.png') no-repeat;
	background-position:0 0px;
	display: block;
	line-height: 33px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding-left:10px;
	margin-top:0px;
} 

.titlepage span img
{
	margin-right:5px;
	vertical-align:middle;
	margin-top:0px;
	}

.titoloarticolo
{
	font-size:14px;
	color:#1b375a;
	padding-left:4px;
	font-weight:bold;
	}

a.minibutton {
    /* Sliding right image */
    background: transparent url('../images/minibtn_right.png') no-repeat scroll top right; 
	display: block;
	height: 20px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 4px; /* CHANGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	color:#fff;
	text-decoration:none;
	font-size:10px;
	width:200px;
	text-align:center;
}

a.minibutton span {
    /* Background left image */ 
	background: transparent url('../images/minibtn_left.png') no-repeat;
	display: block;
	line-height: 20px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding-left:5px;
} 

a.minibutton span img
{
	margin-right:5px;
	vertical-align:middle;
	margin-top:0px;
	}

a.minibutton:hover span{
	text-decoration:none;
	background: transparent url('../images/minibtn_left.png') no-repeat;
}


a.minibutton:hover{
	text-decoration:none;
    background: transparent url('../images/minibtn_right.png') no-repeat scroll top right; 
	display: block;
	height: 20px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 4px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
}	

.titolo
{
	font-size:12px;
	font-weight:bold;
	}
	
.bginput
{
	font-size:10px;
	color:#1b375a;
	}

.catprodotto
{
	font-size:9px;
	font-weight:normal;
	text-transform:uppercase;
	}

/* ---------- gallery styles start here ----------------------- */
.gallery {
	margin: 0;
	padding: 0;
}
.gallery  {
	margin: 15px 10px;
	padding: 0 12px;
	float: left;
	position: relative;
	width: 100%;
	height: 130px;
	/*background: url(../images/drop-shadow.png) no-repeat center bottom;*/
}
.gallery img {
	background: #fff;
	border: solid 1px #ccc;

}
.gallery a:hover img {
	/*border-color: #fe7c1a;*/
}

.gallery span {
	width: 172px;
	height: 84px;
	display: block;
	position: absolute;
	top: 0px;
	left: 19px;
	background: url(../images/glossy-gradient.png) no-repeat;
}

.gallery a {
	text-decoration: none;
}

.orangebold
{
	color:#fe7c1a;
	font-weight:bold;
	}
	
.tabheader, tabheader a:link
{
	color:#fff;
	background-color:#fe7c1a;
	font-weight:bold;	
	font-size:11px;
	padding:2px;
	}

.tabheaderboldlink
{
	color:#fff;
	background-color:#fe7c1a;
	font-weight:bold;	
	font-size:11px;
	padding:2px;
	}
	
.bordercell
{
	border: #ccc 1px solid;
	}	
