

/* -------------- main elements ------------- */

html {
		min-height: 100%;
		height: 100%;
}

body {
	background: #7d756b;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	min-height: 100%;
	height: 100%;
	text-align:center;
}

hr {
	visibility:hidden;
	clear:both;
	margin:0;
	padding:0;
}

hr.sep {
	clear:both;
	margin:14px 0;
	padding:0;
	background:#d8dfd7;
	border:1px solid #d8dfd7;
	height:1px;
	visibility:visible;
}

/* ---------- structural elements --------------------- */

#container{
	padding: 0px;
	margin: 0 auto;
	width: 980px;
	text-align: left;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/*font:13px/1.3em Tahoma, Arial, Helvetica, sans-serif;*/
	color:#5e5e5e;
}

	#top {
		height:280px;
		background:url(../img/bg_top.jpg) no-repeat;
	}
	
	#top_inner {
		height:280px;
		background:url(../img/bg_top.jpg) repeat-x;
	}
	
		#flash {
			float:left;
			width:425px;
			margin:0 20px 0 0;
			padding:0;
		}

		#logo {
			/*background:url(../img/logo.gif) no-repeat top right;*/
			width:500px;
			height:168px;
			margin:0;
			float:left;
			
		}
		#logo a {
			width:500px;
			height:168px;
			display:block;
			text-indent: -9999999px;
		}
		
		#welcome {
			/*background:url(../img/benvenuto.gif) no-repeat 0 0;*/
			margin:0px 0 0 20px;
			float:left;
			width:440px;
			padding:45px 0px 0 40px
		}
		
		#welcome p {
			line-height:1.5em;
			margin:0 0 10px 0;
			padding:0
		}
		
			 ul.liste {
				list-style:none;
				margin:0;
				padding:0;
			}
			
			li.liste  {
				list-style:none;
				margin:0;
				padding:0 0 0 10px;
				background:url(../img/arrow.gif) no-repeat 0 50%;
			}
			
	/* ----- menu nav ----- */
	
			#topmenu {
				clear:both;
				width: 980px;
				height: 48px;
				margin:0px;
				padding:0px;
			}
			
			#topmenu ul	{
				width: 980px;
				height: 48px;
				background: url(../img/menu.gif);
				margin: 0;
				padding: 0;
				position: relative;
				}
				
			#topmenu ul li	{
				margin: 0;
				padding: 0;
				list-style: none;
				position: absolute;
				top: 0;
				}
				
			#topmenu ul li, #topmenu a	{
				height: 48px;
				display: block;
				background:none;
				}
			
			#topmenu ul li a {
				text-indent: -9999px; 
				text-decoration: none;
				border:none;
				}
			
				/*#mn1 {left: 0; width: 145px;}
				#mn2 {left: 145px; width: 116px;}
				#mn3 {left: 261px; width: 127px;}
				#mn4 {left: 388px; width: 132px;}
				#mn5 {left: 520px; width: 109px;}
				#mn6 {left: 629px; width: 123px;}
				#mn7 {left: 752px; width: 104px;}
				#mn8 {left: 856px; width: 124px;}
				
				#mn1 a:hover, #mn1 a.on {background: transparent url(../img/menu.gif) 0 -48px no-repeat;}
				#mn2 a:hover, #mn2 a.on {background: transparent url(../img/menu.gif) -145px -48px no-repeat;}
				#mn3 a:hover, #mn3 a.on {background: transparent url(../img/menu.gif) -261px -48px no-repeat;}
				#mn4 a:hover, #mn4 a.on {background: transparent url(../img/menu.gif) -388px -48px no-repeat;}
				#mn5 a:hover, #mn5 a.on {background: transparent url(../img/menu.gif) -520px -48px no-repeat;}
				#mn6 a:hover, #mn6 a.on {background: transparent url(../img/menu.gif) -629px -48px no-repeat;}
				#mn7 a:hover, #mn7 a.on {background: transparent url(../img/menu.gif) -752px -48px no-repeat;}
				#mn8 a:hover, #mn8 a.on {background: transparent url(../img/menu.gif) -856px -48px no-repeat;}*/
				
				#mn1 {left: 0; width: 84px;}
				#mn2 {left: 84px; width: 106px;}
				#mn3 {left: 190px; width: 126px;}
				#mn4 {left: 316px; width: 122px;}
				#mn5 {left: 438px; width: 102px;}
				#mn6 {left: 540px; width: 111px;}
				#mn7 {left: 651px; width: 119px;}
				#mn8 {left: 770px; width: 97px;}
				#mn9 {left: 867px; width: 113px;}

				#mn1 a:hover, #mn1 a.on {background: transparent url(../img/menu.gif) 0 -48px no-repeat;}
				#mn2 a:hover, #mn2 a.on {background: transparent url(../img/menu.gif) -84px -48px no-repeat;}
				#mn3 a:hover, #mn3 a.on {background: transparent url(../img/menu.gif) -190px -48px no-repeat;}
				#mn4 a:hover, #mn4 a.on {background: transparent url(../img/menu.gif) -316px -48px no-repeat;}
				#mn5 a:hover, #mn5 a.on {background: transparent url(../img/menu.gif) -438px -48px no-repeat;}
				#mn6 a:hover, #mn6 a.on {background: transparent url(../img/menu.gif) -540px -48px no-repeat;}
				#mn7 a:hover, #mn7 a.on {background: transparent url(../img/menu.gif) -651px -48px no-repeat;}
				#mn8 a:hover, #mn8 a.on {background: transparent url(../img/menu.gif) -770px -48px no-repeat;}
				#mn9 a:hover, #mn9 a.on {background: transparent url(../img/menu.gif) -867px -48px no-repeat;}


	/* ----- main content ----- */

	#main {
		margin:0px;
		padding:0 0 50px 0;
		width:980px;
		background:#fefefe;
		clear:both
	}
	.promo-home{ margin:20px 0px; border-bottom:1px solid #ededeb; min-height: 135px; max-height:135px;}
		#leftcol {
			width:460px;
			margin:20px 20px 0 20px;
			padding:40px 20px 0 0;
			float:left;
			border-right:1px solid #ededeb;
			background:url(../img/promozioni.gif) no-repeat top left;
			line-height:1em;
		}

			
		#leftcol_chisiamo {
			width:275px;
			margin:20px 20px 0 20px;
			padding:50px 20px 0 0;
			float:left;
			border-right:1px solid #ededeb;
			background:url(../img/chisiamo.gif) no-repeat top left;
			line-height:1em;
		}

		#leftcol_chisiamo_center {
			width:275px;
			margin:20px 20px 0 0px;
			padding:50px 20px 0 0;
			float:left;
			border-right:1px solid #ededeb;
			background:url(../img/line.gif) no-repeat top left;
			line-height:1em;
		}

		#leftcol_chisiamo_right {
			width:275px;
			margin:20px 0px 0 0px;
			padding:50px 20px 0 0;
			float:left;
			background:url(../img/line.gif) no-repeat top left;
			line-height:1em;
		}

		#leftcol_trattamenti {
			width:660px;
			margin:20px 20px 0 20px;
			padding:50px 20px 0 0;
			float:left;
			border-right:1px solid #ededeb;
			background:url(../img/trattamenti_title.gif) no-repeat top left;
			line-height:1em;
		}

		#leftcol_ideeregalo {
			width:660px;
			margin:20px 20px 0 20px;
			padding:50px 20px 0 0;
			float:left;
			border-right:1px solid #ededeb;
			background:url(../img/ideeregalo.gif) no-repeat top left;
			line-height:1em;
		}

		#leftcol_pacchetti {
			width:660px;
			margin:20px 20px 0 20px;
			padding:50px 20px 0 0;
			float:left;
			border-right:1px solid #ededeb;
			background:url(../img/pacchetti.gif) no-repeat top left;
			line-height:1em;
		}

		#leftcol_focus {
			width:660px;
			margin:20px 20px 0 20px;
			padding:50px 20px 0 0;
			float:left;
			border-right:1px solid #ededeb;
			background:url(../img/focus_title.gif) no-repeat top left;
			line-height:1em;
		}

		#leftcol_galleria {
			width:660px; /*=M 920px */
			margin:20px 20px 0 20px;
			padding:50px 20px 0 0;
			float:left;
			border-right:1px solid #ededeb;
			background:url(../img/galleria.gif) no-repeat top left;
			line-height:1em;
		}

		#leftcol_prenotazioni {
			width:660px;
			margin:20px 20px 0 20px;
			padding:50px 20px 0 0;
			float:left;
			border-right:1px solid #ededeb;
			background:url(../img/prenotazioni.gif) no-repeat top left;
			line-height:1em;
		}

		#leftcol_contatti {
			width:660px;
			margin:20px 20px 0 20px;
			padding:50px 20px 0 0;
			float:left;
			border-right:1px solid #ededeb;
			background:url(../img/contatti.gif) no-repeat top left;
			line-height:1em;
		}
		
		#leftcol_registrazione {
			width:660px;
			margin:20px 20px 0 20px;
			padding:50px 20px 0 0;
			float:left;
			border-right:1px solid #ededeb;
			background:url(../img/registrazione.gif) no-repeat top left;
			line-height:1em;
		}
		
		#leftcol_recupero_pwd {
			width:660px;
			margin:20px 20px 0 20px;
			padding:50px 20px 0 0;
			float:left;
			border-right:1px solid #ededeb;
			background:url(../img/recupero_password.gif) no-repeat top left;
			line-height:1em;
		}
		
		#leftcol_newsletter {
			width:660px;
			margin:20px 20px 0 20px;
			padding:50px 20px 0 0;
			float:left;
			border-right:1px solid #ededeb;
			background:url(../img/newsletter.gif) no-repeat top left;
			line-height:1em;
		}
 
		#leftcol_cosmetici {
			width:660px;
			margin:20px 20px 0 20px;
			padding:50px 20px 0 0;
			float:left;
			border-right:1px solid #ededeb;
			background:url(../img/cosmetici.gif) no-repeat top left;
			line-height:1em;
		}

		#leftcol_chisiamo p, #leftcol_chisiamo_center p, #leftcol_chisiamo_right p, #leftcol_trattamenti p, #leftcol_ideeregalo p, #leftcol_pacchetti p, #leftcol_promozioni p, 
		#leftcol_galleria p, #leftcol_prenotazioni p, #leftcol_registrazione p, #leftcol_newletter p, #leftcol_cosmetici p, #leftcol_recupero_pwd p {
			/*line-height:1.5em;*/
			}

		#rightcol {
			width:440px;
			margin:20px 0px 0 0px;
			padding:40px 0 0 0;
			float:left;
			background:url(../img/trattamenti.gif) no-repeat top left;
		}

			#rightcol ul {
				list-style:none;
				margin:0;
				padding:0;
				float:left;
			}
			
			#rightcol li {
				list-style:none;
				margin:0;
				padding:4px 0 4px 10px;
				background:url(../img/arrow.gif) no-repeat 0 50%;
			}	
					
			#rightcol li.jcarousel-item {
				padding:0;
			}

		#rightcol_small {
			width:240px;
			margin:20px 0px 0 0px;
			padding:50px 0 0 0;
			float:left;
			background:url(../img/line.gif) no-repeat top left;
		}
		
		#rightcol_small p {
			text-align: justify;
		}

