@charset "UTF-8";

@import url("font_helv/stylesheet.css");

/* CSS Document */

* { border:0px solid #eee; margin:0; padding:0; list-style:none}

html,body,#bg,#bg table,#bg td,#cont { width:100%; height:100%; overflow:hidden }
body { cursor:default; color:#000; font: 11px; overflow:hidden; }
a { text-decoration:none; color:#000; }
img { display:block }
strong, b, .bold { 
	font-family: "Helv Bold";
	font-weight:bold;
}
.clear { 
	clear:both;
}



/* @group Background */

/* @group Supersize Stamp */


/*Supersized Stamp*/
.stamp{
	float: right;
	margin: 25px 20px 0 0;
}
/*Supersize Plugin Styles*/
#navigation{
	background:url(/images/supersize/navbg.gif) no-repeat;
	float: right;
	margin:22px 20px 0 0;
}
#loading {
	position: absolute;
	top: 49.5%; 
	left: 49.5%;
	z-index: 3;
	width: 24px; 
	height: 24px;
	text-indent: -999em;
	background-image: url(/images/supersize/progress.gif);
}
#supersize{
	position:fixed;
}
#supersize img, #supersize a{
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
	cursor:default;
}
#supersize .prevslide, #supersize .prevslide img{
	z-index: 1;
}
#supersize .activeslide, #supersize .activeslide img{
	z-index: 2;
}
/* @end */

#bg div.img { position:absolute; width:200%; height:200%; top:-50%; left:-50%; }
#bg div.swf { 
	position:absolute; 
	width: 1024px; height: 768px; 
	margin: 0px auto;
	top: 50%; left: 50%; 
	margin-left: -512px; margin-top: -384px;
	overflow: hidden;
	background: transparent;
}
#bg td { vertical-align:middle; text-align:center }
#bg img { min-height:50%; min-width:50%; margin:0 auto }

/* @end */

/* @group splash page */

#splash-container { 
	position: absolute; 
	z-index: 10; 
	width: 370px; height: 330px; 
	background-color: white; 
	margin: 0px auto; 
	left: 50%; top: 50%; 
	margin-left: -165px; margin-top: -175px; 
	font: 12px/1.2em "Helv Regular"; 
}

#splash-container .logo { float: left; height: 225px; border-right: 1px dotted #000; margin-top: 50px; margin-left: 10px; padding-right: 15px; }
html>body #splash-container .logo { margin-left: 20px; }
#splash-container .lang { position: absolute; bottom: 52px; margin-top: 50px; border-style: none; width: auto; color: #f00; margin-left: 6px; }
html>/**/body #splash-container .lang { margin-left: 190px; }
#splash-container .lang UL { margin-top: 5px; }
#splash-container A { line-height: 1.3em; }
#splash-container A:hover { color: red; }
#splash-container .piva { clear:both; position:relative; font-size:95%; color:#666; padding:32px 10px 0 190px; text-align:right; }


/* @end */

/* @group Logo */

#logo { position:absolute; top:0; left:0; z-index:80; color:white; }
#logo a { display: block; width:182px; height:44px; background:url(../images/logo_black.png) no-repeat left top; text-indent:-9999px; }

/* @end */

/* @group award */

#award { 
	position:fixed; 
	z-index:100;
	/*left:63px; bottom:140px;*/
	top:60px; left:16px;
	width:152px;
	height:98px;
}



/* @end */

/* @group Area contenuti */

#cont { 
	position:absolute; 
	top:0; left:0; 
	z-index:1; 
	overflow:auto; 
	font: 9pt/1em "Helv Regular", Arial, Verdana, sans-serif; 
}

.box { 
	position:absolute; 
	top:10%; 
	right:8em; 
	width:876px;
	padding-bottom:100px 
}
.box div { 
	line-height:1.5em;
	background-color: white;
}

.box .title-block {
	float: left;
	position: fixed;
	width: 356px;
	height: auto!important;
	height: 170px;
	min-height: 170px;
	text-align: right;
	background: transparent;
}

.box .title-block H2 {
	font-size:38px;
	text-align:right;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 8px;
}
.box .title-block H3 { 
	margin: -4px 8px 0 0;
}
.box .title-block H3.collection {
	font-size: 38px;
	text-align: right;
	color: #ff0000;
	margin-right: 12px;
}
.box .title-block H3.dimension {
	text-align: right;
	color: #ff0000;
	font-size: 24px;
	margin-right: 12px;
	margin-bottom: 6px;
}
.box .title-block P.designers { 
	margin: 4px 13px 15px 0; 
}
.box .title-block P.files { 
	margin: 0 13px 5px 0; 
}
.box .title-block P.files A { 
	font: 10px/1em "Helv Bold", Arial, Verdana, sans-serif;
	text-transform: uppercase;
	line-height: 1.4em;
	font-size: 100%;
}

/* @group vertical scrollable menu */

/* ----- vertical scrollable menu ----- */

