.active@charset "utf-8";
/* Do not cancel */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: #333;
}
ol, ul {
	list-style: none;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* /Do not cancel */

/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////    STRUTTURA GENERALE    ///////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

BODY {	
	padding:0;
	margin: 0; 
	margin-top: 20px;
	position: relative; 
	background:#FFF;
	font-family:'FuturaStdMedium', "Lucida Sans", "Lucida Sans Unicode", Arial, Tahoma, Helvetica, sans-serif;
	font-size:16px;
	color:#333;
	text-align:center;
	line-height: 1.5em;
}
BODY,HTML { 
	margin:0px;
	/*height:100%;*/
}

a {
	color: #333;	
	text-decoration: none;
	
}
a:hover	{
	color: #000;
	text-decoration: none;	
}

h1 { 
	font-size: 30px;
	color:#090909;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*letter-spacing: -1px;*/
	line-height: normal;
	margin: 18px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
  
h2 { 
	font-size: 22px;
	color:#090909;
	font-family:'FuturaStdMedium', Arial, Helvetica, sans-serif;
	font-weight: normal;
	/*letter-spacing: normal;*/
	line-height:1.0em !important;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align:left !important;
}
  
h3 {
	font-size: 14px;
	color:#090909;
	font-family:Arial, Helvetica, sans-serif;
	/*letter-spacing: -1px;*/
	font-weight:bold;
    line-height: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
}
  
h4 { 
	font-size: 12px;
	color:#090909;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px;
	letter-spacing: normal;
	line-height: normal;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: left;
}
  
h5,h6 { 
	font-size: 9px;
	color:#090909;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 16px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: left;
}

.titoletto { 
	float:left;
	font-size: 26px;
	color:#000;
	font-family:'FuturaStdLight', Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 10px;
	text-align:left !important;
	line-height:1.1em;
}

.sottotitolo { 
	float:left;
	font-size: 14px;
	color:#090909;
	font-family:'FuturaStdMedium', Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 20px;
	text-align:left !important;
}
  
p { 
	float:left;
	font-size: 12px;
	color:#333; 
	font-family: 'FuturaStdMedium', "Lucida Sans", "Lucida Sans Unicode", Arial, Tahoma, Helvetica, sans-serif;
	/*letter-spacing: 1px;*/
	line-height: 1.5em;
	margin-bottom: 15px;
	margin-top: 10px;
	text-align: left;
}

p a { color:#090909; text-decoration: underline; }
p a:hover { color:#000; text-decoration: underline; }

ul {
	line-height: 18px;
	color:#1f4d9a;
	list-style: square;
	font-family: 'FuturaStdMedium', "Lucida Sans", "Lucida Sans Unicode", Arial, Tahoma, Helvetica, sans-serif;
	font-size: 19px;
	letter-spacing: 1px;
	letter-spacing:0
}

ol {
	line-height: 18px;
	color:#090909;
	list-style: decimal;
	font-family: 'FuturaStdMedium', "Lucida Sans", "Lucida Sans Unicode", Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}


li {
	margin-left: 30px;
	
}
ul li {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px; 
	padding-top: 0px; 
	list-style-type: none; 
	height: auto;
}

hr {
	display:none;
}

form,form fieldset,form legend {
	margin:0px;
	padding:0px;
}
form label{
	font-family:'FuturaStdMedium', Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing:1px;
	/*color: #ffffff; */
}

.row {
	float:left;
	width:1096px;
}

div#container {
	position:absolute;
	width:100%;
	/*height:700px;*/
	top:0px;
	left:0px;
	margin:0 auto !important;
}
#mainTop {
	float:left;
	width:100%;
	top:0px;
	left:0px;
	margin:0 auto !important;
}
#top {
	position:relative;
	width:1096px;
	height:100px;
	margin:0 auto !important;
	padding:0px 0px 0px 0px;
	text-align:center;
}
.logo {
	position:absolute;
	left:38px;
	top:5px;
	z-index:200;
}
#flashContent {
	float:left;
}
#flashContent p{
	margin:40px 0px 40px 40px;
}

#mainWrapper {
	float:left;
	width:100%;
	top:0px;
	left:0px;
	margin:0 auto !important;
	background:url('../images/bg_wrapper.gif') repeat-x left bottom;
}
#mainWrapperHome {
	float:left;
	width:100%;
	top:0px;
	left:0px;
	margin:0 auto !important;
}
#wrapper {
	position:relative;
	width:1096px;
	margin:0 auto !important;
	padding:0px 0px 20px 0px;
	text-align:center;
}

/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////    GALLERY HOME    //////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

#wrapper-image{
	float:left;
	position:relative;
	width:100%;
	height:425px;
	margin:0px auto;
	padding:0px;
}
#background{
	position: absolute;
	top:0px; 
	left: 0;
	width: 100%; 
	height:425px;
	min-width: 1000px;
	padding-top: 0%;
	overflow: hidden;
	background: #000;
	z-index: 1;
}
.loader{
	width: 100%; 
	height: 100%;
	background: url('../images/loader.gif') center center no-repeat ;
	position:absolute
}
.gallery-home{
	position: relative;
	top: 0%; 
	left: 0;
	width: 100%; 
	height: 100%;
	z-index: 2;
}
.bg{
	width: 100% !important; 
	height: 100% !important;
	position:relative;
}
.bg_img{
	position: absolute;
	min-width: 100%; 
	min-height: 100%;
	top: 0%; 
	left: 0;
}

.gallery-content{
	position: absolute;
	bottom: 0px; 
	left: 50%;
	width: 1020px;
	text-align: right;
	z-index: 10;
	margin:0 0 0 -510px;
}

/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////    FLYER    /////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

#contentFlyer {
	position:relative;
	width:480px;
	height:425px;
	margin:0 auto !important;
	overflow: hidden;
	z-index:500;
}
#flyer {
	position:absolute;
	left:0px;
	top:-500px;
	width:486px;
	height:502px;
	background: url('../images/flyer.png') no-repeat left top;
}
#flyer a.button {
	position:absolute;
	right:46px;
	top:180px;
	background: none;
}
#flyer a.button span,
#flyer a:hover.button,
#flyer a:hover span {
    background: none;
	text-decoration: none !important;
} 

.bignews a{
	float:left;
	width:350px;
	min-height:120px;
	margin:220px 0px 0px 66px;
	padding:0px 0px 0px 0px;
	background:transparent !important
}
.bignews a span.img{
	float:left;
	margin:6px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	clear:both;
	width:150px;
	height:200px;
	overflow:hidden;
	border:1px solid #fff;
	text-align:center;
	vertical-align: middle;
	background:#fff
}
.bignews a span.abstract {
	float:left;
	width:168px;
	margin:10px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	text-align:left;
}

