html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-image: url("../icone/template/sfondo.jpg");
	background-repeat: repeat;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* Commonly used to style page titles. */
h1 {
  font-size: 16px;
  font-weight: bold;
  line-height: 14px;
  text-align: center;
  margin-bottom: 10px;
}
/* Commonly used to style section titles. */
h2 {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
/* Sets the style for unvisited links. */
a,  a:link {
	color: #996;
	font-weight: bold;
	text-decoration: underline;
}
/* Sets the style for visited links. */
a:visited {
	color: #996;
	font-weight: bold;
	text-decoration: underline;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #888;
	text-decoration: none;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #996;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #996;
	text-decoration: underline;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  background-color: #fff;
  background-image: url("../icone/template/contenuto.jpg");
  background-repeat: repeat-y;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 920px;
}
#outerWrapper #header {
  background-image: url("../icone/template/barratop.jpg");
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: bold;
  height: 155px;
  line-height: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

#outerWrapper #topNavigation {
	background-image: url("../icone/template/menu-0-sfondo.jpg");
	background-repeat: no-repeat;
	height: 31px;
	padding-left: 107px;
	padding-right: 20px;
	font-size: 16px;
	line-height: 31px;
}
#outerWrapper #contentWrapper {
	padding: 20px 20px 15px 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
	color: #333;
	font-style: italic;
}


#outerWrapper #footerNavigation {
	background-image: url("../icone/template/menu-0-sfondo.jpg");
	background-repeat: no-repeat;
	height: 31px;
	font-size: 16px;
	line-height: 31px;
	font-weight: normal;
	color: #333;
	text-align: center;
	font-style: italic;
}


#outerWrapper #footerNavigation a {
	color: #888888;
	font-weight: normal;
	text-decoration: none;
	padding-right: 35px;
}
#outerWrapper #footerNavigation a:visited {
  color: #888888;
  text-decoration: none;
}
#outerWrapper #footerNavigation a:hover {
  color: #888888;
  text-decoration: underline;
}
#outerWrapper #footerNavigation a:focus {
  color: #888888;
}
#outerWrapper #footer {
	color: #818181;
	padding: 15px 20px 15px 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
	font-size: 12px;
}
/*Stili del testo e del corpo centrale
*/

.testo_grande {
	font-size: 20px;
}
.testo_medio {
	font-size: 13px;
}
.testo_piccolo {
	font-size: 8px;
}
.testo_bianco {
	color: #FFFFFF;
}
.testo_grigio {
	color: #999999;
}
/* STILE DEI LINK */
a.link_titolo, a.link_titolo:link, a.link_titolo:visited {
	text-decoration: none;
	font-weight: normal;
	color: #333333;
}
a.link_titolo:hover {
	color: #333333;
		font-weight: normal;

	text-decoration: underline;
}

a.link_rosso, a.link_rosso:link, a.link_rosso:visited {
	text-decoration: none;
	font-weight: bold;
	color: #EC008B;
}
a.link_rosso:hover {
	color: #EC008B;
	font-weight: bold;
	text-decoration: underline;
}
a.link_bianco, a.link_bianco:link, a.link_bianco:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.link_bianco:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.link_testo, a.link_testo:link, a.link_testo:visited {
	text-decoration: none;
	color: #666666;
}

.vedanet {
	font-size:10px;
	color: #999;

}
a.vedanet, a.vedanet:link, a.vedanet:visited {
	text-decoration: underline;
	color: #999;

}
a.vedanet:hover {
	color: #999;
	text-decoration: none;
}

/* STILE DEL MENU */
ul#css3menu,ul#css3menu ul{
	margin:0;list-style:none;border-width:0;border-style:solid;border-color:;}
ul#css3menu ul{
	display:none;position:absolute;left:0;top:100%;padding:10px 1px 11px;background-color:#191919;border-radius:0 3px 3px 3px;-moz-border-radius:0 3px 3px 3px;-webkit-border-radius:0;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
ul#css3menu li:hover>*{
	display:block;}
ul#css3menu li:hover{
	position:relative;}
ul#css3menu ul ul{
	position:absolute;left:100%;top:0;}
ul#css3menu{
	padding: 0px 10px 0px 0;display:block;font-size:0;float:left;}
ul#css3menu li{
	display:block;white-space:nowrap;font-size:0;float:left;}
ul#css3menu>li,ul#css3menu li{
	margin:0 0 0 10px;}
ul#css3menu ul>li{
	margin:10px 0 0;
	}
ul#css3menu a:active, ul#css3menu a:focus{
	outline-style:none; }
ul#css3menu a{
	display:block;vertical-align:middle;text-align:left;text-decoration:none;font:bold italic 15px Trebuchet MS;color:#b3b3b3;cursor:default;padding:8px 18px;background-repeat:repeat;border-width:0px;border-style:none;border-color:;}
ul#css3menu ul li{
	float:none;margin:1px 0 0;}
ul#css3menu ul a{
	text-align:left;padding:5px 15px;background-color:#191919;border-width:0 0 1px 0;border-style:solid;border-color:#3a4e59;font:13px Trebuchet MS;color:#e6e6e6;text-decoration:none; 
}
ul#css3menu li:hover>a{
	background-color:#191919;border-style:none;font:bold italic 15px Trebuchet MS;color:#EEEEEE;text-decoration:none;}
ul#css3menu img{
	border:none;vertical-align:middle;margin-right:8px;}
ul#css3menu img.over{
	display:none;}
ul#css3menu li:hover > a img.def{
	display:none;}
ul#css3menu li:hover > a img.over{
	display:inline;}
ul#css3menu span{
	display:block;overflow:visible;background-position:right center;background-repeat:no-repeat;padding-right:0px;}
ul#css3menu ul li:hover>a{
	background-color:#e6e6e6;border-style:solid;border-color:#3a4e59;font:13px Trebuchet MS;color:#333333;text-decoration:none;}
ul#css3menu li.toproot>a{
	height:16px;line-height:16px;border-radius:9px 9px 0 0;-moz-border-radius:9px 9px 0 0;-webkit-border-radius:9px;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;}
ul#css3menu li.toproot:hover>a{
	line-height:16px;}
ul#css3menu li.topmenu>a{
	height:16px;line-height:16px;border-radius:9px;-moz-border-radius:9px;-webkit-border-radius:9px;}
ul#css3menu li.topmenu:hover>a{
	line-height:16px;}

