html {
	font-size: 100%;
	}

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	color:#0053A6;
	margin:0;
	padding:0;
	background-color:#f4fafe;
}
img
{
	padding:0;
	margin:0;
	border:none;
}

a
{
	outline:none;
	color:#0053A6;
}
a:hover
{
	color:#FF7F00;
}
a.nounderline
{
	text-decoration:none;
}
table,tr,td,form
{
	border:none;
	margin:0;
	padding:0;
}
input
{
	border:1px solid #6699cc;
	background-color:#ecf4fb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0053A6;
}
textarea
{
	border:1px solid #6699cc;
	background-color:#ecf4fb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0053A6;
}
input.noborder
{
	border:none;
	background:none;
	
}
select
{
	border:1px solid #6699cc;
	background-color:#ecf4fb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0053A6;
}
a.roll:hover
{
	color:#507ba7;
}

ul,li
{
	padding:0;
	margin:0;
	list-style:none;
}

.clear
{
	clear:both;
}
.errore
{
	color:#CC0000;
}

/*for FireFox*/
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner
{   
	border : 0px;
} 
/*for IE8 */
input[type="submit"]:focus, input[type="button"]:focus
{     
	outline : none; 
}

/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

/*LAYOUT PRINCIPALE*/
#container
{
	width:942px;
	height:auto;
	margin:auto;
	position:relative;
	
}
#header
{
	width:100%;
	height:198px;
	background-image:url(../images/layout/header.jpg);
	background-repeat:no-repeat;
	clear:both;
	margin-bottom:55px;
	cursor:pointer;
}
#header span
{
	position:absolute;
	right:13px;
	top: 3px;
}
#header span a
{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	font-size:10px;
}
#header span a:hover
{
	text-decoration:underline;
}
#body
{
	width:100%;
	height: auto !important;  /* per i browser moderni */
    height: 400px;      /* per IE5.x e IE6 */
    min-height: 400px;  /* per i browser moderni */
	background-image:url(../images/layout/body.jpg);
	background-repeat:no-repeat;
	clear:both;
	background-color:#FFFFFF;
	position:relative;
}

#page_top.ita
{
	background:url(../images/layout/giis_container_it.jpg) no-repeat 605px 10px;
	position:relative;
	
}
#page_top.eng
{
	background:url(../images/layout/giis_container_en.jpg) no-repeat 605px 10px;
	position:relative;
	
}


#page_top h1
{
	font-size:18px;
	margin:0;
	padding:0 0 10px 10px;
	font-weight:normal;
	
}
#page_top .data
{
	color:#FFF;
	font-size:22px;
	font-weight:bold;
	margin:0;
	padding:5px 0 0 10px;
}

#page_top .banner{
	position:absolute; 
	right:30px; 
	top:28px;
}


#prereg a{
	color:#FFFFFF;
}
#prereg a:hover{
	color:#FF7F00;
}


#prereg
{
	font-weight:bold;
	background-image:url(../images/layout/bg_data2.gif);
	background-repeat:no-repeat;
	width:180px;
	height:38px;
	line-height:37px;
	color:#FFFFFF;
	position:absolute;
	left: 750px;
	top: 320px;
	text-align:center;
	font-size:12px;
	
}

#footer
{
	margin-top:10px;
	width:100%;
	height:65px;
	background-image:url(../images/layout/footer.jpg);
	background-repeat:no-repeat;
	clear:both;
	position:relative;
}
#footer #gimav_link
{
	position:relative;
	height:65px;
	width:350px;
	cursor:pointer;
}
#footer #gimav_link #gimav_frase
{
	position:absolute;
	height:31px;
	width:281px;
	cursor:pointer;
	left: 56px;
	font-size:10px;
	top: 32px;
	line-height:10px
}
#powered
{
	width:100%;
	text-align:center;
	font-size:10px;
	margin-bottom:10px;
	color:#999999;
}
#powered a
{
	text-decoration:none;
	color:#999999;
}
/*HOME PAGE*/
#boxes_home
{
	width:100%;
	height:auto;
}