.bignews a span.abstract strong {
	font-size:16px;
	display:block;
	font-weight:normal;
	color:#000;
	line-height:1.2em;
	font-family:'FuturaStdHeavy', Arial, Helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	text-transform:uppercase;
}
.bignews a span.abstract span{
	font-size:14px;
	display:block;
	font-family: 'FuturaStdMedium', Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	line-height:1.4em;
	color:#666;
}

.bignews a:hover span {
	background:none !important;
	text-decoration: none !important;
}
.bignews a:hover span.img{
	border:1px solid #fff;
	-moz-box-shadow: 0px 0px 6px #888;
	-webkit-box-shadow: 0px 0px 6px #888;
	box-shadow: 0px 0px 6px #888;
	text-decoration: none !important;
}
.bignews a:hover span.img img{
	opacity:.85;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	text-decoration: none !important;
}
.bignews a:hover span.abstract span{
	color:#333;
	text-decoration: none !important;
}

/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////    BOTTOM ROW    ///////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

#main_bottomRow {
	float:left;
	width:100%;
	top:0px;
	left:0px;
	margin:0 auto !important;
	background: url('../images/bg_sfumatura.png') repeat-x left top;
}
#bottomRow {
	position:relative;
	width:920px;
	height:168px;
	margin:0 auto !important;
	padding:38px 3px 48px 48px;
	text-align:center;
	font-size:13px;
}

#myTwils {
	position:relative;
	float:left;
	width:500px;
	height:170px;
}
#myTwils #logo {
	position:absolute;
	top:16px;
	left:0px;
}
#myTwils #logo a {
	text-decoration:none;
}
#myTwils #logo h4 {
	position:absolute;
	top:-999em;
	left:0px;
}
#myTwils #bubble {
	position:absolute;
	width:204px;
	height:170px;
	top:0px;
	right:0px;
	padding:45px 22px 0px 45px;
	background: url('../images/bubble.png') no-repeat left top;
}
#myTwils #bubble div{
	font-family:'FuturaStdHeavy', Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	text-align:center;
}
#myTwils #bubble div a{
	font-size:24px;
	color:#000;
	text-align:center;
	line-height:2.0em;
}
#myTwils #bubble div a:hover{
	color:#fff;
	text-decoration:none;
}

/* Social*/

#boxSocial {
	position:relative;
	float:right;
	width:411px;
	height:121px;
	margin:34px 0 0 0;
	background: url('../images/box_social.png') no-repeat left top;
}

 ul.social{
	float:left;
	margin:35px 0px 0px 55px;
	padding:0px 0px 0px 0px;
	line-height:26px;
	color:#999;
	font-size:9px;
}
 ul.social li{
	margin:0px 0px 0px 0px !important;
	padding:0px 10px 0px 0px !important;
	list-style:none;
	float:left;
	font-family:'FuturaStdHeavy', Arial, Helvetica, sans-serif;
	color:#9e9e9e;
	font-size:20px;
}
 ul.social li a{
	text-decoration:none;
}
 ul.social li a:hover{
	text-decoration:none;
	opacity:.60;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
 ul.social li.flickr{
	position:relative;
	float:left;
	margin:0px 0px 0px 0px !important;	
}
 ul.social li.flickr a{
	background:url(../images/ico_flickr.png) no-repeat 100% 50% transparent;
	padding:0px 0px 0px 0px !important;
	display:block;
	width:32px;
	height:32px;
}
 ul.social li.facebook{
	position:relative;
	float:left;
	margin:0px 0px 0px 0px !important;	
}
 ul.social li.facebook a{
	background:url(../images/ico_facebook.png) no-repeat 100% 50% transparent;
	padding:0px 0px 0px 0px !important;
	display:block;
	width:32px;
	height:32px;
}
ul.social li.twitter{
	position:relative;
	float:left;
	margin:0px 0px 0px 0px !important;	
}
 ul.social li.twitter a{
	background:url(../images/ico_twitter.png) no-repeat 100% 50% transparent;
	padding:0px 0px 0px 0px !important;
	display:block;
	width:32px;
	height:32px;
}
ul.social li.youtube{
	position:relative;
	float:left;
	margin:0px 0px 0px 0px !important;	
}
 ul.social li.youtube a{
	background:url(../images/ico_youtube.png) no-repeat 100% 50% transparent;
	padding:0px 0px 0px 0px !important;
	display:block;
	width:32px;
	height:32px;
}

/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////    FOOTER    /////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

#mainFooter {
	float:left;
	width:100%;
	top:0px;
	left:0px;
	margin:0 auto !important;
	background:url('../images/bg_footer.gif') repeat-x left top;
}
#footer {
	position:relative;
	width:1020px;
	height:80px;
	margin:0 auto !important;
	padding:24px 0px 30px 0px;
	text-align:left;
	font-size:11px;
}
#footer p{
	float:left;
	color:#666 !important;
	margin:0px 0px 20px 0px;
}
#footer span{
	float:right;
}
#footer A {
	color: #666;	
	text-decoration: none;
	
}
#footer A:hover	{
	color: #000;
	text-decoration: none;	
}
#footer ul {
	float:left;
	text-align:left;
	width:1020px;
	margin: 0px 0px 10px 0px;
}

#footer ul li {	
	float:left;
	/*display:inline;*/
	font-size: 11px;
	list-style: none;
	background:url('../images/bott_footer.gif') no-repeat 0% 50%;
	padding: 6px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	color: #666;
	width:90px !important;
	height:25px !important;
	border:0px solid #ccc;
	text-align:center;
}

#footer ul li a {
	text-align:center;
	color: #666;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #000;
	text-decoration: none;
}

#footer H1 {
	float:left;
	font-size: 10px;
	color: #999;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	width:100%;
}	

#videoHome{
	float:right;
	width:412px;
	height:248px;
	margin:36px 40px 0 0;
}

#video{
	float:left;
	width:549px;
	height:330px;
}

/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////    TOP    //////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

