/* Start of CMSMS style sheet 'e-ticino basic' */
* {
	margin: 0;
	padding: 0;
}
html {
	padding: 0px;
	margin: 0px;
	height: 100%;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #646464;
	font-size: 75%;
	line-height: 125%;
}
#top_wrapper {
	width: 1000px;
	margin: 0px auto;
}
#top_line {
	margin: 0px auto;
	height: 20px;
	width: 1000px;
	position: relative;
	background: transparent url(../images/top_line_bg.png) no-repeat top;
}
#pathway {
	position: absolute;
	top: 1px;
	left: 10px;
	font-size: 11px;
	color: #ffffff;
}
#pathway a {
	font-weight: bolder;
	color: #ffffff;
	text-decoration: none;
}
#top { 
	padding: 0px; 
	margin: 0px auto;
	width: 1000px;
	height: 92px;
} 
#top h1 a {
	background: transparent url(../images/cms/logo.png) no-repeat bottom;
	display: block;
	height: 70px; 
	width: 255px;
	text-indent: -999em; 
	text-decoration: none;
}
#top h2 {font-size: x-small;margin-left: 6px;}
#topbanner {
	float: right;
	width: 728px;
	height: 90px;
	display: block;
	margin: 1px;
	padding-right: 4px;
}

#top_nav {
	width: 1000px;
	height: 49px;
	margin: 0px auto;
	padding-top: 1px;
	background: transparent url(../images/top_menu_bg.png) no-repeat top left;
}
#searchform {
	float: right;
	display: bock;
	margin: 10px 6px 0 4px;
}
#line_bg {
	height: 19px;
	width: 1000px;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-image: url(../images/content_bg.png);

}
/* ------------------- maschera ------------------- */
.maschera {
	margin: 0px auto; /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	width: 1000px; /* width of whole page */
	overflow: hidden; /* This chops off any overhanging divs */
}
.coldestra {
	background: transparent /* Right column background colour */
}
.maschera .colmid {
	float: left;
	width: 200%;
	margin-left: -160px; /* Width of right column */
	position: relative;
	right: 100%;
	background: transparent; /* Centre column background colour */
}
.maschera .colleft {
	float: left;
	width: 100%;
	margin-left: -50%;
	position: relative;
	left: 360px; /* Left column width + right column width */
	background: transparent /* Left column background colour */
}
.maschera .col1wrap {
	float: left;
	width: 50%;
	position: relative;
	right: 200px; /* Width of left column */
	padding-bottom: 1em; /* Centre column bottom padding. Leave it out if it's zero */
}
.maschera .col1 {
	margin: 0 214px; /* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
	position: relative;
	left: 200%;
	overflow: hidden;
}
.maschera .col2 {
	float: left;
	float: right; /* This overrides the float:left above */
	width: 190px; /* Width of left column content (left column width minus left and right padding) */
	position: relative;
	right: 10px; /* Width of the left-hand side padding on the left column */
}
.maschera .col3 {
	float: left;
	float: right; /* This overrides the float:left above */
	width: 160px; /* Width of right column content (right column width minus left and right padding) */
	margin-right: 10px; 
	position: relative;
	left: 50%;
}
/* -------------------------- footer --------------------- */
#footer {
	margin: 0px auto;
	height: 20px;
	width: 1000px;
	position: relative;
	background: transparent url(../images/top_line_bg.png) no-repeat bottom;
}
#footer p, #footer a {
	font-size: 10px;
	color: #cecece;
	text-align: center;
	padding-top: 2px;
}
/* ---------------------- MODULETABLE ----------------------- */
.moduletable {
	padding: 4px;
	margin-bottom: 10px;
	background: transparent;
	border: 1px solid #BBBBBB;
}
.moduletable_noborder {
	padding: 0;
	margin-bottom: 10px;
	background: transparent url(../images/togs_bg.png) no-repeat;
	border-top: 1px solid #c8c8c8;
}
.moduletable h3 { 
	font: bold 12px Arial, Helvetica, sans-serif;
	line-height: 15px;
	padding: 2px 0px 5px 10px;
	display: block;
	height: 15px;
	margin: 0px 0px 5px 0px;
	color: #454545;
	text-align: left;
	border-bottom: 1px solid #c8c8c8;
	letter-spacing: 0px;
}
.moduletable li {
	background-position: 0 .8em;
}
/* ---------------------- fine moduletable ------------------- */
div.adserver {
	display: block;
	width: auto;
	height: 60px;
	padding-left: 101px;
	background: transparent url(../images/adserver.png) no-repeat;
	margin: 6px 0 4px 0;
}
/* ---------------------------- dmoz ---------------------------- */
    .dmoz { background-color: #669933; height:26px; width:100%; }
    .dmoz img { float:left; margin:1px 6px 1px 4px; border:none; }
    .dmoz form {float: right:}
/* End of 'e-ticino basic' */

