@charset "utf-8";
/* CSS Document */

body {
	background: #FFF url(../images/bg_ctr.png) repeat-x;
	color:#000;
	margin:0;
	padding:0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
}
a:active, a:visited, a:link {color:#399CC9; text-decoration:none;}
a:hover {text-decoration:underline;}
.left {float:left}
.right {float:right}
.center {text-align: center;}
/* Clearing floats without extra markup*/
.wrapper { display: inline-block; }
.wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper { height: 1%; }
.wrapper { display: block; } 

/* =Login
-------------------------------------------------------------- */
#log {
position:absolute;
top:50%; left:50%;
margin: -285px 0 0 -285px;
width:570px;
height:570px;
}
#header {background:url(../images/logo_ctr.gif) top no-repeat; height:170px; margin-bottom:38px;}
#header #ctr {color:#1D3B71; font-size:24px; text-align:center; padding-top:146px;}
.title {color:#1D3B71; border-bottom:1px solid #A3C5D6; font-size:20px; margin-bottom: 10px; line-height:28px;}
#azienda, #contatti, #info {
width:245px;
}
#azienda {text-align:justify;}
#contatti {text-align:right;}
#info {
margin: 26px auto 0;
}
#info a {font-size:14px;}
#footer {	background: url(../images/bg_footer.gif) top no-repeat; text-align:center; color:#999; line-height:22px; margin-top:30px;}
#footer .gshlink{margin:10px auto 0; width:80px;}
ul#gsh {
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
}
ul#gsh .invisible {visibility:hidden;}
ul#gsh li {
	display:block;
	float:left;
}	
ul#gsh li a {
	text-align: center;
	display:block;
	float:left;
	text-decoration:none;
	width:71px; height:78px;
	background: url(../images/gsh.png) no-repeat top left;
}
ul#gsh li a:hover { background-position: top right; }	