* { margin: 0; padding; 0; }

/* -- Tag Completi -- */
body {
	height: 100%;
	background-image:url(img/bckg_header.gif);
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	background-color: #e1e1e1;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:small;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: rgb(173, 0, 16);
	text-align:left;
	margin: 0px;
	padding-top: 5px;
	padding-bottom:10px;
}

h3 a{ text-decoration:none;  color:rgb(52, 112, 145);}
h3 a:hover{ text-decoration:underline;  color:rgb(52, 112, 145);}
/* -- HEADER --*/
#header {
    height: 100px;
    width: 700px;
    margin: 0 auto;
    text-align: left;
}
#nav{
	text-indent:-9999px;
	background-image:url(img/bck_logo.jpg);
	background-repeat:no-repeat;
	background-position: 10px;
}
#nav h1 a {
    cursor: pointer;
    display: block;
    width: 250px;
    height: 100px;
	margin: 0px;
	padding: 0px;
}

#zeMenu {
    width: 450px;
    position: absolute;
    top: 25px;
	margin-left: 250px;
}

#zeMenu ul{list-style: none;}
#zeMenu li{display: inline; }
#zeMenu li#men_chi a{ 
    background: url(img/menu/chi.jpg);
    width: 82px;
    height: 52px;
    text-indent: -9999px;
    display: block;
    float: left;
}
#zeMenu li#men_serv a{ 
    background: url(img/menu/servizi.jpg);
    width: 82px;
    height: 52px;
    text-indent: -9999px;
    display: block;
    float: left;
}
#zeMenu li#men_ev a{ 
    background: url(img/menu/eventi.jpg);
    width: 82px;
    height: 52px;
    text-indent: -9999px;
    display: block;
    float: left;
}
#zeMenu li#men_pr a{ 
    background: url(img/menu/press.jpg);
    width: 82px;
    height: 52px;
    text-indent: -9999px;
    display: block;
    float: left;
}
#zeMenu li#men_con a{ 
    background: url(img/menu/contatti.jpg);
    width: 82px;
    height: 52px;
    text-indent: -9999px;
    display: block;
    float: left;
	clear: right;
}

/* -- FOOTER -- */
#footer{
    width: 700px;
    margin: 0 auto;
	clear:both;
}
#footSx{
	float:left;
	margin-top: 12px;
	margin-bottom: 10px;
	width:470px;
}
#footSx p{ font-size:x-small; padding-left:5px; color:rgb(52, 112, 145);}
#footSx form{ margin-bottom:10px;}
#footSx input{ height: 10px; font-size:9px;}
#footSx .pulsantor{
	width:50px;
	height:16px;
	margin-left:2px;
	background:url(img/cerca.gif);
	text-indent: -9999px;
	border:none;
}
#footSx ul{ margin: 0px; padding: 0px 0px 10px 5px;}
#menuFot li{
display: inline;
list-style-type: none;
padding-right: 5px;
margin-bottom: 10px;
}
#menuFot li a{ color: rgb(52, 112, 145); text-decoration:none;}
#menuFot li a:hover{ color: rgb(52, 112, 145); text-decoration:underline;}
#footDx{
	background-image:url(img/logo_meeting.jpg);
	float:left;
	margin-top: 10px;
	width:230px;
	height:65px;
	text-indent: -9999px;
}
#footDx h1 a{
    cursor: pointer;
    display: block;
    width: 230px;
    height: 65px;
}
#credit {
	margin-top:10px;
}
#credit a{
	color: rgb(173, 0, 16);
	text-decoration:none;
}
#credit a:hover{
	color: rgb(173, 0, 16);
	text-decoration: underline;
}
/* -- CONTENUTI CENTRALE -- */

#main {
    width: 100%;
    background: #ffffff;
    height: auto;
    clear: both;
    float: left;
	border-bottom: solid thin rgb(173, 0, 16);
}
#content {
    margin: 0 auto;
    text-align: center;
    width: 700px;
    height: auto;
}
#content p { text-align: justify; }
#colSx {
	float: left;
	width: 245px;
	margin-bottom:10px;
}
#colSx p{ padding: 5px;}
#colSx h2{ padding-left:5px;}
#colSx .team{ margin-left:90px;} 
#colSx img{ float:left; padding:5px;}
#colSx h3{ color:rgb(57, 116, 147); font-size:14px; text-align:left; padding-left:10px;}
#colDx {
	float: right;
	width: 450px;
	margin-bottom:10px;
}
/* newsletter */
#newsletter{
	background-image:url(img/nl_bck.gif);
	background-repeat:no-repeat;
	width:214px;
	height:97px;
	margin-left: 18px;
	text-align:right;
	color: white;
}
#newsletter h3{
	font-size:16px;
	color: white;
	text-align:left;
	margin-left:10px;
	padding-top:10px;
	padding-bottom:5px;
}
#newsletter form{ margin-right:13px;}
#newsletter label{ margin-right:3px; font-weight:bold;}
#newsletter input{ font-size:9px; height:10px;}
#newsletter .pulsantor{
	width:50px;
	height:16px;
	margin-left:2px;
	margin-top:2px;
	background:url(img/invia.gif);
	text-indent: -999px;
	border:none;
}

