

/*RESET TOTALE DEI CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, 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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*FINE RESET TOTALE DEI CSS*/


/*INIZIO CSS NORMALI*/
html, body { background: #FFFFFF;COLOR:#000000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px;}

#wrapper{width:740px;	margin:0 0 0 5px;}
#container{float:left;display:block; width:740px;}
#header{float:left;display:block;width:740px; background-image: url(header.jpg);height:100px;}
#header h1 a{float:left;display:block;width:340px;height:100px;}
#header h1 a span{display:none;}

#header strong a{float:right;display:block;width:340px;height:100px;}
#header strong a span{display:none;}

#topmenu{float:left;display:block;width:740px; background:#404040;height:22px;border-bottom:3px solid #ffffff;font-family: Arial, Helvetica, sans-serif;}
#topmenu ul li{
	float:left;display:block;
}
#topmenu ul li a{float:left;display:inline;height:22px;line-height:22px;text-decoration:none;
color:#ffffff; text-transform:uppercase; font-weight:bold;
padding: 0 10px;font-size:80%;letter-spacing:0.2px;font-size:13px;
}
#topmenu ul li a:hover, #topmenu ul li.current a{	background-color:#010101; color:#fba709}

#topmenu ul li.linkIng {float:right;padding: 0 0 10 0px;}



#topmenu2{float:left;display:none;width:740px; background:#b2b2b2;height:22px;border-bottom:3px solid #ffffff;}

#banner{float:left;display:block;width:740px; background:#ffffff;border-bottom:3px solid #ffffff;}
#banner img{float:left;display:block;width:740px;}


/*contenuto*/
#content{float:right;display:inline;width:585px;}
#content .text{padding: 0 15px; min-height:400px;}
#content .text h2{ font-size: 10px;
	font-weight:bold; padding-bottom:15px;
}
#content .text h2 em{
	display:block; font-weight:normal; font-style: italic;
	padding-top:5px;
}
#content .text p{
	text-align:justify;
	line-height:1.3em;
	padding-bottom:20px;
}

#content .text p img.portfolio{
	float:left; margin-right:10px; border:3px solid #b2b2b2;
}

#content .text ul{
	text-align:justify;
	line-height:1.3em;
	padding-bottom:20px;
}


/*-------downloads-------*/
#content .text ul.download{
	float:left;
	display:block;
	clear:both;
	margin-right:100px;
}
#content .text ul.download li{
float:left;display:block;
width:485px;
padding:2px 0;
}

#content .text ul.download li a{
	font-size:10px; font-weight:bold;
	color:#606060; text-decoration:none;
	padding:2px 5px 2px 30px;
	margin-bottom:0px;
	background-image: url(download-bullet.jpg);
	background-repeat: no-repeat;
	background-position: 5px top;
	border:1px solid #ffffff;
	width:200px;
	float:left;display:block;
}

#content .text ul.download li a:hover{
	color:#000000;
	background-position:5px bottom ;
}


/*----------------------*/

#content .text ul.ball{
	margin-left:25px; list-style-type: disc;
}

/*menu sinistra*/
#sidemenu{float:left;display:inline;width:155px;}
#sidemenu ul{float:left;display:block; width:155px;}
#sidemenu ul li{line-height:1.5em;display:inline;}
#sidemenu ul li a{color:#000000; text-decoration: none;font-weight:bold;float:left;display:block; width:140px;padding-left:15px;
background-image: url(ul-button.jpg); background-repeat: no-repeat; background-position: 5px 7px;
/* border-bottom:1px solid #ffffff;*/margin-bottom:5px;
}
#sidemenu ul li a:hover,#sidemenu ul li a.current {color:#fba709; text-decoration: none; background-image: url(ul-button_hover.jpg); border-color: #cccccc;}

#sidemenu ul li ul{
	margin-left:10px;
	margin-top:5px;
	width:145px;
	font-size:90%;
	
}
#sidemenu ul li ul li a{
	width:130px;font-weight:normal;
	background-position: 5px 5px; 
}
#sidemenu ul li ul li a:hover{
	text-decoration: none; color:#000000; border-bottom-color:#ffffff;
}


#footer{float:left;display:block;width:740px; background:#ffffff;height:40px;padding-top:10px;margin-top:10px;border-top: 2px dotted #cccccc;}
#footer p{
	text-align:right;padding-right:15px;
	
}