/* nav category*/

#category ul { margin: 0px; padding:0px;}
#category li { margin: 0px;  padding: 4px 8px; border-bottom: 1px #CCC solid;}
#category ul a { margin: 0px; padding:0px;}
#category ul a.on { font-weight: bold;}


/* Box liste prodotti*/

.box-item {
	width:300px;
	height:135px;
	float:left;
	margin:4px 30px 10px 0;
	line-height: 1.3em;
	border-bottom: 1px solid #eee;
	padding-bottom:5px;
}
.box-focus {
	width:600px;
	/*weight:135px;*/
	float:left;
	margin:4px 30px 10px 0;
	line-height: 1.3em;
	border-bottom: 1px solid #eee;
	padding-bottom:5px;
}
.box-gal {
	width:200px; /*=M 270px */
	height:95px;
	float:left;
	margin:4px 20px 10px 0; /*=M 4 30 10 0*/
	line-height: 1.3em;
	border-bottom: 1px solid #eee;
	padding-bottom:5px;
}
.box-item h3 { color:#000;}
.box-item h5 { color:#A4238F;}
.box-item p { font-size: 11px; margin-bottom:0px; }
.page_post .meta, .post .meta{ font-size: 1em; margin: 5px 0px 0px 0px; background:#eee; padding:5px; text-align:right; }
.page_post .meta a, .post .meta a { padding: 2px 6px; }

.multimedia { background: #6C6 url(../img/bg_multimedia.gif) no-repeat top left;}


.box-item img, .box-focus img, .box-gal img {
	border:4px solid #e1e6e0;
	float:left;
	margin: 0 18px 0px 0px;
	padding: 1px;
}

#footer {
	clear:both;
	margin:0;
	padding:0px;
	background:url(../img/footer.gif) repeat-x top left;
	height:82px;
	font:12px Arial, Helvetica, sans-serif;
	color:#c6ccc6;
}

#footer a {
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	font:11px Arial, Helvetica, sans-serif;
}

#footer a:hover {
	color:#fff;
}

#footer p {
	padding:30px;
	margin:0
}

	#footer #newsletter {
		float:right;
		margin:30px 20px 0 0
	}

