body { 
	margin:0px 0px 0px 0px; 
	padding:0px 0px 0px 0px; 
	background-color: #DEDEDE;
	background-repeat: no-repeat;
	background-position: bottom;
	background-attachment: fixed;
}

form { 
	margin: 0px 0px 0px 0px; 
}

img {
	border: 0px;
}

div { 
	position:relative; 
	left:0px; 
	top:0px; 
	padding: 0px;
	margin: 0px;
}

p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
a {
	font-family: Arial;
	font-size: 11px;
	color: #232323;
	border: 0px; 
	outline: none; 
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #666;
}

#pagina {
	position: relative;
	top: 0px;
	left: 0px;
	border:0px solid blue;
	margin: auto;
}

#container_video {
	position: relative;
	top: 27px;
	left: 0px;
	width: 1002px; 
	border: 1px solid #909090;
	margin: auto;	
}

#container_video_partner {
	position: relative;
	top: 27px;
	left: 0px;
	width: 1000px; 
	border: 1px solid #FF9C7F;
	margin: auto;	
}

#titoli_home {
	position: relative;
	top: 50px;
	left: 0px;
	width: 966px;
	height: 233px;
	margin: auto;
}
#container {
	position: relative;
	top:0px;
	left: 0px;
	margin: auto;
	width: 1000px;
}
#footer {
	position: relative;
	top:20px;
	left: 0px;
	color: #333339;
	font-family: Helvetica;
	font-size:12px;
	font-weight: lighter;
	padding: 7px 0px 0px 0px;
	border-top: 1px solid #333339;
	width: 1000px;
	margin: auto;
	text-align: center;
}
a.a_mail {
	color: #333339;
	font-family: Helvetica;
	font-size:12px;
	font-weight: lighter;
	text-decoration: underline;
}
a.a_mail:hover {
	color: #333339;
}
.container_info {
	position: relative;
	top:0px;
	left: 0px;
	padding: 40px 0px 20px 7px;
}
.skip {
	position: absolute;
	top:-17px;
	left: 436px;	
}
.skip_on {
	position: absolute;
	top:-15px;
	left: 435px;	
}
/*******************************************************************************************************
** SLIDE-BOX
*/
#maschera_slide {
	position: relative;
	top: 0px;
	left: 0px;
	overflow: hidden;
	width: 998px;
	border: 0px solid black;
	margin: 30px 0px 0px 7px;
}
#cont_slide {
	position: relative;
	top: 0px;
	left: 0px;
	border: 0px solid black;
	width: 10000px;
}
.one_slide {
	position: relative;
	top: 0px;
	left: 0px;
	border: 0px solid black;
	float: left;
	width: 1000px;
}
#controls_slide {
	position: relative;
	top: 0px;
	left: 0px;
	width: 1000px;
	padding-top: 10px;
	margin-left: 7px;
}
.cont_freccia {
	position: relative;
	top: 0px;
	left: 0px;
	width: 250px;
	float: left;
}
#cont_voci_slide {
	position: relative;
	top: 0px;
	left: 0px;
	width: 500px;
	float: left;
}
.cont_bollini {
	position: relative;
	top: 0px;
	left: 0px;
	width: 110px;
	margin: auto;
}
.bollino {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 12px;
	height: 12px;
	padding-right: 10px;	
}
.txt_bollino {
	position: absolute;
	top: 0px;
	left: 0px;
}

/*******************************************************************************************************
** GALLERY
*/

