
	html, body {
		margin: 0;
		padding: 0;
		background: #eee;
		font-family: Verdana, Arial, helvetica, sans-serif;
		font-size: 90%;
	}
	body { 
		text-align: center; 
	}
body#vision #main {
	background: url(images/testata/rotunda.jpg) no-repeat;
}
body#gruppo #main {
	background: url(images/testata/gruppo.jpg) no-repeat;
}
body#attrezzature #main {
	background: url(images/testata/attrezzature.jpg) no-repeat;
}
body#servizi #main {
	background: url(images/testata/servizi.jpg) no-repeat;
}
body#contatti #main {
	background: url(images/testata/contatti.jpg) no-repeat;
}
body#info #main {
	background: url(images/testata/informazioni.jpg) no-repeat;
}

/* TIPOGRAFIA */
p, ul, ol {margin: 0 0 1.5em}
h1, h2, h3, h4, h5, h6 {
	letter-spacing: -1px;
	font-family: arial,verdana,sans-serif;
	color: #000;
	padding-bottom: .1em;
}
h1 {
	font-size: 196%;
	margin-top: 5px;
	color: #C00;
	display: block;
	border-bottom: 1px solid #ECECEC;
}
h2 {font-size: 136%}
h3 {font-size: 126%}
h4 {font-size: 116%}
h5 {font-size: 106%}
h6 {font-size: 96%}
.highlight {color:#E17000}
.subdued {color:#999}
.error {color:#c00;font-weight:bold}
.success {color:#390;font-weight:bold}
.caption {color:#999;font-size:11px}
.date {font: bold 82% arial;color:#bbb;display:block;letter-spacing: 1px}
small {font-size:11px}
	
	input, textarea, select {
		border: 1px solid #999;
		font-family: Geneva, Arial, Verdana, helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		margin: 0 0 5px 0;
		color: #666;
		padding: 2px;
	}
	
	input.button {
		width: 85px;
		color: #333;
		font-weight: bold;
		font-size: 12px;
		padding: 0;
	 	background: center #fff;
	  	border: 1px #999 dotted;
		margin: 25px 15px 10px 0;
	}
	
	select {
		width: auto;
	}
	
	img {
	border: 0;
	}
	
	img.noborder {
		border: 0;
	}
	
	/* Default UL style */ 
	ul {
		list-style-image: url('images/arrow_ul.gif');
	}
	
	a:link, a:visited, a:hover, a:active { color: #666; text-decoration: none; }
	a:hover { text-decoration: none; color:#C00; }
	
	hr.divider {
		border: 0;
		border-bottom: #ccc dotted 1px;
		clear: both;
		margin-bottom: 15px;
		color: #fff;
		background-color: #fff;
	}
	
	div.dotted_grey_box {
		margin-bottom: 15px;
		border: 1px dotted #ccc;
		background: #f4f4f4;
		padding: 10px;
		}
		
	#hiddenNav {
		display: none;
	}
	
	#bgwrapper1 {
	
	text-align: left;
	width: 980px;
	margin: 0 auto;
	background: url(images/bg_shadow_top.gif) no-repeat;
	}

	#bgwrapper2 {
		width: 980px;
		background: url(images/bg_shadow_bottom.gif) no-repeat bottom;
	}

	#mainwrapper {
		background: #fff;
		position: relative;
		width: 960px;
		margin: 0 auto;
		border: 1px solid #ccc;
	}

	div#navigation {
		padding: 0;
		margin: 0;
		width: 960px;
		position: relative;
		z-index: 100;
	}

	#main {
		margin: 0;
		padding: 0;
		position: relative;
		top: 0;
		left: 0;
		width: 960px;
		
		border-top: 1px solid #fff;
		margin-top: -1px;
	}

	#panelwrapper {
		position: absolute;
		top: 50px;
		left: 20px;
		width: 200px;
		background: #fff;
	}
	
	#panel {
	padding: 0;
	width: 200px;
}

	#panel h3.search, #panel h3.news {
	margin: 0;
	padding: 12px;
	background: #32CD32;
	color: #FFF;
	font: 180% Century Gothic, arial, verdana;
}
	
	#panel h3.news {
		background: none;
		padding-bottom: 0;
	}
	
	#panel div {
		margin: 0;
		padding: 0 12px 18px 12px;
		background: url(images/shadow.gif) no-repeat bottom;
	}

	#panel div p {
		font-size: 85%;
		font-weight: normal;
		color: #6f6f6f;
	}

	#panel div input {
		width: 168px;
	}

	.panelLink:link, .panelLink:active, .panelLink:visited, .panelLink:hover  {
		color: #666;text-decoration: none
	}

	.panelLink:hover {
		color: #666;background: #eee;
	}
	
	#panel a.more_info:link, #panel a.more_info:active, #panel a.more_info:visited, #panel a.more_info:hover {
		text-decoration: none;
		font-weight: bold;
		padding-left: 15px;
		background: url(images/arrow.gif) no-repeat;
	}

	#panel a.more_info:hover {
		border-bottom: #ccc 1px dotted; color: #6F559D;
	}
	
	*>#panelwrapper {
		padding-top: 400px;
		min-height: 1px;
	}

	*>#panelwrapper #panel {
		margin-top: -400px;
	}

	* html #panelwrapper {
		height: 200px;
	}

	#panelnews, #panelnews li {
		margin: 0;
		padding: 0;
		list-style: none;
		list-style-image: none;
	}
	
	#panelnews {
		margin-bottom: 15px;
	}
	
	#panelnews li {
		margin-top: 10px;
	}
	
	#panelnews li h4 {
		padding-bottom: 3px;
	}
	
	#panelnews h4, #panelnews p {
		margin: 0;
		padding: 0;
		font-size: 12px;
	}
	
	#panelnews a:link, #panelnews a:active, #panelnews a:visited, #panelnews a:hover { text-decoration: none; }
	
	body#vision #panelnews a:link, body#vision #panelnews a:active, body#vision #panelnews a:visited, body#vision #panelnews a:hover { color: #c90; }
	
	#panelnews a:hover {
		border-bottom: 1px dotted #777; color: #6F559D;
	}

	#contentwrapper {
		margin-top: 229px;
		margin-left: 240px;
		width: 720px;
		background: #fff;
	}

	#content {
		font-family: Geneva, Arial, Verdana, helvetica, sans-serif;
		color: #666;
		padding: 8px;
	}
	
	*>#contentwrapper {
		padding-top: 260px;
		min-height: 100px;
	}

	*>#contentwrapper #content {
		margin-top: -265px;
	}

	* html #contentwrapper {
		height: 450px;
	}

	#footer {
		font-size: 10px;
		width: 960px;
		background: #fff url(images/bg_footer.gif) repeat-x; 
		padding: 25px 0;
		clear: both;
	}

	#footer ul, #footer li {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#footer ul {
		display: inline;
		margin: 0 auto;
	}

	#footer li {
		float: left;
		padding: 0px 20px;
		border-left: 1px dotted #ccc;
	}

	#content div.local_info, #content div.newsteaser {
		width: 100%;
		border-bottom: 1px dotted #ccc;
		padding-bottom: 10px;
	}
	
	#content div.local_info img {
		float: right;
		margin: 0 0 15px 15px;
	}
	
	#content div.newsteaser {
		padding: 10px 0 10px 0;
		margin-bottom: 7px;
		clear: both;
	}
	
	div.newsteaser h2 {
		margin: 0 0 2px 0;
		padding: 0;
		color: #fff;
	}
	
	div.newsteaser h2 a, div.newsteaser h2 a:link, div.newsteaser h2 a:active, div.newsteaser h2 a:visited, div.newsteaser h2 a:hover {
		text-decoration: none;
	}
	
	
	body#vision div.newsteaser h2 a, body#vision div.newsteaser h2 a:link, body#vision div.newsteaser h2 a:active, body#vision div.newsteaser h2 a:visited, body#vision div.newsteaser h2 a:hover {
		color: #32CD32;
	}

	div.newsteaser h2 a:hover {
		border-bottom: 1px dotted #ccc; color: #6F559D;
	}
	
	div.newsteaser a.fullarticle:link, div.newsteaser a.fullarticle:active, div.newsteaser a.fullarticle:visited, div.newsteaser a.fullarticle:hover {
		margin-left: 1px;
		padding-left: 18px;
		background: url(images/icon_news.gif) no-repeat;
		text-decoration: none;
	}
	
	div.newsteaser a.fullarticle:hover {
		border-bottom: 1px dotted #000;
	}
	
	div.newsteaser p {
	color: #32CD32;
}
	
	div.newsteaser img {
		margin-left: 10px;
		padding: 2px;
	}

	div.newsteaser .date {
		font-weight: bold;
		margin-top: 0;
		padding: 0;
	}
	
	#content h2.heading, #content h3.heading {
		font-size: 12px;
		border-bottom: 1px #ccc dotted;
	}
	
	#content h2.heading2 {
		border-bottom: 1px #ccc dotted;
	}

	#content a:link, #content a:visited, #content a:hover, #content a:active { color: #333; text-decoration: none; font-weight: bold;}
	#content a:hover { border-bottom: #ccc 1px dotted; color: #6F559D; }
	#content a:hover.image { border-bottom: 0 }
	
	#content a.more_info:link, #content a.more_info:active, #content a.more_info:visited, #content a.more_info:hover {
		text-decoration: none;
		font-weight: bold;
		padding-left: 15px;
		background: url(images/arrow.gif) no-repeat;
	}
	
	#content a.more_info:hover {
		border-bottom: #ccc 1px dotted; color: #6F559D;
	}
	#content h2.wrapper {
		clear: both;
	}
