/* --- author: Mattia Bassani - cioppo[at]gmail[dot]com - www.gaeamuir.com --- */

/* -------------------------------------------------- */	
/* --- GENERALE --- */
/* -------------------------------------------------- */	

body, html {
	margin: 0; 
	padding: 0; 
	font: 90% "Trebuchet MS", Arial, sans-serif; 
	color: #666666;  
	}
	
body {
	background: #FFFFFF url(../immagini/layout/sfondi/body.png) repeat-x;
	}
	
h1, h2, h3 {
	margin: 1em 0 0; 
	color: #006699;  
	}
	
h1 {
	margin: 0; 
	}
	
	
h2 {
	margin-bottom: 0.3em;
	font: 130% Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #155092;
	}
	
h3 {
	margin-bottom: 0.3em;
	font: 130% Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #155092;
	}
	
p {
	margin: 0; 
	padding: 0 0 0.7em; 
	font-size: 98%;
	line-height: 1.7;
	}
	
hr {
	border: none 0;
	border-top: 1px dotted #999999;
	height: 1px; /* deve essere uguale all'altezza del bordo per evitare il bordo doppio (mezzo styled e mezzo no) */
	clear: both;
	}
	
hr.clearer {
	visibility: hidden;
	clear: both;
	}

a, a:visited {
	color: #006699;
	}	
	
	


/* -------------------------------------------------- */	
/* --- LAYOUT --- */
/* -------------------------------------------------- */	

div#container {

	}
	
div.subcontainer {
	width: 800px;
	margin: 0px auto;
	}
	
div#header { /* l'header in home page č pių alto - per gli stili relativi, vedi NOVA-PAGES.CSS */
	position: relative;
	height: 111px;
	background: url(../immagini/layout/sfondi/header_h1.png) no-repeat top right;
	/*border: 1px solid red; /* bordo di test */
	}
	
div#header h1,
div#header h2 {
	text-indent: -999em;
	}

div#header h2 {
	position: absolute;
	top: -17px;
	left: -2000px;
	height: 213px;
	width: 2000px;
	background: url(../immagini/layout/sfondi/header_h2.png) repeat-x;
	}
	
div#nav_main {
	height: 33px;
	overflow: visible;
	background: url(../immagini/layout/sfondi/nav_main.png) repeat-x;
	/*border: 1px solid red; /* bordo di controllo */
	}	

div#nav_main div.subcontainer {
	position: relative;
	height: 100%;
	background: url(../immagini/layout/sfondi/nav_main-sub.png) no-repeat top left;
	}	
	
div#loginform {
	position: relative;
	/*border: 1px solid white; /* bordo di controllo */
	}	
	
div#content {
		
	}


div#content_top div.subcontainer,
div#content_main div.subcontainer {
	width: 820px;
	padding: 0 10px;
	}	
	
div#content_top {
	/*border: 1px solid black; /* bordo di controllo */
	}
	
div#content_top div.subcontainer {
	/*border: 1px solid black; /* bordo di controllo */	
	padding-bottom: 1px; /* risolve il problema del margin-collapsing */
	background: url(../immagini/layout/sfondi/content-top.png) no-repeat top left;
	}

div#content_top div {
	/*border: 1px solid red; /* bordo di controllo */	
	}
	
	
div#content_main {
	/*border: 1px solid blue; /* bordo di controllo */	
	}
	
div#content_main div.subcontainer {
	/*border: 1px solid red; /* bordo di controllo */		
	padding-top: 1px; /* risolve il problema del margin-collapsing */
	position: relative;
	height: 100%;
	background: url(../immagini/layout/sfondi/main.png) repeat-y top left;
	}
	
div.hr_main {
	margin-left: -2px;
	height: 30px; 
	clear: both;
	background: url(../immagini/layout/sfondi/main_hr.png) no-repeat bottom left;
	background-position: -8px;
	}
	
div.hr_main hr {
	display: none;
	}
	
	
div.column {
	/*border: 1px solid green; /* bordo di controllo */		
	float: left;
	}
	
div#submenu {
	width: 175px;
	padding: 0 34px 0 22px;
	}	
	
div#main {
	position: relative;
	width: 370px;
	}	
	
div#stuff {
	width: 166px;
	padding: 0 0 0 45px;
	font-size: 95%;
	}	




/* -------------------------------------------------- */
/* --- INTABELLATURA --- */
/* -------------------------------------------------- */

div.table div.row {
       clear: both;
       height: 100%;
       }

div.table div.row span {
       float: left;
       }





/* -------------------------------------------------- */	
/* --- LAYOUT HOME PAGE --- */
/* -------------------------------------------------- */	
	
	
div#perte {
	float: left;
	position: relative;
	width: 428px;
	margin: 0 20px 20px 5px;
	padding: 33px 26px 24px;
	background: url(../immagini/layout/sfondi/perte.png) no-repeat top left;
	}
	
div#perte_nav {
	float: left;
	width: 190px;
	}
	
div#perte_intro {
	float: right;
	width: 225px;
	}
	
div#hotstuff {
	float: right;
	position: relative;
	width: 280px;
	padding: 33px 0 0;
	margin-right: 10px;
	}
	
div#footer {
	clear: both;
	height: 134px;
	color: #FFFFFF;
	font-size: 85%;
	text-transform: uppercase;
	word-spacing: 2px;
	background: url(../immagini/layout/sfondi/footer.png);		
	}
	








	