#linguette {
	position:absolute;
	right:0px;
	top:0px;
	line-height: 1;
	border:0px solid #000;
	width:500px;
	height:54px;
	margin:0px 0px 0px 0px;
}
#linguette #ombra{
	position:absolute;
	right:0px;
	top:0px;
	width:500px;
	height:14px;
	background:url('../images/ombra_top.png') no-repeat 0% 0%;
	z-index:500;
}
#linguette ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;
	letter-spacing:normal;
	color:#000;
	text-align:left;
	float:right;
}
#linguette ul li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	text-transform:uppercase;
	float:left;
	width:134px;
	height:54px;
	/*text-indent:-9999px;*/
}
#linguette ul li a {
	color:#000;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	width:134px;
	height:54px;
	display: block; 
	overflow: hidden; 
	text-indent: -999em; 
}
#linguette ul li a:hover{
	color:#999;
	text-decoration:none;
}
#linguette ul li#bott_1 a{
	position:absolute;
	top:-100px;
	right:304px;
	background:url('../images/bott_area_riservata_ita.png') no-repeat 0% 0%;
}
#linguette ul li#bott_2 a{
	position:absolute;
	top:-100px;
	right:170px;
	background:url('../images/bott_russo.png') no-repeat 0% 0%;
}
#linguette ul li#bott_3 a{
	position:absolute;
	top:-100px;
	right:36px;
	background:url('../images/bott_english.png') no-repeat 0% 0%;
}

/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////    MENU'    //////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

#nav {
	position:absolute;
	top:54px;
	right:40px;
}
#nav ul {
	margin:9px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:14px;
	font-family:'FuturaStdMedium', Arial, Helvetica, sans-serif;
	line-height:normal;
	letter-spacing:normal;
	color:#000;
	text-align:left;
}
#nav ul li {
	margin:0px 0px 0px 24px;
	padding:0px 0px 0px 0px;
	list-style:none;
	text-transform:uppercase;
	float:left;
}
#nav ul li a {
	color:#000;
	padding:0px 0px 0px 0px;
	text-decoration:none;
}
#nav ul li a:hover,
#nav ul li a.attivo{
	color:#999;
	text-decoration:none;
}

/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////    NEWS HOME    ////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

#newsHome {
	position:relative;
	float:left;
	width:546px;
	height:250px;
	margin:30px 0px 30px 0px;
}

.blocco{
	width:546px;
	float:left;
	background:transparent !important
}
.blocco a{
	float:left;
	width:150px;
	min-height:120px;
	margin:0px 0px 0px 32px;
	padding:0px 0px 0px 0px;
	background:transparent !important
}
.blocco a span.img{
	float:left;
	margin:6px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	clear:both;
	width:140px;
	height:105px;
	overflow:hidden;
	border:1px solid #cfcfcf;
	text-align:center;
	vertical-align: middle;
	background:#fff
}
.blocco a span.abstract {
	float:left;
	width:142px;
	margin:15px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
}

.blocco a span.abstract strong {
	font-size:11px;
	display:block;
	font-weight:normal;
	color:#000;
	line-height:1.2em;
	font-family:'FuturaStdMedium', Arial, Helvetica, sans-serif;
	margin:0px 0px 3px 0px;
	padding:0px 0px 0px 0px;
	text-transform:uppercase;
}
.blocco a span.abstract span{
	font-size:12px;
	display:block;
	font-family: 'FuturaStdMedium', Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	line-height:1.4em;
	color:#666;
}

.blocco a:hover span {
	background:none !important;
}
.blocco a:hover span.img{
	border:1px solid #fff;
	-moz-box-shadow: 0px 0px 6px #888;
	-webkit-box-shadow: 0px 0px 6px #888;
	box-shadow: 0px 0px 6px #888;
}
.blocco a:hover span.img img{
	opacity:.85;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
}
.blocco a:hover span.abstract span{
	color:#333;
}

#nav_news {
	float:right;
	margin: 20px 5px 0 0;
}
#nav_news a{
	width:16px;
	height:16px;
	float:left;
	display:block;
	text-indent:-9999em;
	background: url('../images/dot-nav.gif') no-repeat left bottom;
}
#nav_news a:hover,
#nav_news a.activeSlide{
	background: url('../images/dot-nav.gif') no-repeat left top;
}


/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////    COLLEZIONI    //////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

.collection a{
	float:left;
	width:212px;
	padding:0px 0px 0px 0px;
	background:transparent !important
}
.collection a#design{ border-bottom:10px solid #ad366a;}
.collection a#design span.abstract strong { color: #ad366a;}

.collection a#classico{ border-bottom:10px solid #5f5033;}
.collection a#classico span.abstract strong { color: #5f5033;}

.collection a#singoli{ border-bottom:10px solid #aab238;}
.collection a#singoli span.abstract strong { color: #aab238;}

.collection a#biancheria{ border-bottom:10px solid #5f1968; margin-right:0px !important;}
.collection a#biancheria span.abstract strong { color: #5f1968;}

.collection a span.img{
	float:left;
	margin:6px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	clear:both;
	width:212px;
	height:212px;
	overflow:hidden;
	border:1px solid #fff;
	text-align:center;
	vertical-align: middle;
	background:#fff
}
.collection a span.abstract {
	float:left;
	width:212px;
	margin:25px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
}

.collection a span.abstract strong {
	font-size:24px;
	display:block;
	font-weight:normal;
	color:#000;
	line-height:1.0em;
	font-family:'FuturaStdLight', Arial, Helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	text-transform:uppercase;
}
.collection a span.abstract span{
	font-size:14px;
	display:block;
	font-family:'FuturaStdMedium', Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	line-height:1.4em;
	color:#666;
}

.collection a:hover span {
	background:none !important;
}
.collection a:hover span.img{
	border:1px solid #fff;
	-moz-box-shadow: 0px 0px 6px #888;
	-webkit-box-shadow: 0px 0px 6px #888;
	box-shadow: 0px 0px 6px #888;
}
.collection a:hover span.img img{
	opacity:.85;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
}
.collection a:hover span.abstract span{
	color:#333;
}

/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////    SCHEDA PRODOTTO    ////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

#menuCollezioni {
	float:left;
	position:relative;
	width:1058px;
	height:63px;
	margin:30px 0px 10px 38px;
	/*background:url('../images/ombra_menu.png') no-repeat right bottom #FFF;*/
}

/* TITOLO */

#menuCollezioni .titolo{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:36px;
	font-family:'FuturaStdLight', Arial, Helvetica, sans-serif;
	line-height:normal;
	letter-spacing:normal;
	color:#000;
	text-align:left;
}

/* MENÙ COLLEZIONI */

#menuCollezioni ul {
	margin:3px 40px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:14px;
	font-family:'FuturaStdMedium', Arial, Helvetica, sans-serif;
	line-height:normal;
	letter-spacing:normal;
	color:#000;
	text-align:left;
	float:right;
}
#menuCollezioni ul li {
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	list-style:none;
	text-transform:uppercase;
	float:left;
}
#menuCollezioni ul li a {
	padding:0px 0px 10px 0px;
	text-decoration:none;
	display: block;
	border-bottom:5px solid #000;
}
#menuCollezioni ul li a:hover{
	opacity:.60;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
