/**
  * @version 1.0.0
  * @copyright (C) 2009 by Be&Partners (Be S.r.l.) and Simone Conti
 **/


/* . GENERAL . */

BODY {
	color                : #000000;
	background-color : #000000;
	background-repeat: repeat-x;
	border               :  0px;
	margin               :  0px;
	padding              :  0px;
	text-align           : center;
	font-size            : 11px;
	line-height          : 13px;
	font-family          : "Trebuchet", "Trebuchet MS", "Arial", "Microsoft Sans Serif";
}

.hidden{
	display: none;
}
img {
	border: 0px;
}

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

.cursor{
	cursor: pointer;
}
a:hover {
}

br{
	line-height: 5px;
}

.grey{
	color: #666666 !important;
}

.lgrey{
	color: #999999 !important;
}

.white{
	color:#FFFFFF;
}

.boldita{
	font-weight: bold;
	color: #999999;
	font-style: italic;
}
.blackbg{
	background-color: #000000;
}
.end {
	float   : none;
	display : block;
	clear   : both;
}

.maincanvas{
	width: 100%;
	text-align:center;
	margin: auto;
}

.contents{
	position: relative;
	width:994px;
	height: 520px;
	margin:auto;
}

.leftcolumn{
	position: relative;
	width: 72px;
	float: left;
	height: 520px;
}

.columnimage{
	position: absolute;
	bottom: 0;
	left: 0;
}

.rightcolumn{
	position: relative;
	width: 72px;
	float: left;
	height: 520px;
}

.homecontentarea{
	width: 850px;
	height: 520px;
	float: left;
}

.footer{
}

.thepage{
	position: relative;
	text-align: left;
}

.header{
	height: 100px;
}

/* # CONTATTI FORM # */

#formcontainer {
	position: relative;
	width: 850px;
}

#fcontatti {
	position   : relative;
	margin-top :  5px;
	margin-left: 90px;
}

#fcontatti input, #fpress input {
	background-color: #ededed;
	border-top      :  1px solid #dadada;
	border-left     :  2px solid #b2b2b2;
	border-right    :  2px solid #c6c6c6;
	border-bottom   :  1px solid #b2b2b2;
	padding-top     :  2px;
	height          : 16px;
}

#fcontatti textarea {
	background-color: #ededed;
	border-top      :  1px solid #dadada;
	border-left     :  2px solid #b2b2b2;
	border-right    :  2px solid #c6c6c6;
	border-bottom   :  1px solid #b2b2b2;
	width           : 260px;
	height          : 125px;
	float: left;
}

#fcontatti fieldset {
	border        :   0px;
	margin        :   0px;
	margin-left   :  15px;
	padding       :   0px;
	padding-bottom:  12px;
	text-align    : left;
}

#fieldset-zipcodeGroup {
	width: 180px;
	float: left;
}

#fieldset-briefGroup {
	position: absolute;
	top     : 0px;
	left    : 370px;
	width: 300px;
}

input.fcontatti_name,
input.fcontatti_surname,
input.fcontatti_address,
input.fcontatti_zipcode,
input.fcontatti_city,
input.fcontatti_prov,
select.fcontatti_comm,
input.fcontatti_email {
	width           : 250px;
}

input.fcontatti_zipcode,
input.fcontatti_prov {
	width           : 70px;
}

#fcontatti fieldset p {
	margin       :  0px;
	margin-top   :  5px;
	margin-bottom:  2px;
	padding      :  0px;
	border       :  0px;
	font-size    : 13px;
	line-height  : 16px;
	float        : left;
}

#fieldset-nameGroup p,
#fieldset-surnameGroup p,
#fieldset-addressGroup p,
#fieldset-zipcodeGroup p,
#fieldset-cityGroup p,
#fieldset-provGroup p,
#fieldset-emailGroup p,
#fieldset-commGroup p,
#fieldset-telGroup p {
	width: 75px;
}

#fieldset-briefGroup p {
	padding-bottom: 10px !important;
}

#fieldset-invia_richiestaGroup p {
	display: none;
}

