body {
	margin: 0px;
	padding: 0px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	height: 100%;
	width: 100%;
	color: #787566;
	background: #706f6e;
}

a:focus { outline: 0; }

a {
text-decoration: none;
color: #cdcbc9;
} 	

a:hover {
text-decoration: none;
color: #706f6e;
} 

img {
	border: 0px;
}

/* @group background */

#background {
	padding: 0px;	
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	margin: 0px;
	z-index: 0;
	overflow: hidden;
}


#patina {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #47402d;

}
	
	#image {
	position: absolute;
	top: 0px;
	left: 0px;	
	width: 100%;
	height: 100%;
	}

	#frase {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;	
	z-index: 99;
	}

#lenguage {
	position: absolute;
	top: 20px;
	left: 860px;
	width: 20px;
	height: 20px;
	z-index: 99;
}

/* @end */

/* @group logobar */

	#logo {
	position: absolute;
	top: 100px;
	left: 40px;
	width: 45px;
	height: 221px;
	z-index: 99;
	
	}

	#menu {
	position: absolute;
	top: 100px;
	left: 200px;
	width: 900px;
	height: 50px;
	z-index: 98;
	}
	
		#menu ul {
		margin: 0px;
		padding: 0px;
		}

		#menu ul li{
		position: absolute;
		list-style-type: none;
		height: 46px;
		margin: 0 0 0 0;
		padding: 0px;
		}	
		
		ul.menu li a {
		height: 44px;
		display: block;
		color: #cdcbc9;
		text-decoration: none;
		background: url(../images/menu_bg.gif) no-repeat;

		}

		ul.menu li a:hover {
		height: 46px;
		display: block;
		color: white;
		text-decoration: none;
		background: url(../images/menu_bg.gif) no-repeat 0 -46px;
		}	

		ul.menu li a span{
		margin: 0 0 0 45px;
		line-height: 25px;
		font-size: 14px;
		}

.submenu_bg {
	position: absolute;
	top: 0px;
	width: 180px;
	height: 100%;
	background: #47402d url(../images/menu_bg_h.gif) no-repeat 20px 100px;
	margin: 0px;
	padding: 0px;
	z-index: 99;
	display: block;
	cursor: pointer;
}

.submenu {
	position: absolute;
	margin: 0px;
	padding: 0px;
	color: white;
	z-index: 99;
	font-size: 14px;
}

.submenu li {
	margin:0px;
	padding: 0px;
	list-style-type: none;
	z-index: 99;

}

.submenu li a span{
	margin:0 0 0 45px;
}

/* @end */

/* @group content */

#home {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
}

#content {
	position: absolute;
	margin: 146px 0 0 0;
	left: 0px;
	width: 100%;
}

#content_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 25px;
	width: 100%;
	background: #706f6e;
	z-index: 0;
}

#cosa_content {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 438px;
	width: 950px;
	color: white;
	z-index: 97;
}

#cosa_content h1{
	position: relative;
	margin: 10px 0 0 200px;
	width: 650px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}

#cosa_content h2{
	position: relative;
	margin: 30px 0 0 200px;
	width: 650px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}

#cosa_content p{
	position: relative;
	margin: 30px 0 0 200px;
	width: 400px;
	text-align: justify;
}

#cosa_content p span{
	font-size: 16px;
	}

#cosa_content form{
	position: relative;
	margin: 40px 0 0 200px;	
	padding: 0px;
	}

#cosa_content form ul{
	margin: 0px;
	padding: 0px;
	}

#cosa_content form ul li{
	margin: 0 0 5px 0;
	padding: 0px;
	list-style-type: none;
	}

#cosa_content table {
	position: relative;
	width: 650px;
	margin: 20px 0 0 200px;	
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

/* @group trattamenti */

#treatments_content {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 464px;
	width: 950px;
	color: white;
	z-index: 97;
	text-align: justify;
}

#treatments_content h1{
	position: absolute;
	width: 650px;
	left: 200px;
	top: 10px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}

#treatments_content h2{
	position: absolute;
	width: 650px;
	left: 200px;
	top: 60px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}

#treatments_content p{
	position: absolute;
	width: 400px;
	height: 350px;
	left: 200px;
	top: 104px;
	overflow: hidden;
	}

#treatments_content p a{
	position: absolute;
	width: 15px;
	height: 15px;
	background: white;
	top: 0px;
	text-align: center;
	color: #706f6e;
}

#treatments_content p a:hover{
	background: white;
	text-align: center;
	color: #cdcbc9;
}

#treatments_content p span{
	font-size: 14px;
	}

/* @end */

/* @group trattamenti new */

#treatments_content_new {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 464px;
	width: 950px;
	color: white;
	z-index: 97;
	text-align: justify;
}

#treatments_content_new h1{
	position: relative;
	width: 650px;
	margin: 10px 0 0 200px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}

#treatments_content_new h2{
	position: relative;
	width: 650px;
	margin: 30px 0 0 200px;	
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}

#treatments_content_new h3{
	position: relative;
	width: 650px;
	margin: 20px 0 0 200px;	
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

#treatments_content_new h3 a{
	width: 15px;
	height: 15px;
	background: white;
	text-align: center;
	color: #706f6e;
	display: block;
	float: left;
	margin: 0 5px 0 0;
}

#treatments_content_new h3 a:hover{
	background: white;
	text-align: center;
	color: #cdcbc9;
}

.p_container {
	clear: both;
	position: relative;
	width: 400px;
	margin: 0 0 0 200px;	
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

.p_container h4{
	margin: 0px;
	padding: 20px 0 20px 0;
	font-size: 14px;
	}

.p_container p{
	width: 400px;
	margin: 0px;
	padding: 0px;
	}


/* @end */

/* @group carrello */

table.catRiepilogoTxt {
	position: relative;
	width: 750px;
	margin: 20px 0 0 200px;	
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

/* @end */

.scroll {
	position: absolute;
	top: 0px;
	line-height: 438px;
	height: 438px;
	width: 100px;
	margin: 0px;
	padding: 0px;
	font-size: 80px;
}

.scroll a {
color: #cdcbc9;
}

.scroll a:hover {
color: white;
}

#register {
	margin: 0px;
	padding: 0px;
}

#register li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	width: 200px;
}

#regala {
	margin: 20px 0 0 200px;	
	padding: 0px;
	width: 400px;
}

#regala li{
	margin: 0px;
	padding: 0 0 10px 0;
	list-style-type: none;
	float: left;
	width: 200px;
}

/* @end */

/* @group footer */

#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 25px;
	background: #000000;
	font-size: 9px;
	z-index: 98;
	color: white;
}

#footer p{
	margin: 0 0 0 200px;
	padding: 0px;
	line-height: 25px;
}

/* @end */