#menuCollezioni ul li#design a { color:#ad366a; border-bottom:5px solid #ad366a; }
#menuCollezioni ul li#classico a { color:#5f5033; border-bottom:5px solid #5f5033; }
#menuCollezioni ul li#singoli a { color:#aab238; border-bottom:5px solid #aab238; }
#menuCollezioni ul li#biancheria a { color:#5f1968; border-bottom:5px solid #5f1968; }

/* TABS */


/* root element for tabs  */
ul.tabs { 
	float:left;
	list-style:none; 
	margin:0px 0px 1px 43px; 
	padding:0;	
	border-bottom:1px solid #ccc;
	width:1053px;
	height:28px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0px 3px 0px 0px !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */

ul.tabs a {
    background: transparent url("../images/bg_tab_a.gif") no-repeat scroll  right -28px;
	font-family:'FuturaStdBold', Arial, Helvetica, sans-serif;
    font-size:12px;
	display:block;
	height: 28px;  
	line-height:28px;
	text-align:center;	
	text-decoration:none;
	color:#fff;
	margin: 0px 0px 0px 0px;
    padding-right: 4px; /* sliding doors padding */
	position:relative;
	top:1px;
	text-transform:uppercase;
}

ul.tabs span {
    background: transparent url("../images/bg_tab_span.gif") no-repeat 0px -28px;
    display: block;
    padding: 0px 10px 0px 14px;
	text-decoration: none;
}

*:first-child+html ul.tabs span {
    padding: 0px 10px 0px 14px;
}


ul.tabs a:hover {
    background: transparent url("../images/bg_tab_a.gif") no-repeat scroll right 0px;
	text-decoration: none;
}
ul.tabs a:hover span {
    background: transparent url("../images/bg_tab_span.gif") no-repeat  0px 0px;
	text-decoration: none;
	color: #999;
}

ul.tabs a:active {
	outline:none;
	color:#666 !important;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background: transparent url("../images/bg_tab_a.gif") no-repeat scroll right 0px;
	cursor:default !important; 
}
ul.tabs a.current span, ul.tabs a.current:hover span, ul.tabs li.current a span {
	background: transparent url("../images/bg_tab_span.gif") no-repeat 0px 0px;
	cursor:default !important; 
	color:#666 !important;
}

/* MENÙ MODELLI */

#menuModelli {
	float:left;
	position:relative;
	width:250px;
	margin:30px 0px 0px 38px;
}

#menuModelli ul {
	margin:0px 0px 0px 23px;
	padding:0px 0px 0px 0px;
	font-size:11px;
	font-family:'FuturaStdMedium', Arial, Helvetica, sans-serif;
	line-height:normal;
	letter-spacing:normal;
	color:#090909;
	text-align:left;
	width:200px;
}
#menuModelli ul li {
	margin:0px 0px 13px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	text-transform:uppercase;
	float:left;
	width:200px;
}
#menuModelli ul li a {
	color:#090909;
	padding:0px 0px 0px 0px;
	text-decoration:none;
}
#menuModelli ul li a:hover,
#menuModelli ul li a.attivo{
	color:#999;
	text-decoration:none;
}

/* TOOLTIP */

#preview{
	position:absolute;
	display:none;
	z-index: 20;
	background:url('../images/tooltip.gif') no-repeat 0% 50%;
	width:206px;
	height:125px;
}
#preview img{
	position:absolute;
	display: block;
	left:16px;
	top:3px;
}

/* SCHEDA */

#scheda {
	float:left;
	position:relative;
	width:808px;
	margin:0px 0px 0px 0px;
	background:url('../images/bg_scheda.jpg') no-repeat right top;
	/*height:500px;*/
}

#scheda h2 {
	width:100%;
	font-size:30px;
	margin:30px 0px 0px 0;
	font-family:'FuturaStdLight', Arial, Helvetica, sans-serif;
}

.download {
	float:left; 
	margin:20px 0px 0px 0px; 
	text-align:left;
	color:#000;
	width:190px;
	font-family:'FuturaStdMedium', Arial, Helvetica, sans-serif;
}

.download a {
	color: #090909;	
	text-decoration: none;
	line-height:2.0em;
	text-transform:uppercase;
	font-size:10px;
	margin-bottom:10px;
}
.download a:hover	{
	color: #000;
	text-decoration: underline;	
}

/* BOTTONE */

#bottone {
	float:left;
}

a.button {
	float: left;
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll  right 0px;
    color: #000 !important;
    display: block;
    height: 35px;
    margin: 0px 10px 10px 0px;
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none !important;
	font-family:'FuturaStdMedium', Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
}

a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat left 0px;
    display: block;
    line-height: 15px;
    padding: 10px 0 10px 12px;
	text-decoration: none;
} 
a:hover.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll right 0px;
	text-decoration: none;
}
a:hover span {
    background: transparent url('../images/bg_button_span.gif') no-repeat  left 0px;
	text-decoration: none;
	color: #666 !important;
}

#social {
	width:100%;
	float:left;
	margin-bottom:20px;
	margin-top:20px;
}
#social div{
	float:left;
	margin-right:20px;
	width:none !important;
}

/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////    MAIN    /////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

#main {
	position:relative;
	float:left;
	width:970px;
	min-height:365px;
	background: url('../images/bg_main.gif') no-repeat  left bottom #FFF;
	padding: 30px 30px 30px 30px;
	margin:0px 0px 15px 33px;
}
#main_contract {
	position:relative;
	float:left;
	width:970px;
	min-height:400px;
	background: url('../images/contatta_twils.gif') no-repeat  left bottom #FFF;
	padding: 20px 30px 30px 30px;
	margin:0px 0px 15px 33px;
}
#iletisim_fth {
	position:absolute; 
	margin-left:300px;	
	background: url('../images/contatta_fth.png') no-repeat  left bottom #FFF;
	height:250px;
	text-align:left;
	z-index:999;
}
#main_collection {
	position:relative;
	float:left;
	width:970px;
	min-height:365px;
	margin:0px 0px 15px 33px;
}

/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////    NEWS    /////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

#scheda_news{
	float:left;
	width:600px;
	margin:20px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	border-right:0px solid #d2d2d2;
}

.testoNews div img{
	float:right;
	margin:0px 0px 20px 20px;
	border:0px solid #dcdcdc
}
	
.testoNews div a:hover img{
	opacity:.70;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
}
.testoNews{
	/*width:600px;*/
	float:left;
	margin:0px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
}
.testoNews h2{
	float:left;
	font-family:'FuturaStdLight', Arial, Helvetica, sans-serif;
	font-size:18px;
	margin:5px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	width:100%;
	color:#000;
}
.testoNews span{
	font-family:'FuturaStdMedium', Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:400;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-style:normal;
	width:100%;
	color:#999;
}
.testoNews div{
	width:600px;
	font-size:12px;
	margin:12px 0px 0px 0px;
	padding:0px 0px;
	line-height:1.4em;
	/*background:#ccc;*/
	text-align:left;
}