#fcontatti #invia_richiesta, #fpress #presssend_button {
	position        : absolute;
	top             : 175px;
	left            : 345px;
	background-color: #9d9d9d;
	color           : #ffffff;
	border-top      :   1px solid #dadada;
	border-left     :   2px solid #b2b2b2;
	border-right    :   2px solid #c6c6c6;
	border-bottom   :   1px solid #b2b2b2;
	margin-left     :  220px;
	width           :  85px;
	height          :  23px;
	cursor          : pointer;
}
#fpress #presssend_button{
	position: relative;
	top:0;
	left: 0;
	margin: 0;
}

#fieldset-lawGroup p {
	position   : absolute;
	bottom     : 20px;
	right      :  110px;
	width      : 240px;
	font-size  :  10px !important;
	line-height:  12px !important;
}

input.fcontatti_law {
	position: absolute;
	bottom  : 40px;
	right   :  350px;
}

#fcontatti ul.errors {
	display: none;
}

.modal {
	background-color:#fff;
	display:none;
	width:350px;
	padding:15px;
	text-align:left;
	border:2px solid #333;

	opacity:0.8;
	-moz-box-shadow: 0 0 50px #ededed;
	-webkit-box-shadow: 0 0 50px #ededed;
}
/* error message */
.error {
	/* supply height to ensure consistent positioning for every browser */
	height:15px;
	background-color:#9d9d9d;
	border-top      :   1px solid #dadada;
	border-left     :   2px solid #b2b2b2;
	border-right    :   2px solid #c6c6c6;
	border-bottom   :   1px solid #b2b2b2;
	font-size:11px;
	color:#000;
	padding:3px 10px;
	margin-left:-2px;


	/* CSS3 spicing for mozilla and webkit */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;

	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
}


#formerrors {
	background-color: red;
	position: absolute;
	margin: auto;
}

#formerrors .btn {
	background-color: #9d9d9d;
	color           : #ffffff;
	border-top      :   1px solid #dadada;
	border-left     :   2px solid #b2b2b2;
	border-right    :   2px solid #c6c6c6;
	border-bottom   :   1px solid #b2b2b2;
	height          :  23px;
	cursor          : pointer;
}

#addressdata {
	color      : #878787;
	position: absolute;
	bottom: 10px;
	left: 200px;
	width: 450px;
	font-size  :  0.85em;
	line-height:  0.95em;
}

#informativa {
	text-align: left;
	width: 550px;
	height: 500px;
	margin: 20px;
}

/* @end */



.logo{
	position: absolute;
	top:-93px;
	left: 0px;
  /*z-index: 4;*/
}

.logomaschio{
	position: absolute;
	top:-83px;
	right: 0px;
  /*z-index: 4;*/
}

.bottomwhite{
	/*z-index:0;*/
	position: relative;
	background: #fff;
	height: 420px;
}

.maschio_bg{
	background: url('../img/prodotti.jpg') no-repeat 0 0 #000000 ;
}

.palmares_bg{
	background: url('../img/palmares.jpg') no-repeat 0 0 #000000 ;
}
#flash{
	/*z-index: 1;*/
	position: absolute;
	top: -50px;
	left:-120px;
	width: 470px;
	height: 380px;
}

#homeimg{
	position: absolute;
	left:0px;
	top: 0px;
	width: 850px;
	height: 420px;
}

#homescritta{
	position: absolute;
	left:600px;
	top: 30px;
	width: 150px;
	height: 132px;
	opacity: 0;
}

#homeflash{
	position: absolute;
	top: 0px;
	left: 0px;
	/*z-index:0;*/
	width: 850px;
	height: 420px;
	overflow: hidden;
}

.maintext{
	position: absolute;
	top: 0px;
	left: 0px;
	/*z-index:3;*/
	width: 850px;
	height: 420px;
}

.menu{
	margin-top: 5px;
}

.menulink {
	margin-right: 20px;
	margin-left: 20px;
	font-size: 11px;
	color: #D3BA72 ;
}

.sliderouter{
	position: absolute;
	bottom: 30px;
	left: 90px;
	width: 670px;
	background:url(../img/slider.jpg) no-repeat  0 0px;
}

.slidercanvas{
	height:17px;
	margin-left:50px;
	margin-right:50px;
}

.sliderinput{
	display: none;
}

/* slider root */
.slider {
	width:100%;
	height:15px;
	cursor:pointer;
	position: relative;
	float:left;
}

