@charset "UTF-8";
/* CSS Document */
/*
 * @author: andrea@agdev.net
 * @since: Wed Sep 23 15:26:48 CEST 2009
 * @file: template.css
 * @project: fornacigrigolin.it
 *
 *
 */




body {
	background-color: #5f797b;

	background-image:url(backgroundz.png);
	background-repeat:repeat-y;
	background-position:center;	
}




div#container {
	/* http://simone.cabrino.it/blog/div-centrato-nella-pagina/
	
	width: Xpx;
	height: Ypx;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -(Y/2)px;
	margin-left: -(X/2)px;
	
	X è la larghezza del vostro DIV, mentre Y rappresenta l’altezza.
		
	
	*/
	
	width: 830px;
	position: absolute;
	left: 50%;
	margin-left:  -415px;

	
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
		
}


div#container_inner {
	width: 790px;
	position: absolute;
	left: 50%;
	margin-left:  -395px;
	background-color:#000000;
}



div#top {

}

div#top img {
	margin-bottom:-5px;
}

div#middle_top {
	height:17px;
	margin-bottom:0px;
	vertical-align:baseline;
}

div#middle {
	padding-top:0px;
	
	background-image:url(backMain.jpg);
	background-repeat:repeat-y;
	background-position:center;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
	overflow:hidden;
	
}

div#middle_bottom {
	height:17px;
	margin-bottom:0px;
}

div#left {
	width:210px;
	text-align:center;
	float:left;
}

div#left form {
	margin-top:10px;
	margin-bottom:10px;
}

div#left img {
	padding-top:5px;
}


div#right {
	float:right;
	width:570px;
	text-align:left;

}

div#right p {
	padding-top:0px;
	padding-left:20px;
}

div#bottom {

}

.clearfloat { 

	/* 	questa classe deve essere inserita in un elemento div o break e 
		deve essere l'elemento finale prima della chiusura di un 
		contenitore che deve contenere per intero un elemento mobile */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

div#footer {
	margin-top:-10px;
	background-color:#000000;
}


.padding_left {
	padding-left:20px;
}

.padding_bottom {
	padding-bottom:20px;
}

/* ******** STILI ******** */
.language_selector {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#fff;
	vertical-align:middle;
}

.padding_img_left {
	padding-left:5px;
}

.padding_img_right {
	padding-right:5px;
}