UL.pdf-link {
	float:left;
	margin:22px 0 0;
	padding:0;
	width:230px;
}

UL.pdf-link LI {
	list-style:none;
	margin:0px 0px 10px 0px;
	padding:0;
	border:0px solid #ccc;
	font-family:'FuturaStdMedium', Arial, Helvetica, sans-serif;
}

UL.pdf-link A {
	text-decoration:none;
	line-height:16px;
	font-size:12px;
	color:#000;
	margin:0;
	padding:1px 0px 1px 0px;
	font-family:'FuturaStdMedium', Arial, Helvetica, sans-serif;
}

UL.pdf-link A:hover {
	color:#000;
	text-decoration:underline !important;
}

UL.pdf-link LI.download {
	float:left;
	display:block;
	background:url('../images/ico_allegato.gif') no-repeat 0 50%;
	padding:0 0 0 24px;
	width:100%;
	border:0px solid #999;
	height:16px;
}

UL.pdf-link LI.linkurl {
	float:left;
	display:block;
	background:url('../images/ico_link.gif') no-repeat 0 50%;
	padding:0 0 0 24px;
	width:100%;
	height:16px;
}
ul.navNews {
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:Arial
}

ul.navNews li {
	float:right;
	width:auto;
	font-size:9px;
	font-weight:400;
	text-transform:uppercase;
	background:none;
	margin:0px 10px 0px 0px;
	padding:0px 0px;
	list-style:none;
	letter-spacing:0em
}

ul.navNews li a {
	display:block;
	text-decoration:none;
	color:#fff;
	margin:0;
	padding:2px 7px 0px 7px;
	background:#000;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

ul.navNews li a:hover {
	color:#fff;
	background:#e54988;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

/* MENU VERTICALE */

.submenu{
	background:url('../images/bg_subnav.gif') no-repeat right bottom;
	width:280px;
	min-height:400px;
	margin:20px 60px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	border-top:1px solid #d6d6d6
}
#subNav ul{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#subNav ul li{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:100%;
	font-family:'FuturaStdMedium', Arial, Helvetica, sans-serif;
	border-bottom:1px solid #d6d6d6
}
#subNav ul li a{
	width:215px;
	padding:10px 20px 10px 45px;
	display:block;
	font-size:11px;
	color:#090909;
	line-height:1.2em;
	text-align:left;
	background: url('../images/arrow.gif') no-repeat 15px 50%;
}
#subNav ul li a:hover{
	width:215px;
	color:#090909;
	background: url('../images/arrow_over.gif') no-repeat 15px 50% #fff;
	text-decoration:none;
}
#subNav ul li a#subselected{
	color:#090909;
	background: url('../images/arrow_over.gif') no-repeat 15px 50% #fff;
}

#subNav ul li a span{
	font-size:10px;
	color:#666;
	line-height:1.4em;
	text-align:left;
	display:block;
	padding:0px 0px 5px 0px;
	background:none;
}

/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////    PRESS AREA    //////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

.riviste{
	background:url('../images/bg_subnav.gif') no-repeat right bottom;
	width:226px;
	min-height:400px;
	margin:20px 30px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	border-top:1px solid #d6d6d6
}

#thumbsPress {
	float:left;
	text-align:left;
}
ul.thumbsPress {
	/*clear: both;*/
	float:left;
	margin: 20px 0px 0px 27px;
	padding: 0;
	text-align:left;
}
ul.thumbsPress li {
	float: left;
	padding: 0;
	margin: 8px 8px 0px 0px;
	list-style: none;
}
a.thumbPress {
	padding: 4px;
	display: block;
	border: 0px solid #dadada;
	overflow:hidden;
	width:75px;
	height:100px;
	border: 0px solid #fff;
}
ul.thumbsPress li.selected a.thumbPress {
	padding: 0px;
	border: 4px solid #000;
	background:#ccc;
}
a.thumbPress:focus {
	outline: none;
}
ul.thumbsPress img {
	border: none;
	display: block;
}

.pagine {
	/*background:#ccc;*/
	width:350px;
	min-height:400px;
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	border-top:0px solid #FFF;
}

.pagine .titolo {
	/*background:#ccc;*/
	width:350px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	float:left;
	text-align:center;
	font-family:'FuturaStdMedium', Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:700;
	color:#000;
}

#contattiStampa {
	position:absolute;
	right:0px;
	bottom:5px;
	width:270px;
	height:60px;
	margin:0px 0px 0px 0px;
}
/*#contattiStampa #ombra{
	position:absolute;
	right:0px;
	bottom:0px;
	width:270px;
	height:14px;
	background:url('../images/ombra_bottom.png') no-repeat 100% 100%;
	z-index:500;
}*/
#contattiStampa #bott_contatti_stampa a{
	position:absolute;
	bottom:-100px;
	right:0px;
	width:134px;
	height:54px;
	display: block; 
	overflow: hidden; 
	text-indent: -999em;
	background:url('../images/contatti_stampa_ita.png') no-repeat 0% 0%;
}

/* MENU VERTICALE */

.submenuPress{
	background:url('../images/bg_subnav.gif') no-repeat right bottom;
	width:165px;
	min-height:400px;
	margin:20px 30px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	border-top:1px solid #d6d6d6;
}
#subNavPress ul{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#subNavPress ul li{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:100%;
	font-family:'FuturaStdMedium', Arial, Helvetica, sans-serif;
	border-bottom:1px solid #d6d6d6
}
#subNavPress ul li a{
	width:100px;
	padding:10px 20px 10px 45px;
	display:block;
	font-size:12px;
	color:#999;
	line-height:1.2em;
	text-align:left;
	background: url('../images/arrow.gif') no-repeat 15px 50%;
}
#subNavPress ul li a:hover{
	width:100px;
	color:#000;
	background: url('../images/arrow_over.gif') no-repeat 15px 50% #fff;
	text-decoration:none;
}
#subNavPress ul li a#subselected{
	color:#000;
	background: url('../images/arrow_over.gif') no-repeat 15px 50% #fff;
}

#subNavPress ul li a span{
	font-size:10px;
	color:#666;
	line-height:1.4em;
	text-align:left;
	display:block;
	padding:0px 0px 5px 0px;
	background:none;
}
#subNavPress ul li a#subselected span{
	color:#000;
}


/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////    CATALOGHI    //////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

