@charset "utf-8";
/* CSS Document */

/*reset*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, abbr, acronym, address, em, img, small, strong, ul, li, fieldset, form, label, legend, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
th, td {
	text-align: left;
	font-weight: normal;
}
strong {
	font-weight:bold
}
a:link {
	text-decoration:none
}
/*end reset*/


/* structure*/
body {
	line-height: 1.3em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #5d5d5d;
	background-color:#ffffff
}
/* ----- header ----- */
#carpier {
	position: relative;
	margin: 0 auto;
	min-width: 1000px;
	height: 472px;
	background: #000 url(../images/t_big.jpg) no-repeat top center;
	color: #333;
}
#sfumatura {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 72px;
	background-color: #000;
	background-image: url(../images/mentop_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#header {
	position: relative;
	margin: 0 auto;
	width: 1000px;
}
#header h1 {
	position: absolute;
	top: 25px;
	left: 14px;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	text-transform: none;
	font-size:190%;
	font-weight:normal;
	font-style:normal;
}
#header h1 a {
	display: block;
	width: 130px;
	height: 130px;
	color: #fff;
	text-indent: -9000px;
	background: transparent url(../images/logo.gif) no-repeat top left;
}
#header ul#menu {
	position: absolute;
	top: 370px;
	right: 0px;
	width: 758px;
	float: right;
	list-style: none;
	font-size: 1.2em;
	font-weight: normal;
	z-index:10;
}
#header ul#menu li {
	display: inline;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	text-transform: none;
	font-size:130%;
	text-align:right;
}
#header ul#menu li a {
	margin: 0 0 0 25px;
	padding: 0 3px 9px 11px;
	float: right;
	display: block;
	color:  #ffffff;
	font-weight: normal;
	text-decoration: none;
}
#header ul#menu li a:hover {
	color:#000;
}
#header .imgComunicare, #header .imgInformare, #header .imgConoscere {
	display: none;
	position: absolute;
	top: 0px;
	right: 150px;
	width: 700px;
	height: 400px;
	background-repeat: no-repeat;
	background-position: bottom left;
}
#header .imgComunicare {
	display: block;
	background-image: url(../images/t_01.jpg);
}
#header .imgInformare {
	top: 0px;
	right: 150px;
	width: 700px;
	height: 400px;
	background-image: url(../images/t_02.jpg);
}
#header .imgConoscere {
	top: 0px;
	right: 150px;
	width: 700px;
	height: 400px;
	background-image: url(../images/t_03.jpg);
}
#header .slogan {
	width: 600px;
	position: absolute;
	top: 50px;
	right: 40px;
	color: #333;
	line-height: 1.7em;
	font-family:Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	text-transform: none;
	text-align:right;
}
.slogan2 {
	line-height: 1.2em;
	font-size:130%
}
#header .slogan h2 {
	margin: 0 0 9px 0;
	color: #333;
	font-size: 150%;
	font-weight: normal;
}
#header .slogan ul {
	font-size: 140%;
}
#header .slogan {
}
#header .slogan h2 {
	padding-left: 0;
}
#header .slogan ul {
}
#header .slogan ul li {
	padding-left: 0;
	background: none;
}
#header .txtComunicare, #header .txtInformare, #header .txtConoscere {
	top: -9000px; 
}
#header .txtComunicare {
	display: block;
	top: 50px;
}
#header .txtInformare { padding-top:50px; padding-right: 150px;
}
#header .txtConoscere { padding-top:100px; padding-right: 50px;
}
#header #tabs {
	position: absolute;
	top: 400px;
	width: 999px;
	height: 72px;
	background-color: #000000;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header #tabs h3 {
	position: absolute;
	top: -42px;
	left: 20px;
	letter-spacing: 1px;
	color: #c5cc96;
	font-size: 1.2em;
}
#header #tabs ul {
	position: absolute;
	float: left;
	list-style: none;
	font-size: 1.231em;
	font-weight: normal;
}
#header #tabs ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#header #tabs ul li a {
	float: left;
	display: block;
	width: 333px;
	line-height: 72px;
	color: #b5d8e7;
	font-size: 1.6em;
	text-align: center;
	text-indent: -9000px;
	letter-spacing: 1px;
	text-decoration: none;
}
#header #tabs ul li a:hover {
	color: #fff;
}
#header #tabs ul li a {
	float: left;
	display: block;
	width: 333px;
	line-height: 72px;
	color: #b5d8e7;
	font-size: 1.6em;
	text-align: center;
	text-indent: -9000px;
	letter-spacing: 1px;
	text-decoration: none;
}
#header #tabs ul li a:hover {
	color: #fff;
}
/*menu a tre stati normale, hover e attivo: base menu di un colore 1 img, due colori per attivo e hover, doppio, 1 img per ogni pulsante */
#header #tabs ul li#tabComunicare a.active, #header #tabs ul li#tabComunicare a.active:hover, #header #tabs ul li#tabComunicare a:hover {
	background: transparent url(../images/menu.gif) no-repeat bottom left;
}
#header #tabs ul li#tabInformare a.active, #header #tabs ul li#tabInformare a.active:hover, #header #tabs ul li#tabInformare a:hover {
	background: transparent url(../images/menu.gif) no-repeat bottom center;
}
#header #tabs ul li#tabConoscere a.active, #header #tabs ul li#tabConoscere a.active:hover, #header #tabs ul li#tabConoscere a:hover {
	background: transparent url(../images/menu.gif) no-repeat bottom right;
}

