/*************************************
CSS generale
   Created by Mari Pasquale aka Ohm 
   mail: mari_pasquale@libero.it
   web:  http://gnammo.altervista.org 
**************************************/
html,body{
	margin: 0;
	padding: 0;
	height: 100%;
}
table{
	border: 0;
}
body{
	text-align: center;
	background: #eee url(images/background.jpg) no-repeat 0 0;
}

/* Contenitore */
#container{
	width: 766px;
	margin: 0 auto;
	text-align: left;
	background: #fff url(images/bg_container.jpg) repeat-y;  
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
body>#container{
	overflow: hidden;
}

/* Header */
#header{
	height: 81px;
}
#header img{
	border: 0;
}

/* Menù di Navigazione */
#navigation{
	background: transparent url(images/navigation.jpg) no-repeat 0 0;
	height: 30px;
	text-align: center;
	padding: 0;
	margin: 0 !important;
	margin: -4px 0 -4px 0;
}
#navigation a{
	text-decoration: none;
	margin-left: -6px;
}
#navigation span{
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
#navigation img{
	border: 0;
}

/* Sotto-menù di Navigazione */
#submenu{
	height: 36px;
	line-height: 35px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#submenu ul{
	margin: 0 30px;
	padding: 0;
	list-style-type: none;
}
#submenu ul li{
	display: inline;
	padding: 0.5em;
}
#submenu a, #submenu a:link, #submenu a:visited{
	color: #fff;
	text-decoration: none;
}
#submenu a:hover{
	border-bottom: 1px solid #ebeced;
}
#submenu a#attivo{
	border-bottom: 1px solid #ebeced;
}

/* Contenuto della pagina */
#content{
	margin: 10px 20px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-bottom: 110px;
}
#content p{
	line-height: 1.7em;
}
#content a, #content a:link{
	text-decoration: underline;
	color: #03C;
}
#content a:visited{
	color: #2ca100;
}
#content a:hover{
	color: #dc1301;
}

/* Allineamenti */
#content .alignsx{
	float: left;
	padding: 5px;
}
#content .aligndx{
	float: right;
	padding: 5px;
}
#content .alignimg{
	padding: .2em .5em;
	vertical-align: middle;
}
#content .alignxx{
	text-align: center;
}
#content .alignxy{
	padding-top: 15px;
}

/* Liste */
#content ul.nolist{
	list-style-type: none;
}
#content ul.nolist li{
	line-height: 1.7em;
}

/* Pre-footer */
#footermap{
	position: absolute;
	clear: both;
	bottom: 80px;
	width: 100%;
	background: #757779 url(images/footer_map.jpg) no-repeat;
	height: 30px;
	text-align: right;
	color: #fff;
}
#footermap p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 0 25px 0 0 !important;
	padding: 9px 25px 0 0;
}
#footermap a, #footermap a:link, #footermap a:visited, #footermap a:hover{
	text-decoration: none;
	color: #fff;
}

/* Footer */
#footer{
	position: absolute;
	bottom: 0;
	width: 100%;
	background: transparent url(images/footer.jpg) no-repeat;
	height: 80px;
}
#footer img{
	border: 0;
}
#footer a, #footer a:link, #footer a:visited, #footer a:hover{
	text-decoration: none;
	color: #fff;
}
#footer #boxtext{
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 10px;
	padding: 10px 20px;
}
#footer #cert{
	text-align: right;
	margin: 0 20px 0 0;
	padding: 0;
}
/* Generici */
.wrap{
	clear: both;
}