@font-face {
    font-family: 'FuturaMedium';
    src: url('../font/futuramc-webfont.eot');
    src: url('../font/futuramc-webfont.eot?iefix') format('eot'),
         url('../font/futuramc-webfont.woff') format('woff'),
         url('../font/futuramc-webfont.ttf') format('truetype'),
         url('../font/futuramc-webfont.svg#webfontJYs9wUQh') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FuturaExtraBlack';
    src: url('../font/futuraxk-webfont.eot');
    src: url('../font/futuraxk-webfont.eot?iefix') format('eot'),
         url('../font/futuraxk-webfont.woff') format('woff'),
         url('../font/futuraxk-webfont.ttf') format('truetype'),
         url('../font/futuraxk-webfont.svg#webfontdWFCcRft') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FuturaMediumTwo';
    src: url('../font/futuram-webfont.eot');
    src: url('../font/futuram-webfont.eot?iefix') format('eot'),
         url('../font/futuram-webfont.woff') format('woff'),
         url('../font/futuram-webfont.ttf') format('truetype'),
         url('../font/futuram-webfont.svg#webfontRfneJM1l') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
h1,h2,h3,h4,h5,h6{
	display: block;
	font-weight: normal;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000000;
}
a{
	color: #000000;
}
a:hover{
	text-decoration: none;
}

/* --- products menu --- */

.submenu_p{
	background-image: url(../img/bg_submenu.png);
	background-repeat: no-repeat;
	background-position: 0px 25px;
	width: 235px;
	height: 559px;
	padding: 60px 30px 0px 35px;
	color: #FFFFFF;
	float: right;
}
.submenu_p a{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.submenu_p a:hover{
	color: #f0c900;
}
.submenu_p ul{
	font-family: 'FuturaMedium';
	padding-top: 10px;
}
.submenu_p li{
	background-image: url(../img/bg_li_submenu.gif);
	background-repeat: no-repeat;
	background-position: 0px 15px;
	list-style-type: none;
	font-size: 20px;
	padding: 8px 0px 0px 20px;
}
.submenu_p li:hover{
	background-position: 0px -14px;
}
.submenu_p h2{
	font-family: 'FuturaExtraBlack';
}
.clews{
	position: absolute;
	margin: -560px 0px 0px -95px;
	z-index: 0;
}

/* --- common --- */

.clear_both{
	clear: both;
	height: 0px;
	line-height: 1px;
	font-size: 0px;
}
.wrapper{
	width: 955px;
	margin: auto;
	padding-bottom: 10px;
}

/* --- top --- */

.top{
	background-color: #f0c900;
	height: 177px;
}
h1.logo{
	padding: 22px 0px 0px 320px;
	width: 316px;
	float: left;
}
h1.logo a{
	display: block;
	text-indent: -9999px;
	height: 101px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
}
h1.logo a:hover{
	background-position: 0px -101px;
}
.search{
	width: 199px;
	float: right;
}
.search input[type=text]{
	background-color: #FFFFFF;
    background-position: 155px 0;
    color: #000000;
    float: left;
    font-size: 13px;
    height: 22px;
    margin: 4px 5px 0 12px;
    width: 130px;
	padding-left:4px;
}
.search input[type=button]{
	background-color: #000000;
	background-image: url(../img/bg_search.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 25px;
	cursor: pointer;
}
.search input[type=button]:hover{
	background-position: 0px -21px;
}

/* --- menu --- */

.menu{
	height: 50px;
	background-color: #000000;
	font-size: 25px;
	font-family: 'FuturaMedium';
	position: relative;
	z-index: 1000;
	text-align:center;
}
.menu a{
	color: #a38c00;
	text-decoration: none;
}
.menu a:hover{
	color: #FFFFFF;
}
.menu ul{
	list-style-type: none;
	position: relative;
	z-index: 1000;
}
.menu li{ 
	float: left;
}
.menu .menu_0 > a,
.menu .menu_1 > a,
.menu .menu_2 > a,
.menu .menu_3 > a,
.menu .menu_4 > a{
	padding: 10px 8px 0px 8px;
	height: 40px;
	
}
.menu_3 > a {
cursor:default;
}
.menu .menu_0 > a:hover,
.menu .menu_1 > a:hover,
.menu .menu_2 > a:hover,
.menu .menu_3 > a:hover,
.menu .menu_0.hover > a,
.menu .menu_1.hover > a,
.menu .menu_2.hover > a,
.menu .menu_3.hover > a,
.menu .menu_1.click > a,
.menu .menu_2.click > a,
.menu .menu_3.click > a{
	background-image: url(../img/hover_menu.gif);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #570404;
	color: #f0c900;
}
.menu li a{
	display: block;
	padding: 6px 8px;
}
.menu li:last-child a{
	border-right: none;
}
.menu li.hover,
.menu li:hover{
	position: relative;
}
.menu li ul{
	width: 180px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	font-size: 21px;
	z-index: 10000;
}
.menu .menu_4 ul {
width:230px;
}
.menu li ul li{
	font-weight: normal; 
	background: #000000; 
	color: #a38c00; 
	float: none;
}
.menu li ul li a{
	border-right: none;
	border-bottom: 1px solid #444444;
	display: block;
	z-index: 10000;
} 
.menu .menu_0{
	width: 180px;
}
.menu .menu_1{
	width: 180px;
}
.menu .menu_2{
	width: 180px;
}
.menu .menu_3{
	width: 180px;
}
.menu .menu_4{
	width: 230px;
}
.menu .menu_4 > a{
	color: #ffffff;
	background-image: url(../img/bg_sartoria.gif);
	background-position: 175px 0px;
	background-repeat: no-repeat;
}
.menu .menu_4 > a:hover,
.menu .menu_4.hover > a,
.menu .menu_4.click > a{
	background-position: 175px -50px;
	background-color: #FFFFFF;
	color: #000000;
}

/* --- terzo livello al momento non attivo ---*/

.menu li ul ul{ 
	left: 100%; 
	top: 0; 
}
.menu li:hover > ul{ 
	visibility: visible; 
}

/* --- in the middle ---*/

.content{
	background-image: url(../img/bg_content.gif);
	/*background-repeat: repeat-y;*/
	background-position: center top;
	position: relative;
	z-index: 100;
}
.wall,
.wall_slogan{
	background-repeat: repeat-x;
	background-position: center top;
	min-height: 400px;
}
.wall{
	background-image: url(../img/bg_wall.jpg);
}
.wall_slogan{
	background-image: url(../img/bg_wall_slogan.jpg);
}

/* --- hp ---*/

.yellow_box,
.black_box{
	width: 264px;
	height: 220px;
	display: block;
	cursor: pointer;
	float: left;
	margin: 320px 0px 0px 4px;
	text-decoration: none;
	text-align: center;
	padding: 0px 22px;
}
.yellow_box:hover,
.black_box:hover{
	background-position: 0px -220px;
}
.yellow_box{
	background-image: url(../img/bg_boxhp_yellow.png);
}
.black_box{
	background-image: url(../img/bg_boxhp_black.png);
	color: #FFFFFF;
}
.yellow_box strong,
.black_box strong{
	display: block;
	font-size: 30px;
	font-weight: normal;
	font-family: 'FuturaExtraBlack';
	padding-top: 30px;
}
.yellow_box span,
.black_box span{
	display: block;
	font-size: 23px;
	font-family: 'FuturaMedium';
	padding-top: 18px;
	height: 60px;
	overflow: hidden;
}
.yellow_box span b,
.black_box span b{
	font-family: 'FuturaExtraBlack';
	font-weight: normal;
}
h2.title_row{
	background-image: url(../img/bg_title.gif);
	background-repeat: no-repeat;
	background-position: 0px 12px;
	width: 915px;
	margin: auto;
	text-align: center;
	font-family: 'FuturaExtraBlack';
	margin-top: 15px;
}
.news_hp{
	width: 270px;
	float: left;
	background-image: url(../img/bg_news.gif);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 25px 20px 0px 0px;
	padding-left: 20px;
	border-left: 1px solid #c0c1c1;
}
.news_hp h3{
	font-family: 'FuturaMedium';
	font-size: 25px;
	padding-top: 5px;
	width: 215px;
	height: 30px;
	overflow: hidden;
}
.news_hp h4{
	font-family: 'FuturaMedium';
	font-size: 18px;
	height: 45px;
	overflow: hidden;
	margin-top: 10px;
}
.news_hp p{
	font-size: 13px;
	padding-top: 15px;
	height: 67px;
	overflow: hidden;
}
.news_hp em{
	color: #af4f00;
	font-size: 12px;
	display: block;
	padding-top: 5px;
}
.news_hp a{
	font-family: 'FuturaMedium';
	font-size: 16px;
	text-decoration: none;
	display: block;
	background-image: url(../img/bg_arrow.gif);
	background-repeat: no-repeat;
	width: 60px;
	margin-top: 5px;
	background-position: right 6px;
}
.news_hp a:hover{
	background-position: right -14px;
	text-decoration: underline;
}
.all_news_hp{
	font-family: 'FuturaMedium';
	font-size: 18px;
	border-top: 2px solid #000000;
	text-align: center;
	width: 915px;
	margin: auto;
	margin-top: 30px;
	padding-bottom: 30px;
}
.all_news_hp a{
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(../img/bg_allnews.gif);
	background-repeat: no-repeat;
	background-position: 83px 9px;
	padding: 2px 25px 2px 5px;
	text-decoration: none;
}
.all_news_hp a:hover{
	color: #f0c900;
	background-position: 83px -12px;
}

/* --- services --- */

.serv_th,
.serv_sh,
.serv_ch{
	display: block;
	float: left;
	text-decoration: none;
	width: 225px;
	height: 325px;
	color: #ffffff;
	background-repeat: no-repeat;
	padding: 265px 34px 40px 31px;
	text-align: center;
	margin-left: 20px;
}
.serv_th:hover,
.serv_sh:hover,
.serv_ch:hover{
	background-position: 0px -630px;
}
.serv_th{
	background-image: url(../img/bg_services_throuserst.png);
}
.serv_sh{
	background-image: url(../img/bg_services_shirt.png);
}
.serv_ch{
	background-image: url(../img/bg_services_couch.png);
}
.serv_th strong,
.serv_sh strong,
.serv_ch strong{
	display: block;
	text-transform: uppercase;
	font-family: 'FuturaExtraBlack';
	font-weight: normal;
	font-size: 24px;
	height: 30px;
	
}
.serv_th b,
.serv_sh b,
.serv_ch b{
	display: block;
	height: 60px;
	font-family: 'FuturaMediumTwo';
	font-weight: normal;
	font-size: 18px;
}
.serv_th span,
.serv_sh span,
.serv_ch span{
	display: block;
	font-family: 'FuturaMedium';
	font-size: 18px;
	line-height: 24px;
	height: 100px;
	overflow: hidden;
	padding: 0px 20px;
}
.serv_th i,
.serv_sh i,
.serv_ch i{
	display: block;
	font-family: 'FuturaMedium';
	font-size: 20px;
	color: #999999;
	border-top: 1px dashed #666666;
	margin: 40px 20px 0px 20px;
	padding-top: 10px;
	font-style: normal;
}
.serv_th:hover i,
.serv_sh:hover i,
.serv_ch:hover i{
	color: #f0c900;
}

/* --- products and services subsections --- */

.subsections,
.subsections_p{
	width: 930px;
	margin: auto;
}
.subsections h2,
.subsections_p h2{
	font-family: 'FuturaExtraBlack';
	font-size: 35px;
	padding-top: 70px;
	background-image: url(../img/bg_h2.gif);
	background-repeat: no-repeat;
	background-position: right 100px;
	height: 60px;
}
.title_n{
	padding-right:20px;
}
.subsections h3{
	width: 720px;
	font-family: 'FuturaMedium';
	font-size: 18px;
	padding-bottom: 15px;
}
.subsections_p h3{
	font-family: 'FuturaMedium';
	font-size: 20px;
}
.subsections p{
	width: 720px;
	line-height: 22px;
}
.subsections_p p{
	padding-top: 20px;
	line-height: 20px;
}
.subsections img{
	width: 197px;
	float: right;
}
#accordion{
	width: 930px;
	margin: auto;
	padding-top: 40px;
}
#accordion h4{
	cursor: pointer;
	font-size: 30px;
	font-family: 'FuturaMedium';
	border-bottom: 3px solid #000000;
	color: #666666;
	background-image: url(../img/bg_accordion.gif);
	background-repeat: no-repeat;
	background-position: 0px 11px;
	padding-left: 28px;
}
#accordion h4:hover,
#accordion h4.current{
	color: #000000;
	background-position: 0px -22px;
}
#accordion .panes{
	display: none;
}
#accordion .panes img{
	display: block;
	float: right;
	background-image: url(../img/bg_images.png);
	background-repeat: no-repeat;
	padding: 6px 8px 11px 8px;
	margin: 15px 0px;
}
#accordion .panes p{
	padding: 25px 0px 0px 0px;
	line-height: 22px;
}
#accordion .panes span{
	display: block;
	line-height: 22px;
	font-weight: bold;
	color: #520403;
	padding-top: 15px;
}

