/* Reset TYPOlight fe_page div (960 grid)*/
* {
	padding: 0;
	margin: 0;
}
html, body {
	font: normal 12px Georgia, serif;
}

a, a:link, a:visited {

}

a:hover {

}

#wrapper{
	overflow: hidden;
	visibility:hidden;
}

#splashBg{
	position:absolute;
	z-index:-10;
}

#splashDust{
	position:absolute;
	text-align: center;
	width:100%;
}

#splashLogo{
	position:relative;
	z-index:0;
	text-align: center;
}

figure{
	margin: 0;
}


/**************************************************
 * HEADER 
 *************************************************/


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



/*************************************
 * Intro
 *************************************/


/***********************************
 * CONTAINER Left
 ***********************************/

/*********************************************************
 * CONTAINER Default main
 ********************************************************/

#main .splashText{
	font-size: 16px;
	opacity:0.6;
}
/****************************************************
 * Menu di Navigazione
 ******************************************************/


#main-menu{
	margin: 0 0 10px;
	z-index:1000;
}

#main-menu ul {
    list-style-type: none;	
}

#main-menu ul li.submenu .level_2, #main-menu ul li.submenu.sibling .level_2 {
	display: none;
}

#main-menu ul li.submenu.trail .level_2, #main-menu ul li.active.submenu .level_2{
	display:inline;
    padding:0;
    margin:0;
}

#main-menu ul li {
	clear:both;
    list-style-type: none;
    list-style: none outside none;
    text-decoration: none;
	font-size: 10px;
	line-height:12px;
	text-align:right;
	padding-bottom:14px;
}

#main-menu ul .trail .level_2 li, #main-menu ul li.active.submenu .level_2 li {
	clear:both;
    list-style-type: none;
    list-style: none outside none;
    text-decoration: none;
	font-size: 10px;
	line-height:12px;
	text-align:right;
	padding-top:14px;
	padding-bottom:0;
}

#main-menu ul li.last {
	border-right: none;
}

#main-menu a,#main-menu a:link,#main-menu a:visited {
    font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	text-decoration:none;
	font-weight: normal;
	color: #6D6E71;
	text-transform:uppercase;
}

#main-menu span.active, #main-menu a.trail{
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	text-decoration:none;
	font-weight: normal;
	color: #F1F2F2;
	text-transform:uppercase;		
}

#main-menu .submenu .trail{
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	text-decoration:none;
	font-weight: normal;
	color: #F1F2F2;
	text-transform:uppercase;		
}

#main-menu ul .level_2 a,#main-menu ul .level_2 a:link,#main-menu ul .level_2 a:visited {
    font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	text-decoration:none;
	font-weight: normal;
	color: #6D6E71;
	text-transform:none;
}

#main-menu ul .level_2 span.active{
	color: #F1F2F2;		
	text-transform:none;
}

#main-menu a:hover, #main-menu ul .level_2 a:hover {
	color: #F1F2F2;
}

#main-menu .planPdf{
	cursor:pointer;
}

#main a, #main a:link, #main a:visited {
	font-size:12px;
	text-decoration: none;
	color: #000;
}

#main a:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;	
}

#main .ce_hyperlink a,#main .ce_hyperlink a:link,#main .ce_hyperlink a:visited {
    text-decoration: none;
    text-transform: lowercase;
	color: #F1F2F2;
	font-weight: normal;	
}


#main #address a, #main #address a:link, #main #address a:visited{
	text-transform:none;
	font-weight: normal;
}



/*************************************
 * Form
 * *************************************/

.formbody{
	margin:0;
	padding:0;
}

.formbody div{
	line-height:12px;
}

.formbody label{
	display:inline;
 	float:left;
	font-size:11px;
	color:#808285;
	padding:5px 0 15px 80px;
	margin:0;
	height: 15px;
}

.formbody input, .formbody textarea{
	display:inline;
	float:right;
	width:260px;
	border:1px solid #422918;
	margin:7px 30px 7px 0;
	background-color:#422918;
	color:#F1F2F2;
	padding:0 0 1px 0;
}