.row_gall {
	position: relative;
	top: 0px;
	left: 0px;
	width: 1000px;
	overflow: hidden;
	
}
.col_gall {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 500px;
	overflow: hidden;
}
.img_gall {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 248px;
	height: 275px;
}
.cont_txt_gall {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}
.barra_binaca {
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	height: 10px;
	width: 200px;
}
.txt_gall {
	position: relative;
	top: 0px;
	left: 0px;
	width: 200px;
	color: #FFFFFF;
	font-family: Helvetica;
	font-size:12px;
	font-weight: lighter;
	padding: 5px 0px 0px 5px;
}
/*******************************************************************************************************
** MENU-TOP
*/
.cont_luna {
	position: absolute;
	top: 0px;
	left: 0px;	
	width: 35px;
	height: 31px;
	z-index: 100;
}
#cont_menu {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 30px 0px 0px 7px;
}
.voce_menu {
	position: relative;
	top: 0px;
	left: 0px;
	float:left;
}
.idea_on {
	position: relative;
	top: 0px;
	left: 0px;
	width: 47px;
	height: 23px;	
	background-image: url("../img/idea_on.png");
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.idea_off {
	position: relative;
	top: 0px;
	left: 0px;
	width: 47px;
	height: 24px;
	background-image: url("../img/idea_off.png");
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.camp_on {
	position: relative;
	top: 0px;
	left: 0px;
	width: 264px;
	height: 23px;	
	background-image: url("../img/cc_on.png");
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.camp_off {
	position: relative;
	top: 0px;
	left: 0px;
	width: 264px;
	height: 24px;
	background-image: url("../img/cc_off.png");
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.vv_on {
	position: relative;
	top: 0px;
	left: 0px;
	width: 96px;
	height: 23px;	
	background-image: url("../img/20_on.png");
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.vv_off {
	position: relative;
	top: 0px;
	left: 0px;
	width: 96px;
	height: 24px;
	background-image: url("../img/20_off.png");
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.n_on {
	position: relative;
	top: 0px;
	left: 0px;
	width: 75px;
	height: 23px;	
	background-image: url("../img/negozio_on.png");
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.n_off {
	position: relative;
	top: 0px;
	left: 0px;
	width: 75px;
	height: 24px;
	background-image: url("../img/negozio_off.png");
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.brand_on {
	position: relative;
	top: 0px;
	left: 0px;
	width: 64px;
	height: 23px;	
	background-image: url("../img/brand_on.png");
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.brand_off {
	position: relative;
	top: 0px;
	left: 0px;
	width: 64px;
	height: 24px;
	background-image: url("../img/brand_off.png");
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.pp_on {
	position: relative;
	top: 0px;
	left: 0px;
	width: 108px;
	height: 23px;	
	background-image: url("../img/pp_on.png");
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.pp_off {
	position: relative;
	top: 0px;
	left: 0px;
	width: 108px;
	height: 24px;
	background-image: url("../img/pp_off.png");
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.blog_on {
	position: relative;
	top: 0px;
	left: 0px;
	width: 36px;
	height: 23px;	
	background-image: url("../img/blog_on.png");
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.blog_off {
	position: relative;
	top: 0px;
	left: 0px;
	width: 36px;
	height: 24px;
	background-image: url("../img/blog_off.png");
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.ecomm_on {
	position: relative;
	top: 0px;
	left: 0px;
	width: 90px;
	height: 23px;	
	background-image: url("../img/ecomm_on.png");
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.ecomm_off {
	position: relative;
	top: 0px;
	left: 0px;
	width: 90px;
	height: 24px;
	background-image: url("../img/ecomm_off.png");
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.txt_menu {
	color: #ff9c7f;
	font-family: Helvetica;
	font-size:13px;
	font-weight: lighter;
	padding: 9px 0px 2px 0px;
	letter-spacing: 0.04em;
}


/*******************************************************************************************************
** UTIL MOZ
*/

.util_moz{
	position: relative;
	top: 0px;
	left: 0px;
	clear: both;
	border: 0px solid black;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	visibility: hidden;
}


/*******************************************************************************************************
** SALDI
*/

.div_opaco {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	border:0px solid purple;

	background-color:black;
	-moz-opacity:.80;
	opacity:.80;
	
	filter:alpha(opacity=80);
	z-index: 5000;
	cursor:pointer;
	cursor:hand;
}
.div_cont_info {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5001;
	width: 100%;
	height: 1px;
}
.div_informazioni {
	position: relative;
	top: 30px;
	left: 0px;
	width: 1002px;
	height: 465px;
	margin: auto;
	z-index: 5001;
	background-image: url("../img/saldi.png");
	background-repeat: no-repeat;
	background-position: center;
}
.cont_close {
	position: absolute;
	top: 0px;
	left: 952px;
	z-index: 5001;
}