/* --- catalogue --- */

.catalogue{
}
.catalogue a{
	display: block;
	width: 165px;
	float: left;
	padding: 35px 0px 0px 20px;
	text-decoration: none;
}
.catalogue a strong{
	display: block;
	color: #560404;
	font-size: 24px;
	font-family: 'FuturaMedium';
	font-weight: normal;
	padding-top: 5px;
}
.catalogue a:hover strong{
	color: #666666;
}
.catalogue a span{
	display: block;
	line-height: 20px;
	padding-top: 5px;
	height: 40px;
	overflow: hidden;
}
.catalogue a:hover span{
	text-decoration: underline;
}

/* --- overlay lightbox --- */

.simple_overlay{
	width: 650px;
	background-color: #dddddd;
	height: 300px;
	display: none;
	z-index:10000;
	width:650px;	
	min-height:200px;
	border:1px solid #666;
	-moz-box-shadow:0 0 20px 5px #000;
	-webkit-box-shadow: 0 0 20px #000;	
}
.simple_overlay img{
	display: block;
	float: left;
	width: 442px;
	padding-right:20px;
}
.simple_overlay h2{
	font-family: 'FuturaMedium';
	font-size: 22px;
	color: #560404;
	padding: 10px 0px;
}
.simple_overlay p{
	font-size: 13px;
	line-height: 20px;
	height: 240px;
	overflow: auto;
	padding-right: 10px;
}