/********* form *********/ 

form {
	display:inline;
}

input {
	background:#dfe4de;
	font:14px Arial, Helvetica, sans-serif; /*=M 11px */
	color:#000;
	border:none;
	margin:0 4px;
	padding:2px;
}

select {
	background:#dfe4de;
	font:11px Arial, Helvetica, sans-serif;
	color:#000;
	border:none;
	margin:0 4px;
	padding:2px;
	width:400px;
}

select#provincia {
	width:220px;
}

select#fonte {
	width:220px;
}


textarea {
	background:#dfe4de;
	font:14px Arial, Helvetica, sans-serif; /*=M 11px */
	color:#000;
	border:none;
	margin:0;
	padding:4px;
}

input.prenota {
	background:url(../img/prenota.gif) no-repeat 0 0;
	width:207px;
	height:22px;
	margin:10px 0 0 0;
	cursor:pointer
}

input.contattaci {
	background:url(../img/contattaci.gif) no-repeat 0 0;
	width:207px;
	height:22px;
	margin:10px 0 0 0;
	cursor:pointer
}

.enter {
	padding-left:36px;
}

#printheader {
	display:none;
}

.smalltext a {
	font-size:10px;
}

input.nobord {
	background:none;
}

img.left {
	float:left;
	margin:0 10px 0 0
	}
