/* reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0;	outline: 0;	font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul {	list-style: none; } blockquote, q {	quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;} :focus {	outline: 0; } ins {	text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0;}

/* INIZIO CSS */

body {
	background-image: url(../images/bkg_pattern.png);
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 15px;
	color: #0a0a0a;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #d75d1d;
}

#news a {
	color: #d75d1d;
}

#news a:hover {
	color: #497c97;
}

.highlight_orange {
	text-transform: uppercase;
	font-weight: bold;
	color: #d75d1d;
}
.list {
	list-style: disc;
	list-style-position:inside;
	text-indent: 5px;
	color: #333333;
}

#wrapper {
	margin: 0 auto 0 auto;
	width: 990px;
	background-color: #999999;
}

#header {
	height: 96px;
	background-image: url(../images/pattern_blue.png);
}
	.clear {
		clear: both;
	}
	.top_line {
		height: 9px;
		overflow: hidden;
	}
	
	
	#menu {
		height: 81px;
		//overflow: hidden;
	}
		h1 a {
			display: block;
			font-size: 16px;
			text-indent: -9999px;
			width: 204px;
			height: 81px;
			background-image: url(../images/CEVAsciclub.png);
			float: left;
		}
		#menu li {
			float: left;
		}
			#menu li #info {
				display: block;
				text-indent: -9999px;
				height: 81px;
				width: 90px;
				background-image: url(../images/info1.png);
			}
			#menu li #info_sel {
				display: block;
				text-indent: -9999px;
				height: 81px;
				width: 90px;
				background-image: url(../images/info2.png);
			}
			#menu li #info:hover {
				background-image: url(../images/info2.png);
			}
			
			#menu li #sconti {
				display: block;
				text-indent: -9999px;
				height: 81px;
				width: 120px;
				background-image: url(../images/sconti1.png);
			}
			#menu li #sconti_sel {
				display: block;
				text-indent: -9999px;
				height: 81px;
				width: 120px;
				background-image: url(../images/sconti2.png);
			}
			#menu li #sconti:hover {
				background-image: url(../images/sconti2.png);
			}
			
			#menu li #tesseramento {
				display: block;
				text-indent: -9999px;
				height: 81px;
				width: 180px;
				background-image: url(../images/tesseramento1.png);
			}
			#menu li #tesseramento_sel {
				display: block;
				text-indent: -9999px;
				height: 81px;
				width: 180px;
				background-image: url(../images/tesseramento2.png);
			}
			#menu li #tesseramento:hover {
				background-image: url(../images/tesseramento2.png);
			}
			
			#menu li #corsi {
				display: block;
				text-indent: -9999px;
				height: 81px;
				width: 100px;
				background-image: url(../images/corsi1.png);
			}
			#menu li #corsi_sel {
				display: block;
				text-indent: -9999px;
				height: 81px;
				width: 100px;
				background-image: url(../images/corsi2.png);
			}
			#menu li #corsi:hover {
				background-image: url(../images/corsi2.png);
			}
			
			#menu li #programma {
				display: block;
				text-indent: -9999px;
				height: 81px;
				width: 158px;
				background-image: url(../images/programma1.png);
			}
			#menu li #programma_sel {
				display: block;
				text-indent: -9999px;
				height: 81px;
				width: 158px;
				background-image: url(../images/programma2.png);
			}
			#menu li #programma:hover {
				background-image: url(../images/programma2.png);
			}
			
			#menu li #newsletter {
				display: block;
				text-indent: -9999px;
				height: 81px;
				width: 138px;
				background-image: url(../images/newsletter1.png);
			}
			#menu li #newsletter_sel {
				display: block;
				text-indent: -9999px;
				height: 81px;
				width: 138px;
				background-image: url(../images/newsletter2.png);
			}
			#menu li #newsletter:hover {
				background-image: url(../images/newsletter2.png);
			}
	.bottom_line {
		height: 6px;
		overflow: hidden;
	}

#main {
	background-image: url(../images/main_pattern.png);
	height: 100%;
}
	#main_image {
		height: 206px;
		background-image: url(../images/pattern_orange.png);
		overflow: hidden;
	}
	#main_swf {
		height: 299px;
		background-image: url(../images/pattern_orange.png);
		overflow: hidden;
	}
	
	#main_content {
		padding:22px;
	}
	
	#news {
		width: 240px;
		padding: 15px 15px 0 15px;
		background-color: #efefef;
		font-size: 10px;
		line-height: 14px;
		float: left;
	}
	
	h2 {
		text-transform: uppercase;
		color: #ffffff;
		font-size: 12px;
		font-weight: bold;
		height: 16px;
		line-height: 16px;
		padding-left: 3px;
		margin-bottom: 15px;
	}
	
	.blue {
		background-image: url(../images/pattern_blue.png);
	}
	
	.orange {
		background-image: url(../images/pattern_orange.png);
	}
	.item {
		margin-bottom: 15px;
	}
	.galleria {
		border: 1px solid #497c97;
		margin: 0 8px 16px 8px;
		float: left;
	}
	.tit_grigetto {
		color: #686862;
		text-transform: uppercase;
		margin-right: 15px;
	}
	.titoletto {
		font-size: 14px;
		line-height: 16px;
	}
	
	#content {
		width: 606px;
		padding: 15px 15px 0 15px;
		background-color: #efefef;
		margin-left: 40px;
		float: left;
	}
	#content_one {
		width: 606px;
		padding: 15px 15px 15px 15px;
		background-color: #efefef;
		margin: 0 0 0 310px;
		float: right;
	}
	#content .item span {
		color: #0a0a0a;
		font-weight: bold;
	}
	#content_one .item span {
		color: #0a0a0a;
		font-weight: bold;
	}
	
	#footer {
		color: #ffffff;
		font-size: 10px;
		text-transform: uppercase;
		padding: 0 22px 0 22px;
		background-image: url(../images/pattern_blue.png);
	}
		#footer ul {
			float: right;
		}
		#footer li {
			float: left;
			margin-left: 10px;
		}
		#footer a {
			color: #ffffff;
		}
		.iva {
			float: left;
		}