body,html{
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	color: #000000;
}
img{
	border: none;
}
a:hover{
	text-decoration: none;
}
form{
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4{
	margin: 0px;
	padding: 0px;
}
.container{
	width: 963px;
	margin: 0px auto;
}

/* -- top header -- */

.top_header_left{
	width: 305px;
	float: left;
}
.logo{
	display: block;
	cursor: pointer;
	width: 303px;
	height: 85px;
	text-indent: -9999px;
	margin-top: 18px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
}
.logo:hover{
	/*background-image: url(../img/logo_on.gif);*/
	background-position: 0px -85px;
}
.top_header_right{
	width: 654px;
	padding-right: 4px;
	float: left;
	height: 120px;
}
.menu_top{
	height: 32px;
}
.menu_top a{
	background-color: #e3ebf3;
	display: block;
	float: right;
	margin-left: 3px;
	width: 94px;
	height: 32px;
}
.menu_top a span{
	text-indent: -9999px;
	display: block;
	height: 11px;
	line-height: 0px;
	font-size: 0px;
	background-repeat: no-repeat;
	margin: 0px auto;
	margin-top: 9px;
}
.menu_top a:hover{
	background-color: #004c93;
}
.menu_top .contatti{
	background-image: url(../img/menu_top/contatti.gif);
	width: 45px;
}
.menu_top .dove{
	background-image: url(../img/menu_top/dove.gif);
	width: 58px;
}
.menu_top .partner{
	background-image: url(../img/menu_top/partner_off.gif);
}
.menu_top .societa{
	background-image: url(../img/menu_top/negozio.gif);
	width: 40px;
}
.menu_top a:hover .contatti{
	background-position: 0px -11px;
	/*background-image: url(../img/menu_top/contatti_on.gif);*/
}
.menu_top a:hover .dove{
	background-position: 0px -11px;
	/*background-image: url(../img/menu_top/dove_on.gif);*/
}
.menu_top .partner:hover{
	background-image: url(../img/menu_top/partner_on.gif);
}
.menu_top a:hover .societa{
	background-position: 0px -11px;
	/*background-image: url(../img/menu_top/negozio_on.gif);*/
}
.menu_ricerca .left{
	width: 450px;
	padding-right: 14px;
	padding-top: 21px;
	float: left;
}
.menu_ricerca .left a{
	float: right;
	margin-left: 14px;
	display: block;
	cursor: pointer;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	height: 26px;
}
.menu_ricerca .left .giocato{
	background-image: url(../img/menu_ricerca/giocato_off.gif);
	width: 116px;
}
.menu_ricerca .left .aziende{
	background-image: url(../img/menu_ricerca/aziende.gif);
	width: 99px;
	height: 26px;
}
.menu_ricerca .left .fitting{
	background-image: url(../img/menu_ricerca/fitting.gif);
	width: 57px;
	height: 26px;
}
.cerca{
	background-image: url(../img/menu_ricerca/cerca.gif);
	width: 73px;
	height: 26px;
	float:right;
}
.menu_ricerca .left .giocato:hover{
	background-image: url(../img/menu_ricerca/giocato_on.gif);
}
.menu_ricerca .left .aziende:hover{
	background-position: 0px -26px;
}
.menu_ricerca .left .fitting:hover{
	background-position: 0px -26px;
}
.cerca:hover{
	background-position: 0px -26px;
}
.menu_ricerca .right{
	float: left;
	width: 190px;
	padding-top: 25px;
}

/* -- header -- */

.header{
	height: 358px;
	background-image: url(../img/ombra.png);
	/*background-color: #ef4f00;*/
	background-repeat: no-repeat;
	padding: 4px 0px 0px 4px;
}

/* -- menu -- */

.menu{
	height: 32px;
	margin: 1px 4px 0px 4px;
	background-image: url(../img/bg_menu.gif);
	background-repeat: repeat-x;
}
/*.menu a{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	background-image: url(img/bg_menu_voice.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 16px;
	line-height: 15px;
	padding: 8px 11px 8px 12px;
	display: block;
	float: left;
}
.menu a:hover{
	background-color: #84bfef;
	color: #004c93;
}*/


.nav, .nav ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.nav {
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}
.nav li {
	margin:0px;
	padding:0px;
	float: left;
	position: relative;
}
.nav li a , .nav li a:link, .nav li a:active, .nav li a:visited{
	padding: 8px 12px 8px 12px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../img/bg_menu_voice.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-transform: uppercase;
}
.nav li a:hover, #nav-one li:hover a, #nav-one li.sfHover a {
	background-color: #84bfef;
	background-image: none;
	color: #004c93;
}
#nav-one li:hover ul a, #nav-one li.sfHover UL a{
	background-color: #84bfef;
	color: #004c93;
	background-image: url(../img/bg_submenu.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 13px;
	padding: 3px 10px;
}
#nav-one li:hover ul a:hover, #nav-one li.sfHover ul a:hover  {
	background-color: #488bc6;
	color: #ffffff;
}
.nav ul {
	background-color: #84bfef;
	MARGIN: 0px;
	MARGIN-TOP: -0px;
	LIST-STYLE-TYPE: none;
	POSITION: absolute;
	TOP: -999em;
	/*padding-bottom: 10px;*/
}
.nav li:hover ul, .nav li.sfHover ul {
	TOP: 32px
}
.nav UL LI {
	border-width:0px;
	float: none;
}
.nav UL A {
	padding-right: 20px;
	width: 145px;
	white-space: nowrap;
}
.nav ul a:hover {
	background-color: #ccc;
	color: #000;
}
.bordino{
	margin: 4px;
	height: 3px;
	line-height: 0px;
	font-size: 0px;
	background-color: #cbdae8;
}

