/* I fogli di stile elencati di seguito vengono importati in questo foglio  */

@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
 
/* ################################################## */
 
.clr{
	clear: both;
}

* {
	margin: 0;
	padding: 0;
	border: 0 none;
}

img {
	border: 0 none;
}
 
html.body{
	font-family: Trebuchet, sans-serif;
	font-size: 76%;	
	line-height: 1.3em;
	color: #006600;
	background: #77a074 url(../images/pageGrad.jpg) 0 0 repeat-x;
}

body {
	font-family: Trebuchet, sans-serif;
	font-size: 76%;	
	line-height: 1.3em;	
	color: #006600;
	background: #77a074 url(../images/pageGrad.jpg) 0 0 repeat-x;
}

.pageBg {
	background: url(../images/pageBg.jpg) 100% 0 no-repeat;
}

#wrap {
	width: 805px;
	margin: 0 auto;
}

#header {
	text-align: center;
	width: 650px;
	height: 120px;
	padding-top: 30px;
	border-bottom:  2px solid #009900;
}

#header img {
	padding-top: 15px;
}

#header .left {
	width: 85%;
	height: 100%;
	float: left;
	overflow: hidden;
	border-left:  2px solid #009900;
	border-bottom:  2px solid #009900;
	background: url(../images/header_left.png) 0 0 repeat;
}

#header .right {
	width: 14.5%;
	height: 100%;
	float: left;
	overflow: hidden;
	border-bottom:  2px solid #009900;
	background: url(../images/header_right.png) 100% 0 no-repeat;
}

#top {
	width: 100%;
	height: 40px;
	margin-top: 10px;
	background: url(../images/bgTopCol.png) 0 0 no-repeat;
}

#breadcrumb {
	width: 58%;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
	margin: auto;
	padding: 5px;
	border-bottom: 1px dotted #009900;
}


#centerRight {
	margin: 0;
	padding: 0;
	background: url(../images/bgRightCol.png) 100% 0 repeat-y;
}

#centerLeft {
	margin: 0;
	padding: 0;
	background: url(../images/bgLeftCol.png) 0 0 repeat-y;
}

#centerMiddle {
	min-height: 700px;
	height: auto; !important
	height: 700px;
	margin: 0;
	padding: 0;
	background: url(../images/bgMiddleCol.png) 50% 0 repeat-y;
}

#leftCol {
	width: 19%;
	margin-bottom: 5px;
	padding: 2px;
	float: left;
	overflow: hidden;
}


#mainColfull {
	width: 100%;
	margin-bottom: 5px;
	float: left;
	overflow: hidden;	
}

#mainColsmall {
	width: 61%;
	margin-bottom: 5px;
	float: left;
	overflow: hidden;
}

#mainContent {
	width: 96%;
	margin: 0 auto;
	padding: 15px 5px 0;
}

#rightCol {
	width: 19%;
	padding: 2px;
	margin-bottom: 5px;
	float: left;
	overflow: hidden;
}

#bottom {
	height: 4px;
	margin: 0;
	padding: 0;
	background: url(../images/bgBottom.png) 0 0 no-repeat;
}

#footer {
	height: 24px;
	color: #001100;
	font-size: 0.8em;
	text-align: center;
	padding: 5px;
	border: 2px solid #009900;
	background: url(../images/bgGrad.png) 0 0 repeat-x;
}

#footer a.valid {
	width: 100px;
	float: right;
	overflow: hidden;
	margin-top: -4px;
}

/* Filtro per regole destinate a IE7 e inferiori */

*:first-child+html #id .class {
}