/*
	---------------------------------------------

	Qui gli stili che serviranno nelle pagine
	con struttura a colonne

	---------------------------------------------
*/

.container {
	position: relative;
	width: 993px;
	margin: 4px auto 4px auto;
	clear: both;
}	

.content {
	clear: both;
	padding-right: 163px;
	margin: 5px 0 5px 0;
	background-image: url(images/bg_col_borders.gif);
	background-repeat: repeat-y;
}

.content.inverted  {
	background-image: url(images/bg_col_borders_inverted.gif);
}

.content.blogcols  {
	background-image: url(images/bg_col_borders_blog.gif);
}

.main, .commercial {
	position: relative;
	float: left;
}

.main {
	width: 100%;
}

.commercial {
	width: 163px;
	margin-right: -163px;
}

.col {
	margin: 5px 0 5px 0;
	padding: 0 1px 0 1px;
	float: left;
	position: relative;
}

.left {
	width: 361px;
	left: 1px;
}

.inverted .left {
	width: 259px;
	left: 1px;
}

.blogcols .left {
	width: 567px;
	left: 1px;
}

.blogcols .right {
	width: 258px;
	left: 1px;
}

.center {
	width: 259px;
	left: 2px;
}

.inverted .center {
	width: 361px;
	left: 2px;
}

.right {
	width: 200px;
	left: 3px;
}

.separator {
	width: 815px;
	background: #ccc;
	clear: left;
	margin: 0 4px 0 4px;
	border-top: 10px solid #fff;
	border-bottom: 5px solid #fff;
	padding: 4px;	
}

.defloater {
	clear: both;
}


/*  ---------------------------------------------
	Boxes
	---------------------------------------------  */
	
.box {
	padding: 0 4px 0 4px;
}	

.box h4 {
	margin: 0;
}

.color {
	padding: 2px 4px 2px 4px;
	background-color: #E7DED6;
}	



/*  ---------------------------------------------
	Footer
	---------------------------------------------  */

.footerlink {
	float: left;
	border: 1px solid #999;
	background-color: #F5F5F5;
	width: 750px;
}

.footer {
	clear: both;
	background: #EEEEEE url(http://www.panorama.it/panorama/images/main_menu_bg.gif) no-repeat scroll top center;
	padding: 10px;	
}

.footer ul {
	float: left;
	padding: 0;
	margin: 0;
}

.footer li {
	list-style: none;
	padding: 0px 0px 0px 10px;
	margin: 10px 10px 10px 10px;
	background-image: url(http://www.panorama.it/panorama/statici/images/bg_link_footer.gif);
	background-repeat: no-repeat;
	font: normal normal bold 1.1em/100% Verdana, Times, serif;
	color: #666666;
}

.footer li.siti {
	list-style: none;
	padding: 0px 0px 0px 10px;
	margin: 10px 10px 10px 10px;
	background-image: url(http://www.panorama.it/panorama/statici/images/space.gif);
}

.footer li.r101 {
	height: 26px;
	margin: 15px 10px 10px 20px;
	padding: 5px 0px 0px 34px;
	background-image: url(http://www.panorama.it/panorama/statici/images/logo_r101.gif);
	background-repeat: no-repeat;
}

.logo_cento {
	float: left;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}


.logo_cento li {
	float: left;
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(http://www.panorama.it/panorama/statici/images/logo_cento.gif);
}




/*  ---------------------------------------------
	Boxes
	---------------------------------------------  */
	
.box {
	padding: 0 4px 0 4px;
}	

.box h4 {
	margin: 0;
}

.color {
	padding: 2px 4px 2px 4px;
	background-color: #E7DED6;
}	