/* -------end header---------*/
/* ----- contents ----- */
			
.contentsWrap { width:100%;
}
.contents {
	position: relative;
	margin: 0 auto;
	padding: 35px 0 0 0;
	width: 1000px;
	font-size: 110%;
	line-height: 1.5em;
}
.contentLeft, .contentFull {
	margin: 28px 10px 40px 22px;
	display: inline;
	float: left;
}
.contentLeft {
	width: 284px;
}
.contentFull {
	width:968px;
}
.contents .contentLeft h2, .contents .contentFull h2 {
	font-variant: small-caps;
	text-transform: none;
	font-size:130%;
	padding-bottom:1.5em;
}
.contents .contentLeft h3, .contents .contentFull h3 {
	margin-top: 1.8em;
	margin-bottom: 0.6em;
	font-size:100%;
	letter-spacing: 1px;
}
.contents .contentLeft ul {
}
.contents .contentLeft p, .contents .contentFull p {
}
.contents .contentFull ul {
	float: left;
	width: 314px;
	margin:0 13px 0 0;
}
.contents .contentFull ul.last {
	margin-right:0;
}
/*
    anythingSlider v1.2
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider {
	width: 660px;
	height: 360px;
	position: relative;
	margin: 30px 0 15px auto;
}
.anythingSlider .wrapper {
	width: 580px;
	overflow: auto;
	height: 341px;
	margin: 0 40px;
	position: absolute;
	top: 0;
	left: 0;
}
/* Width below is max for Opera */
.anythingSlider .wrapper ul {
	width: 32700px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #eee;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #ccc;
	margin: 0;
}
.anythingSlider ul li {
	display: block;
	float: left;
	padding: 0;
	height: 300px;
	width: 580px;
	margin: 0;
}
.anythingSlider ul li img {
	float:left;
	margin-right:10px;
}
.anythingSlider ul li h3 {
	padding: 50px 5px 20px 0;
	font-size:120%;
	font-weight:bold
}
.anythingSlider ul li p {
	padding:0 5px 20px 0;
}
.anythingSlider ul li a {
	padding:0 5px 0 0
}
.anythingSlider .arrow {
	display: block;
	height: 300px;
	width: 67px;
	background: url(../images/arrows.gif) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 1px;
	cursor: pointer;
}
.anythingSlider .forward {
	background-position: 0 0;
	right: -27px;
	border-left:1px solid #cfcfcf;
}
.anythingSlider .back {
	background-position: -67px 0;
	left: -27px;
	border-right:1px solid #cfcfcf;
}
.anythingSlider .forward:hover {
	background-position: 0 -300px;
}
.anythingSlider .back:hover {
	background-position: -67px -300px;
}
#thumbNav {
	position: relative;
	top: 310px;
	text-align: center;
}
#thumbNav a {
	color:#eee;
	padding: 0px 2px;
	height: 5px;
	width:5px;
	border: 1px solid #cfcfcf;
	margin: 0 5px 0 0;
	background-color:#eee;
	font-family: "Courier New", Courier, monospace;
	font-size:40%
}
#thumbNav a:hover {
	background-color: #cfcfcf;
	color:#cfcfcf;
}
#thumbNav a.cur {
	background-color: #cfcfcf;
	color:#cfcfcf;
}
#start-stop {
	background-color: #cfcfcf;
color: #fff;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	position: absolute;
	right: 40px;
	top: 310px;
}
#start-stop.playing {
	background-color: #5d5d5d;
}
#start-stop:hover {
}
/*
  Prevents
*/
.anythingSlider .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}
.anythingSlider .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}

/*------- footer ------*/
.contents #footer {
	padding: 30px 22px;
	font-size: 90%;
	color:#898989
}
.contents #footer p, .contents #footer a {
	float: left;
}
.contents #footer em {
	font-style:oblique
}
.contents #footer a {
	padding: 0 0 0 14px;
	float: right;
	font-weight: normal;
	color:#898989
}
.contents #footer a:hover, .contents #footer a:visited { color:#FFFFFF }
/* ----- general ----- */
h1, h2 {
	color: #5d5d5d;
}
a {
	font-weight: bold;
}
a:link, a:visited {
	color: #5d5d5d;
	text-decoration: none;
}
a:hover, a:active {
	color: #000;
}
img {
	border: none;
}
hr {
	clear: both;
	width: 100%;
	height: 0px;
	border: none;
}
.clear {
	clear: both;
}
.blakbkg { background-color:#000000}
.blakbkg_footer {
	background-color:#000000;
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.whitebkg { background-color:#FFFFFF}

/* ---- end general -----*/

/* ----- form iframe ----- */
/*form*/
#contact {
	border:none;
	width:684px;
	height:250px;
	overflow:hidden;
}
/*end form*/
