a {
	color: #000000;
	text-decoration: none;
}

.inRisalto {
	display:none;
}

.titoloOfferta {
	font-weight:bold;
	color: #00397e;
	font-size:14pt;
}

.sottoTitoloOfferta {
	font-weight:bold;
	color: #017efc;
	font-size:11pt;
}

.prodotto { /*header of 1st demo*/
	cursor: hand;
	cursor: pointer;
}

.prodottoSelezionato { /*class added to contents of 1st demo when they are open*/
	padding-left:45px;
	padding-top:5px;
}

.titoloBox {
	font-size:17pt;
}

.titoloPrincipale {
	font-size:19pt;
}

.sottoTitoloBox {
	padding-left:10px;
	font-size:14pt;
	padding-right:30px;
}


.testoBox {
	text-align:justify;
	padding-left:10px;
	padding-top:10px;
	font-size:10pt;
	padding-right:30px;
}

.testoBox a {
	font-weight: bold;
	color: #00397e;
	text-decoration: none;
}

.testoBox a:hover {
	font-weight: bold;
	color: #017efc;
	text-decoration: none;
}
* {
	margin:0;
	padding:0;
}

html {
	margin: 0;
	padding: 0;	
	font:62.5% Arial, Helvetica, sans-serif; /* Resets 1em to 10px */
	height:100%;
}

.content {
	z-index:0;
	width: 350px;
	margin: 0px auto;
	/*padding: 20px 60px;*/
	border: 0px solid #D2D2D2;
	-moz-box-shadow: 0 0 30px #CCC;
	-webkit-box-shadow: 0 0 30px #CCC;
	box-shadow: 0 0 30px #CCC;
	background: #FFF;
	background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 15px);
}

/* CONTACT PAGE STYLING */

/* Gradient 1 */
.textBox {
	background-image:url(../images/form_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #c0c0c0;
	width: 270px;
	height: 21px;
	color:#333333;
	padding:3px;
	margin-right:4px;
	margin-bottom:8px;
	font-family:tahoma, arial, sans-serif;
	font-size:13px;
}

.textBoxCode {
	background-image:url(../images/form_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #c0c0c0;
	width: 210px;
	height: 21px;
	color:#333333;
	padding:3px;
	margin-right:4px;
	margin-bottom:8px;
	font-family:tahoma, arial, sans-serif;
	font-size:13px;
}

.submit { width:73px; height:35px; background:url(../images/invia.gif) no-repeat; border:none; cursor:pointer; }
.submit:hover { background:url(../images/inviaon.gif) no-repeat; }


.textArea {
	background-image:url(../images/form_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #c0c0c0;
	width: 437px;
	height:130px;
	color:#333333;
	padding-top:9px;
	padding-left:3px;
	margin-right:4px;
	margin-bottom:8px;
	font-family:tahoma, arial, sans-serif;
	font-size:13px;
	
}



body {
	font-family: Arial;
	font-size: 13px;
	line-height: 1.6;
	color: #000000;
	margin:0;
	font-size:12px;
}

.contenutoSezione {
	
 padding-left:100px;
 padding-right:100px;
 font-size:15px;
 text-align:justify;
 
}

.contenutoSezionePopup {
	
 padding-left:40px;
 padding-right:40px;
 font-size:15px;
 text-align:justify;
 
}


.contenutoSezionePopup a {
	font-weight: bold;
	color: #00397e;
	text-decoration: none;
}

.contenutoSezionePopup a:hover {
	font-weight: bold;
	color: #017efc;
	text-decoration: none;
}


.tabellaPortfolio {
	
 font-size:15px;
 text-align:justify;
 
}

.tabellaPortfolio a {
 font-weight: bold; 
 color:#00397e; 
 text-decoration:none;
}

.tabellaPortfolio a:hover {
 font-weight: bold; 
 color:#017efc; 
 text-decoration:none;
}

.contenutoSezione a {
	font-weight: bold;
	color: #00397e;
	text-decoration: none;
}

.contenutoSezione a:hover {
	font-weight: bold;
	color: #017efc;
	text-decoration: none;
}

.contenutoSezione a:Active {
	font-weight: bold;
}


	#topbar {
	z-index:100;
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	font-size:11px;
	color:#666666;
	overflow:auto;
	padding:0 0 0px 0;
	}
	
	#bottombar {
		width:100%;
	}
	
	#slider {
		margin:0 auto;
	}
	#slider .scroll {
		margin:0 auto;
		overflow:auto;
		
	}
	#slider .scroll .scrollContainer .panel {
		padding-top:0px;
		margin:0 0 0px 0;
		overflow:hidden;
	}
	#slider .scroll .scrollContainer .panel#pintroduction {
		padding-top:0px;
		background:none;
	}

.confermaInvio a{
color: #ff0000;
font-weight:bold;
}

.confermaInvio a:hover, confermaInvio a.selected{
color: #ff0000;
}

.bottombar a{
color: #ffffff;
font-weight:bold;
text-decoration:none;
}

.bottombar a:hover, bottombar a.selected{
color: #01c3ff;
}

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; font-size:0; }
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
