/*------DEFAULT------*/
body,html,div,ul,li,a,span,img,strong,h1,h2,h3,h4,h5,h6,form,input,textarea{
	margin:0;
	padding:0;
	border:0;
	vertical-align: baseline;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-decoration:none;
	outline:none;
	list-style:none;
}
body,html{
	background:#454857;
	color:#9397a0;
	font-family:Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:14px;
}
strong{
	font-weight:bold;
}
h1{
	font-size:16px;
	color:#678cb3;
	font-weight:bold;
}
h2{
	font-size:16px;
	color:#454857;
	font-weight:bold;
}
h3{
	font-size:12px;
	color:#678cb3;
	font-weight:bold;
}
h4{
	font-size:11px;
	font-weight: normal;
}
a{
	color:#678cb3;
}
.clear{
	clear:both;
}
.spacer{
	height:10px;
}
.italic{
	font-style:italic;
}
/*------LAYOUT------*/
#container{
	width:964px;
	margin:20px auto;
	background:#fff;
}
#roundHead{
	width:964px;
	height:20px;
	background:url(img/roundHead.png);
}
#roundFooter{
	width:964px;
	height:80px;
	background:url(img/roundFooter.jpg) #454857;
}
#topBar{
	width:964px;
	height:68px;
	background:url(img/logoGescaGroup.png) left no-repeat #fff;
}
#menuContainer{
	float:right;
	padding-right:60px;
	text-align:right;
}
#menu ul li{
	display:inline;
}
#menu ul li a{
	font-size:12px;
	font-weight:bold;
	color:#000;
	padding-left:12px;
}
#menu ul li a:hover, #menu ul li a.current{
	color:#8b8b8b;
}
#search{
	padding:14px 0 0 100px;
}
#search a{
	width:26px;
	height:25px;
	background:url(img/searchBTN.png) no-repeat;
	display:block;
	float:left;
	cursor:pointer;
}
#search span{
	width:183px;
	height:25px;
	background:url(img/searchInputBG.png) no-repeat;
	float:left;
	padding-top:6px;
	text-align:center;
}
#search span input{
	width:170px;
	height:16px;
	line-height:12px;
	color:#8b8b8b;
	font-weight:bold;
	font-size:12px;
}
#swfContainer{
	width:964px;
	height:400px;
}
#bottomColumns{
	margin-left:60px;
	padding-top:14px;
}
.bottomColumn{
	line-height:17px;
	float:left;
	padding-right:18px;
}
.S{
	width:169px;
	margin-top:-3px;
	margin-left:-7px;
}
.M{
	width:270px;
}
.B{
	width:320px;
}
.Md{
	width:230px;
}
.Bd{
	width:416px;
}
.Bd ul{
	margin-top:10px;
}
.All{
	width:660px;
}
#altriSitiBTNS a{
	float:left;
	margin-left:3px;
	display:block;
	width:130px;
	height:108px;
	margin-top:10px;
}
#altriSitiBTNS a:hover{
	background-position: 0 -108px;
}
.sistemi{
	background:url(img/sistemiBTN.png) no-repeat #fff;	
}
.technologies{
	background:url(img/technologiesBTN.png) no-repeat #fff;
}
.dynamics{
	background:url(img/dynamicsBTN.png) no-repeat #fff;
}
#footer{
	margin-top:30px;
	height:19px;
	background:#abb2b5;
	padding-top:20px;
	text-align:center;
}
#footer a{
	font-size:11px;
	color:#fff;
	padding:0 10px 0 10px;
}