/* CSS Document */ 
body {
	margin: 0px;
}
div img {
	width:expression(document.body.clientWidth > 99%? "99%": "auto" );
}
a img{
	border:0;
}
.site_title_slogan h1{
	margin-top: 0px;
	padding-top: 20px;
}
.lm_main {
	width: 955px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
}
.lm_container {
	width: auto;
	height: auto;
	overflow: hidden;
}
.lm_top {
	width: auto;
}
.lm_center {
	float: left;
}
.lm_left {
	float: left;
}
.lm_right {
	float: right;
}
.lm_bottom {
	width: 100%;
	clear: both;
}
.controllo{
	border-left:1px solid white;
	padding-left:5px;
	border-bottom:5px solid #336699;
}

a.controllo:link,
a.controllo:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom:5px solid #336699;
	border-left:1px solid white;
	padding-left:5px;
	padding-right:5px;
}

a.controllo_selected:link,
a.controllo_selected:visited,
a.controllo:focus,
a.controllo:hover,
a.controllo:active {
	color: #FFFFFF;
	border-bottom:5px solid white;
	border-left:1px solid white;
	padding-left:5px;
	padding-right:5px;
}

.nav_element  {
	float:left;
	padding:0;
} 

.submenu .nav_element {
	float:none;	
	padding:0;
}

.lm_left .nav_element,
.lm_right .nav_element {
	float:none;
	padding:0;
}

article, aside, figure, footer, header, hgroup, 
menu, nav, section { display: block; }