	html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
	dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
	a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
	strong, sub, sup, tt, var, legend, fieldset 
	{
	margin: 0;
	padding: 0;
	}
	
	img, fieldset 
	{
	border: 0;
	}
	
	/*---- classi utili ----*/
	.width100 { width: 100%; }
	.width75 { width: 75%; }
	.width50 { width: 50%; }
	.width33 { width: 33%; }
	.floatLeft { float: left; }
	.floatRight { float: right; }
	.alignLeft { text-align: left; }
	.alignRight { text-align: right; }
	.alignCenter { text-align: center; }
	.clearfloat { clear: both;	}
	.floatleft50{ width:50%; float:left;}
	.curHand{cursor: pointer;}
	span.highlight {font-weight:bold;}

	/*--- ELEMENTI ---*/
	
	body
	{
		background: #5394B4;
		color:#fff;
		width: 100%;
		text-align: center; 
	}


	
	h1,h2
	{
		font: bold 1em "Trebuchet MS",Arial,sans-serif;
		text-transform: uppercase;
		color: #0e4560;
	}
	
	h3
	{
		font: bold 0.9em "Trebuchet MS", Arial, sans-serif;
		text-transform: capitalize;
		color: #0e4560;
	}
	
	/* --- DIVS ---*/
	#container
	{
		width:960px;
		position:relative;
		margin: auto;
		text-align: left;
		position: relative;
		height: auto;
		line-height: 1.2em;
		background:#5394B4;
		color:#fff;
	}
/*   
	1 - 	HEADER
*/
	#header
	{
		position:relative;
		background-color: #5394B4;
		color:#fff;
		top:0;
		left:0;
		min-height:100px;
		height:auto !important;
		height: 100px;
		z-index:1;
	}
	
	#headerSx
	{
		position: relative;
		min-height:100px;
		height:auto !important;
		height: 100px;
		z-index:1;
		/*width:776px;*/
		width: 592px;
		float:left;
		display:inline;
		background-color:#5394B4;
		color:#fff;
	}
	
	#logo
	{
		position: absolute;
		z-index: 1;
		top: 0px;
		float: left;
		height: 110px;
		background: transparent;
		color: #fff;
	}
	
	#headerDx
	{
		background-color:#5394B4;
		color: #fff;
		position: relative;
		min-height:100px;
		height:auto !important;
		height: 100px;
		z-index:2;
		float:right;
		display:inline;
		/*width:184px;*/
		width:368px;
	}
	
	#arrow
	{
		background:transparent url(../img/arrow_2.png) top;
		color:#fff;
		z-index: 3;
		height:100px;
		width:234px;
		margin: auto;
	}
	
	#arrowbase
	{
		min-height:48px;
		height:auto !important;
		height: 48px;
		width:150px;
		background:#ff7300;
		color:#fff;
		position:relative;
		top:42px;
		left:42px;
	}
	
	/*	
			header > headerDx > arrowbase > MENUPVT		
	*/
	div#menupvt
	{
		min-height:48px;
		height:auto !important;
		height: 48px;
		background-color: #ff7300;
		color:#fff;
		width: 150px;
		position:relative;
		z-index:2;
	}
	
	div#menupvt span
	{
		display: block;
		font: bold 1em "Trebuchet MS", Arial, sans-serif;
		color:#fff;
		text-transform: uppercase;
		text-align:center;
	}	
	
	#menupvt ul
	{
		list-style: none;
		background-color:transparent;
		color: white;
		width:100%;
	}
	
	div#menupvt ul a:link, 
	div#menupvt ul a:visited
	{
		display: block;
		font: bold 1em "Trebuchet MS", Arial, sans-serif;
		background-color: transparent;
		color: #0e4560;
		text-transform: uppercase;
		padding:0 0 0 5px;
	}
	
	div#menupvt ul a:hover
	{
		background:#fff url(../img/linkpvtbkg.png) no-repeat right;
		color:#0e4560;
		font: bold 1.1em "Trebuchet MS", Arial, sans-serif;
	}
	