#boxes_home .box_home
{
	width:234px;
	height:auto;
	float:left;
}

#boxes_home .box_home_margin_1
{
	margin:0 1px 0 2px;
}

#boxes_home .box_home_margin_2
{
	margin:0 2px 0 1px;
}

#boxes_home .box_home .box_home_head
{
	width:222px;
	height:20px;
	background-image:url(../images/layout/box_home_head.gif);
	background-repeat:no-repeat;
	padding:6px 0 0 12px;
	
}
#boxes_home .box_home .box_home_head_video
{
	
	background-image:url(../images/layout/box_home_head_video.gif);
	
	
}
#boxes_home .box_home .box_home_body
{
	width:194px;
	height:240px;
	overflow:hidden;	
	background-color:#ecf4fb;
	padding:20px 20px 10px 20px;
	
}
#boxes_home .box_home .box_home_body p
{	
	margin:0;
	padding:0;
	text-align:justify;
	font-size: 10px;
	font-weight:bold;
	color:#00196F;
}
#boxes_home .box_home .box_home_link
{
	text-align:right;	
	margin-top:10px;
}
#boxes_home .box_home .box_home_link a
{
	text-decoration:none;
	font-weight:bold;
	font-size:10px;	
}

#boxes_home .box_home h1
{
	color:#FF7F00;
	font-size:13px;
	margin:0;
	padding:0;
}

#boxes_home .box_home h2
{
	color:#FF7F00;
	font-size:11px;
	margin:0 0 5px 0;
	padding:0;
}
/*PAGINE INTERNE*/
#box_page
{
	width:100%;
	height:auto;
	clear:both;
}

#box_page #box_page_head
{
	width:922px;
	height:20px;
	background-image:url(../images/layout/box_page_head.gif);
	background-repeat:no-repeat;
	padding:6px 0 0 20px;
	
}
#box_page h1
{
	color:#FF7F00;
	font-size:13px;
	margin:0;
	padding:0;
	text-transform:uppercase;
}
#box_page h2
{
	margin:0;
	padding:0;
	font-size:11px;
	color:#FFFFFF;
}

#box_page #box_page_body
{
	width:882px;
	height:auto;
	padding:25px 30px 0 30px;
	text-align:justify;
	font-size:1.1em;
	font-weight:bold;
	color:#0053A6;
	font-weight:normal;
	
}
#box_page #box_page_body ul
{
	margin:0 0 10px 0;
	padding:0 0 0 10px;	
}
#box_page #box_page_body li
{
	margin:0 0 0 10px;
	list-style:square;
}
#box_page #box_page_body p
{	
	margin:0 0 5px 0;
}
.arancio
{
	color:#FF6600;
}

/*alberghi*/
#box_page #box_page_body #alberghi ul,
#box_page #box_page_body #alberghi li
{
	margin:0;
	padding:0;
	list-style:none;
}
#box_page #box_page_body #alberghi li
{
	padding-bottom:3px;
	font-weight:bold;
}

#box_page #box_page_body #alberghi li a
{
	text-decoration:none;
}

#alberghi table
{
	width:750px;
}

#alberghi td
{
	vertical-align:top;
	padding-bottom:10px;
}

/*galleria immagini*/
#galleria_container
{
	width:815px !important;  /* per i browser moderni */
    width:825px;/* per IE5.x e IE6 */	
	height:auto;
	margin-left:34px !important;
	margin-left:28px;
	margin-top:20px;
}
.img_container
{
	width:147px;
	height:97px;
	border:1px solid #ff7f00;
	float:left;
	margin:0 5px 30px 5px;
	padding:2px;

}
.img_subcontainer{
	width:147px;
	height:97px;
	overflow:hidden;
}

/*iscrizione*/
#iscrizione{
	font-size:1.2em;
}
#iscrizione input
{
	width:200px;
	
}

