/***********************************************/
/* Template 4 CMG BRAM                         */
/* Copyright Sonica Lab 2007                   */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #366;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #ccc url(../images/bg_grad.jpg) fixed;
	background-repeat:repeat-x;
	background-color:#FCFCFC;
	text-align:center;
	
}

.centratore {
	margin:auto;
	width:950px;
	position:relative;
	text-align:left;
	}
	
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #366;
	text-decoration: none;
}

a:hover{
	color:#005FA9;
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #069;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 120% Arial,sans-serif;
 color: #366;
 border-bottom: 1px dotted #366;
 font-weight:bold;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 120% Arial,sans-serif;
 color: #fff;
 background-color:#366;
 font-weight:bold;
 margin: 0px;
 padding: 5px;
}

p {
	margin:5px 0px;
	}

.note {
	border-bottom:1px dotted #366;
	cursor:help;
	font-weight:bold;
	}

.invisible {
	display:none;
	}
.invisible2 {
	display:none;
	}

/*************** list tag styles ***************/

ul {
   list-style-type: disc;
	margin-left: 20px;
 }

.feature ul {
   list-style-type: disc;
   padding: 0px 5px;
 }

ul ul{
 list-style-type: square;
}

ul ul ul{
 list-style-type: square;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#banner{
	position:absolute;
	top: 86px;
	height:150px;
	width:950px;
	background-image:url(../images/bannerprova.jpg);
	background-repeat:no-repeat;
}


#pagecell1{
	position:absolute;
	top: 245px;
	width:950px;
	background-color: #fff;
	text-align:right;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

table {
	margin: 10px;
	padding: 10px;
	width:95%;
	text-align:center;
}

td {
	margin: 0px;
	padding: 1px;
	width:20%;
}

caption  {
	display:none;
	}

.gray {
	background-color:#e6e6e6;
	}

#masthead{
	position: absolute;
	top: 0px;
	width:950px;
	
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #ccc;
	font: small Verdana,sans-serif;
}

#content{
	border-left: 1px solid #ccd2d2;
	text-align:justify;
	margin: 0px;
	padding: 0px 290px 10px 15px;
}

#content-2{
	border-left: 1px solid #ccd2d2;
	text-align:justify;
	margin: 0px;
	padding: 0px 20px 10px 15px;
}

#contentClienti{
	border-left: 1px solid #ccd2d2;
	text-align:justify;
	margin: 0px;
	padding: 0px 15px 10px 15px;
}

#contentClienti img{
	background-color:#f6f6f6;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px 25px;
	}

img {
	border:none;
	}
	
/***********************************************/
/* Background Images                           */
/***********************************************/
.home{
	background:url('../images/sfondohome.jpg') no-repeat top right;
}

.corporate{
	background:url('../images/sfondo_corporate.jpg') no-repeat top right;
}

.struttura{
	background:url('../images/sfondo_struttura.jpg') no-repeat top right;
}

.settori{
	background:url('../images/sfondo_settori.jpg') no-repeat top right;
}


.clienti{
	width:950px;

}

.certificazioni{
	background:url('../images/certificazioni.jpg') no-repeat top right;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #fff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #fff;
}

#utility img{
	border-right: 1px solid #e6e6e6;
	padding-right: 7px;
	padding-left: 5px;
}

#utility img.noborder {
	border:none;
	}
	
#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 0px 10px;
	margin: 0px;
	background-image: url(../images/glbnav_background.gif);
	background-repeat: repeat-x;
	text-align:left;
}

#pageName h2{
	font: bold 135% Verdana,Arial,sans-serif;
	color: #333;
	margin:0px;
	padding: 3px 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width:950px;
	height: 32px;
	color: #ccc;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

a#gl123{
	color:#c00;
}

/*************** navigation 1.1 *****************/


#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}

#language{
	position: absolute;
	top: 4px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	right: 10px;
	z-index: 100;
}

a.glink, a.glink:visited{
  	font-size: small;
  	color: #000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 8px 4px 8px;
	border-right: 1px solid #999;
}

a.glink:hover{
	margin: 0px;
	padding: 2px 8px 4px 8px;
  	background-image: url(../images/glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}



/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #aaa;
	text-align:left;
}

#breadCrumb a{
	color: #aaa;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** feature "settori" ******************/

#infrastructures {
	padding: 0px;
	margin: 0px;
	border: 1px solid #366;
	text-align:left;
	width:550px;
}

#technologies {
	padding: 0px;
	margin: 0px;
	border: 1px solid #366;
	text-align:left;
	width:550px;
}

 a.dettagli:link, a.dettagli:visited{
	background-color:#366;
	color:#fff;
	float:right;
	padding: 2px 2px;
	font-weight:bold;
	margin:0px;
	}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #ccc;
	text-align:center;
	font-size: small;
	color: #666;
	padding: 7px 10px 9px 10px;
	margin-top: 0px;
	font-variant:small-caps;
	background-image: url(../images/glbnav_background.gif);
	background-repeat: repeat-x;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
}

#siteInfo a:link, a:visited {
	color:#666;
	}

#siteInfo a:link, a:visited {
	color:#366;
	}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #ccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	background-image: url(../images/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #ccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}