/* 
   2-  MENU                   
*/
	#menu
	{
		min-height:40px;
		height:auto !important;
		height: 40px;
		background-color:#86c2e7;
		color: #0e4560;
		position:relative;
		border-top: 2px solid #ff7300;
		z-index:0;
	}
	
	#menu ul 
	{
		list-style: none;
		position: absolute;
		height: 2.5em;
		background-color: transparent;
		color: #0e4560;
		width: 100%;
		z-index: 1;
		padding:0 0 0 25px;
	}
	
	#menu ul li 
	{
		float: left;
		display: inline;
	}

	#menu ul a
	{
		display: block;
		font: bold 1em "Trebuchet MS", Arial, sans-serif;
		text-transform: uppercase;
	}
	
	#menu ul a:link,
	#menu ul a:visited
	{
		background-color: transparent;
		color: #0e4560;
		padding:0.8em 7px 0.3em 7px;
	}
	
	#menu ul a:hover
	{
		background-color:#fff;
		color:#0e4560;
		font: bold 1.1em "Trebuchet MS", Arial, sans-serif;
	}
	
	#menu ul a.attivo,
	#menu ul a.attivo:visited
	{
		padding:0.8em 7px 0.3em 7px;
		background-color:#ff7300;
		color: #0e4560;		
	}
	
	#menuscuro
	{
		height: 40px;
		background-color: #ff7300;		
		background: transparent url('../img/arrow_base_2.png') no-repeat bottom;
		color: #fff;
		width: 150px;
		position:relative;
		left: 701px;
		z-index:1;
	}

