/* generale */
* {
	border: none;
	margin: 0;
	outline: none;
	padding: 0;
}

a, a:link, a:active, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background: #ffffff;
	color: #3d3d3d;
	font-family: "Lucida Grande", Arial;
	font-size: 12px;
	line-height: 20px;
}

img {
	border: none;
}

strong {
	/*border-bottom: 1px dotted #555;*/
	border-bottom: 1px  #555;
	font-weight:normal;
}

/* 
colori utilizzati
verde color: #93c83d;
blu color: #6e99e6;

 */

/* fine_generale */

/* classi */

.clearThis {
	clear: both;
	height: 10px;
}

.image-left {
	float: left;
	padding-right: 20px;
}

.image-right {
	float: right;
}

/* fine_classi */



#wrapper {
	margin: 0 auto;
	width: 100%;
}

/* Header */

#header {
	background:	#ffffff;
	margin: 0 auto;
	padding-top: 5px;
	width: 100%;
}

#headerContents {
	color: #a0a0a0;
	height: 112px;
	margin: 0 auto;
	padding-bottom: 0px;
	padding-top: 5px;
	text-align: right;
	width: 800px;
}

#headerContents img {
	display: block;
	float: left;
	position: relative;
	top: -10px;
}


/* fine_Header */

/* menu */

#menu {
	/*background: #f5f5f5;*/
	border-bottom: 5px solid #fff;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 100%;
	height:70px;
}

#menuContents {
	margin: 0 auto;
	padding-left: 0;
	width:800px;
}

/* fine_menu */

/* lavalamp_menu */
.lavaLampWithImage {
	position: relative;
	background: #242424 url(../images/lava/nav-bg.gif) repeat-x;
	height: 30px;
	padding: 0px 15px 0 15px;
	margin: 0 0 0 -15px;
	overflow: hidden;
}

.lavaLampWithImage li {
	float: left;
	list-style: none;
}

.lavaLampWithImage li.back {
	background: url(../images/lava/lava.gif) no-repeat right -30px;
	width: 9px; height: 30px;
	z-index: 8;
	position: absolute;
}

.lavaLampWithImage li.back .left {
	background: url(../images/lava/lava.gif) no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}

.lavaLampWithImage li a {
	font: bold 14px 'Trebuchet MS';
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	top: 7px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 40px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;    
}

.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
	border: none;
	text-decoration: none;
}
/* fine_lavalamp_menu */

/*gallery*/
#gallery_content {
	background: #f5f5f5;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	
}

#gallery {
	width:800px; 
	height:250px; 
	padding: 0;
	margin: 0 auto;
	position: relative; 
}

#gallery li { 
	display: block; 
}
/*fine_gallery*/


/* mainContent */

#mainContent {
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 800px;
}

#mainContent h1 {
	color: #fff;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 10px;
}

#mainContent h2 {
	color: #7d9fdb;
	font-family: "Lucida Grande", Arial, Verdana;
	font-size: 13px;
	font-weight: normal;
	margin-top: 10px;
	text-transform: uppercase;
}

#mainContent p {
	text-align: justify;<
	text-align:left;
}


#mainContent p:hover strong {
	border-bottom: 1px dotted #555;
	color: #fff;
	font-weight:normal;
}

/* fine mainContent */


/* menu_destra */

#mainContent #right {
	/*background: url(../images/side_bg.png) repeat;*/
	/*background:#f5f5f5;*/
	float: right;
	margin-top: 25px;	
	margin-left: 10px;
	width: 290px;
	padding-bottom:10px;
	
}

#right p {
	color: #888888;
	line-height: 16px;
}

#right #top {
	background: url(../images/sidebg_top.png) no-repeat top left;
	height: 9px;
	width: 290px;
}

#right #bottom {
	background: url(../images/sidebg_bottom.png) no-repeat bottom left;
	height: 9px;
	width: 290px;
}


#right #spaceright100 {
	background:#333333;
	height: 100px;
	width: 290px;
}

#right #spaceright300 {
	background:#333333;
	height: 300px;
	width: 290px;
}


/*
#right ul {
	list-style-type: none;
	margin-left: 10px;
}

#right ul li {
	list-style-type: none;
	width: 270px;
}

#right ul li a {
	color: #3d3d3d;
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	font-style: italic;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}



#right ul li a:hover {
	text-decoration: underline;
}

#right ul li .active {
	background: url(../images/arrowright.gif) no-repeat center left;
}
*/


/* fine_menu_destra */



/* box_left */
#mainContent #left {
	float: left;
	width: 500px;
}

#left p {
	padding-bottom: 15px;
}
/*fine_box_left */


/* box_leftall */
#mainContent #leftall {
	float: left;
	width: 800px;
}

#leftall p {
	padding-bottom: 15px;
}
/*fine_box_left */







/*footer */

#footer {
	background: url(../images/footer_bg2.gif) repeat-x top left;
	font-size: 10px;
	line-height: 15px;
	margin: 0 auto 10px auto;
	padding-top: 10px;
	text-align: center;
	width: 100%;
}