/* -- submenu -- */

.left_submenu{
	width: 171px;
	float: left;
}
.right_content{
	width: 784px;
	float: left;
	font-size: 13px;
	line-height: 18px;
}
.right_content a{
	color: #000000;
}
.right_content ul{
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
.right_content li{
	list-style: none;
	background-image: url(../img/paragrafo.gif);
	background-repeat: no-repeat;
	padding: 0px 18px;
	margin: 10px 0px;
}
.right_content .head{
	height: 40px;
	background-color: #e0e4e7;
	margin-bottom: 7px;
}
.right_content h1{
	display: block;
	margin: 0px;
	padding: 12px;
	float: left;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 16px;
	color: #004c93;
}
.right_content span{
	color: #bd0000;
}
.right_content .button{
	float: right;
	padding: 6px 10px 7px 0px;
}
.right_content .button a{
	height: 26px;
	float: left;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.right_content .button .preventivo{
	width: 142px;
	height: 26px;
	background-image: url(../img/button/preventivo.gif);
	margin-right: 3px;
}
.right_content .button .preventivo:hover{
	background-position: 0px -26px;
}
.right_content .button .stampa{
	width: 62px;
	height: 26px;
	background-image: url(../img/button/stampa.gif);
}
.right_content .button .stampa:hover{
	background-position: 0px -26px;
}
.right_content a img{
	display: block;
	float: left;
	border: 5px solid #c2d5e5;
	margin-right: 10px;
}
.right_content a:hover img{
	border: 5px solid #98b7d1;
}
.right_content .table{
	width: 506px;
	float: left;
}
.right_content .table span{
	display: block;
	background-color: #c2d5e5;
	float: left;
	font-weight: bold;
	color: #013c72;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	margin-right: 2px;
	text-align: center;
	padding: 10px 0px;
}
.right_content .table p{
	display: block;
	float: left;
	color: #4d4d4d;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	padding: 10px 2px 5px 0px;
	margin: 0px;
	text-align: center;
	height: 25px;
	border-bottom: 1px solid #c3d5e5;
}
.right_content .table img{
	border: 0px;
}
.right_content .table .tit_primo,
.right_content .table .text_primo{
	width: 101px;
}
.right_content .table .tit_secondo,
.right_content .table .text_secondo{
	width: 54px;
}
.right_content .table .tit_terzo,
.right_content .table .text_terzo{
	width: 91px;
}
.right_content .table .tit_quarto,
.right_content .table .text_quarto{
	width: 173px;
}
.right_content .table .tit_quinto,
.right_content .table .text_quinto{
	width: 77px;
}
.right_content .table .text_quinto{
	padding: 6px 0px 6px 0px;
	height: 28px;
}
.right_content p{
	display: block;
	margin: 15px 10px 15px 0px;
}
.right_content h2, h2.page_title{
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	color: #696969;
	border-top: 1px solid #fec10b;
	border-bottom: 1px solid #fec10b;
	padding: 5px 10px;
	margin: 15px 10px 0px 0px;
}
.right_content .text_left{
	width: 516px;
	float: left;
}

/* -- homepage -- */

.content_home{
	margin: 0px 4px;
	/*background-image: url(../img/bg_content.gif);*/
	background-repeat: repeat-x;
	height: auto!important;
	height: 418px;
	min-height: 418px;
}
.prodotti_home{
	width: 300px;
	padding-left: 10px;
	margin-bottom: 5px;
	display: block;
	cursor: pointer;
	float: left;
	text-decoration: none;
	color: #000000;
}
.prodotti_home div{
	margin: 10px 0px 5px 0px;
	height: 160px;
	overflow: hidden;
	text-align: center;
}
.prodotti_home span, .prodotti_lista span, .prodotti_lista_customer span {
	text-transform: uppercase;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	display: block;
	background-image: url(../img/bg_novita.gif);
	height: 15px;
	margin-left: 8px;
	padding: 2px 5px 0px 5px;
	float:left;
	margin-top: -17px;
	position: absolute;
}
.prodotti_home span.nolabel, .prodotti_lista span.nolabel, .prodotti_lista_customer span.nolabel {
	display: block;
	background:none;
	float:left;
}
.prodotti_home h3{
	clear:left;
	font-size: 14px;
	color: #696969;
	border-bottom: 1px solid #fec10b;
	border-top: 1px solid #fec10b;
	padding: 5px 8px;
}
.prodotti_home:hover h3{
	color: #e94f00;
}
.prodotti_home p{
	padding: 5px 8px;
	margin: 0px;
}
.prodotti_home:hover p, prodotti_lista:hover p{
	text-decoration: underline;
}
.banner_home{
	text-align: center;
	padding: 10px 0px;
	margin: 0px 14px;
}


/* -- pagine secondarie -- */

a.link_photo{
font-family:"Trebuchet MS";
font-size: 12px;
text-decoration:underline;
color:#004c93;
text-align:center;
display:block;
font-weight:bold;
}
a.link_photo:hover{
font-family:"Trebuchet MS";
font-size: 12px;
text-decoration:none;
color:#004c93;
text-align:center;
display:block;
font-weight:bold;
}

a.link_pag{
font-family:"Trebuchet MS";
font-size: 12px;
text-decoration:none;
color:#004c93;
font-weight:bold;
}
a.link_pag:hover{
font-family:"Trebuchet MS";
font-size: 12px;
text-decoration:underline;
color:#004c93;
font-weight:bold;
}

.sub_container{
	width: 963px;
	height: auto;
	background-image: url(../img/ombra2.png);
	background-repeat: no-repeat;
}
.content_default{
	background-image: url(../img/bg_scheda_prodotto.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	width: 955px;
	margin: 0px auto;
	height: auto!important;
	height: 400px;
	min-height: 400px;
}

/* -- fitting -- */

.video_sx{
	width: 420px;
	float: left;
	padding-left: 10px;
}
.video_dx{
	width: auto;
	float: left;
	padding: 30px 20px 0px 20px;
}
.contenuto_giallo{
	padding: 10px;
	background-color: #f39e00;
}
.tab_video, .tab_video_on{
	margin-top: 10px;
	font-size: 14px;
	display: block;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	padding: 3px 8px;
	text-decoration: none;
}
.tab_video{
	background-color: #f3cf89;
	color: #8c8c8c;
}
.tab_video_on, .tab_video:hover{
	background-color: #f39e00;
	color: #e3ebf3;
}

/* -- marchi -- */

.marchi{
	padding: 10px 0px;
	text-align: center;
	border-top: 1px solid #d3d6db;
	margin-top: 10px;
}
.marchi img{
	vertical-align: middle;
	margin: 0px 12px;
}

/* -- sottomenu statico -- */

.arrowlistmenu_static{
	width: 171px;
}
.arrowlistmenu_static .menuheader_static{ /*CSS class for menu headers in general (expanding or not!)*/
	height: 25px;
	margin: 0px; /*bottom spacing between header and rest of content*/
	padding: 25px 0 0px 0px; /*header text is indented 10px*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #004c93;
	background-image: url(../img/titlebar_off.jpg);
}
.arrowlistmenu_static .menuheader_static a{
	color: #004c93;
	text-decoration: none;
	padding-left: 30px;
}
.arrowlistmenu_static .menuheader_static a:hover, .arrowlistmenu_static .menuheader_static span{
	background-image: url(../img/submenu_static.gif);
	background-position: 19px 4px;
	background-repeat: no-repeat;
	color: #cb8204;
}
.arrowlistmenu_static .menuheader_static span{
	padding-left: 30px;
}

/* -- dove siamo -- */

.map{
	padding-top: 10px;
}
.map iframe{
	border: 5px solid #c2d5e5;
}

/* -- footer -- */

.footer{
	margin: 0px 4px;
	border-top: 1px solid #b9b9b9;
	color: #636363;
	line-height: 14px;
	background-image: url(../img/phone.gif);
	background-repeat: no-repeat;
	background-position: 50px 14px;
	padding: 10px 10px 10px 270px;
}

/* -- prodotti -- */

.content_lista{
	/*background-image: url(../img/bg_content_lista.gif);
	background-repeat: repeat-x;*/
	background-color: #ffffff;
	height: auto;
	margin: 0px 4px;
	padding-bottom: 25px;
}
.top_content_lista{
	background-color: #d9e8f4;
	margin-top: 1px;
}
.top_content_lista_sx{
	width: 858px;
	height: 25px;
	background-color: #d9e8f4;
	float: left;
	color: #004c93;
	font-weight: bold;
	padding: 15px 0px 0px 20px;
	text-transform: uppercase;
}
.top_content_lista_sx a{
	color: #004c93;
	font-weight: bold;
}
.top_content_lista_dx{
	width: 76px;
	height: 32px;
	background-color: #d9e8f4;
	float: right;
	text-align: center;
	padding-top: 8px;
}
.top_content_lista_dx a{
	text-indent: -9999px;
	text-decoration: none;
	background-image: url(../img/button/stampa_off.gif);
	display:block;
	width: 62px;
	height: 26px;
}
.top_content_lista_dx a:hover{
	background-image: url(../img/button/stampa_on.gif);
}
.prodotti_lista{
	width: 240px;
	float: left;
	margin-left: 12px;
	color: #000000;
	text-decoration: none;
	display: block;
}
.prodotti_lista_customer{
	width: 302px;
	float: left;
	margin-left: 12px;
	color: #000000;
	text-decoration: none;
	display: block;
}
.prodotti_lista .img, .prodotti_lista_customer .img{
	text-align: center;
	height: 110px;
	overflow: hidden;
	margin: 10px 0px 5px 0px;
}
.prodotti_lista h3, .prodotti_lista_customer h3{
	clear:left;
	text-transform: uppercase;
	color: #696969;
	font-size: 11px;
	border-bottom: 1px solid #fec10b;
	border-top: 1px solid #fec10b;
	padding: 5px 8px;
	display: block;
}
.prodotti_lista:hover h3, .prodotti_lista_customer:hover h3{
	color: #e94f00;
}
.prodotti_lista p, .prodotti_lista_customer p{
	display: block;
	padding: 20px 9px;
	margin: 0px;
}
.prodotti_lista:hover p, .prodotti_lista_customer:hover p{
	text-decoration: underline;
}

/* -- tags da admin -- */

span.blue{
	color: #004c93;
}

/* -- utili -- */

.clear{
	clear: both;
	height:0px;
	line-height:0px;
	font-size:0px;
}
