/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #0F5B96 url(sito_last/experience/experience/images/img01.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	
}

input, textarea {
	background: #A4E4F5;
	border: 1px solid #FFFFFF;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #0F5B96;
	text-align: justify;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2 {
	
	font-weight: normal;
}

h1 {
	letter-spacing: -2px;
	font-size: 2.4em;
}

h2 {
	letter-spacing: -1px;
	font-size: 10px;
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 150%;
	color: #000;
}

a {
	color: #A4E4F5; 
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
	<script type="text/javascript">

var Img2On = new Image();
Img2On.src = "immagine1.jpg";//immagine1.jpg è l'imagine che vedremo quando l'immagine prende il fuoco
var Img2Off = new Image();
Img2Off.src = "immagine2.jpg";//immagine2.jpg è l'immagine che vedremo quando l'immagine perde il fuoco
}
function MOver(picimage)//funzione che si attiva con OnMouseOver
{
Picture_Over = eval(picimage +"On.src")
document[picimage].src = Picture_Over
}
function MOut(picimage)//funzione che si attiva con OnMouseOut
{
Picture_Out = eval(picimage +"Off.src")
document[picimage].src = Picture_Out
}

</script>
</head>
<body>

}



img.left {
	float: left;
	margin: 4px 20px 0 0;
}

img.right {
	float: left;
	margin: 4px 0 0 20px;
}

hr {
	display: none;
}

/* Header */

#header {
	height: 150px;
	background: url(sito_last/experience/experience/images/img02.jpg) no-repeat center top;

}

#logo {
	float: left;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	line-height: normal;
}

#logo h1 {
	font-size: 3em;
	color: #62D6F5;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

#logo p {
	padding: 69px 0 0 7px;
	letter-spacing: -1px;
	font-size: 14px;
	color: #199DD2;
}

#logo a {
	text-decoration: none;
	color: #A4E4F5;
	font-weight: bolder;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 60px;
	font-style: italic;
}

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 60px 20px 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 120px;
	height: 56px;
	margin: 0 0 0 2px;
	padding: 9px 0 0 0;
	background: #1B97CE url(sito_last/experience/experience/images/img03.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: #26BADF url(sito_last/experience/experience/images/img04.gif) no-repeat;
}

/* Page */

#page {
	width: 1135px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Content */

#content {
	float: left;
	width: 700px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
}

.post {
	margin-bottom: 15px;
	background-color: #FFF;
	background-image: url(sito_last/experience/experience/images/img05.gif);
	background-repeat: no-repeat;
	color: #000;
	text-align: left;
}

.post a {
	color: #039;
}

.post .title {
	margin: 0;
	padding: 30px 30px 0 30px;
}

.post .title a {
	text-decoration: none;
	color: #0A416B;
}

.post .byline {
	margin: 0;
	padding: 0 30px;
	text-align: left;
}

.post .entry {
	padding: 20px 30px 10px 30px;
	font-weight: normal;
	text-align: justify;
}

.post .links {
	margin: 0;
	padding: 10px 30px 35px 30px;
	border-top: 1px solid #2872A6;
	background-repeat: repeat-x;
	background-position: left bottom;
}

.post .links a {
	padding-left: 10px;
	background: url(sito_last/experience/experience/images/img08.gif) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #0A416B;
}


.post .links a:hover {
	color: #FFF;
}

/* Sidebars */

.sidebar {
	float: left;
	width: 190px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	color: #C9ECF5;
}

.sidebar li ul {
}

.sidebar li li {
	padding: 6px 0 6px 10px;
	background: url(sito_last/experience/experience/images/img08.gif) no-repeat 0 12px;
	border-bottom: 1px solid #2872A6;
	
}

.sidebar li li a {
	text-decoration: none;
	color: #C9ECF5;
}

.sidebar li li a:visited {
	color: #0CC;
	font-size: 13px;
}

.sidebar li li a:hover {
	color: #ffffff;
	font-size: 13px;
}

.sidebar li h2 {
	padding-top: 20px;
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
}


/* Left Sidebar */

#leftbar {
}
#page #leftbar ul li .Conoscere {
	color: #ffffff;
}
#page #leftbar ul li ul .Conoscere_elenco a {
	color: #C9ECF5;
}

#page #leftbar ul li ul .Conoscere_elenco a:visited {
	color: #0CC;
}


#page #leftbar ul li ul .Conoscere_elenco a:hover {
	color: #ffffff;
}

#page #rightbar ul li .News {
	color: #FC3;
}
#page #rightbar ul li ul .News_elenco a {
	color: #FC3;
}

#page #leftbar ul li h2 .Soluzioni {
	color: #E1EBFF;
}
#page #leftbar ul li ul .Soluzioni_elenco a {
	color: #E1EBFF;
}

#page #leftbar ul li ul .Soluzioni_elenco a:visited {
	color: #0CC;
}


#page #rightbar ul li .ITER {
	color: #FF0;
}
#page #rightbar ul li ul .ITER_elenco a {
	color: #FF6;
}



/* Right Sidebar */

#rightbar {
	padding: 0 0 0 25px;
}

/* Search */

#searchform {
	padding-top: 20px;
	text-align: right;
}


#searchform br {
	display: none;
}


#searchform input {
	margin-bottom: 5px;
}



#searchform #s {
	width: 190px;
}

/* Calendar */

#calendar_wrap {
	padding-left: 10px; 
}

#calendar_wrap table {
	width: 180px;
	text-align: center;
	border-collapse: collapse;
}

#calendar_wrap tfoot {
	font-weight: bold;
}

#calendar_wrap tfoot a {
	text-decoration: none;
}

#calendar_wrap #prev {
	text-align: left;
}

#calendar_wrap #next {
	text-align: right;
}

#calendar_wrap tbody {
	border-bottom: 1px solid #2872A6;
	border-right: 1px solid #2872A6;
}

#calendar_wrap tbody td {
	padding: 3px 0;
	border-top: 1px solid #2872A6;
	border-left: 1px solid #2872A6;
}

#calendar_wrap tbody td a {
	font-weight: bold;
}

/* Footer */

#footer {
	clear: both;
	padding: 40px 0;
	background: #083253;
}

#footer p {
	text-align: center;
	font-size: 9px;
	color: #0F5B96;
}

#footer a {
	color: #0F5B96;
|
#page #leftbar ul li .Soluzioni .Soluzioni .Soluzioni {
	color: #6CF;
}
#page #leftbar ul li .Soluzioni .Soluzioni .Soluzioni {
	color: #09F;
}




#page #rightbar ul li ul li .News_elenco {


}
#page #leftbar ul li ul .Conoscere_elenco .campo_selezionato .campo_selezionato {
	color: #ffffff;
	text-decoration: underline;
}

