/*
NOTE GENERALI:
- i tag HTML sono tutti indicati con lettere MAIUSCOLE classi e pseudoclassi dei selettori in minuscolo
- le immagini che definiscono stili sono contenute nella cartella img nella stessa root del file .css

stili per il layout fisso larghezza 950px

*/

html, body{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #333;
}
/* selettori per HTML base -- per formattare il body e tutti gli elementi inseriti con CMS */

/* selettori di impaginazione*/

/*imposta il contenitore generale dell'interfaccia*/

div#background{
	background: #333 url(img/main_bg.gif) repeat-x left top;
	float: left;
	width: 100%;
}

div#container{
	width: 980px;
	margin: 0 auto;
}
/*parametri header*/
div#header{
	/*margin: 0 auto;*/
	/*padding: 0 25px 0 25px;*/
	/*background: transparent url(img/header_bg.jpg) repeat-x center top;*/
	/*height: 85px;*/
	float: left;
	width: 780px;
	/*background: url(img/page_top.png) no-repeat center top;*/
}
/*imposta i margini per le aree di contenuto*/
div#content{
	width: 980px;
	float: left;
	/*margin: 0 25px 0 25px;*/
	padding: 0 0 0 0;
	background: #FFF;
	background: transparent url(img/content_bg.gif) repeat-y center top;
}

div#sx{
	width: 200px;
	float: left;
}

div#dx{
	width: 780px;
	float: left;
}

/*posiziona il logo nell'interfaccia*/
div#logo{
	width: 200px;
	height: 285px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	clear: left;
}
/*imposta le caratteristiche della navigazione principale*/
div#navigation{
	width: 780px;
	height: 62px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: right;
	text-align: left;
	background: transparent url(img/navigation_bg.gif) repeat-x left top;
}

/*selettori per la spalla sinistra per l'occasione elenco news :) */
div.menu{
	margin: 10px 0;
	width: 190px;
	/*background-color: #3A495C;*/
	float: left;
}
.menu_win{
	/*background-color: #3A495C;*/
}

/*classe per settare i parametri della spalla destra*/
div.context{
	/*background-color: #141D2A;*/
}

div#extras{
	float: left;
	width: 180px;
	margin: 30px 0 0 0;
	background-color: transparent;
}

.content{
	padding:20px;
}

.subcontent{
	margin: 0 0 0 0;
	padding: 20px 0px 30px 0px;
	float: left;
	width: 740px;
	background: url(img/subcontent_bg.gif) no-repeat center bottom;
}

.subcontent_mid{
	margin: 0 0 0 0;
	/*padding: 20px 0px 30px 0px;*/
	float: left;
	width: 450px;
	/*background: url(img/subcontent_bg.gif) no-repeat center bottom;*/
}

.subcontent_small{
	margin: 0 0 0 0;
	padding: 0 15px;
	float: right;
	width: 220px;
	border: 1px solid #CCC;
	border-bottom-left-radius: 10px 10px;
	border-bottom-left-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	border-top-left-radius: 10px 10px;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
}

.hl_box{
	margin: 0 8px 10px 0;
	padding: 5px;
	float: left;
	width: 167px;
	height: 200px;
	overflow: hidden;
	background-color: #F5EFEF;
}

.subcontent_slider{
	margin: 0 0 0 0;
	float: left;
	text-align: center;
	width: 720px;
}

/*imposta il contenitore per il footer se è all'esterno del div container*/
div#footercontainer{
	width: 100%;
	/*margin: 0 auto;*/
	clear: both;
	float: left;
	/*background: #141D29 url(img/footer_container_bg.gif) repeat-x left top;*/
	/*border-top: 3px solid #555*/
}
div#footer{
	/*background: transparent url(img/footer_bg.gif) no-repeat right top;*/
	padding: 80px 25px;
	width: 920px;
	margin: 0 auto;
}

div#footer .window{
	float: left;
	width: 300px;
	/*border-right: 1px solid #CCC;*/
	margin-right: 10px;
}
DIV#credit{
	margin-top: 40px;
	margin-bottom: 40px;
	width: 124px;
	float: right;
}