.boxCatalogo {
	float:left;
	width:430px;
	height:300px;
	background:#FFF;
	border:1px solid #e5e5e5;
	padding:20px;
	margin:0px 20px 0px 0px;
	text-align:left;
	font-size:12px;
}
.boxCatalogo.active {
	border:1px solid #9bb923;
}
.boxCatalogo h2{
	float:left;
	font-family:'FuturaStdLight', Arial, Helvetica, sans-serif;
	font-size:18px;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	width:100%;
	color:#000;
}

.boxCatalogo .leftside {
	float:left; 
	width: 150px;
}

.boxCatalogo .foto {
	float:left;
	width: 102px;
	height: 144px;
	padding: 0px;
	text-align:center;
	overflow: hidden;
	display: block;
	margin: 0px 20px 10px 0px;
}
.boxCatalogo .foto img {
	float:left;
}
.boxCatalogo .text {
	float:left;
	width: 270px;
	padding: 0px;
	text-align:left;
	margin: 0px 0px 0px 10px;
}
.boxCatalogo .bottone {
	float:left;
	width: 308px;
	padding: 0px;
	text-align:left;
	margin: 10px 0px 0px 0px;
}
.boxCatalogo a.button_small {
	float:left;
	padding: 3px 5px;
	text-align:left;
	margin: 0px 0px 5px 0px;
	background:#ddd;
	text-transform:uppercase;
	font-size:9px;
	-moz-border-radius: 4px;
	border-radius:4px;
}
.boxCatalogo a.button_small:hover {
	background:#999;
	color:#fff;
}

/* cataloghi new style */

.boxCatalogo-new {
	float:left;
	width:417px;
	/*height:250px;*/
	background:#FFF;
	border:4px solid #e5e5e5;
	padding:20px;
	margin:0px 10px 20px 10px;
	text-align:left;
	font-size:12px;
}
.boxCatalogo-new.active {
	border:4px solid #9bb923;
}
.boxCatalogo-new h2{
	float:left;
	font-family:'FuturaStdLight', Arial, Helvetica, sans-serif;
	font-size:18px;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	width:100%;
	color:#000;
}

.boxCatalogo-new .foto {
	float:left;
	width: 102px;
	height: 144px;
	padding: 0px;
	text-align:center;
	overflow: hidden;
	display: block;
	margin: 0px 0px 20px 30px;
}
.boxCatalogo-new .foto img {
	float:left;
}
.boxCatalogo-new .text {
	float:left;
	width: 284px;
	padding: 0px;
	text-align:left;
	margin: 0px 0px 0px 0px;
	text-align:justify;
}
.boxCatalogo-new .bottone {
	float:left;
	width: 100%;
	padding: 0px;
	text-align:right;
	margin: 15px 0px 0px 0px;
}
.boxCatalogo-new a.button_small {
	float:left;
	padding: 3px 5px;
	text-align:left;
	margin: 0px 11px 0px 0px;
	background:#ddd;
	text-transform:uppercase;
	font-size:10px;
	-moz-border-radius: 4px;
	border-radius:4px;
}
.boxCatalogo-new a.button_small:hover {
	background:#999;
	color:#fff;
}

.col { width: 417px; }
/**** Clearfix ****/
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////    RIVENDITORI    /////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

/* Select */

select.styled option{
	padding: 5px 0px 5px 5px;
	margin: 0px 0px 0px 0px;
	font-style: normal !important;
}

.searchRivenditore button {
	border:0px solid #fff;
    background: url('../images/ico_search_black.png') no-repeat 50% 50%;
    margin: 0 0px 0 10px;
    width: 12px;
	cursor:pointer;
	text-indent:-9999px;
}

#bottContatta {
	position:absolute;
	left:30px;
	bottom:30px;
	width:318px;
	height:128px;
}

#mappaRivenditori {
	float:left;
	margin: 0px 20px 0px 30px;
	padding-left:20px;
	border-left:0px solid #ccc;
}

#distribuzioneDet{
	float:left;
	width:450px;
	border:0px solid #333;
	padding:0px 0px 0px 0px;
}
.distRow{
	margin:0px 0px 25px 0px;
}
.distTitle{
	font-family:'FuturaStdBold', Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:10px 0px 5px 0px;
}
.distTitle2{
	font-family:'FuturaStdMedium', Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:16px;
	padding:4px 5px 4px 30px;
	border-bottom:0px solid #000;
	text-transform:uppercase;
	background:url('../images/arrow_white.gif') no-repeat 3% 50% #000;
	line-height:18px;
	_line-height:0px;
}
.distContent{
	font-size:13px;
	padding:0px 0px 8px 0px;
	line-height:1.4em;
	color:#666;
	border-bottom:1px solid #ccc;
}
.distContent p{
	margin:0px 0px 0px 0px;
	/*color:#c2c2c2;*/
	padding:12px;
	overflow:auto;
	height:228px;
	width:370px;
	scrollbar-3dlight-color: #555;
	scrollbar-arrow-color: #999;
	scrollbar-base-color: #222;
	scrollbar-darkshadow-color: #555;
	scrollbar-face-color: #222;
	scrollbar-highlight-color: #222;
	scrollbar-shadow-color: #222;
	scrollbar-track-color: #222;
}
.distContent a{
	color:#666;
	margin:0px 0px 10px 0px;
	font-weight:500;	
	text-decoration:none;
}
.distContent a:hover{
	color:#000;
	text-decoration:underline;
}

/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////    CORNER    ///////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

ul.thumbsCorner {
	/*clear: both;*/
	float:left;
	margin: 60px 0px 0px 60px;
	padding: 0;
	text-align:left;
	width:510px;
}
ul.thumbsCorner li {
	float: left;
	padding: 0;
	margin: 10px 10px 0px 0px;
	list-style: none;
}
a.thumbCorner {
	padding: 0px;
	display: block;
	border: 0px solid #dadada;
	overflow:hidden;
	width:160px;
	height:81px;
	border: 0px solid #fff;
}
ul.thumbsCorner li.selected a.thumbCorner {
	padding: 0px;
	border: 0px solid #000;
	background:#ccc;
}
a.thumbCorner:focus {
	outline: none;
}
ul.thumbsCorner img {
	border: none;
	display: block;
}
ul.thumbsCorner a:hover img{
	opacity:.70;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
}

/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////    FORM    /////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

.formStyle { 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float:left;
	border:0px solid #3a3a3a;
}

.formStyle fieldset { 
	margin: 0px 30px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top:0px solid #ccc;
	width:300px;
	float:left;
}
           
.formStyle legend { 
	font-weight: normal;
	font-size:17px;
	letter-spacing:normal;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
}

.formStyle div { 
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}
         
.formStyle label { 
	display: block;
	width: 80px;
	float: left;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 16px;
	text-align: left;
	margin-right: 0px;
	margin-top:4px;
}

.formStyle span {
	font-size:11px;
}