/*home form*/
#home_form{
	font-size:1.2em;
}
#home_form input
{
	width:200px;
}
#home_form td{
	padding:5px;
}
/*come arrivare*/
#google_maps
{
	width:350px; 
	height:350px; 
	border:1px solid #ff7f00; 
	padding:3px; 
	float:left;
}
#indicazioni_stradali
{
	width:500px; 
	height:auto; 
	float:right;
}

/*comunicati*/
#comunicati p a
{
	text-decoration:none;
}
#comunicati p a:hover
{
	text-decoration:underline;
	color:#0053A6;
}
/*rassegna*/
.rassegna
{
	margin-bottom:5px;
}
.rassegna a
{
	text-decoration:none;
}

/*newsletter*/
ul#archivio_nl li
{
	padding-bottom:5px;
}

/*video*/
#video_container
{
	border:1px solid #0053A6;
	width:360px;
	height:360px;
	padding-top:30px;
	background-color:#FFFFFF;
	margin:auto;
	margin-bottom:20px;
	
}

/*servizi*/
#box_servizi
{
	float:right; 
	width:400px;
	margin:0 0 0 30px;		
}
#box_servizi .box{
	border:1px solid #ff7f00;
	padding:7px;
	margin:0 0 10px 0;
}

/*dati*/
#box_dati{
	float:right; 
	width:auto;
	border:1px solid #ff7f00;
	padding:5px;
	margin:0 0 20px 20px;
}
#box_dati a{
	text-decoration:none;
}
#box_page #box_page_body #box_dati ul, #box_page #box_page_body #box_dati li{
	margin:0;
	padding:0;
	list-style:none;
}
#box_page #box_page_body #box_dati li{
	padding-top:2px;
}
/*pre registrazione*/
#box_preregistrazione
{
	float:right; 
	width:400px;
	border:1px solid #ff7f00;
	padding:7px;	
}

/*espositori*/
.elenco_espositori{ padding-bottom:2px; }
#ricerca_espositori_rs{ margin-bottom:5px; }
#ricerca_espositori_alfa{ margin-bottom:15px; }
#dettaglio_espositore td{ padding:2px 0; }

/*solera*/
#box_page #box_page_body .solera{
	border: 1px dashed #ff7f00;
	padding: 20px;
	margin: 20px 0;
}

/*QR code*/
#qrc{ font-size:14px; padding-bottom:15px; }
#box_page #box_page_body #qrc p{ margin-bottom:15px; }
#qrc .box{}
#qrc .box .left{ float:left; width:550px; }
#qrc .box .right{ float:right; font-size:12px; width:332px; }
#qrc .box .right h3{ font-size:14px; margin:0 0 10px 0; }
#qrc .box .right p{ line-height:18px; }
#qrc .box .right p img{ float:left; margin-right:10px; }
#box_page #box_page_body #qrc .box .right p{ margin-bottom:10px; }
#qrc p.err{ color:#900; }
#qrc form div{ margin-bottom:10px; }
#qrc form label.lab{ display:inline-block; width:120px; }
#qrc form label.text{ float:left; line-height:62px; }
#qrc form input, #qrc form select, #qrc form textarea{ font-size:14px; padding:5px; }
#qrc form input.field{ width:315px; }
#qrc form select.field{ width:327px; }
#qrc form textarea.field{ float:left; width:315px; height:50px; overflow:auto; }
#qrc form input.noborder{ margin:0; padding:0; }
#qrc form input.btn{ display:block; margin-left:120px; cursor:pointer; }
#qrc p.image{ text-align:center; padding:15px 0; }
#qrc p.image img{ margin-bottom:10px; }
#qrc p.image a{ display:inline-block; text-decoration:none; height:22px; line-height:22px; padding:5px 5px 5px 35px; background:#ECF4FB url(../images/layout/print2.gif) no-repeat 5px 5px; border:1px solid #6699CC; }

/*Form big*/
.formBig{ font-size:14px; }
.formBig .title{ padding-bottom:20px; }
.formBig form input{ padding:5px; font-size:15px; }
.formBig form input.field{ width:315px; }
.formBig form input.btn{ cursor:pointer; }
.formBig .link{ padding-top:20px; }
.formBig .link a{ line-height:20px; }