/*	#content h2.wrapper {
		margin-top: 15px;
	}*/
	.hidden {
		display: none;
	}
	#content img {
		padding: 2px;
	}
	#content img.f_left {
		float: left;
		margin: 0 15px 15px 0;
	}
	#content img.f_right {
		float: right;
		margin: 0 0 15px 15px;
	}
	#content img.image_position {
		margin-top: -15px;
	}
	#content p {
	color: #414141;
	font-size: 110%;
}
	#content div.links {
		height: 19px;
		width: 486px;
		margin: -10px 0 15px -1px;
		background: #999;
		border-bottom: 0;
	}
	#content div.sublinks, #content div.sublinks2 {
		height: 19px;
		width: 486px;
		margin: -14px 0 20px -1px;
		background: #ccc;
		border-bottom: 0;
		clear: both;
	}
	#content div.sublinks2 {
		height: 38px;
	}
	#sublinks, #sublinks li, #links, #links li, #sublinks2, #sublinks2 li {
		padding: 0;
		margin: 0;
		border: 0;
		list-style: none;
	}
	#sublinks li, #links li, #sublinks2 li {
		float: left;
	}
	#sublinks li a, #links li a, #sublinks2 li a {
		float: left;
		display: block;
	}
	#sublinks li a, #links li a, #sublinks2 li a  {float: none;}
	
	#sublinks,  #sublinks2 {
		height: 19px;
	}
	#sublinks2 {
		height: 38px;
	}
	#links li a:link.selected, #links li a:active.selected, #links li a:visited.selected, #links li a:hover.selected,
	#sublinks li a:link.selected, #sublinks li a:active.selected, #sublinks li a:visited.selected, #sublinks li a:hover.selected,
	#sublinks2 li a:link.selected, #sublinks2 li a:active.selected, #sublinks2 li a:visited.selected, #sublinks2 li a:hover.selected {
		color: #fff;
		font-size: 10px;
		font-weight: bold;
		padding: 3px;
		display: block;
		text-decoration: none;
		border-right: #fff dotted 1px;
		border-bottom: 0;
	}
	body#vision #links li a:link.selected, body#vision #links li a:active.selected, body#vision #links li a:visited.selected, body#vision #links li a:hover.selected,
	body#vision #sublinks li a:link.selected, body#vision #sublinks li a:active.selected, body#vision #sublinks li a:visited.selected, body#vision #sublinks li a:hover.selected,
	body#vision #sublinks2 li a:link.selected, body#vision #sublinks2 li a:active.selected, body#vision #sublinks2 li a:visited.selected, body#vision #sublinks2 li a:hover.selected {
		background-color: #c90;
	}
	#links li a:link, #links li a:active, #links li a:visited, #links li a:hover,
	#sublinks li a:link, #sublinks li a:active, #sublinks li a:visited, #sublinks li a:hover,
	#sublinks2 li a:link, #sublinks2 li a:active, #sublinks2 li a:visited, #sublinks2 li a:hover {
		color: #fff;
		font-size: 10px;
		font-weight: bold;
		background-color: #ccc;
		padding: 3px;
		display: block;
		text-decoration: none;
		border-right: #fff dotted 1px;
		border-bottom: 0;
	}
	#links li a:link, #links li a:active, #links li a:visited {
		background-color: #999;
	}
	div#sublinks3 {
		background: #fff;
		width: 475px;
		height: 2em;
		margin-bottom: 15px;
		border-bottom: 1px dotted #ddd;
	}
	div#sublinks3 ul {
		padding: 0;
		margin: 0 0 0 20px;
	}
	div#sublinks3 ul li {
		float: left;
		padding: 0 30px 0 0;
	}
	div#sublinks3 ul li a {
		float: left;
		padding: 0;
	}
	#content div.floating_right3 {
		width: 160px;
		/* height opzionale in questo caso */
		border-left: 1px dotted #ccc;
		float: right;
		padding-left: 10px;
		margin-left: 10px;
		}
	#content div.floating_right {
		float: right;
		width: 190px;
		margin: 0 0 15px 0;
		padding: 5px;
		}
	#content div.text_column {
		width: 250px;
	}
	#content div.text_column div, #content div.text_column_full div {
		 background: #f4f4f4;
		 margin-top: -10px;
		 padding-top: 5px;
		 padding-bottom: 5px;
	}
	#content div.text_column_full div {
		 margin-top: -9px;
	}
	#content div.text_column img {
		 float: left;
		 margin: 0 15px 15px 0;
	}
	#content div.listing_img img {
		 border: #ccc dotted 1px;
		 float: left;
		 padding: 2px;
		 margin: 0 15px 15px 0;
	}
	#content div.listing_img div.clear {
		 clear: both;
	}
	#content div.listing_img div.fp {
		 width: 315px;
		 float: right;
	}
	#content div img.plain {
		 border: 0;
		 padding: 0 0 15px 0;
		 margin: 0 -1px 0 0;
		 clear: both;		 
	}
	/* PIEDE */
	div.textlist div, div.textlist div.dotted_grey_box  {
		clear: both;
	}
	div.textlist p, div.textlist ul {
		margin-top: 0px;
		float: left;
		width: 125px;
		padding-right: 20px;
	}
	div.textlist ul {
		width: auto;
		padding-right: 0;
		}
	div.textlist h2 {
		border-bottom: 1px dotted #ccc;
	}
	#content div img.test {
		float: left;
		margin-right: 15px;
		padding: 2px;
		border: 1px dotted #ccc;
	}
	div.right_column {
		float: right;
		padding-left: 15px;
		margin-left: 15px;
		border-left: 1px dotted #ccc;
		width: 106px;
	}
	ul#searchResults li p span {
		background: #c33;
		font-weight: bold;
		color: #fff;
	}
	body ul#searchResults  {
		padding: 0;
		margin: 0;
		border: 0;
		list-style: none;
	}
	body ul#searchResults img  {
		border: 0;
	}
	#panel #livesearch { width: 135px; }
	#panel #livesearchgo { width: 30px; font-weight: bold; padding: 2px; border: 0; color: #fff;}