DIV.scrollable { 
	/* required settings */ 
    position:relative; 
    overflow:hidden; 
 
    /* vertical scrollers have typically larger height than width */ 
    height: 200px;
    width: 300px;
    float: right;
    clear: both;
    background: transparent;
	padding:0 0 5px; 
	margin:2px 13px 5px 0; 
}
DIV.scrollable.xlong { height: 150px; }
DIV.scrollable.long { height: 106px; }
DIV.scrollable.short { height: 76px; }
DIV.scrollable.xshort { height: 42px; }

DIV.scrollable.xlong1 { height: 200px; }
DIV.scrollable.long1 { height: 156px; }
DIV.scrollable.short1 { height: 126px; }
DIV.scrollable.xshort1 { height: 76px; }

/* root element for scrollable items */ 
div.scrollable div.items { 
    position:absolute; 
 
    /* this time we have very large space for the height */ 
    height:20000em; 
    margin: 0px;
    right: 0px;
    text-align: right;
    background: transparent;
}
div.scrollable div.items div { 
	background: transparent; 
}


.box .title-block DIV.scrollable A:hover, .box .title-block DIV.scrollable A.here { 
	color: red; 
}

.box .title-block DIV.scrollable A { 
	font: 10px/1em "Helv Bold", Arial, Verdana, sans-serif;
	text-transform: uppercase;
	line-height: 1.4em; 
	font-size: 100%;
}

/* the action buttons above the scrollable */
#actions {
	background: transparent;
	/*float: right;*/
	margin-right: 12px; 
	padding-bottom: 3px;
	width: 135px; 
	margin-top: 3px; 
	text-align:left;
}
html>/**/body #actions { float:right; }

#actions a {	
	cursor:pointer;
	color: #999;
	font-size: 90%;
	text-indent:-9999em;
	/*overflow:hidden;*/
	display:block;
	width:100%;
	height:12px;
	background-color:#e60000;
}
#actions a:hover {
	color: #666;
	background-color: #000;
}

.disabled {
	opacity:0.7; filter:alpha(opacity=70); 
}

.prevPage { background:url(/images/arrow_up.png) no-repeat center center; }

.nextPage { background:url(/images/arrow_down.png) no-repeat center center; }


/* @end */

.box .title-block P.files A:hover, .box .title-block P.files A.here { 
	color: red; 
}


.box .main-cont {
	float: right;
	width: 504px;
	padding-bottom: 4em;
	height: auto!important;
	height: 560px;
	min-height: 560px;
}
.box .main-cont H3 {
	font-size: 13px;
	color: #d90000;
	text-transform: uppercase;
}

/* @group overlay */

/* @group the overlayed element */

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:675px;	
	min-height:200px;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #333;
	-webkit-box-shadow: 0 0 90px #333;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(/images/overlay/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* @end */

/* @group gallery */

#triggers {
	text-align:center;
}

/* the large image. we use a gray border around it */
#img {
	border:none;
}

/* "next image" and "prev image" links */
#gallery a { color:#fff; text-decoration:none; }
.next, .prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;height
	color:#fff;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	
	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px; 
	 
}

.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

.next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#000;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}

/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border-top:1px solid #666;
}

.info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.next, .prev, .info {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(/img/global/gradient/h80.png) repeat-x;		
}

/* @end */


/* @end */




.box .main-cont-wrapper {
	width: 464px;
	margin: 24px 20px 20px;
}
.box .main-cont P {
	margin: 3px 0 22px;
}
.box .main-cont P.downloadBtn {
	text-transform: uppercase;
	border-bottom: 1px dashed #666;
	padding-bottom: 20px;
}
.box .main-cont P.catalogoThumb IMG, .box .main-cont P.evento_thumb IMG {
	border: 1px solid #666;
}

UL.inText-list { 
	line-height: 1.5em; 
}

UL.inText-list A { 
	text-transform: uppercase; 
}
UL.inText-list A:hover, UL.inText-list A.here { 
	color: red; 
}

UL.inText-list TABLE { 
	visibility: hidden; 
	position: absolute; 
	top: 32px;
	left: 393px;
	background-color: #333; 
	opacity:0.95; filter:alpha(opacity=95); 
	white-space: nowrap;
	border: 10px solid #333;
}
UL.inText-list TABLE TD { padding-right: 15px; }
UL.inText-list TABLE TD A { color: white; font-size: 11px; line-height: 1.4em; }
UL.inText-list LI:hover TABLE { visibility: visible; }
UL.inText-list LI:hover A.std { color: red; }


