:link, :visited 
{
	text-decoration:none;
}

ul, ol {
	list-style: none;
 }

h1, h2, h3, h4, h5, h6 
{
font-weight:normal;
}


ul, ol, li, h1, h2, h3, h4, h5, h6, body, html, p, blockquote 
{
	margin:0;
	padding:0;
}
h3
{

	margin-top: 10px;
}
h4
{
	font-weight: bold;
	font-variant: small-caps;
}
ul
{
	list-style-type: none;
	margin: 0;
	padding:0;
}
ul li
{
	display: inline;
}



/*---- classi utili ----*/
.width100 { width: 100%; }
.width75 { width: 75%; }
.width50 { width: 50%; }
.width33 { width: 33%; }
.floatLeft { float: left; }
.floatRight { float: right; }
.alignLeft { text-align: left; }
.alignRight { text-align: right; }
.clearfloat { clear: both;	}
.floatleft50{ width:50%; float:left;}
.bold{ font-weight: bolder;}
img.floatRight{padding:0 0 0 5px;}
img.floatLeft{padding:0 5px 0 0;}


body,html
{
	background-color: #ccc;
}

#wrapper
{
	background: transparent;
	color: #1c4372;
	width: 950px;
	/*min-height: 600px;
	height: auto !important;
	height:600px;*/
	height:100%;
	position:relative;
	margin: auto;
}

#header
{
	width:100%;
	height:120px;
	background-color: #999;
	background: transparent url(../img/MonteHead.png) no-repeat scroll 40px 0;
}
#header h1
{
	display:none;	
}

#menu
{
	height: 40px;
	width: 900px;
	margin-left: 25px;
	background-color: #fff;
	background: transparent url(../img/bkgmenu.png) no-repeat scroll 0 0;
}

#ulmenu
{
	width: 800px;
	position: relative;
	margin:  0px auto;
	padding: 0;
	height: 40px;	
}

#ulmenu li
{
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
}

#ulmenu li, #ulmenu li a
{
	display: block;
	height: 40px;
}

li a span
{
	display: none;
}
#vocemenu1
{
	left: 0px;
	width: 160px;
	background: url(../img/sprite2.png) no-repeat scroll 0 0;
}
#vocemenu2
{
	left: 160px;
	width: 160px;
	background: url(../img/sprite2.png) no-repeat scroll -160px 0;
}
#vocemenu3
{
	left: 320px;
	width: 160px;
	background: url(../img/sprite2.png) no-repeat scroll -320px 0;
}
#vocemenu4
{
	left: 480px;
	width: 160px;
	background: url(../img/sprite2.png) no-repeat scroll -480px 0;
}
#vocemenu5
{
	left: 640px;
	width: 160px;
	background: url(../img/sprite2.png) no-repeat scroll -640px 0;
}


#vocemenu1 a.attivo
{
	left: 0px;
	width: 160px;
	background: url(../img/sprite2.png) no-repeat scroll 0 -80px;
}
#vocemenu2 a.attivo
{
	left: 160px;
	width: 160px;
	background: url(../img/sprite2.png) no-repeat scroll -160px -80px;
}
#vocemenu3 a.attivo
{
	left: 320px;
	width: 160px;
	background: url(../img/sprite2.png) no-repeat scroll -320px -80px;
}
#vocemenu4 a.attivo
{
	left: 480px;
	width: 160px;
	background: url(../img/sprite2.png) no-repeat scroll -480px -80px;
}
#vocemenu5 a.attivo
{
	left: 640px;
	width: 160px;
	background: url(../img/sprite2.png) no-repeat scroll -640px -80px;
}


#vocemenu1 a:hover
{
	left: 0px;
	width: 160px;
	background: url(../img/sprite2.png) no-repeat scroll 0 -40px;
}
#vocemenu2 a:hover
{
	left: 160px;
	width: 160px;
	background: url(../img/sprite2.png) no-repeat scroll -160px -40px;
}
#vocemenu3 a:hover
{
	left: 320px;
	width: 160px;
	background: url(../img/sprite2.png) no-repeat scroll -320px -40px;
}
#vocemenu4 a:hover
{
	left: 480px;
	width: 160px;
	background: url(../img/sprite2.png) no-repeat scroll -480px -40px;
}
#vocemenu5 a:hover
{
	left: 640px;
	width: 160px;
	background: url(../img/sprite2.png) no-repeat scroll -640px -40px;
}

#menuarrow
{
	height: 55px;
	background-color: #cf3;
}