.formStyle label span {
	color: #ff0000;
	font-size:12px;
}
        
.formStyle div input,.formStyle div select,.formStyle div textarea { 
	color:#090909;
	border-radius:4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border:2px solid #dcdcdc;
	font-weight: normal;
	font-size:11px;
	letter-spacing:normal;
	line-height:normal;
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	width: 60%;
	cursor: text;
	background:#dcdcdc
}

.formStyle div select {
	cursor:pointer;
}

.formStyle div input:hover,.formStyle div select:hover { 
	background:#ccc;
	border-color:#ccc;
}
.formStyle div input:focus,.formStyle div select:focus { 
	background:#ccc;
	border-color:#ccc;
}

.formStyle div.field_small input {
	width:25%;
}

.formStyle div textarea {
	/*height: auto;*/
	height:100px;
	width: 100%;
}
.formStyle div textarea:hover {
	background:#ccc;
	border-color:#ccc;
}
.formStyle textarea:focus {
	background:#ccc;
	border-color:#ccc;
}

.formStyle div.row_checkbox {
	margin-bottom: 0px;
	margin-left:0px;
	text-align:left;
}
.formStyle div.row_checkbox input {
	background: transparent;
	border: 0px;
	width: auto;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}
.formStyle div.row_checkbox input:hover {
	background: transparent;
}
.formStyle div.row_checkbox label {
	width:auto;
	display:inline;
	float:none;
}
.formStyle div.row_checkbox span {
	font-size:11px;
}

.formStyle p.read_privacy { 
	color: #090909;
	margin: 10px 0px 10px 0px;
	padding-left:17px;
	background:url('../images/arrow_privacy.gif') no-repeat 0px 2px;
}
.formStyle p.read_privacy a{ 
	color:#090909
}
.formStyle p.read_privacy a:hover{ 
	color:#000;
	text-decoration:none;
}
.formStyle div.send_cancel { 
	position:relative;
	left:180px;
	width:157px;
}
.formStyle button {
	background:transparent;
	margin-left:160px;
	margin:0px 0px 0px 0px;
	cursor:pointer;
	border:0px;
	color:#E94996;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	letter-spacing:normal;
}
.formStyle button img {
	vertical-align:middle;
}
.formStyle button:hover {
	opacity:.60;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}

.formStyle div.send_cancel span.button_form_disabled {
	display:block;
	width:102px;
	height:23px;
	text-align:center;
	line-height:23px;
	font-weight:bold;
	letter-spacing:normal;
	color:#ffffff;
	background:#ffffff url(/Images/buttom_form.png) no-repeat;
	opacity:.60;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	cursor:default;
}

.formStyle .textboxErrore {
	color:#FF0000;
	border:1px solid #FF0000;
}

.formStyle .error_password {
	display:none;
	font-weight:bold;
	color:#FF0000;
	margin-left:160px;
	clear:both;
	width:60%;
	margin:0px;
	padding:0px;
}

.inviaOff{
	width: 80px;
	height:30px;
	background:url("../images/hiddenButton_ita.gif") no-repeat 1px 1px;
	float:left !important;
	clear:none !important;
	margin:0px 0px 0px 0px !important;	
}
.formStyle .pulsante{
	width:80px;
	margin: 0px 15px 0px 0px !important;
}
.formStyle button {
	width:80px;
	font-family:'FuturaStdMedium', Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: center;
	line-height:normal;
	padding: 5px 5px 5px 5px;
	margin: 0px 15px 0px 0px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#333;
	color:#fff;
	border:2px solid #333;
}
.formStyle button:hover, .formStyle button:focus{
	background:#333;
	color:#fff;
}

/* CUSTOM checkbox - radio */

.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url('../images/checkbox.gif') no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url('../images/radio.gif') no-repeat;
}
/* /FORM CONTATTI */

.address{
	float:left;
	width:340px;
	margin:10px 0 0 0 !important;
	padding:10px 0 0 0 !important;
	letter-spacing:0px;
	border-top:1px solid #666;
}
#popup_panel input#popup_ok{
	background:#b80068 !important;
}

/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////    SITE MAP    ///////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

ul.sitemap{
	color:#090909;
	font-size:1.1em;
	padding:0px 0px 0px 0px;
	margin:20px 0px 30px 0px;
	float:left;
	width:100%
}
ul.sitemap li{
	list-style:none;
	font-weight:normal;	
	border:1px solid #dcdcdc;
	border-width:0px 0px 0px 0px;
	float:left;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0 0px;
	text-align:left;

}
ul.sitemap li ul{
	padding:0px 0px 0px 0px;
	float:left;
	width:100%
}
li.firstLevel{
	font-weight:700 !important;
	background:url('../images/arrow.gif') no-repeat 0px 8px !important;
}

ul.sitemap li a{
	border:0px !important;
	padding:0px 0px 0px 22px;
	line-height:30px;
	color:#090909

}
ul.sitemap li a:link,
ul.sitemap li a:visited{
	text-decoration:none;
	color:#090909 !important;
}
ul.sitemap li a:hover,
ul.sitemap li a:focus,
ul.sitemap li a:active{
	text-decoration:none;
	color:#000 !important;
}
.noBorder{
	border:none !important
}
ul.sitemap li ul {
	border:0px solid #fff;
	padding:0px 0px 0px 0px;
	margin:0px 0px 20px 30px;
}
ul.sitemap li ul li{
	border:0px solid #fff;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0 0px;
	background:url(../images/arrow_7.gif) no-repeat 12px 50% !important;
}
ul.sitemap li ul li a{
	border:0px !important;
	padding:0px 0px 0px 22px;
	line-height:20px;
	color:#090909
}
/**/
.mapCol{
	width:100%;
	/*height:178px;*/
	display:block;
	float:left;
	margin:20px 0px 20px 0px;
	/*background:#ff9900;*/
}
.mapCol div{
	float:left;
	width:227px;
	margin: 0px 15px 15px 0px;
	padding: 0px 0px 0px 0px;
	text-align:left;
	/*background:#999;*/
}
.mapCol div:last-child{
	margin: 0px 0px 0px 0px !important;
}
.mapCol h4{
	color:#090909;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 7px 0px;
	border-bottom:1px solid #999;
	font-size:1.15em;
	float:left;
	width:100%;
}