.formbody input{
	height:18px;
}
.formbody .radio input,.formbody .radio label{
	width:auto;
	float:left;
	display:block;
	clear:none;
	padding:0px 5px 0px 5px;;
	line-height:20px;	
	vertical-align:middle;
}


.formbody legend{
	display:none;
}

.formbody .radio{
	padding-bottom:5px;
	line-height:20px;	
}

.formbody input[type="submit"]{
	height:20px;
	width:268px;
	background-color:#422918;
	color:#F1F2F2;
	text-transform:uppercase;
	font-weight:bold;
	border:0px;
	margin:15px 25px 0;
	padding:0;
}

.formbody input[type="submit"]:hover{
	background-color:#684933;
	border:1px solid #6D6E71;
	color:#F1F2F2;
}

.formbody label a {
	font-weight:normal;
	color:#000;
	text-decoration:underline;
}

.formbody fieldset{
	margin:0;
	width:100%;
}

.formbody fieldset label{
	display:inline;
	font-size:10px;
	line-height:13px;
	color:#808285;
	float:right;
	width:220px;
	padding:0;
	margin:0 30px 0 0;
}

.formbody input[type="checkbox"]{
	display:inline;
	width:15px; 
	margin:0 10px 0 180px; 
	clear:none;
	float:left;
}

.formbody div.error{
	display:block;
	margin:21px 0;
	padding:0;
	color:#EA4010;	
	font-size:10px;
	line-height:8px;
	float: right;
}

.formbody input:focus, .formbody input:hover,.formbody textarea:focus, .formbody textarea:hover{
	border:1px solid #6D6E71;
	background-color:#684933;
	color:#F1F2F2;
}

.formbody .explanation{
	width:100%;
	padding: 10px 0;
	margin: 35px 0 5px 20px;
}


/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#777;}
#colorbox{}
    /*#cboxTopLeft{width:25px; height:25px; background:url(../images/colorbox/border1.png) no-repeat 0 0;}
    #cboxTopCenter{height:25px; background:url(../images/colorbox/border1.png) repeat-x 0 -50px;}
    #cboxTopRight{width:25px; height:25px; background:url(../images/colorbox/border1.png) no-repeat -25px 0;}
    #cboxBottomLeft{width:25px; height:25px; background:url(../images/colorbox/border1.png) no-repeat 0 -25px;}
    #cboxBottomCenter{height:25px; background:url(../images/colorbox/border1.png) repeat-x 0 -75px;}
    #cboxBottomRight{width:25px; height:25px; background:url(../images/colorbox/border1.png) no-repeat -25px -25px;}
    #cboxMiddleLeft{width:25px; background:url(../images/colorbox/border2.png) repeat-y 0 0;}
    #cboxMiddleRight{width:25px; background:url(../images/colorbox/border2.png) repeat-y -25px 0;}*/
    #cboxContent{
    background:#2A1B0A; 
    overflow:hidden;
    border:10px solid #2A1B0A;
	-moz-border-radius: 10px; /* Firefox */
  	-webkit-border-radius: 10px; /* Safari, Chrome */
 	border-radius: 10px; /* CSS3 */
 	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.82);
	-moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, 0.82);
	box-shadow:         0px 0px 10px rgba(0, 0, 0, 0.82);
 	padding:6px;
 	margin:10px;
    }
        .cboxIframe{background:#2A1B0A;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:20px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; left:80px; color:#444;}
        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#555;}
        #cboxPrevious{position:absolute; bottom:0px; right:40px; color:#999;}
        #cboxNext{position:absolute; bottom:0px; right:5px; color:#999;}
        #cboxLoadingOverlay{background:#2A1B0A url(../images/icons/loader.gif) no-repeat 49% 49%;}
        #cboxClose{position:absolute; bottom:0; left:5px; display:block; color:#999;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(../images/colorbox/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(../images/colorbox/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(../images/colorbox/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(../images/colorbox/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(../images/colorbox/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(../images/colorbox/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(../images/colorbox/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(../images/colorbox/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}