/*
	3 - MENUSECONDARIO
*/
	
	#menusecondario
	{
		height:1.8em;
		background-color:#ff7300;
		color:#0e4560;
		position:relative;
		z-index:0;
		width:100%;
	}
	
	#menusecondario ul 
	{
		list-style: none;
		position: absolute;
		height: 1.8em;
		background-color: transparent;
		color:#0e4560;
		width: 100%;
		z-index: 1;
		padding:0 0 0 25px;
	}
	
	#menusecondario ul li 
	{
		float: left;
		display: inline;
	}

	#menusecondario ul a
	{
		display: block;
		font: bold 0.8em "Trebuchet MS", Arial, sans-serif;				
		text-transform: uppercase;		
	}	
	
	#menusecondario ul a:link,
	#menusecondario ul a:visited
	{
		color: #0e4560;
		margin: 0.3em 7px 0.2em 7px;
		padding:0.2em 0.2em 0.1em 0.2em;
	}
	
	#menusecondario ul a:hover
	{
	color:#fff;
	background-color:#0e4560;
	}
	
	#menusecondario ul a.attivo,
	#menusecondario ul a.attivo:visited	
	{
		color: #0e4560 ;
		margin: 0.3em 7px 0.2em 7px;
		padding:0.2em 0.2em 0.1em 0.2em;
		background-color:#fff;
	}
	
	
	/* CONTENT */
	
	#content
	{
		width:960px;
		min-height:450px;
		height:auto !important;
		height: 450px;
		background-color:#fff;
		color: #0e4560;
		padding:0 0 10px 0;
	}
	
	
	/* AREAPRINC */	
	#areaprinc
	{
		float: left;
		width: 593px;
		min-height:450px;
		height:auto !important;
		height: 450px;
		background-color: #fff;
		color: #0e4560;	
		padding-top:45px;
	}
	
	div.testoareaprinc
	{
		position:relative;
		left:35px;
		width: 500px;
		min-height:6em;
		height:auto !important;
		height: 6em;
		background-color: transparent;
		color: #0e4560;
		margin-bottom:60px; 
	}
	
	div.testoareaprinc div, div.testoareaprinc table
	{
		background-color: #e4e3e4;
	}

	div.testoareaprinc h1
	{
		text-align:right;
		background:#e4e3e4 url(../img/bkgtitolo.png) no-repeat top right;
		padding:3px 8px ;
	}
	
	div.testoareaprinc h2
	{
		text-align:right;
		background:#e4e3e4 url(../img/bkgtitolo.png) no-repeat top right;
		padding:3px 8px ;
	}
	div.testoareaprinc h2 span
	{
		background-color:transparent;
	}
	
	div.testoareaprinc h2.continua
	{
		text-align:left;
		background:#e4e3e4 url(../img/bkgcontinua.png) no-repeat left bottom;
		padding:3px 8px ;
		min-height:1em;
		height:auto !important;
		height: 1em;	
	}
	
	div.testoareaprinc h2.continua a:link,
	div.testoareaprinc h2.continua a:visited
	{
		color:#fff;
		font: bold 0.8em "Trebuchet MS", Arial, sans-serif;
	}
	
	div.testoareaprinc h2.continua a:hover
	{
		color: #0e4560;	
	}

	/*--------------- SIDEBAR -----------------*/
	
	#sidebar
	{
/*		background: red;*/
		color: #0e4560;
		width:367px;
		min-height:450px;
		height:auto !important;
		height: 450px;
		float: left;
		margin-bottom: 15px;
	}
	
	/*---------------NEWS---------------------------*/
	#newsExt
	{
		font: 0.8em "Trebuchet MS", Arial, sans-serif;
		padding:10px;	
		background: #5394B4;
		width: 347px;
		position: relative;
		height: auto;
		position: relative;
		padding: 20px 0px 20px 20px;
		margin-top: 35px;	
	}

	#news
	{
		background: #86c2e7;
		color: #0e4560;
		width : 336px;
		height : auto;
		position : relative;
		padding : 0px 0px 20px 10px;	
	}	
	
	/*--------------- MAILINGLIST -----------------*/
	#mailingExt
	{
		font: 0.8em "Trebuchet MS", Arial, sans-serif;
		padding:10px;	
		background: #5394B4;
		width: 347px;
		position: relative;
		height: auto;
		position: relative;
		padding: 20px 0px 20px 20px;
		margin-top: 35px;	
	}

	#mailing
	{
		background: #86c2e7;
		color: #0e4560;
		width : 336px;
		height : auto;
		position : relative;
		padding : 0px 0px 20px 10px;	
	}
	#newsLSlide
	{
		display: none;
	}
	.rowForm
	{
		width: 90%;
	}
	
	#condizioni
	{
		text-align: left;
		position: fixed;
	   top: 0%;
	   left: 0%;
		height:100%;
		width:100%;
		background: url(img/back.png) 0 0 repeat;
		z-index: 100;
                display:none;
	}
	#condizioniText
	{
		margin:auto;
		border: 5px solid #0e4560;
		min-height:200px;
		height:auto !important;
		height: 200px;
	   width:450px;
		background: white;
		padding:15px;
		color: #0e4560;
		/* rounded-corner css3
		border-radius: 1.6em;
		-webkit-border-radius: 1.6em; //SAFARI 
		-moz-border-radius: 1.6em;		//FF 
		*/
	}
	/*-----------------COMUNICATI--------------*/
	.comunicatoDiv
	{
		display: none;
		padding:0 20px;
	}	
	.comunicatoHead
	{
		text-transform: none;
		padding:0 10px;
		
	}
	
	/*---------------- OFFERTE ----------------*/
   #offerteExt
	{
		font: 0.8em "Trebuchet MS", Arial, sans-serif;
		padding:10px;	
		background: #5394B4;
		width: 347px;
		position: relative;
		height: auto;
		position: relative;
		padding: 20px 0px 20px 20px;
		margin-top: 35px;	
	}

	#offerte
	{
		background: #86c2e7;
		color: #0e4560;
		width : 336px;
		height : auto;
		position : relative;
		padding : 0px 0px 20px 10px;	
	}     
	
	#offerte a.linkvetrina,
	#offerte a.linkvetrina:link,
	#offerte a.linkvetrina:visited
	{
		color: #0e4560;
		font: bold 1em "Trebuchet MS", Arial, sans-serif;
	}
	#offerte a.linkvetrina:hover
	{
		color: #FF7300;
	}
	
	/*---------------- VETRINA ----------------*/
	#vetrina
	{
		background: transparent;
		color: #0e4560;
		width:367px;
		min-height:450px;
		height:auto !important;
		height: 450px;
		float: left;
		margin-bottom: 15px;
	}		
	
	#vetrounded30
	{
		position: relative;
		background: #5394B4 ;
		color: #fff;
		width: 347px;
		height: auto;
		position: relative;
		padding: 20px 0px 20px 20px;
		min-height: 450px;
		height: auto !important;
		height: 450px;
		margin-top: 35px;
	}
	
	#vetrounded 
	{
		background : #86c2e7;
		color: #0e4560;
		width : 336px;
		height : auto;
		position : relative;
		padding : 0px 0px 20px 10px;
		min-height:430px;
		height:auto !important;
		height: 430px;
	}
	
	#t_vetrina
	{
		position:relative;
		z-index:10;
		position:relative;
		width:150px;
		left:77px;	
		text-align:center;
		padding:5px 0 5px 0;
		background-color:#ff7300;
		color: #fff;
	}
	
	#t_mailing span
	{
		color: #fff;
	}
	
	#t_mailing
	{
		position:relative;
		z-index:10;
		position:relative;
		width:150px;
		left:77px;	
		text-align:center;
		padding:5px 0 5px 0;
		background-color:#ff7300;
		color: #fff;
	}
	
	#t_news span
	{
		color: #fff;
	}
	
	#t_news
	{
		position:relative;
		z-index:10;
		position:relative;
		width:150px;
		left:77px;	
		text-align:center;
		padding:5px 0 5px 0;
		background-color:#ff7300;
		color: #fff;
	}	
	
	#t_offerte span
	{
		color: #fff;
	}
	
	#t_offerte
	{
		position:relative;
		z-index:10;
		position:relative;
		width:150px;
		left:77px;	
		text-align:center;
		padding:5px 0 5px 0;
		background-color:#ff7300;
		color: #fff;
	}	
	
	#t_vetrina span
	{
		color: #fff;
	}	
	
	#vetcontent
	{
		position:relative;
		margin:15px;
		background-color: transparent;
		min-height:430px;
		height:auto !important;
		height: 430px;
		color: #0e4560;		
	}
	.vocevet
	{
		position:relative;
		background-color: #d0e8f2;
		color: #0e4560;		
		min-height:6em;
		height:auto !important;
		height: 6em;
		margin:10px 10px 15px 0px; ;
		border:2px solid #ff7300;
	}
	
