a:link {
	
	
	
	text-decoration: none;
	
	color: white;
}

a:visited {
	

	
	text-decoration: none;

	
	color: white;
}











.body {
	
	margin-top: 10px;
    background-color: #d1cac0;
	


}

.menu {





font-family: Arial;
padding-right: 15px;

padding-top: 7px;


padding-left: 20px;
color: white;
font-size: 13px;



}


img{border: 0px;}



.boxmenu {
	
	font-family: Arial;
	
	color: white;
	
	padding-top: 10px;
	
	background-repeat: no-repeat;
	
	background-image: url(images/istantaneaDaikin_01.jpg);
	
	font-size: 11px;
	

	
	text-align: right;
	
	height: 21px;
	width: 766px;
}

#header {
	height: 180px;
	width: 767px;
	padding-top: 0px;
}

#corpo {

	height: 500px;
	width: 772px;
}





#barra_sx {
    background-repeat: no-repeat;
    background-image: url(images/istantaneaDaikin_05.jpg);
    height: 26px;
    
    float:Left;
    width: 189px;
    
    margin-top: 1px;
    }


#barra_dx {
    height: 26px;
    background-image: url(images/istantaneaDaikin_06.jpg);
     background-repeat: no-repeat;
    float: Left;
    width: 574px;
    margin-left: 9px;
    margin-top: 1px;
    }



#MENU_SX {
    background-color: white;
    background-repeat: no-repeat;
    background-image: url(images/goccia.jpg); 
    height: 1500px;
    float: Left;
    width: 189px;
    padding: 3px;
    margin-top: 3px;
    }



.gallery {
  
    margin-top: 2px;
    border-color: #4b4b4b;
  
    border-width: 1px;
  
    background-color: #4b4b4b;
                  
    
    width: 140px;
   
    height: 18px;

    }

#offerte1 {
  
    
    margin-top: 20px;
    
  
  
    font-family: Arial;
  
    
    
   

  
    background-color: white;
                  
  
    width: 175px;
   
    height: 50px;

    }

#offerte2 {
  
  margin-top: 20px;
  

  

  
    background-color: white;
                  

    width: 175px;
   
    height: 50px;

    }

#MENU_DX
{
    height: 1500px;
    background-color: #e5f5fd;
    float: right;
    width: 140px;
    padding: 3px;
    margin-top: 3px;
    }


/*
    DEFINISCO IL CORPO DELLA PAGINA
*/

#centro
{
    margin-top: 3px;
    margin-left: 2px;
    height: 1500px;
    background-color: #FFFFFF;
    float: Left;
    width: 420px;
    padding: 3px;
  
}


#centroofferte
{
    margin-top: 3px;
    margin-left: 2px;
    height: 1500px;
    background-color: #f9fefe;
    float: Left;
    width: 420px;
    padding: 3px;
  
}





.linkinfo{
	
	font-size: 10px;
	font-family: Arial;
	color: black;
	padding-left: 0 px;
	
}








.testonews
{
	margin-top: 80px;
	font-size: 10px;
	font-family: Arial;
	
	padding-left: 0 px;
	width: 170px;
}




.testoofferte
{
	
	font-size: 12px;
	font-family: Arial;
	
	padding-left: 0 px;
	width: 170px;
}




.testo
{
	font-size: 12px;
	font-family: Arial;
	padding-top: 20px;
	padding-left: 5px;
	width: 360px;
}

.title
{
	color: #1a7aa9;
	font-size: 14px;
	font-family: Arial;
}

.subtitle
{
	color: #1a7aa9;
	font-size: 12px;
	font-family: Arial;
}

.subrosso
{
	color: red;
	font-size: 12px;
	font-family: Arial;
}

.lista
{
	list-style-image: url(images/frecce.jpg);
}

.imgallery
{
	padding-left: 10px;
}


/*
    CSS PER LA FORM
*/


form{width:300px;padding:5px 0;margin:10px}


fieldset{float:left;width:300px;
    margin: 1em 0;padding: 0;
    border: none;border-top: 1px solid #99A0FA;
    }



legend{font-weight:bold;color: #333;background:#FFF}


form b{color:#F00}
form p{margin:0.5em 10px}


fieldset div{float:left;width:100%;
    padding: 10px 0 12px;
    }

label{float:left;width:120px;
    display: inline;margin-left: 10px;
    line-height:23px}


div#confirm-address label,div#sports label,input#go{
    margin-left:130px}
    
    
    
    /*
    CSS PER LIGHTBOX
*/

    
    
    
    #lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #84beff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #4b4b4b;
	}


.boxinfo{
		background-repeat: repeat-x;
		background-image: url(images/sfondobox.jpg);
		height: 41px;
		width: 100%;
		margin-top: 30px;
	}

.boxsamsung{
				
		background-repeat: no-repeat;
		background-image: url(images/sfondoOffertes.jpg);
		padding: 0px;
		margin: 0px;
		width: 420px;
		height: 500px;
	}



.boxdaikin{
				
		background-repeat: no-repeat;
		background-image: url(images/sfondoOfferted.jpg);
		padding: 0px;
		margin: 0px;
		width: 420px;
		height: 500px;
	}
	
	.boxsanyo{
				
		background-repeat: no-repeat;
		background-image: url(images/sfondoOffertesa.jpg);
		padding: 0px;
		margin: 0px;
		width: 420px;
		height: 500px;
	}

.boxrosso {

background-color: #ee0200;
width: 420px;
padding-top: 10px;
padding-bottom: 10px;
font-family: Arial;
		font-size: 18px;
		text-align: center;
		color: white;

	}


.boxsplit {
		
				font-family: Arial;
		font-size: 18px;
		text-align: center;
		color: white;
        margin-top: 15px;
		background-color: #b2b3b5;
		padding-top: 5
		
		height: 45px;
		width: 420px;
	}