/*
+ ---------------------------- +
+ Inizia Accordion CSS
+ ---------------------------- +
*/

.Accordion {
	margin-top:10px;
	overflow: hidden;
}
.AccordionPanel {
	margin: 0px;
	padding: 0px;
	color: rgb(145, 0, 5);
	text-align:right;
}
.AccordionPanelTab {
	border-top: solid 1px black;
	margin: 0px;
	padding-top: 20px;
	padding-right:20px;
	padding-bottom:40px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	height: 70px
}
.AccordionPanelContent {
	overflow: auto;
	text-align:justify;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	padding-right:50px;
	padding-left: 50px;
	height: 100px;
}
.AccordionPanelTabHover {
	color: #555555;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #555555;
}

/* -- FORMATTAZIONIE SPECIALE --*/
.Accordion .AccordionPanel .superCall{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:40px;
	display:block;
	height: 70px
}
.Accordion .AccordionPanel .underCall{
	font-size:18px;
}
/* -- IMMAGINETTE -- */

.desk_massage{
	background-image:url(img/accordion/d_massage.jpg);
	background-repeat:no-repeat;
}
.pers_train{
	background-image:url(img/accordion/personal_train.jpg);
	background-repeat:no-repeat;
}
.massage{
	background-image:url(img/accordion/massaggi.jpg);
	background-repeat:no-repeat;
}

/*
+ ---------------------------- +
+ Inizia CSS pagine speciali
+ ---------------------------- +
*/

#fitness{ background:url(img/serv_fitness.jpg) no-repeat;}
#massaggi{ background:url(img/serv_massaggi.jpg) no-repeat;}
#naturali{ background:url(img/serv_natura.jpg) no-repeat;}
#aziende{ background:url(img/serv_aziende.jpg) no-repeat;}
.pan_serv{
	width:225px;
	float:left;
	margin-top:25px;
	padding-top:50px;
	font-size:xx-small;
}
.pan_serv a{font-size:xx-small; color: rgb(173, 0, 16); text-decoration:none;}
.pan_serv a:hover{color: rgb(173, 0, 16); text-decoration:underline;}

.more-link { text-align:left;  color:rgb(52, 112, 145);}
.more-link a{ text-decoration:none;  color:rgb(52, 112, 145);}
.more-link a:hover{ text-decoration:underline;  color:rgb(52, 112, 145);}

img{ border:none;}

#serv_nav { list-style:none; padding:0px;}
#serv_nav li ul{ margin-top:0px;}

.serv_fit a{
background:url(img/serv_fitness_t.jpg) no-repeat;
 text-indent: -9999px;
	width:220px;
	height:50px;
	padding: 0px;
	margin: 0px;
	display:block;
}
.serv_natura a{
background:url(img/serv_natura_t.jpg) no-repeat;
 text-indent: -9999px;
	width:220px;
	height:50px;
	padding: 0px;
	margin: 0px;
	display:block;
	}
.serv_az a{
background:url(img/serv_aziende_t.jpg) no-repeat;
 text-indent: -9999px;
	width:220px;
	height:50px;
	padding: 0px;
	margin: 0px;
	display:block;
	}
.serv_mass a{
 background:url(img/serv_massaggi_t.jpg) no-repeat;
 text-indent: -9999px;
	width:220px;
	height:50px;
	padding: 0px;
	margin: 0px;
	display:block;
	}
.sublist{text-align:left; margin-bottom:7px; padding-left:60px;}
.sublist li a{ background:none; color:rgb(52, 112, 145); text-decoration:none;}
.sublist li a:hover{ background:none; color:rgb(52, 112, 145); text-decoration:underline;}

.post {margin-bottom:15px; text-align:justify;}
.post img{
float:left;
padding-right: 10px;
padding-bottom: 10px;
}

#chile{
 background:url(img/sf_chi.jpg) no-repeat;
 font-size:12px;
 width:300px;
 height:150px;
 margin: 0px auto;
 }
 #chile p{
 margin-left: 90px;
 padding-top: 40px;
 margin-right: 15px;
 }