/*
	FOOTER
*/	
	
	#footer
	{
		background-color: transparent;
		color:#fff;
		clear: left;
		min-height: 3em;
		height: auto !important;
		height: 3em;
		position:relative;
		bottom: 0;
	}	
	
	
	#footertop
	{
		background-color: #86c2e7;
		color:#fff;
		clear: left;
		min-height: 1.5em;
		height: auto !important;
		height: 1.5em;
		position:relative;
		bottom: 0;
		border-bottom:2px solid #ff7300; 		
	}
	
	#footertop ul li
	{
		float: left;
		display: inline;
	}
	
		#footerbottom
	{
		background-color: #ff7300;
		color:#fff;
		clear: left;
		min-height: 3em;
		height: auto !important;
		height: 3em;
		position:absolute;
		bottom: 0;
		width:150px;
		left:700px;
	}
	
	
	h2 span
	{
	font: bold 1em "Trebuchet MS", Arial, sans-serif;
	color: #0e4560;
	}
	
	
	
	p.testo
	{
		padding: 5px;
		font: 0.9em "Trebuchet MS", Arial, sans-serif;
		background-color: transparent;
		color: #0e4560;
	}
	p.note
	{
		padding: 5px;
		font: 0.7em "Trebuchet MS", Arial, sans-serif;
		background: transparent;
		color: #0e4560;
	}

	h2.swap 
	{
		height:32px;
		background-repeat:no-repeat;
	}
	
	h2.swap span 
	{
		display:none;
	}
	
	h3.titolointerno
	{
		padding:5px;
	}
	
	p.contattomail
	{
		padding:0 0 10px 5px;
	}
	
	p.contattomail a:link,	p.contattomail a:visited
	{
		font:bold 0.9em "Trebuchet MS", Arial, sans-serif;
		color: #ff7300;		
	}
	
	p.contattomail a:hover
	{
		font:bold 0.9em "Trebuchet MS", Arial, sans-serif;
		color: #0e4560;		
	}
	
	a.linktesto,
	a.linktesto:link,
	a.linktesto:visited	
	{
		color: #ff7300;
		font:bold 1em "Trebuchet MS", Arial, sans-serif;		
	}
	a.linktesto:hover
	{
		color: #0e4560;				
	}
	
	li.listatesto
	{
	font: 0.9em "Trebuchet MS", Arial, sans-serif;
	color: #0e4560;
	}
	
	ul.listatesto
	{
		list-style-type: disc;
		padding:5px 0 5px 5px;
		padding-left: 20px;
	}
	
	ul.listatesto2
	{
		padding-left: 30px;
		list-style-type: disc;
		margin-left: 5px;
	}	
	
	p.validator
	{
		font:bold 0.7em "Trebuchet MS", Verdana, Arial, sans-serif ;
		width:95%;
		text-transform:uppercase;
		text-align:right;
		padding:0.5em 0.5em 0em 0;	
	}

	p.validator a,
	p.validator a:link,
	p.validator a:visited
	{
		color: #0e4560;		
	}

	p.validator a:hover
	{
		color:#fff;
	}
	
	li.vocefoot
	{
		font:bold 0.7em "Trebuchet MS", Verdana, Arial, sans-serif ;
		text-transform:uppercase;
		clear:right;
		padding:0.3em 0em 0em 0.5em;	
		color: #0e4560;	
	}

	li.vocefoot a,
	li.vocefoot a:link,
	li.vocefoot a:visited
	{
		color: #0e4560;		
	}

	li.vocefoot a:hover
	{
		color:#fff;
	}
	
	
	span.prezzo
	{
		font-style: italic; 
		font-size: 1.1em; 
		font-weight: bold; 
		font-variant: small-caps;
	}

	.iconaTesto
	{
		float:left;
		position: absolute;
		z-index: 2;
		top:-35px;
		left: -10px;
	}	
	.iconaTestoSmall
	{
	float:left;
	position: relative;
	z-index: 2;
	left: -10px;
	}		

	h3 a.linkvetrina,
	h3 a.linkvetrina:link,
	h3 a.linkvetrina:visited
	{
		/*text-transform: capitalize;*/
		color: #0e4560;
		font: bold 1em "Trebuchet MS", Arial, sans-serif;
	}
	h3 a.linkvetrina:hover
	{
		color: #ff7300;
	}

/*-CLASSI TIPOGRAFIA-*/

.errorMsg
{
	color:#dc143c;
	font-weight: bold;	
}
.okMsg
{
	color:#006400;
	font-weight: bold;		
}

