html,body {
	margin: 0px auto;
	padding: 0;
	height: 100%;
}
body {
	background: url(../images/sfbody.jpg) top repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px auto;
	text-align: center;
}
a:link, a:visited {
	color: #49606D;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
	font-weight: bold;
}
img a {
	border: 0px;
}
img a:hover {
	border: 0px;
	text-decoration: none;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #05508d;
}
div#container {
	position: relative;
	height: 100%;
	margin: 0px auto;
	text-align: center;
	width: 100%;
	background: url(../images/sfmain.jpg) top center repeat-y;
}
body>div#container {
	height: auto;
	min-height: 100%;
	margin: 0px auto;
	text-align: center;
}
div#header {
	width: 980px;
	height: 240px;
	background: url(../images/header.jpg) center no-repeat;
	margin: 0px auto;
	position: relative;
}
#header .pulsanti {
	float: right;
	margin-right: 14px;
	margin-right /**/: 30px;
	margin-top: 149px;
	border: 0px;
}
div#content {
	padding: 6px 6px 60px 6px;
	background: url(../images/sfcont.jpg) top center no-repeat;
	text-align: center;
	margin: 0px auto;
	width: 980px;
}
div#navigazione {
	width: 180px;
	padding-top: 160px;
	padding-bottom: 40px;
	text-align: left;
	margin: 0px 0px 0px 30px;
	margin /**/: 0px 0px 0px 50px;
	float: left;
}
div#contenuti {
	width: 630px;
	width /**/: 650px;
	padding-top: 160px;
	text-align: left;
	margin-left: 240px;
	margin-left /**/: 260px;
	padding-bottom: 10px;
	padding-bottom /**/: 140px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	div#header {
		width: 984px;
		height: 240px;
		background: url(../images/header.jpg) center repeat-x;
		margin: 0px auto;
		position: relative;
	}
	div#content {
		background: url(../images/sfcont.jpg) top center repeat-x;
		text-align: center;
		margin: 0px auto;
		width: 978px;
		padding: 6px 6px 60px 4px;
	}
	div#navigazione {
		margin: 0px 0px 0px 36px;
	}
	div#contenuti {
		width: 630px;
		width /**/: 650px;
		padding-top: 160px;
		text-align: left;
		margin-left: 250px;
		padding-bottom: 10px;
		padding-bottom /**/: 140px;
	}
}
#navigazione ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
	width: 180px;
}
#navigazione li {
	float: none;
	padding: 0px;
}
#navigazione .asd a {
	float: none;
	background-image: url(../images/pulsante.jpg);
	background-position: top;
	display: block;
	padding: 8px 0px 0px 8px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	width: 172px;
	height: 22px;
}
#navigazione .asd a:hover {
	color: #ffff00;
	background-position: bottom;
	text-decoration: none;
	font-size: 12px;
}
/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#navigazione a {float:none;}
/* End IE5-Mac hack */
#navigazione #current {
	background-image: url(../images/pulsante.jpg);
	background-position: bottom;
	display: block;
	padding: 8px 0px 0px 8px;
	text-decoration: none;
	font-weight: bold;
	color: #ffff00;
	width: 172px;
	height: 22px;
	font-size: 12px;
}
/*stili per il menù*/
ul.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	bottom: 0;
	position: relative;
	float: left;
}
ul.nav,ul.nav li,ul.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
}
ul.nav a{
	display: block;
	padding: 0 6px;
	text-decoration: none;
	color: #3b5998;
}
ul.nav li li a{
	display: block;
	padding: 0 8px;
	text-decoration: none;
	color: #ffffff;
}
ul.nav li{
	float: none;
	position: relative;
	z-index: 5000;
	padding-top: 6px;
}
ul.nav li img{
	padding-bottom: 4px;
}
ul.nav li li{
	float: none;
	line-height: 22px;
    display: block !important;
	display: inline; /*IE*/
}
ul.nav ul{
	position: relative;
	position /**/: absolute;
	top: -30px;
	top /**/: 8px;
	left: -999999px;
    width: 140px;
	background: #ffffff;
	color: #3b5998;
}
ul.nav ul{
	padding: 0px;
	border: 1px solid #3b5998;
}
ul.nav ul,ul.nav li li a{
	background-color: #ffffff;
	color: #3b5998;
}
ul.nav li:hover,ul.nav a:hover{
	background-color: transparent;
	color: #ff0000;
}
ul.nav li:hover ul,ul.nav li.sfhover ul{
	left: 180px;
	left /**/: 180px;
	z-index: 500;
} 
/*Fine menù*/
div#footer {
	position: relative;
	position /**/: absolute;
	bottom: 0;
	width: 100%;
	height: 140px;
	background: url(../images/sffooter.jpg) center no-repeat;
	color: #ffffff;
	text-align: center;
	margin: 0px auto;
	clear: both;
}
*:first-child+html #footer {
	position: relative;
	bottom: 0;
	width: 100%;
	height: 140px;
	background: url(../images/sffooter.jpg) center no-repeat;
	color: #ffffff;
	text-align: center;
	margin: 0px auto;
	clear: both;
}
#footer p {
	padding-top: 54px;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #ffff66;
	text-decoration: underline;
}
.bianco{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.normale{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}
.rosso{
	color: #ff0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}
.rosso12{
	color: #ff0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
.rosso12bold{
	color: #ff0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
.corsivo{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	text-align: left;
	font-weight: normal;
}
.normale12{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
.bold{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.boldL{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}
.bold12{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.bold14blu{
	color: #49606D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.bold16blu{
	color: #49606D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.marrone{
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.foto{
	padding-right: 10px;
	padding-bottom: 30px;
}
.foto2{
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 30px;
}
.headDtg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #7094b1;
	height: 30px;
	text-align: center;
}
.dtg {
	border: 1px solid #dadada;
}
.fotodojo {
	width: 180px;
	text-align: center;
	height: 250px;
	vertical-align: top;
	float: left;
	background-color: #ffffff;
}
.testodojo {
	width: 440px;
	text-align: left;
	height: 250px;
	vertical-align: top;
	float: left;
	font-size: 12px;
	background-color: #ffffff;
}
.separa {
	width: 680px;
	height: 10px;
	background: url(../images/separatore.jpg) repeat-x;
	clear: both;
	margin-bottom: 40px;
}
*:first-child+html .separa{width: 650px;} /*per IE7 */
