/* ------------------------------------------------------------------------- */
/*   Author:  Marco Adami                                                    */
/*   Contact: maad76@gmail.com
/* ------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------- */
/*   Setup di default                                                        */
/* ------------------------------------------------------------------------- */

* { margin: 0; padding: 0; }

.hide { display: none; }

.clear {clear: both;}

html, body
{
	height: 100%;
}

a { outline: none; }
	
a img { border: 0; }


/* ------------------------------------------------------------------------- */
/*   Struttura della pagina                                                  */
/* ------------------------------------------------------------------------- */

body
{
	background: url(../img/Background_Solid.png);
	padding: 0;
	margin: 0;
	z-index:-5;
}

div#container
{
	//background-color: white;
	width: 806px;
	top: 0px;
	margin: 0 auto;
	border: 0px;
	z-index: 0;
	display: block;
}


/* ------------------------------------------------------------------------- */
/*   Descrizione dell'header                                                 */
/* ------------------------------------------------------------------------- */

div#header
{
	background-color: transparent;
	background-image: url('../img/Background_Header.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	width: 806px;
	height: 108px;
	top: 0px;
	border: 0px;
}

ul#menu
{
	position:relative;
	top:108px;
	width: 806px;
	height: 50px;
	text-align: center;
	list-style: none;
	margin: 0 auto 0 auto;
	clear: both;
}

ul#menu li a 
{
	height: 50px;
	display: block;
	position: absolute;
	top: 0;
	text-indent: -9999px;
}

ul#menu li a:hover 
{
	background-position: 0 -50px;
}

ul#menu li a.current {
	background-position: 0 -100px;
	text-indent: -9999px;
}


ul#menu li#Prodotti a
{
	left: 0;
	width:203px;
	background-image: url(../img/Menu_Prodotti.png);
	background-repeat: no-repeat;
}

ul#menu li#Informazioni a
{
	left: 203px;
	width: 200px;
	background-image: url(../img/Menu_Informazioni.png);
	background-repeat: no-repeat;
}

ul#menu li#ChiSiamo a
{
	left: 403px;
	width: 200px;
	background-image: url(../img/Menu_ChiSiamo.png);
	background-repeat: no-repeat;
}

ul#menu li#Contattaci a
{
	left: 603px;
	width: 203px;
	background-image: url(../img/Menu_Contattaci.png);
	background-repeat: no-repeat;
}



/* ------------------------------------------------------------------------- */
/*   Descrizione del contenuto di pagina                                     */
/* ------------------------------------------------------------------------- */

div#page
{
	background-color: transparent;
	position: absolute;
	top:170px;
	width: 800px;
	border: 0px;
}

div.column_half
{
	width:400px;
	float: left;
}

div.box_top
{
	background-color: transparent;
	background-image: url('../img/Box_Top.png');
	background-repeat: no-repeat;
	background-position: top center;
	width: 806px;
	height: 10px;
	border: 0px;
}

div.box_title
{
	background-color: transparent;
	background-image: url('../img/Box_Title.png');
	background-repeat: repeat-y;
	background-position: top center;
	width: 806px;
	border: 0px;
}

div.box_content_white
{
	background-color: transparent;
	background-image: url('../img/Box_Content_White.png');
	background-repeat: repeat-y;
	background-position: top center;
	width: 806px;
	border: 0px;
	display: block;
}

div.box_bottom
{
	background-color: transparent;
	background-image: url('../img/Box_Bottom.png');
	background-repeat: no-repeat;
	background-position: top center;
	width: 806px;
	height: 12px;
	border: 0px;
}


div#info_whirlpool
{
	background-color: transparent;
	background-image: url('../img/Background_Info_Whirlpool.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 266px; 
	width: 806px;
	border: 0px;
	margin:0px;
	padding:0px;
}

div#info_cromoterapia
{
	background-color: transparent;
	background-image: url('../img/Background_Info_Cromoterapia.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 167px; 
	width: 806px;
	border: 0px;
	margin:0px;
	padding:0px;
}

div.showroom_photo
{
	width: 160px;
	float: left;
	border: 0px;
	margin-top: 0px;	
	text-align:center;
}

div.showroom_name
{
	width: 160px;
	float: left;
	color: white;
	background: transparent;
	margin: 0px;
	font-size: 13px;
	text-align:center;
}

div.showroom_size
{
	width: 160px;
	float: left;
	color: #999;
	background: transparent;
	padding-top: 15px;
	border: 0px;
	font-size: 11px;
	text-align:center;
}

div.showroom_detail
{
	background-color: transparent;
	background-image: url('../img/Background_Product.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	width: 806px;
	height: 226px;
	border: 0px;
	display: block;
	margin: 0px;
}

div.showroom_detail_big
{
	background-color: transparent;
	background-image: url('../img/Background_ProductBig.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	width: 806px;
	height: 371px;
	border: 0px;
	display: block;
	margin: 0px;
}


/* ------------------------------------------------------------------------- */
/*   Descrizione del testo                                                   */
/* ------------------------------------------------------------------------- */

body
{
	font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #222;
}

h1
{
	color: white;
	background: transparent;
	padding: 10px 30px 10px 30px;
	font-size: 20px;
}

h2
{
	color: #101265;
	padding: 10px 30px 10px 30px;
	font-size: 14px;
}

p
{
	color: #666;
	padding: 10px 30px 10px 30px;
	font-size: 12px;
	text-align: justify;
}

a
{
	text-decoration: none;
	color: #4d6399;
}

.showroom_name a
{
	text-decoration: none;
	color: white;
}

p.DettagliProdotto
{
	color: #666;
	padding: 10px 10px 10px 20px;
	font-size: 11px;
	text-align: justify;
}

/* ------------------------------------------------------------------------- */
/*   Descrizione della form per contattare                                   */
/* ------------------------------------------------------------------------- */

.input
{
	border: 1px solid #99b3b4;
	width: 220px;
	background: #e4ebeb url(../img/input_stripe.gif);
	font: 11px verdana, sans-serif;
	color:#443;
	padding:3px;
	outline:none;
}

.input:focus
{
	border:1px solid #567475;
	background: #e4ebeb;
}

.messaggio
{
	color: #333;
	background: transparent no-repeat top center;
	width: 400px;
	height: 60px;
	margin: 0 auto;
	font-weight: bold;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	padding-top: 20px;
}

#form_box {
	width: 400px;
	background: transparent;
	font-weight: normal;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 2px;
}
 
#form_box div {
	padding: 3px 10px;
	margin-bottom: 10px;
	text-align:left;
	clear:both;
}
  
#form_box p {
	float: left;
	text-align: right;
	margin: 4px 0pt;
	margin-right: 10px;
	width: 100px;
}
  
#log {
	width: 520px;
	margin: 0 auto;
	margin-top: 20px;
	text-align:center;
}
 
#log_res {
	overflow: auto;
}
 
#log_res.ajax-loading {
	width: 500px;
	border-top:1px solid white;
	margin-top: 20px;
	padding: 20px 0;
	background: url(../img/spinner.gif) no-repeat center;
}
