/* gsb stile */
*{
	margin:0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
* html{
	font-size: 0;
}
.loading{
	background: url(../images/loading.gif) no-repeat center center
}
.opacity{
	opacity:0;
}
textarea{
	padding: 4px;
	border: 1px solid #0a2a5b;
	color:#333;
	font-weight: bold;
	font-size:11px;
}
textarea:focus{
	background-color: #eee;
	color: #111;
}
input[type=text]{
	padding: 2px;
	border: 1px solid #0a2a5b;
	color:#333;
	font-weight: bold;
	font-size:11px;
}
input[type=text]:focus{
	border: 1px solid #0a2a5b;
	background: #eee;
	color: #111;
}
input[type=submit]{
	border: 0;
	cursor: pointer;
	padding:3px 8px;
	color:#FFF;
	font-weight: bold;
	background-color:#0a2a5b;
	font-size:11px;
	text-shadow: 0 -1px 0 #999;
	margin: 2px 6px;
}
input[type=reset]{
	border: 0;
	cursor: pointer;
	padding:3px 8px;
	color:#FFF;
	font-weight: bold;
	background-color:#a7a7a7;
	font-size:11px;
	text-shadow: 0 -1px 0 #999;
	margin: 2px 6px;
}
input[type=submit]:hover{
	background-color:#000033;
	color: #eee;
}
input[type=reset]:hover{
	background-color:#888;
	color: #eee;
}
/*inzio contenitore*/
body{
	font-family: tahoma, sans-serif;
	font-size:70%;
	text-align:center;
}
#azzurro{
	position:fixed;
	top:430px;
	left:0;
	bottom:0;
	background-color:#f5f9f9;
	z-index:-99;
	width:100%;
}
#azzurro_2{
	position:absolute;
	top:430px;
	left:0;
	bottom:0;
	background-color:#f5f9f9;
	z-index:-999999;
	width:100%;
}
.h3_span{
	display:block;
	visibility:hidden;
	font-size:0px;
	position:fixed;
}
#contenitore{
	text-align:left;
	width:996px;
	padding-top:20px;
}
#ombra_sx{
	width:18px;
	float:left;
}

#ombra_sx_1{
	background: url(../images/ombra_sx1p.png) no-repeat 0 0;
	height:168px;
	width:18px;
}
/*ie 6*/
* html div#ombra_sx_1 {
	background: url(../images/ombra_sx1p_ie6.png) no-repeat 0 0;
}

#ombra_sx_repeat{
	background: url(../images/ombra_sx_3p.png) repeat-y 0 0;
	width:18px;
	height:247px;
}
/*ie 6*/
* html div#ombra_sx_repeat {
	background: url(../images/ombra_sx_3p_ie6.png) repeat-y 0 0;
}

#ombra_sx_2{
	background: url(../images/ombra_sx2p.png) no-repeat 0 0;
	height:146px;
	width:18px;
}
/*ie 6*/
* html div#ombra_sx_2 {
	background: url(../images/ombra_sx2p_ie6.png) no-repeat 0 0;
}
#ombra_dx{
	width:18px;
	float:right;
}
#ombra_dx_1{
	background: url(../images/ombra_dx1p.png) no-repeat 0 0;
	height:168px;
	width:18px;
}
/*ie 6*/
* html div#ombra_dx_1 {
	background: url(../images/ombra_dx1p_ie6.png) no-repeat 0 0;
}
#ombra_dx_repeat{
	background: url(../images/ombra_dx_3p.png) repeat-y 0 0;
	width:18px;
	height:247px;
}
/*ie 6*/
* html div#ombra_dx_repeat {
	background: url(../images/ombra_dx_3p_ie6.png) repeat-y 0 0;
}
#ombra_dx_2{
	background: url(../images/ombra_dx2p.png) no-repeat 0 0;
	height:146px;
	width:18px;
}
/*ie 6*/
* html div#ombra_dx_2 {
	background: url(../images/ombra_dx2p_ie6.png) no-repeat 0 0;
}
#contenuti{
	width:960px;
	text-align:left;
	float:left;
	height:540px;
	margin-top:20px;
}
/*inzio contenuti*/
.test_colonne_float{
	float:right;
	width:94px;
	height:48px;
	border:#003 1px solid;
}
.test_colonne_float1{
	float:right;
	width:192px;
	height:48px;
	position:relative;
}
#test_cont{
	width:960px;
	height:500px;
}
.tripla_colonna{
	float:right;
	width:288px;
	height:48px;
	height:500px;
}
.doppia_colonna{
	float:right;
	width:192px;
	height:500px;
}
.quintupla_colonna{
	float:right;
	width:480px;
	height:500px;
}
.sei_colonne{
	float:right;
	width:576px;
	height:500px;
}
.quattro_colonne{
	float:right;
	width:384px;
	height:500px;
}
strong{
	color:#0a2a5b;
}
p{
	color:#666;
}