.mapCol div ul{
	float:left;
	width:100%;
	margin: 7px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.mapCol div ul li{
	float:left;
	width:100%;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	/*font-family:Tahoma;*/
	letter-spacing:1px;
	color:#000;
}
.mapCol div ul a{
	display:block;
	line-height:1.3em;
	font-size:11px;
	letter-spacing:1px;
	
}
.mapCol div p{
	float:left;
	width:100%;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color:#6a6a6b;
	font-size:11px;
	line-height:1.6em;
	letter-spacing:1px;
	/*font-family:Tahoma;*/
}
.mapCol div p b{
	/*font-family:Tahoma;*/
}
.mapCol div p a{
	color:#6a6a6b;
	text-decoration:none;
}
.mapCol div p a:hover{
	color:#f08a17 !important;
}

.mapCol div H4 a{
	color:#090909;
	text-decoration:none;
}
.mapCol div H4 a:hover{
	color:#000 !important;
}

.mapCol div ul li ul{
	float:left;
	width:100%;
	margin: 5px 0px 3px 10px;
	padding: 0px 0px 0px 0px;
	/*font-family:Tahoma;*/
	letter-spacing:1px;
	color:#000;
}

/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////    MARKETING    //////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

#main-kw {
	position:fixed;
	/*float:left;*/
	width:100%;
	bottom:0px;
	left:0px;
	margin:0 auto !important;
	background:url('../images/bg_footer.gif') repeat-x left top;
	z-index:999;
}
#kw {
	position:relative;
	width:1020px;
	margin:0 auto !important;
	padding:10px 0px 10px 0px;
	text-align:left;
	font-size:11px;
}
#kw h1 {
	float:left;
	font-size: 10px;
	color: #999;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	width:100%;
}
#container .header {
font-size: 23px;
font-weight: bold;
margin: 0px 0 18px 0;
line-height: 30px;
}
.col > * {
font-size: 12px;
line-height: 20px;
letter-spacing: normal;
}
cufon {
top: -1px !important;
}
cufon {
display: inline!important;
display: inline-block!important;
position: relative!important;
vertical-align: middle!important;
font-size: 1px!important;
line-height: 1px!important;
}
cufon canvas {
position: relative!important;
}
cufon cufontext {
display: -moz-inline-box!important;
display: inline-block!important;
width: 0!important;
height: 0!important;
overflow: hidden!important;
text-indent: -10000in!important;
}
.get-in-touch, #form_prev_holder {
float: left;
margin: 5px 0 0 0;
color: #838383;
}
.i-h {
clear: both;
width:100px;
}
.col > * {
font-size: 12px;
line-height: 20px;
letter-spacing: normal;
}
.i-bg {
background-color: #fff;
border-right: 1px solid rgba(255, 255, 255, 0.7);
border-bottom: 1px solid rgba(255, 255, 255, 0.7);
border-top: 1px solid rgba(0, 0, 0, 0.24);
border-left: 1px solid rgba(0, 0, 0, 0.24);
-moz-box-shadow: inset 0 0 0px 1px #e1e1e1;
-webkit-box-shadow: inset 0 0 0px 1px #e1e1e1;
box-shadow: inset 0 0 0px 1px #e1e1e1;
width: 151px;
height: 19px;
margin: 0 6px 9px 0;
position: relative;
float: left;
}
.i-bg {
background-color: #fff;
border-right: 1px solid rgba(255, 255, 255, 0.7);
border-bottom: 1px solid rgba(255, 255, 255, 0.7);
border-top: 1px solid rgba(0, 0, 0, 0.24);
border-left: 1px solid rgba(0, 0, 0, 0.24);
-moz-box-shadow: inset 0 0 0px 1px #e1e1e1;
-webkit-box-shadow: inset 0 0 0px 1px #e1e1e1;
box-shadow: inset 0 0 0px 1px #e1e1e1;
width: 151px;
height: 19px;
margin: 0 6px 9px 0;
position: relative;
float: left;
}
.full-width .w_1-3 .t-h {
width: 304px;
}
.w_1-3 .t-h {
width: 224px;
}
.t-h {
background-color: #fff;
border-right: 1px solid rgba(255, 255, 255, 0.7);
border-bottom: 1px solid rgba(255, 255, 255, 0.7);
border-top: 1px solid rgba(0, 0, 0, 0.24);
border-left: 1px solid rgba(0, 0, 0, 0.24);
-moz-box-shadow: inset 0 0 0px 1px #e1e1e1;
-webkit-box-shadow: inset 0 0 0px 1px #e1e1e1;
box-shadow: inset 0 0 0px 1px #e1e1e1;
height: 139px;
display: block;
overflow: hidden;
margin: 10px 0 17px 0;
}
input {
vertical-align: middle;
}

.col {
padding: 0 15px 20px 15px;
}
.w_1-3 {
width: 33.3333%;
}
.col {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
vertical-align: top;
display: inline-block;
}
.cont, .col {
font-size: 0;
line-height: 0;
letter-spacing: -4px;
}
#container .header {
font-size: 23px;
font-weight: bold;
margin: 0px 0 18px 0;
line-height: 30px;
}
.map {
background: url(../images/shortcode-bg.png) repeat 0 0;
float: left;
margin: 5px 0 0 0;
padding: 3px 4px 4px 3px;
line-height: 0;
font-size: 0;
-moz-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.18);
-webkit-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.18);
box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.18);
border-bottom: 1px solid rgba(0, 0, 0, 0.16);
border-right: 1px solid rgba(0, 0, 0, 0.16);
border-left: 1px solid #fff;
border-top: 1px solid #fff;
}
.full-width .w_1-3 .t-h {
width: 304px;
}
.t-h {
background-color: #fff;
border-right: 1px solid rgba(255, 255, 255, 0.7);
border-bottom: 1px solid rgba(255, 255, 255, 0.7);
border-top: 1px solid rgba(0, 0, 0, 0.24);
border-left: 1px solid rgba(0, 0, 0, 0.24);
-moz-box-shadow: inset 0 0 0px 1px #e1e1e1;
-webkit-box-shadow: inset 0 0 0px 1px #e1e1e1;
box-shadow: inset 0 0 0px 1px #e1e1e1;
height: 100px;
display: block;
overflow: hidden;
margin: 10px 0 17px 0;
}
.w_1-3 .t-h {
width: 220px;
}
.t-h textarea {
background: none;
border: none;
height: 180px !important;
margin: 4px 0 0 2px;
color: #838383;
}
#urun{
	width:950px;
	padding:0 1px;
	margin: 100px auto;
}

.urun1,.urun2,.urun3,.urun4{
	width:212px;
	height:242px;
	float:left;
	border:1px solid grey;
	margin:10px 0 20px 20px;
	text-align:center;
	background:#ac366a;
	
}
.urun2{
	background:#5f5033;
}
.urun3{
	background:#aab238;
}
.urun4{
	background:#5f1968;
}
.urun1 span,.urun2 span,.urun3 span,.urun4 span{
	font-size:16px;
	color:#fff;
	line-height:30px;
}
.clear{
	clear:both;
}