/* drag handle */
.handle {
	background:transparent url(../img/handle.png) no-repeat scroll 0px 0;
	height:26px;
	position:absolute;
	top: -5px;
	width:26px;
	cursor:move;
}
#left_arrow {
	background:transparent url(../img/left-arrow.png) no-repeat scroll 0px 0;
	height:26px;
	position:absolute;
	top: -5px;
	left: -12px;
	width:12px;
	cursor: pointer;
}
#right_arrow {
	background:transparent url(../img/right-arrow.png) no-repeat scroll 0px 0;
	height:26px;
	position:absolute;
	top: -5px;
	right: -12px;
	width:12px;
	cursor: pointer;
}

/* input field */
.range {
	font-size:10px;
	border:0;
	background:none;
	width: 30px;
	margin:-5px 0 10px 0;
	float:left;
	color:#fff;
	text-align:center;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

/* input field while focused */
.range:focus {
	background-color:#000;
}

/* cute little CSS3 selector */
.range[readonly]:focus {
	background-color:transparent;
}

/* override the root element to enable scrolling */
#flowpanes {
	width:850px;
	height: 350px;
	position:relative;
	overflow:hidden;
	clear:both;
}

/* override single pane */
#flowpanes div {
	width:850px;
	float:left;
	display:block;
}

/* our additional wrapper element for the items */
#flowpanes #items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}

#flowpanes .less, #flowpanes .less a {
	color:#999 !important;
	font-size:11px;
}


.menulink {
	font-family: "Trebuchet","Trebuchet MS","Arial","Microsoft Sans Serif";
}

.vitigniTitle, .maschioTitle {
	font-family: "Bodoni", "Georgia", "Trebuchet","Trebuchet MS","Arial","Microsoft Sans Serif";
}

.title1{
	text-align: left;
	padding-top: 60px;
	padding-left: 65px;
	padding-right: 65px;
	padding-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
	width: 720px !important;
	font-family: "Bodoni", "Georgia", "Trebuchet", "Trebuchet MS", "Arial", "Microsoft Sans Serif";
}

.tabtext{
	padding-left: 60px;
	padding-right: 60px;
	width: 730px !important;
	text-align: center;
	line-height: 18px;
	font-size: 13px;
}

.vitignitabtext{
	padding-left: 40px;
	padding-right: 40px;
	width: 770px !important;
	text-align: center;
	line-height: 18px;
	font-size: 13px;
	margin-top: 50px;
}

.tabtext td{
	vertical-align: top;
	text-align: justify;
}


.vitigniImg{
	float: left;
	width: 350px;
	height: 300px;
	padding-left: 24px;
}

.vitigniTitle{
	float: left;
	margin-left: 20px;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
	width: 350px;
	text-align: left;
}

.vitigniText{
	float: left;
	margin-left: 20px;
	width: 350px;
	text-align: left;
}

.maschiotabtext{
	margin-top: 50px;
	padding-left: 40px;
	padding-right: 40px;
	width: 770px !important;
	text-align: center;
}

.maschioImg{
	float: left;
	width: 350px;
	height: 187px;
	padding-left: 24px;
}

.maschioTitle{
	float: left;
	margin-left: 20px;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
	width: 350px;
	height: 15px;
	text-align: left;
}

.maschioText{
	float: left;
	margin-left: 20px;
	width: 350px;
	text-align: left;
	line-height: 1.3em;
}


#vitignisquares{
	position: absolute;
	bottom: 55px;
	left: 64px;
	width: 722px;
}

.vitignisquare{
	width: 62px;
	padding-left: 5px;
	padding-right: 5px;
	color: #999999;
	float: left;
	text-align: center;
}

.vitignisquare img{
	padding-bottom: 5px;
}
.bgcollection1{
	float: left;
	width: 600px;
	height: 420px;
	background: url(../img/coll_bg1.jpg);
}

.bgcollection_mid{
	float: left;
	width: 3px;
	height: 420px;
	background: url(../img/coll_bg_mid.jpg);
}


.bgcollection2{
	float: left;
	width: 247px;
	height: 420px;
	background: url(../img/coll_bg2.jpg);
}

.coll_buttons{
	position: relative;
	width: 850px;
	padding-left: 0px;
}

