
/* Main */
#LeftBar {
	width: 1000px;	
	background: url(/images/bg-home.jpg);
}


#box
{
	width:470px;
	position: absolute;
	left: 50%;
	top: 45%;
	margin-left: -235px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -115px; 
	/* Half the height of the DIV tag which is also 50 pixels */
	text-align:center;

	}
#scritta
{display:none;}
#orsetto {display:none;}


.footerHome
{
	font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0.1px;
    line-height: 1.5em;
    color:White;
    padding:580px 0px 5px 0px;
    text-align:center;
	
	}


#footer 
{
    color:#c0c0c0;
    font-size:0.8em;
    height:15px;
    }
    
#footer-right a, a:link, a:active, a:visited 
{
    color:#c0c0c0;
    text-decoration:none;
}

#footer-right a:hover
{
    color:#d75396;
        text-decoration:none;
}

#footer-left 
{
    float:left;
    width:480px;
    padding:3px 5px 2px 5px;
}

#footer-right
{
    float:right;
    width:200px;
    text-align:right;
    padding:3px 7px 2px 7px;
}

table {
border-collapse:separate;
border-spacing:0pt;
}
caption, th, td {
font-weight:normal;
text-align:left;
}
blockquote:before, blockquote:after, q:before, q:after {
content:"";
}
blockquote, q {
quotes:"" "";
}
a{
cursor: pointer;
text-decoration:none;
}
br.both{
clear:both;
}
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}

#backgroundInfo{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}

#popupContact
{
color:#c0c0c0;
display:none;
position:fixed;
height:300px;
width:300px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
text-align:left;
}
#InfoContact
{
color:#c0c0c0;
display:none;
position:fixed;
height:300px;
width:300px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
text-align:left;
}

#popupContact h1{
text-align:left;
color:#d75396;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#InfoContact h1{
text-align:left;
color:#d75396;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}


#popupContactClose
{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#d75396;
font-weight:700;
display:block;
}
#InfoContactClose
{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#d75396;
font-weight:700;
display:block;
}



#Info a, a:link, a:active 
{
    color:White;
    text-decoration:none;
}

#Info
{
    display: inline;
}