#content
{
	width: 870px;
	margin-left: 40px;
	background-color: #fff;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

#maintext
{
	padding: 10px 20px;
	font: 0.9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#maintext blockquote
{
	font-style: italic;
	font-size: 0.8em;
}

#gallerie
{
	width:600px;
	min-height: 150px;
	height: auto !important;
	height: 150px;	
	margin: 15px 135px 30px 135px;
}
.selGalleria
{
	width: 178px;
	padding:5px;
	margin: 5px;
	float: left;
	border: 1px solid #5299ff;
}

.selGalleria a:link,.selGalleria a:visited
{
	display: block;	
	float: left;
	padding:0px 5px;
	color:#1c4372;
	font-size: 0.9em;
}
.selGalleria a:hover
{
	text-decoration: underline;
}
div .preview
{
	height: 40px;
	width:40px;
	float: left;
}

#footer
{
	width:900px;
	height:30px;
	margin-left: 25px;
	background-color: #5299ff;	
}
#footerlink
{
	margin: 5px 30px 0 0;
}
#footerlink span
{
	color:white;
	font-size: 0.8em;
	padding: 10px;
	font-variant: small-caps;
}
#footer a:link, #footer a:visited
{
	color:white;
	font-size: 0.8em;
	padding: 10px;
	font-variant: small-caps;
}
#footer a:hover
{
	color:#FFF;
	text-decoration: underline;
}

h2.swap
{
	padding: 0 0 8px 0;
}

h2.swap span
{
	display: none;
}
h2#titolo_pensiero
{
	background: transparent url(../img/pensiero_titolo.png) no-repeat scroll 0px 0px;
	height:30px;
	display: block;
	width:300px;
}
h2#titolo_vantaggi
{
	background: transparent url(../img/vantaggi_titolo.png) no-repeat scroll 0px 0px;
	height:30px;
	display: block;
	width:400px;
}
h2#titolo_calciatore
{
	background: transparent url(../img/calciatore_titolo.png) no-repeat scroll 0px 0px;
	height:30px;
	display: block;
	width:300px;
}
h2#titolo_manager
{
	background: transparent url(../img/manager_titolo.png) no-repeat scroll 0px 0px;
	height:30px;
	display: block;
	width:300px;
}
h2#titolo_tecnico
{
	background: transparent url(../img/tecnico_titolo.png) no-repeat scroll 0px 0px;
	height:30px;
	display: block;
	width:300px;
}
h2#titolo_camp
{
	background: transparent url(../img/camp_titolo.png) no-repeat scroll 0px 0px;
	height:30px;
	display: block;
	width:300px;
}
h2#titolo_manifestazioni
{
	background: transparent url(../img/manifestazioni_titolo.png) no-repeat scroll 0px 0px;
	height:30px;
	display: block;
	width:300px;
}
h2#titolo_gestionet
{
	background: transparent url(../img/gestionet_titolo.png) no-repeat scroll 0px 0px;
	height:30px;
	display: block;
	width:300px;
}

h2#titolo_contatti
{
	background: transparent url(../img/contatti_titolo.png) no-repeat scroll 0px 0px;
	height:30px;
	display: block;
	width:300px;
}
h2#titolo_dove
{
	background: transparent url(../img/dove_titolo.png) no-repeat scroll 0px 0px;
	height:30px;
	display: block;
	width:300px;
}
h2#titolo_eventi
{
	background: transparent url(../img/eventi_titolo.png) no-repeat scroll 0px 0px;
	height:30px;
	display: block;
	width:300px;
}

h2#titolo_sponsor
{
	background: transparent url(../img/sponsor_titolo.png) no-repeat scroll 0px 0px;
	height:30px;
	display: block;
	width:300px;
}

h2#titolo_porlezza2009
{
	background: transparent url(../img/porlezza2009_titolo.png) no-repeat scroll 0px 0px;
	height:30px;
	display: block;
	width:300px;
}

h2#titolo_pusiano2011
{
	/*font: walkway-bold*/
	background: transparent url(../img/pusiano2011_titolo.png) no-repeat scroll 0px 0px;
	height:60px;
	display: block;
	width:300px;
}

.areatesto
{
	padding: 10px 0;
}

.left75
{
	float: left;
	width: 70%
}

.right25
{
	float:right;
	width:25%;
}

.left50
{
	float: left;
	width: 45%
}
.right50
{
	float: right;
	width: 45%
}

.left40
{
	float: left;
	width: 40%
}
.right60
{
	float: right;
	width: 57%
}


.imgtesto
{
	border: 1px solid #5299ff;
	padding:2px !important;
	margin:2px;
}

li.elenco
{
	list-style: disc inside none;
}
#tabcurriculum
{
	border: 1px solid #5299ff;
	margin: 5px 0 0 0;
	width: 100%;
	border-collapse: collapse;
}

#tabcurriculum tr td
{
	border: 1px solid #5299ff;
	padding:2px;
}

.sponsor
{
	border:1px solid #5299ff;
	vertical-align: top;
}
.sponsorTop
{
	margin-bottom:10px;
	text-align: center;
	background-color: #5299ff;
	color: #FFFFFF;
}
.sponsorBottom
{
	margin-top:10px;	
}

a#linksponsor:link, a#linksponsor:visited
{
	color:#1c4372;
	text-decoration: underline;
}

blockquote p#citazione
{
	font-size: 1.1em;	
}

#comocampArea
{
float:right;
width:180px;
text-align: right;
	border-right:1px solid #0078B8;
}
p.comocamp
{
	line-height: 35px;
	text-align: right;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 3px 0 0;
}
a.comocamp:link ,a.comocamp:visited
{
	color:#0078B8;

}