.coll_button{
	position: relative;
	text-align: center;
	padding-top: 0px;
	margin-right: 0px;
	float: left;
	height: 420px;
}

.coll_maschio{
}

.coll_img{
	position: relative;
	float: left;
}

.coll_nome{
	position: absolute;
	text-align: center;
	bottom: 40px;
	color: #FFFFFF;
}

.coll_butt_frizz{
	width: 234px;
}

.coll_butt_spum{
	width: 268px;
}

.coll_butt_maschio{
	width: 348px;
}

.coll_link{
	display: block;
	height: 350px;
}

.coll_link_frizz{
	margin-left: 55px;
	width: 170px;
}

.coll_link_spum{
	margin-left: 10px;
	width: 220px;
}

.coll_link_maschio{
	margin-left: 40px;
	width: 270px;
}

.coll_nome_frizz{
	left: 110px;
}

.coll_nome_spum{
	left: 90px;
}

.coll_nome_maschio{
	bottom: 15px;
	left: 95px;
	height: 50px;
	width: 160px;
	background: url('../img/coll_maschio_nome.jpg') bottom center no-repeat;
}

.coll_ombra{
	text-align: center;
	width: 94px;
	height: 16px;
	padding-top: 130px;
}

.prodotti1{
	position: relative;
	float: left;
	width: 200px;
	height: 380px;
	text-align: left;
	padding-top: 40px;
	padding-left: 50px;
	padding-right: 40px;
}

.prodotti2{
	position: relative;
	float: left;
	height: 420px;
	width: 100px;
	text-align: center;
}

.prodotti3{
	position: relative;
	float: left;
	width: 180px;
	height: 380px;
	text-align: left;
	padding-top: 40px;
}

.prodotti4{
	position: relative;
	float: right;
	width: 264px;
	height: 420px;
	text-align: left;
}

.vinoimg{
	position: absolute;
	bottom: 3px;
	left: -60px;
}

.vinomaschioimg{
	position: absolute;
	bottom: 3px;
	left: -80px;
}

.prodotti_title{
	font-size: 15px;
	padding-bottom: 20px;
}

.prodotti_title2{
	font-size: 15px;
	padding-bottom: 5px;
}

.comunicazione_title{
	font-size: 15px;
	padding-bottom: 20px;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	font-family: "Bodoni", "Georgia", "Trebuchet", "Trebuchet MS", "Arial", "Microsoft Sans Serif";
}

.texttitle{
	font-size: 15px;
	padding: 0px;
	margin: 0px;
	display: block;
	height: 25px;
}

.prodotti_back, .prodotti_pdf{
	position: absolute;
	bottom: 30px;
}

.prodotti_pdf{
	right: 0px;
}

.prodotti_back a, .prodotti_pdf a{
	color: #999999;
}

.prodotti_back a:hover, .prodotti_pdf a:hover{
	color: #000000;
}

.prodotti_text{
	width: 180px;
	line-height: 17px;
	font-size: 11px;
	text-align: justify;
}

.prodotti_menu{

}

.prodotti_menuentry{
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

.prodotti_menuentry a{
	color: #000;
	font-size: 13px;
}

.prodotti_menuentry a:hover{
	color: #999999;
}

.maschio{
	background-color: #F5ECCC !important;
}

.imagetext{
	padding-left: 40px;
	width: 280px;
	height: 300px;
	text-align: justify;
	float: left;
}

.imagetabs{
	padding-left: 72px;
	width: 140px;
	height: 300px;
	text-align: left;
	float: left;
	font-size: 13px;
}

.imagetabs a{
	display: block;
	margin-bottom: 10px;
	color: #999999;
	float: left;
	width: 140px;
}

.current{
	color: #000000 !important;
}

.images{
	position: relative;
	margin-left: 40px;
	width: 230px;
	height: 300px;
	text-align: justify;
	float: left;
}

.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width: 230px;
	height: 300px;
}

.imagecontainer a{
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}

.campagne{
	position: relative;
	width: 640px;
	height: 420px;
	text-align: justify;
	float: left;
	overflow: hidden;
}

.campagnecontainer{
	width: 580px;
	height: 360px;
	padding-top: 60px;
}

.campagnediv1{
	position: relative;
	float: left;
	width: 160px;
	height: 360px;
	text-align: left;
	padding-top: 60px;
	padding-left: 50px;
}