#hmenu {
	padding: 13px 0 5px 0;
	float: left;
	font-size: 85%;
	font-weight:bold;

}
#hmenu a {
	padding: 15px 13px 2px 11px;
	text-decoration: none;
	color: #FFF;
	background: #3C6491 url(images/hmenuarrow.gif) no-repeat top center;
	margin: 0 0 3px 1px;
	border-bottom: 4px solid #BCBCBC;
}
#hmenu a:hover {
	background: #9ACD32 url(images/hmenuarrowhover.gif) no-repeat top center;
	color: #FFF;
	border-bottom: 4px solid #2F4A6C;
}
#rightmenu {
	margin: 0;
	padding: 0;
	font: 103% Arial, Arial, Sans-Serif;
	font-weight: bold;
}

#rightmenu a {
	display: block;
	background: #FFA07A url(images/vmenuarrow.gif) no-repeat center left;
	color: #FFF;
	padding: 5px 0 5px 19px;
	margin: 0 0 1px 0;
	text-decoration: none;
}

#rightmenu a:hover {
	color: #000;
	background: #D9FF79 url(images/vmenuarrowhover.gif) no-repeat center left;
	padding: 5px 0 5px 19px;
	margin: 0 0 1px 0;
	text-decoration: none;
}

#mydiv {
	width: 391px;
	height: 151px;
	position: absolute;
	top: 0px;
	right: 5%;
	z-index: 100;
}

/* NAVIGAZIONE CONTENUTO TAB */

#listab{
	padding: 3px 0;
	margin-left: -6px;
	margin-bottom: 0;
	margin-top: -5px;
	width: 500px;
}

#listab li{
list-style: none;
display: block;
margin: 0;
}

#listab li a{
padding: 3px 1.5em;
margin-left: 3px;
background: url(images/arrow_switch.gif) no-repeat center left;
}

#listab li a:link, #listab li a:visited{
	color: #749B27;
}

#listab li a.current{
}

#contenitoretab{
width: 500px;
height:700px;
padding: 5px;
}

.tabcontent{
display:none;
}
	.featurebox {
	color: #000;
	padding: 15px 20px 20px;
	border-top: 1px solid #d7d7d7;
	margin: 0 0 1.5em;
	background: #f1f4fa url("images/featurebox_bg.gif") no-repeat 100% 100%;
}
	.featurebox p, .featurebox h1, .featurebox h2, .featurebox h3, .featurebox h4, .featurebox h5, .featurebox h6 {margin: 0 0 .3em;border-bottom: 1px solid #c00;color:#c00}
	.featurebox p {border:none;margin: 0 0 1em;color:#444}
	.featurebox a {font-weight:bold}
	