TABLE.inText-table TH { 
	text-align: left;
	color: #333;
	background-color: #dfdfdf;
	padding: 3px 6px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
TABLE.inText-table TD { 
	padding:3px 6px;
	font-family:Arial, Helvetica, sans-serif;
}
TABLE.inText-table TR.even  { 
	background-color: #eee; 
}

TABLE.inText-table .name { 
	font-weight: bold;
	color: #666; 
}
TABLE.inText-table .filename a { 
	text-decoration:underline;
	color:#999;
	padding-left:24px;
	background:url(/images/package-download.png) no-repeat left center; 
	display:block;
}
TABLE.inText-table .filename a:hover { 
	text-decoration:none;
	color: #666; 
}
TABLE.inText-table .filesize { 
	color:#666;
}

.accordion h3 { 
	margin-top: 7px;
	margin-bottom:2px;	
	overflow:hidden;
}

/* @group FORM */

FORM.inText-form { 
	
}
.inText-form LABEL { 
	display: block;
	width: 95%; 
	font-weight: bold;
	margin-bottom: 2px;
	color: #333;
}
.inText-form .textField {  
	padding: 3px;
	background-color: #f0f0f0;
	margin-bottom: 10px;
	width: 240px;
	color: #666;
}
.inText-form .textArea { 
	width: 320px;
	padding: 3px;
	background-color: #f0f0f0;
	color: #666;
}

.inText-form .submitBtn {
	background-color: #333;
	color: #ccc;
	border: 2px solid #666;
	text-transform: uppercase; 
	padding: 3px 10px; 
	font-size: 90%;
}

label { 
	font-family: "Helv Bold"; 
}
label span { 
	font-size:95%;
	font-family: "Helv Italic"; 
	display:block;
	color: #999;
}


/* @end */

.underline_a { text-decoration: underline; }
.underline_a:hover { text-decoration: none; color: #666; }
/* @end */



/* @group Contract */

.contracts { 
	
}
.contracts .contract { 
	clear:both; 
	margin-bottom:10px; 
	background-color:#f7f7f7;
	height:70px; 
	padding:6px;
}
.contract:hover { 
	background-color:#f2f2f2;
}
.contract a { 
	color:#333; 
	font-size:18px; 
	font-weight:bold; 
	text-decoration:underline; 
	line-height:24px; 
	padding-top:10px;
}
.contract a:hover { 
	color:red;
}
.contract a img { 
	border:5px solid #fff;
}
.contract a:hover img { 
	border:5px solid #ccc;
}
.contract img { 
	float:left; 
	margin-bottom:10px; 
	margin-right:12px;
	width:60px;
	height:60px;
}

.contract span { 
	color:#666;
}

a.backBtn { 
	padding:2px 6px 4px 4px;
	cursor:pointer; 
	color:#656565;
	text-decoration:underline;
}
a.backBtn:hover { 
	color:#353535; 
	background-color:#e5e5e5;
}

/* @end */




/* @group Menu */

#menu { 
	position:absolute; 
	bottom:20px; 
	left:20px;
	z-index:2; 
	width:100%; 
	border-left:24px solid #D90000; 
}
#menu DIV#mainnav { 
	height:100px; 
	padding: 7px 0 0 20px;
}

DIV#mainnav TABLE, DIV#mainnav TD { 
	margin: 0; 
	padding: 0;
}
DIV#mainnav TD { 
	height: auto;
	padding-bottom: 4px;
	font: 11px/1em "Helv Bold", Arial; 
	padding-right: 20px; 
}
DIV#mainnav TD A.std { 
	font: 11px/1em "Helv Bold", Arial, Verdana, sans-serif;
	color: #fff;
	text-transform: uppercase;
	display: block;
	width: auto;
	height: auto;
}
#mainnav #langnav a {
	color: #999;
}
DIV#mainnav TD.here A.std, 
DIV#mainnav TD:hover A.std, 
DIV#mainnav TD A.std:hover, 
#mainnav #langnav a:hover, 
#mainnav #langnav TD.here A.std { color: red; }

DIV#mainnav TD A.lock { 
	background:url(/images/mini-lock.png) no-repeat right; 
}

DIV.menu-block {  
	margin-top: 2px; 
}

DIV#level1 {
	width: auto;
	position: relative;
	float: left;
}
DIV#level2 {
	position: relative;
	float: left;
	width: auto;
	height: 90px;
	padding-left: 6px;
	border-left: 1px dotted #ccc;
}
DIV#level3 { 
	position: relative;
	float: left;
	width: auto;
	height: 90px;
	/*left: 330px;*/
	padding-left: 6px;
	border-left: 1px dotted #ccc; 
}
DIV#level4 { 
	position: relative;
	float: left;
	width: auto;
	height: 90px;
	/*left: 525px;*/
	padding-left: 6px;
	border-left: 1px dotted #ccc;
}
DIV#level5 { 
	position: relative;
	float: left;
	width: auto;
	height: 90px;
	/*left: 615px;*/
	padding-left: 6px;
	border-left: 1px dotted #ccc;
}



DIV#langnav {
	position: absolute;
	bottom: 23px;
	right: 70px;
	text-align: right;
}
DIV#langnav .piva TD { color:#fff; padding-top:5px; }

#menu DIV#bg-menu {
	height:100px; 
	background:#000; opacity:0.8; filter:alpha(opacity=80); 
	padding: 7px 0 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	
}


/* @end */
