﻿/* HACK PER POSIZIONAMENTO DEL FOOTER IN BASSO */
	* html, body, #mpmain-page
	{
		height: 100%;
	}
	body
	{
		background-image: url(img/200810/bg-top.jpg);
	}
	#mpmain-page
	{
		position: relative;
		min-height: 100%;
	}
	#mpmain-closing
	{
		position: absolute;
		bottom: 0;
		background-color:#434344;
		height:220px;
		z-index: 5;  /*se ne sta tra lo sfondo e la content */
		width:100%;
		margin:0;
	}
/* FINE HACK */

/*WRAPPER*/
#mpmain-wrapper
{
	position: relative;
	margin: auto;
	margin-top: 5px;
	width: 850px;
	z-index:10;
	/*formattazione dell'&nbsp, unico contenuto vero del div, che ne previene il collassamento*/
	font-size:1px; 
	line-height:0;
}

/*HEADER*/
#mpmain-header
{
	height:191px;
	margin-top:5px;
}	

/*LANGUAGE*/
#mpmain-language
{
	position:absolute;
	top:25px;
	left:185px;
	line-height:normal;
	font-size:12px;
}	
#mpmain-language a
{
	color:White;
	text-decoration:none;
}
#mpmain-language a:hover
{
	text-decoration:underline;
}

/*MENUBAR*/
#mpmain-menubar
{
	float:right;
	margin-bottom:6px;
}

/*LOGO*/
#mpmain-logo
{
	float:left;
}

/*BANNER*/
#mpmain-banner
{
	float:right;
	background-image:url(/cartorama/_common/mp/_css/img/200810/banner.gif);
	background-repeat:no-repeat;
	background-position:2px top;
	height:153px;
	width:685px;
}

#mpmain-banner.mpmain-banner-group
{
	background-image:url(/cartorama/_common/mp/_css/img/200811/header-people.gif);
}

#mpmain-banner ul
{
	list-style-type:none;
	margin-top:116px;
}

#mpmain-banner li
{
	width:135px;
	background-color:White;
	height:32px;
	text-align:center;
	padding-top:5px;
	float:left;
	margin-left:2px;

}

#mpmain-banner li img
{
	border:0;
}

/*CONTENT AREA*/
#mpmain-content
{
	margin-top: 29px;
	left: 0px;
	width: 850px;
	font-size:12px;
	line-height:16px;
	height:auto !important;
	height:353px;
	min-height:353px;
	background-color:White;
}

/*RIFLESSO*/
#mpmain-content-mirror
{
	width: 845px;
	height:200px;
	background-image:url(img/200810/reflex.jpg);
	border-top:5px solid #2d2d2e;
	font-size:11px;
	padding-left:5px;
	padding-top:5px;
}

