/*
 * Stile Generale *
 */
@import url("css/prodotti.css");
@import url("css/partner.css");

#mandaGav {
	display: none;
}

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

ol {
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.hide, hr {
	display:none;
}

/*
 * Stile Particolare
 */

ol li {
	display: inline;
	padding-right: 3px;
}

ol li strong {
	display: none;
}

body {
	text-align:center;
	height: 100%;
	overflow-y:hidden;
	overflow: hidden;
} 

html {
	overflow: auto;
}

div#gavillucci {
	position: absolute;
	text-align: left;
	width: 80%;
	height: 100%;
	left: 10%;
	z-index: 1;
}

div#header {
/*	background-color: #000000;
/*	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;*/
	background-image:url(bg.png);	
	height: 127px;
}

div#footer {
	background-color: #000000;
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
	position: absolute;
	color: #FFFFFF;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div#mir {
	position: absolute;
	color: #FFFFFF;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
}

div#mir p {
	padding: 4px;
}

div#footer p {
	padding: 4px;
}

div#logo {
	float: right;
	margin-right: 50px;
}
div#body h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
}


div#body {
/*	padding: 20px;*/
	overflow: hidden;
	width: 800px;
	height: 377px;
	margin-left: 50%;
	left: -400px;

	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 12px;
	line-height: 25px;
	position: absolute;
	top: 195px;
}

div#sfondo {
	left: 10%;
	width: 80%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 0;
/*	background-image: url(imgs/ajax-loader.gif); */
	background-repeat: no-repeat;
	background-position: center center;
}

#loader {
	background-image: url(imgs/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
}

/* *** Pagine *** */

div.allPage {
	background-image:url(bg.png);
	color: #FFFFFF;
}

a {
	text-decoration: none;
	color:#FFFFFF;
}

a:hover {
	text-decoration:underline;
	color:#CCCCCC;
}

.screenContainer div {
	float: left;
	padding: 4px;
	position: relative;
	text-align: justify;
	margin: 0;
}

#menuEls {
	margin-left: 5px;
}

#news { padding-top:10px; padding-left:10px; padding-right:10px; width:90%; border:0px solid #000; }
	#news h2 { padding:0; margin:0; font-weight:normal; margin-bottom:20px; }
	#news h3 { padding:0; margin:0; font-weight:bolder; }
	#news p { margin:0; padding:0;}
		#news p { margin:0; padding:0;}
		#news p p { margin:0; padding:0;}
		#news p img { float:left; margin-right:10px; }
	
