@CHARSET "UTF-8";

body{
	background-color:#000000;
	font-family: 'Open Sans',sans-serif;
	color:#CCC;
	font-size: 10pt;
	
}

#mymenu{
	text-align:center;
	position:fixed;
	width:auto;
	
	left:50%;
	margin-left:-540px;
	/*position:fixed;
    float:left;
    left:50%;*/
}


#slideshow {
    position:relative;
    height:350px;
    z-index:-1;
}
  
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
  
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
  
#slideshow IMG.last-active {
    z-index:9;
}
  
#slideshow img {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px;
  
    /* Set up proportionate scaling */
    width: 100%;
    height: auto;
  
    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
}
  
@media screen and (max-width: 1024px){
    img.bg {
    left: 50%;
    margin-left: -512px;
}
}



#logo {
    width: 980px;
    margin: 0 auto;
    padding: 20px;
    text-align:center;
}

#logo img{
	margin-top:140px;
	margin-bottom:110px;
}


#precontent {
	
    width: 1070px;
    margin: 0 auto;
    border-radius:3px;
    /*background: rgba(178,108,8, 0.5);*/
    /*background: rgba(94,139,255, 0.8);*/
    background: rgba(11,11,11, 0.9);
    -moz-border-radius: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
    border-radius:5px 5px 0px 0px;
    padding:5px;
    /*min-height:250px;*/
}

#precontent #left{
	padding: 4%;
	width:42%;
	
	height:100%;
	float:left;
}

#precontent #right{
	padding:4%;
	width:42%;
	float:left;
	display:inlne;
}

.clear{
	clear:both;
}
#precontent a{
	color:#ccc;
	text-decoration: underline;
}
#precontent a:hover{
	color:white;
	text-decoration: none;
}
#precontent .titleair{
	font-size:18px;
	text-decoration: underline;
}

#precontent .titleair h2#air {
	display:inline;
	font-weight:normal;
	
	color:gray;
	text-transform: uppercase;
}

#precontent .titleair h2#support {
	display:inline;
	font-weight:normal;
	color:red;
	text-transform: uppercase;
}


#spanning{
	height:550px;
	
}
#spanning_others{
	height:70px;
}

#content {
    width: 1070px;
    margin: 0 auto;
    /*background: rgba(11,11,11, 0.5);*/
    background: rgba(255,255,255,1);
    padding: 5px;
    min-height:500px;
}

#content h2{
	font-family: 'Open Sans',sans-serif;
	font-size:22px;
}

#content p{
	text-align:justify;
	
}

#footer{
	border-radius:0px 0px 3px 3px;
	background: rgba(245,245,245,0.9);
	min-height:30px;
	width:1070px;
	margin:0 auto;
	padding:5px;
}

h1{
	/*font-weight: bold;*/
	color:#C21011;
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'Open Sans',sans-serif;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: normal;
	margin: 0;
	padding: 0;
	margin-bottom:15px;
}
.enfatize{
	margin-top:30px;
	color:#C21011;
	font-size: 14px;
	color:#9096A6;
	font-weight: bold;
	
}
.news{
	vertical-align:top;
	border-bottom:1px solid #444;
	clear: both;
	margin-bottom: 15px;
	height:111px;
	max-height:111px;
	border-bottom-style:dotted;
}
.news p{
	
	font-weight: bold;
}
.news img{
	float:left;
	margin-right:10px;
	width:90px;
	height:90px;
	border:3px solid #CCC;
}
.brochure{
	float:left;
	width:100px;
	margin:20px;
	font-size:12px;
	text-align:center;
}
.clienti{
	width:232px;
	text-align:center;
	float:left;
	vertical-align:top;
	border-bottom:1px solid #444;
	margin-bottom: 15px;
	border-bottom-style:dotted;
	margin-right: 20px;
}
.clienti a{
	clear:both;
	font-weight: bold;
	margin-bottom: 5px;
}
.clienti img{
	float:left;
	margin-bottom:10px;
	width:226px;
	height:52px;
	border:3px solid #CCC;
	clear: both;
}
label
{
width: 4.5em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}