#footerContents {
	margin: 0 auto;
	width: 800px;
}
#footer ul {
	color: #fff;
	display: inline;
	list-style-type: none;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	color: #fff;
	text-decoration: underline;
}

#footer ul li a:hover {
	color: #555;
	text-decoration: none;
}


/* fine_footer */


/* menu_destra */

#menu_right {
	background: transparent;
}

#menu_right a, #menu_right a:link, #menu_right a:visited  {
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	padding: 0;
	margin: 0;
	font-style: normal;
}

#menu_right h2 {
	color: #3d3d3d;
	font-weight: bold;
	font-size: 18px;
	text-transform: none;
	padding-left: 30px;/* 10 */
	/* menu right NEW */
	background: url(../images/blu12.png) no-repeat  0 2px;
	margin-left: 10px;
	
	
}

#menu_right strong {
	border: none;
	/*color: #93c83d;*/
	color:#1c3db8;
	font-weight: bold;
	text-decoration: none;
}
/* @end */


/* lista CLIENTI */
/* FUNZIONA ANCHE CON
<ul style="list-style-image: url(images/arrowright.gif);">
<li>List item 1</li>
<li>List item 2</li>
</ul>
*/



#elenco ul {
list-style-type: none;
text-align: left;

}

#elenco li {
background-image: url(../images/arrowright.gif);
background-repeat: no-repeat;
background-position: 0 4px;
padding-left: 30px;
line-height: 20px;
}





 .lavaLampBottomStyle {
            position: relative;
            height: 29px;
            width: 800px;
           /* background-color: #f5f5f5;*/
            padding: 15px;
            margin: 10px 0;
            overflow: hidden;
            border: none;
			font-size:10px;
        }
                .lavaLampBottomStyle li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampBottomStyle li.back {
                        border-bottom: 5px solid #912944;/*1c3db8 blu - colore sottolineato*/
                        width: 9px;
                        height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                    .lavaLampBottomStyle li a {
                        font: bold 14px arial;
						font-family:"Trebuchet MS", Arial;
                        text-decoration: none;
                        color: #3d3d3d;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;
                    }   
                        .lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
                            border: none;
							color:#3d3d3d;
                        }                     
						
						
						
						
/* titolo */
div.title {
	font-weight:bold;
	border-bottom:1px solid;
	display:block;
	padding:8px 12px 8px 12px;
	
	color:#042a55;
	border-color: #dcdfe1;
	font-size:1.6em;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}

div.content {	
	padding:10px 12px 8px 12px;
	font-size:1.1em;
	font-family:Georgia, "Times New Roman", Times, serif;
}						





/* Box Dx home page */
/* Config. Generale */

div.boxHome{
	border:1px solid;
	background-repeat:repeat-x;
	qqfont-size:0.79em;
}
div.boxHome div.title {
	font-weight:bold;
	border-bottom:1px solid;
	display:block;
	padding:8px 12px 8px 12px;
}

div.boxHome div.content {
	border-top:1px solid;
	padding:0 12px 8px 12px;
}

/* Personalizzazioni */

div.boxHome {
	margin:0 0px 15px 20px;
	border-color:#dadada;
	background-color:#eeeeee;
	background-image:url(../images/sf_box_grigio.gif);
}
div.boxHome div.title {
	color:#042a55;
	border-color: #dcdfe1;
	font-size:0.8em;
	position:relative;


}
div.boxHome div.content {
	border-color:#ffffff;
	font-size:0.8em;
}
div.boxHome div.content ul {
margin-left:8px;
padding-left:8px;
list-style:none;
}
div.boxHome div.content ul li {

}




#shortcuts {
margin:0;
padding:0;
list-style:none;
}
#shortcuts li img {
float:left;
padding-right:12px;
padding-top:3px;
vertical-align:text-middle;
border:0;
}
#shortcuts li {
list-style:none;
margin:0;
padding:6px 0 6px 0;
border-top:1px solid #ffffff;
clear:left;
qqline-height:14px;
height:10px;
font-size:1.5em !important;
qqfont-family:Georgia, "Times New Roman", Times, serif;
color:#042a55;
font-weight:bold;
}


/*importante mantenere ordine: prima shortcuts2 - altrimenti modifica il menu lavalamp */

#shortcuts2 a, a:link, a:active, a:visited {
	color: #042a55;
	text-decoration: none;
	font-size:1em !important;
	qqfont-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	
}
#shortcuts2 a:hover {
	text-decoration: underline;
}


#shortcuts3 a, a:link, a:active, a:visited {
	color: #042a55;
	text-decoration: none;
	font-size:0.8em !important;
	qqfont-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	
}
#shortcuts3 a:hover {
	text-decoration: underline;
}








#shortcuts a, a:link, a:active, a:visited {
	color: #042a55;
	text-decoration: none;
	font-size:1.5em !important;
	qqfont-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	
}

#shortcuts a:hover {
	text-decoration: underline;
}

/* ------------------------ */


#left .elencoRelatori p{
	margin: 0px;
	padding: 0px;
}