.campagnediv2{
	position: relative;
	float: left;
	height: 360px;
	padding-left: 40px;
	width: 280px;
	text-align: center;
}

.campagnediv2 img{
	
	padding: 5px;
}

.campagnediv3{
	position: relative;
	float: left;
	width: 220px;
	height: 360px;
	text-align: left;
	padding-left: 40px;
}

.campagnetabs{
	padding-left: 0px;
	width: 140px;
	height: 300px;
	text-align: left;
	float: left;
	font-size: 13px;
}

.campagnetabs a{
	display: block;
	margin-bottom: 10px;
	color: #999999;
	float: left;
	width: 140px;
}

.campagne_title{
	font-size: 15px;
	line-height: 18px;
	padding-bottom: 20px;
}

.campagne_text{
	width: 220px;
	line-height: 17px;
	font-size: 12px;
	text-align: justify;
}

#cavsquares{
	position: absolute;
	bottom: 30px;
	left: 64px;
	width: 722px;
}
.cavsquare{
	float: left;
	width: 50px;
	margin-right: 15px;
	margin-left: 15px;
	text-align: center;
}

.cavsquare img{
	margin-bottom: 0;
}

.pressimg{
	padding-left: 40px;
	padding-top: 60px;
	float: left;
	height: 380px;
	width: 350px;
}

.presstext{
	padding-left: 40px;
	padding-top: 60px;
	float: left;
	width: 420px;
}

.presstitle{
	line-height: 20px;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 30px;
	float: left;
	width: 420px;
}

.presstitoli{
	font-size: 15px;
	margin-bottom: 20px;
	float: left;
	width: 420px;
	color: #999999;
	line-height: 18px;
	text-align: left;
}

.presscontatti{
	float: left;
	width: 420px;
}

.pressformtable td{
	height: 30px;
}

#pressdownload_links{
	display:none;
}

#pressdownload_links_hover{
	position: absolute;
	top: 110px;
	left: 430px;
}

#exposewhite{
	width: 650px;
	height: 170px;
	display:none;
	background: none;
	position: absolute;
}

#skipintro{
	position: absolute;
	top: -20px;
	right: 0px;
	cursor: pointer;
	color: #FFFFFF;
}
#hiddenimg{
}

.maschiostylelink{
	cursor: pointer;
}

#prodotti_text{
	width: 200px;
	height: 300px;
	margin-left: 40px;
}

#palmares_text{
	width: 400px;
	height: 300px;
	margin-left: 40px;
}

.slidespace{
	width: 200px;
	height: 20px;
}

.prodotti_title1{
	color: #D3BA72;
	font-size: 16px;
	font-family: "Bodoni", "Georgia", "Trebuchet", "Trebuchet MS", "Arial", "Microsoft Sans Serif";
	margin-bottom: 5px;
}

.prodotti_title2{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	cursor: pointer;
}

.prodotti_title3{
	margin-top: 8px;
	margin-left: 10px;
	cursor: pointer;
}

.prodotti_title3 a{
	color: #666666;
	font-size: 12px;
}

.prodotti_title3 a:hover{
	color: #D3BA72;
}

.palmares_title3{
	margin-top: 8px;
	margin-left: 20px;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	cursor: hand;
}

.palmares_title3 a{
	color: #666666;
	font-size: 12px;
}

.prodotti_title3 a:hover{
	color: #D3BA72;
}


.palmares_title4{
	margin-top: 8px;
	margin-left: 50px;
	cursor: pointer;
	cursor: hand;
}

.palmares_title4 a{
	color: #666666;
	font-size: 12px;
}

.palmares_title4 a:hover{
	color: #D3BA72;
}

.prodotti_menu .slidetoggle {
	width: 200px;
}

.langs{
	color: #fff;
	position: absolute;
	left: 440px;
	top: 80px;
	text-align: left;
}

.langmenu{
	margin-left: 5px;
	margin-right: 5px;
}

.campagnevideo{
	padding-top: 20px;
	font-size: 13px;
	text-align: left;
}

#spot2010{
	display: block;
	width: 480px;
	height: 360px;
	padding:10px;
}

#popup{
	position: absolute;
	top:0px;
	right: 0px;
}