.simple_overlay .close {
	background-image: url(../img/close.png);
	background-repeat: no-repeat;
	background-position: right top;
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/* --- franchising --- */

.girl{
	background-image: url(../img/girl.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 579px;
}
.balloon, .balloon_single{
	background-repeat: no-repeat;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	float: right;
	margin-top: 40px;
}
.balloon{
	background-image: url(../img/bg_balloon.gif);
	padding: 40px 50px 0px 140px;
	height: 197px;
	width: 460px;
}
.balloon_single{
	width: 561px;
	padding-left: 87px;
	height: 237px;
	font-family: 'FuturaMedium';
}
.balloon_single{
	background-image: url(../img/bg_balloon_single.gif);
}
.yellow{
	color: #000000;
	background-image: url(../img/bg_balloon_single_yellow.gif);
}
.balloon strong{
	display: block;
	font-size: 35px;
	font-weight: normal;
	font-family: 'FuturaExtraBlack';
}
.balloon:hover strong{
	color: #999999;
}
.balloon i{
	display: block;
	font-family: 'FuturaMedium';
	font-style: normal;
	font-size: 27px;
	padding: 72px 0px 0px 80px;
}
.balloon:hover i{
	color: #f0c900;
}
.balloon span{
	display: block;
	font-family: 'FuturaMedium';
	color: #f0c900;
	font-size: 22px;
	font-weight: bold;
	padding: 0px 0px 0px 80px;
}
.balloon:hover span{
	color: #FFFFFF;
}
.balloon:hover{
	background-position: 0px -237px;
}
.franchising{
	width: 562px;
	float: right;
}
.franchising h2{
	background-image: url(../img/bg_title.gif);
	background-repeat: no-repeat;
	background-position: center 15px;
	text-align: center;
	margin-top: 25px;
	font-family: 'FuturaMedium';
	font-size: 27px;
}
.franchising .left{
	font-size: 18px;
	font-family: 'FuturaMedium';
	width: 250px;
	float: left;
	padding-top: 20px;
}
.franchising .right{
	width: 295px;
	float: right;
	padding-top: 10px;
}
.franchising .right p{
	font-family: 'FuturaMedium';
	font-size: 23px;
	
}
.franchising .right p span{
	font-family: 'FuturaExtraBlack';
	font-size: 40px;
	color: #f0c900;
	padding-right: 5px;
}

/* --- franchising accordion --- */

#accordion_f{
	width: 562px;
	float: right;
	padding-top: 15px;
	min-height: 350px;
}
#accordion_f h4{
	background-image: url(../img/bg_accordion.gif);
	background-position: right 10px;
	background-repeat: no-repeat;
	font-family: 'FuturaMedium';
	cursor: pointer;
	color: #666666;
	font-size: 22px;
	border-bottom: 2px solid #000000;
}
#accordion_f h4:hover,
#accordion_f h4.current{
	background-position: right -23px;
	color: #000000;
}
#accordion_f h4 span{
	font-family: 'FuturaExtraBlack';
	color: #f0c900;
	font-size: 24px;
	padding-right: 5px;
}
#accordion_f .panes{
	display: none;
	padding: 10px 0px;
	line-height: 22px;
}
.balloon_single a{
	color: #ffffff;
	text-decoration: none;
}
.balloon_single .tabs{
	font-size: 27px;
	text-transform: uppercase;
	
}
.balloon_single .tabs li{
	list-style-type: none;
	float: left;
}
.balloon_single .tabs li a{
	padding: 8px 30px;
	display: block;
}
.balloon_single .tabs li a:hover{
	text-decoration: underline;
}
.balloon_single .tabs li .first_yellow{
	background-color: #f0c900;
	color: #000000;
}
.balloon_single .tabs li .first_black{
	background-color: #000000;
}
.balloon_single .panes{
	font-size: 25px;
	height: 60px;
	margin: 25px 20px 0px 30px;
	overflow: hidden;
}
.balloon_single a.link{
	background-image: url(../img/bg_link.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
	font-size: 27px;
	color: #f0c900;
	width: 310px;
	height: 30px;
	margin: auto;
	margin-top: 30px;
	display: block;
}
.yellow a.link{
	color: #000000;
	background-image: url(../img/bg_link_yellow.gif);
}
.balloon_single a.link strong{
	font-family: 'FuturaExtraBlack';
	text-transform: uppercase;
}
.balloon_single a.link:hover{
	background-position: right -23px;
	color: #FFFFFF;
}

/* --- footer --- */

.footer{
	background-image: url(../img/bg_footer.gif);
	background-repeat: repeat-x;
	min-height: 340px;
	padding-top: 90px;
	color: #FFFFFF;
	position:relative;
	z-index:1000;
}
.footer a{
	color: #FFFFFF;
}
.footer a.logo{
	display: block;
	height: 75px;
	width: 234px;
	background-image: url(../img/logo_footer.gif);
	background-repeat: no-repeat;
	margin: auto;
	text-indent: -9999px;
}
.footer a.logo:hover{
	background-position: 0px -75px;
}
.footer .menu_footer{
	width: 165px;
	padding: 0px 15px;
	float: left;
	border-right: 1px solid #444444;
	margin-top: 30px;
	height:110px;
}
.footer .menu_footer ul{
	font-family: 'FuturaMedium';
	font-size: 20px;
}
.footer .menu_footer li{
	background-image: url(../img/bg_li_footer.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding: 0px 0px 0px 20px;
	margin: 15px 0px;
}
.footer .menu_footer li:hover{
	background-position: 0px -12px;
}
.footer .menu_footer a{
	text-decoration: none;
	display: block;
}
.footer .menu_footer a:hover{
	color: #f0c900;
}
.footer .menu_footer li{
	list-style-type: none;
	cursor:default;
}
.footer .footer_newsletter{
	width: 350px;
	float: left;
	padding-left: 15px;
	font-family: 'FuturaMediumTwo';
	font-size: 18px;
	padding-top: 25px;
}
.footer .footer_newsletter em{
	font-style: normal;
	font-family: 'FuturaExtraBlack';
}
.footer .footer_newsletter form{
	border: 1px solid #626262;
	margin-top: 20px;
	padding: 8px;
	width: 320px;	
	height: 32px;
}
.footer .footer_newsletter form input[type=text]{
	background-color: #343434;
	color: #999999;
	width: 208px;
	padding: 8px;
	display: block;
	margin-right: 5px;
	float: left;
}
.footer .footer_newsletter form input[type=button]{
	font-family: 'FuturaMedium';
	font-size: 17px;
	background-color: #000000;
	color: #999999;
	border: 1px solid #474747;
	cursor: pointer;
	background-image: url(../img/bg_button.gif);
	background-repeat: no-repeat;
	background-position: 65px 0px;
	width: 89px;
	padding: 4px 10px 4px 4px;
	text-align: left;
	display: block;
	float: left;
}
.footer .footer_newsletter form input[type=button]:hover{
	color: #f0c900;
	background-position: 65px -25px;
}
.footer p{
	font-family: 'FuturaMedium';
	font-size: 15px;
	padding: 70px 0px 20px 0px;
	text-align: center;
}
/**************************Contact form**********************************************/
#contactFormContainer
            {
    margin-left: 469px;
    margin-top: -20px;
    position: absolute;
	z-index:100;
            }
			.formBlack {
				background-color:#000000;
				width:541px;
				color:#FFFFFF;
				font-size:14px;
			}
            .formBlack label {
			color:#FFFFFF;
			width:130px;
			display:block;
			float:left;
			margin-left:55px;
			}
			.formBlack input[type='text'], .formBlack input[type='password'], .formBlack select {
			width:300px;
			float:left;
			height:20px;
			
			}
			.formBlack input[type='submit'] {
				height:25px;
				color:#000000;
				border:1px solid #AAAAAA;
			}
			.formBlack .line {
			margin-top:5px;
			margin-bottom:5px;
			}
			.formYellow {
				background-color:#F0C900;
			}
			.formYellow label {
			color:#000000;
			}
			.error_form {
margin:0 auto;
display:none;
margin-left:55px;
width:420px;


}
.error_top {
height:8px;
background-image:url(../SITE/css/img/bg_error_top.png);
width:27px;
background-repeat:no-repeat;
margin:0 auto;
}
.error_message {
color:#F00;
font-size:11px;
font-family:Verdana, Geneva, sans-serif;
padding:5px;
background-image:url(../SITE/css/img/bg_error.png);
}
/**************************************login**************************************/
.tbord .label {
width:auto;
height:25px;
line-height:25px;
color:#A38C00;
float:left;
margin-top:3px;
font-size:14px;
}
.tbord input {
height:20px;
background-color:#FFFFFF;
border:1px solid #F0C900;
float:left;
margin-top:3px;
}
.tbord {
float:left;
background-color:#000000;
color:#000000;
height:30px;
width:755px;
margin:0-auto;
}
.menu1 {
height:27px;
float:right;

}
.menu_first a {
height:30px;
color:#A38C00;
background-color:#000000;
padding-left:5px;
padding-right:5px;
float:left;
line-height:30px;
border-left:1px solid #F0C900;
text-decoration:none;
 font-family: 'FuturaMedium';
}
.menu_first a:hover {
color:#000000;
background-color:#F0C900;
text-decoration:none;
}
.menu_first {
float:left;
}
.box_welcome {
    color: #A38C00;
    float: left;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
	 font-family: 'FuturaMedium';
	 font-size:16px;
}
.input {
height:30px;
float:left;
margin-bottom:5px;
padding-left:5px;
padding-right:5px;
}
.tbord input[type="submit"] {
    color: #A38C00;
	font-family: 'FuturaMedium';
	font-size:18px;
	border:1px solid #F0C900;
	float:left;
	margin-top:2px;
	padding-left:5px;
	padding-right:5px;
	height:22px;
	margin-top:3px;
}
/* --- punti vendita accordion --- */


#accordion_p{
	width: 916px;
	padding-top: 15px;
	//min-height: 350px;
}
#accordion_p h4{
	background-image: url(../img/bg_accordionp.png);
	background-position: bottom;
	background-repeat: no-repeat;
	font-family: 'FuturaMedium';
	cursor: pointer;
	color: #666666;
	font-size: 22px;
	height:50px;
	line-height:43px;
	padding-left:30px;
}
#accordion_p h4:hover,
#accordion_p h4.current{
	background-image: url(../img/bg_accordionph.png);
	color: #000000;
}
#accordion_p h4 span{
	font-family: 'FuturaExtraBlack';
	color: #f0c900;
	font-size: 24px;
	padding-right: 5px;
}
#accordion_p .panes{
	display: none;
	padding: 10px 0px;
	line-height: 22px;
	font-size:14px;
	padding-left:30px;
}
#accordion_p .panes .item {
width:210px;
background-image: url(../img/bg_item.png);
background-repeat:no-repeat;
background-position:left 10px;
padding-left:10px;
float:left;
color:#010101;
font-size:14px;
font-family:arial;
font-weight:Bold;
line-height:25px;
}
#accordion_p .panes .item_det {
line-height:20px;
float:left;
color:#010101;
font-size:14px;
font-family:arial;
line-height:25px;
padding-left:10px;
}
.panes .item a {
text-decoration:none;
cursor:pointer;
}
#accordion_p .panes .item a:hover, #accordion_p .panes .item_selected { 
color:#670000;
}
#vendita td {
line-height:20px;
vertical-align : top;
}
.text_1 {
width:916px;
margin-bottom:15px;
padding-top:40px;
}
.title_punto {
font-size:35px;
color:#000000;
background-image: url(../img/bg_title_punto.png);
background-repeat:no-repeat;
width:916px;
background-position:right;
}
.text_punto {
width:715px;
float:left;
color:#000000;
font-size:14px;
line-height:20px;
}
.text_1 .images {
float:right;
width:171px;
height:100px;
margin-bottom:0px;
overflow:visible;
}
.text {
width:592px;
height:290px;
overflow:hidden;
color:#000000;
float:left;
margin-bottom:20px;
}
.images {
width:300px;
height:300px;
float:right;
overflow:hidden;
margin-bottom:20px;
}
.gallery {
width:433px;
float:right;
border:2px solid #000000;
height:318px;
overflow:hidden;
}
.mappa {
width:457px;
float:left;
border:2px solid #000000;
height:318px;
}
.address {
float:left;
width:180px;
margin-top:20px;

}
.content1 {
width:910px;
padding-top:20px;
margin:0 auto;
padding-left:10px;
padding-right:10px;
padding-bottom:20px;
}
#cont1 #Title {
font-size:25px;
font-family:'FuturaMedium';
font-weight:Bold;
}
.contactForm {
width:710px;
float:right;
margin-top:20px;
margin-left:20px;
}
.contactFormLeft {
float:left;
width:260px;
}
.contactFormRight {
float:right;
width:434px;
font-size:12px;
font-family:arial;
}
.contactForm input[type='text'] {
width:257px;
border:2px solid #000000;
margin-bottom:10px;
height:27px;
}
.contactForm label {
font-size:20px;
font-family:'FuturaMedium';
}
.contactForm  textarea {
width:430px;
height:95px;
border:2px solid #000000;
float:right;
}
.contactForm input[type='checkbox'] {
font-size:11px;
font-family:arial;
margin-bottom: 8px;
margin-top: 8px;
margin-right:5px;
float:left;
}
.contactForm input[type='submit'] {
width:90px;
background-color:#ffd351;
font-size:16px;
font-family:'FuturaMedium';
font-weight:Bold;
height:30px;
line-height:30px;
color:#000000;
cursor: pointer;
}
/*************************************************Page Informazioni********************************************************/
.box_left {
width:484px;
height:433px;
background-image:url(../img/bg_rich.gif);
padding-left:25px;
padding-top:35px;
float:left;
background-repeat:no-repeat;
margin-top:50px;
}
.box_left:hover {
background-position:center -468px;
} 
.box_left strong {
width:352px;
height:85px;
font-size:35px;
font-family:'FuturaExtraBlack';
color:#FFFFFF;
}
.box_left i {
    display: block;
    font-family: 'FuturaMedium';
    font-size: 27px;
    font-style: normal;
    padding: 20px 0 0 5px;
	color:#FFFFFF;
}
.box_left span {
    color: #F0C900;
    display: block;
    font-family: 'FuturaMedium';
    font-size: 22px;
    font-weight: bold;
    padding: 0 0 0 5px;

}
.box_left .testo {
width:470px;
height:220px;
overflow:hidden;
font-size:18px;
font-family:'FuturaMedium';
color:#FFFFFF;
margin-top:15px;
}
.box_right {
width:425px;
margin-top:85px;
float:right;
color:#000000;
font-size:20px;
font-family:'FuturaMedium';
}
.box_right .title {
background-image:url(../img/bg_title_rich.gif);
background-repeat:no-repeat;
background-position:center;
font-size:25px;
text-align:center;
}
.box_right label {
font-size:20px;
width:392px;
margin:0 auto;
display:block;
}
.box_right input[type="text"] {
width:388px;
height:27px;
border:2px solid #000000;
margin:0 auto;
margin-bottom:10px;
margin-left:17px;
}
.box_right textarea {
width:388px;
height:113px;
border:2px solid #000000;
margin:0 auto;
margin-left:17px;
margin-bottom:10px;
}
.box_right .acc {
width:392px;
margin:0 auto;
font-size:11px;
font-family:arial;
margin-bottom:10px;
}
.acc a{
    color: #000000;
    float: left;
    font-size: 14px;
    margin-top: 7px;
    text-decoration: none;
	font-family:arial;
}
.acc a:hover {
text-decoration:underline;
}
.box_right input[type='submit'] {
width:90px;
background-color:#ffd351;
font-size:16px;
font-family:'FuturaMedium';
font-weight:Bold;
height:30px;
line-height:30px;
color:#000000;
margin-left:17px;
}
.bar {
background-color:#000000;
}
li.menu_footer_selected {
background-position:left -12px;
color:#f0c900;
}
.pagination {
font:12px Arial, Helvetica, sans-serif;
margin-top:10px;
float:right;
text-align:center
}
 