.purple {
	font:bold 24px "Times New Roman", Times, serif;
	color:#a4238f;
}

.error {
	font:italic bold 20px georgia, "Times New Roman", Times, serif;
	color:#a4238f;
	text-align:center;
}
	
.small_error {
	font:italic bold 12px georgia, "Times New Roman", Times, serif;
	color:#a4238f;
	text-align:center;
}

.barrato {
	text-decoration: line-through; color:#999; padding-bottom: 8px;
}
.price_promo {
	color:#dc0032; font-size:16px; font-weight: bold;
}
.price {
	font-size:16px; font-weight: bold;
}
	
.more { background:#bd49ab;} a.more { color: #FFF;}  a.more:hover { color: #d581c7;} small a.more { color: #FFF;}
.promo { background:#f7e77c; padding:2px 10px; color: #484323; text-align: center; font-weight: bold;}
.prenota { background:#912780; padding:2px 10px; }  h3.prenota a{ text-align:center; color: #FFF;}  h3.prenota a:hover { color: #d581c7;}


.ajax_box {
text-align: left;
padding: 10px;
width: 400px; 
color: #5E5E5E; 
}
.ajax_box img {
float: left;
margin: 0 10px 10px 0; 
}
.ajax_box ul {
list-style: disc; 
margin-left: 15px;
}
/*-------VALIDATION ----------------*/
/* ====================== */
/* class validation        */
/* ====================== */

.validate_success {
	background: #E2F9E3;	
	border: 1px solid #9ECE9E;
	padding: 8px;
}
.validate_error {
	background: #FFEDEF;	
	border: 1px solid #FFC5CC;
	clear:both;
}
.validate_allert {
	background: #e7f4f8;	
	border: 1px solid #a2cbd7;
	clear:both;
}

/* Box login*/

.box-login {
	margin:2px;
	padding:10px;
}

.box-user-log, .box-login {
	background: #e7f4f8;	
	border: 1px solid #a2cbd7;
	clear:both;
	text-align: right;
}


.validate_success a,
.validate_error a, 
.validate_allert a {
	font-weight: bold;
}

.validate_success span { color: #9ECE9E; font-size: 0.90em; }
.validate_error span { color: #FFC5CC; font-size: 0.90em;}
.validate_allert span { color: #075085; font-size: 0.90em;}

.validate_success,
.validate_error,
.validate_allert,
.box-user-log
{	padding: 8px;
	font-style: italic;
	margin: 10px 4px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 1.3em;
}

.more,
.promo,
.prenota 
{
	padding: 5px;
	margin: 10px 4px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 1.3em;
	text-align:center;
}

.clear {
	clear: both;
}
