/*stili per il layout fisso*/
html,body{
	margin: 0;
	padding: 0;
}
body{
	font-family: arial,sans-serif;
	font-size: 76%;
	text-align: center;
	background-color: #e6e6fa;
	background-image: url(../img/skin/page-bgglare.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
h1,h2{
	margin: 0;
	padding: 0;
}
h1{
	padding-left: 0.5em;
	font: bold 2.3em/80px arial,serif;
}
h2{
	color: #FF9900;
	font-size: 1.5em;
}

div#container{
	width: 85%;
	max-width: 900px;
	margin: 0 auto;
	text-align: left;
	border-left: 1px solid #336699;
	border-right: 1px solid #336699;
	min-width: 760px;
	background-color: white;
	background-image: url(../img/img_spalla.jpg);
	background-repeat: repeat-y;
	background-position: 0 176px;
}

/*stili generici, su header e footer*/
div#chooser{
	height: 22px;
	background-color: #99CCCC;
	color: #606060;
	background-image: url(../img/skin/sfnd_chooser.gif);
	background-repeat: repeat-x;
}
div#chooser p{
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div#email{
	float: right;
	clear: both;
}

div#header{
	height: 118px;
	background-color: #99CCCC;
	color: Black;
	background-image: url(../img/skin/sfnd_header.gif);
	background-repeat: repeat-x;
}

div#imghead{
	width: 233px;
	height: 80px;
	float: right;
	position: relative;
	right: 0px;
	top: 38px;
	background-image: url(../img/skin/scogliohead.gif);
	background-repeat: no-repeat;
	color: #C2E4E3;
	background-color: transparent;
}

div#mmenu{
	height: 36px;
	color: White;
	background-color: #336699;
}

/*stili per la navigazione*/
.solidblockmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: url(../img/skin/sfnd_mmenu.gif) repeat-x center center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	border-top: 1px solid #336699;
	border-bottom: 1px solid #336699;
}

.solidblockmenu li{
	display: inline;
	}

.solidblockmenu li a{
	float: right;
	color: white;
	padding: 9px 13px;
	text-decoration: none;
	border-left: 1px solid #99CCCC;
}
.solidblockmenu li a:visited{
	color: white;
}
.solidblockmenu li a:hover, .solidblockmenu li a.current{
	color: white;
	background: transparent url(../img/skin/sfnd_mmenu_current.gif) repeat-x center center;
}
/* fine solidblockmenu */
/* fine menu navigazione principale */

/*stili specifici per il layout*/

div#content{
	margin-right: 0px;
	background-color: transparent;
	line-height: 20px;
	padding-right: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 130px;
}

div#footer{
	clear: right;
	text-align: center;
	padding: 0.5em;
	font-size: 86%;
	background-color: #8FCDCB;
	color: #707070;
	background-image: url(../img/skin/sfnd-footer.gif);
	background-repeat: repeat-x;
	border-top: 1px dotted #356B9F;
	border-bottom: 1px dotted #356B9F;
}
div#footer p{
	margin-top: 0px;
	margin-bottom: 0px;
}
div#footer a{
	color: #356B9F;
	font-weight: bold;
	text-decoration: underline;
}

/* classi newsbox */

/* fine classi newsbox */

img.imgsx {
	float: left;
	padding-left: 0px;
	padding-right: 6px;
	padding-top: 0px;
	padding-bottom: 3px;
}
img.imgdx {
	float: right;
	padding-left: 6px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 3px;
}

/* modulo */
.testo{
	background-image: url(../img/skin/sfnd-footer.gif);
	margin-bottom: 6px;
	margin-left: 4px;
}
textarea {
	background-image: url(../img/skin/sfnd_textarea.gif);
	background-repeat: repeat-x;
	margin-left: 4px;
	}
.tasti{
	background-image: url(../img/skin/sfnd-footer.gif);
	background-repeat: repeat-x;
	}