.pagination a {
background:#fff;
border:1px solid #06c;
color:#06c;
margin:2px;
padding:.2em .4em;
text-decoration:none
}
 
.pagination a:hover {
background:#fff;
border:1px solid #bd88fe;
color:#bd88fe
}
 
.pagination span.inactive {
border:1px solid #f0f0ff;
color:#f0f0ff;
margin:2px;
padding:.2em .4em;
display:none;
}
 
.pagination span.active {
background:#f4ebff;
border:1px solid #bd88fe;
color:#bd88fe;
font-weight:700;
margin:2px;
padding:.2em .4em
}
input[type='button'], input[type='submit'] {
cursor:pointer;
}
h2.title_privacy {
background-image:url(../img/bg_priv.png);
}
p.priv {
width:916px;
}
div.cerca {
background-image:url(../img/bg_cerca.png);
width:226px;
height:136px;
background-repeat:no-repeat;
margin-left: 668px;
margin-top: 155px;
position:absolute;
}
.cerca a{

font-size:27px;
text-decoration:none;
font-family: 'FuturaMedium';
margin-left: 21px;
margin-top: 52px;
display:block;
}
div.cerca:hover {
background-image:url(../img/bg_cerca_hover.png);
}
#accordion_tp {
width:459px;
float:left;
margin-top:80px;
}
.mappa_v {
width:417px;

float:right;
margin-top:45px;

}
#accordion_tp h4{
color: #000000;
background-image:url(../img/bg_item_c.png);
background-repeat:no-repeat;
width:429px;
height:35px;
font-family: 'FuturaMedium';
font-size:22px;
padding-left:30px;
line-height:18px;
margin-top:10px;
cursor:pointer;
}
#accordion_tp h4:hover, #accordion_tp h4.current{
background-image:url(../img/bg_item_o.png);
}
#accordion_tp .panes_p {
width:459px;
padding-top:20px;
padding-bottom:15px;
border-bottom:2px dashed #000000;
}
.title_t {
font-family: Arial;
font-size:14px;
font-weight:Bold;
background-image:url(../img/xo.png);
background-repeat:no-repeat;
padding-left:35px;
min-height:27px;
background-positio:left center;
}
.title_t a {
	text-decoration:none;
}
.title_t a:hover {
	text-decoration:underline;
}
.adr {
padding-left:35px;
font-family: Arial;
font-size:14px;
}
.tel {
margin-left:35px;
background-image:url(../img/tel.png);
background-repeat:no-repeat;
padding-left:20px;
margin-top:5px;
}
.nasc {
background-image:url(../img/nasc.png);
background-repeat:no-repeat;
width:218px;
height:86px;
position:absolute;
font-family: 'FuturaMedium';
font-size:22px;
text-decoration: none;
    line-height: 61px;
    padding-left: 46px;
}
.monstra {
    background-image: url("../img/monstra.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-family: 'FuturaMedium';
    font-size: 22px;
    height: 86px;
    line-height: 61px;
    padding-left: 46px;
    position: absolute;
    text-decoration: none;
    width: 218px;
}

.clews .text {
position:absolute;
width:270px;
height:135px;
margin-left: 390px;
margin-top: 100px;
font-family: 'FuturaMedium';
font-size:25px;
}
.submenu_p {
    background-image: url("../img/bg_link_prod.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    float: right;
    height: 560px;
    padding: 60px 30px 0 35px;
    width: 230px;
}
.gom {
    height: 582px;
    margin-top: -545px;
    position: absolute;
    width: 574px;
}
.text_sp {
width:340px;
height:200px;
font-family: 'FuturaMedium';
font-size:20px;
line-height:25px;
position:absolute;
margin-left: 280px;
margin-top:65px;
}
.wom {
position:absolute;
margin-left: -80px;
margin-top: 20px;
}
#indietro {
	color: #000000;
    font-family: verdana;
    font-weight: bold;
    height: 30px;
    padding-left:10px;
	padding-right:10px;
	background-color:#F0C900;
	border:1px solid #FFFFFF;
	margin-top:5px;
}
#fancybox-wrap {
width:1100px;
}
.bg_img_news {
width:268px;
float:right;
margin-top:15px;
}
.bg_img_t {
width:268px;
background-image: url("../img/bg_img_top.png");
height:5px;
}
.bg_img_b{
width:268px;
background-image: url("../img/bg_img_b.png");
height:9px;
}
.bg_img_c {
width:260px;
background-image: url("../img/bg_img.png");
margin:0 auto;
padding-left:8px;
}
#accordion .panes .bg_img_c img{
padding:0px;
margin:0px;
float:none;
background:none;
}
#hpwd {
color:#A38C00;
text-decoration:none;
}
#hpwd:hover {
color:#F0C900;
text-decoration:none;
}
#sortable {
                list-style-type: none;
                margin: 5px 0px 0px 16px;
                padding: 0;
            }
            #sortable li {
                margin: 3px 3px 3px 0;
                padding: 1px;
                float: left;
                width: 35px;
                height: 35px;
                font-size: 20px;
                text-align: center;
                line-height:35px;
                cursor:pointer;
                -moz-border-radius:5px;
                -webkit-border-radius:5px;
                -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
                -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
                text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
                background:#2daebf url(images/overlay.png) repeat-x scroll 50% 50%;
                color:#fff;
                font-weight:normal;
            }
            .captcha_wrap{
                border:1px solid #fff;
                -moz-border-radius:10px;
                -webkit-border-radius:10px;
                -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
                -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
                float:left;
                height:65px;
                overflow:auto;
                width:265px;
                overflow:hidden;
                margin:0px 0px 0px 210px;
                background-color:#fff;
            }
            .captcha{
                -moz-border-radius:10px;
                -webkit-border-radius:10px;
                font-size:12px;
                color:#BBBBBB;
                text-align: center;
                border-bottom:1px solid #CCC;
                background-color:#fff;
            }
/* --- social --- */
.social{
	position:absolute;
	right:1;
	margin-top:110px;
	margin-left: 885px;
}			