/*STILI PER IL LAYOUT FISSO*/
html {
margin: 0;
padding: 0;
height: 100%;
background-color: #fff;
}

body {
margin: 0;
padding: 0;
background-image: url(../layout/bg-em-2.jpg);
background-position: center top;
background-repeat: no-repeat;
height: 100%;
font-family: "tahoma", sans-serif;
font-size: 12px;
color: #666;
text-align: justify;
}

body>div#container{
height: auto;
min-height: 100%;
}

div#container {
position: relative;
width: 768px;
height: 100%;
margin-left: auto;
margin-right: auto;
text-align: justify;
top: 20px;
}

/*STILI GENERICI*/
div#header {
margin: 0;
padding: 0 0 0 10px;
position: relative;
top: 65px;
}

div#content {
padding: 0 1.5em 5em
}

div#content {
background-image: url(../layout/content_bg.gif);
background-repeat: repeat-y;
background-position: center-top;
position: relative;
margin: 0 0 5px 0;
padding: 5px 297px 65px 10px;
height: auto;
text-align: justify;
top: 65px;
}

div#navigation {
margin: 0;
padding: 0;
background-image: url(../layout/navigation_bg.gif);
background-repeat: repeat-y;
position:absolute;
top: 72px;
left: 470px;
width: 140px;
text-align: right;
font-size: 10px;
color: #fff;
}

div#navigation a {
color: #fff;
}

div#navigation a:hover {
text-decoration: underline;
color: #ff0;
}

div#extra {
margin: 0;
padding: 0;
width: 139px;
text-align: left;
font-size: 11px;
background-repeat: repeat-y;
background-repeat: no-repeat;
background-position: top;
position:absolute;
top: 60px;
left: 632px;
text-align: left;
}

div#footer {
clear:both;
margin: 0px;
padding: 72px 0 12px 10px;
position: relative;
width: 758px;
font-size: 9px;
text-align: left;
background-image: url(../layout/footer-em.jpg);
background-repeat: no-repeat;
background-position: bottom;
}

/*STILI SPECIFICI PER IL LAYOUT*/
a {
color: #c40e2f;
}

a:hover {
text-decoration: underline;
color: #ff0;
}

p {
text-align: justify;
}

div#navigation p {
text-align: right;
}

h2 {
margin: 0 0 15px 0;
padding: 0;
background-image: url(../layout/h2.jpg);
background-repeat: no-repeat;
background-position: top;
font-variant: small-caps;
color: #c40e2f;
}

h3 {
margin: 0 0 15px 0;
padding: 30px 0 0 0;
background-image: url(../layout/h3.jpg);
background-repeat: no-repeat;
background-position: top;
color: #c40e2f;
}

img {
border: none;
}

div#content .imgr {
margin: 4px 0px 4px 0px;
padding: 0px;
float: right;
}

div#content .imgl {
margin: 4px 8px 4px 0px;
padding: 0px;
float: left; 
}

div#content .video {
margin: -10px 0px 0px 0px;
padding: 0px;
}

div#content .videor {
margin: -45px 0px 4px 8px;
padding: 0px;
float: right;
}

table {
margin: 0;
padding: 0;
table-layout: fixed;
border-collapse: collapse;
width: 460px;
}

td, th {
padding: 0 0 10px 0;
text-align: center;
border-bottom: solid 1px #ccc;
}

div#content li {
font: 12px/20px tahoma, sans-serif;
list-style-position: inside;
}

/*STILI PER LA NAVIGAZIONE*/
div#navigation {float: left}
div#navigation ul{list-style-type: none; margin: 0; padding: 0}
div#navigation li{margin: 0; padding:0}
div#navigation a:hover{line-height: 1px; /*serve per IE*/}
div#navigation a:hover img{visibility: hidden}
div#navigation a#current:hover img{visibility: visible}
li#rieducazione-funzionale{background: url("../layout/rieducazione-funzionale_on.gif") no-repeat top left}
li#propriocezione{background: url("../layout/propriocezione_on.gif") no-repeat top left}
li#personal-training{background: url("../layout/personal-training_on.gif") no-repeat top left}
li#fitness-posturale{background: url("../layout/fitness-posturale_on.gif") no-repeat top left}
li#plicometria{background: url("../layout/plicometria_on.gif") no-repeat top left}
li#valutazione-funzionale{background: url("../layout/valutazione-funzionale_on.gif") no-repeat top left}
li#società-sportive{background: url("../layout/società-sportive_on.gif") no-repeat top left}
li#servizi{background: url("../layout/servizi_on.gif") no-repeat top left}

/*STILE PER IN EVIDENZA*/
div#evidenza a:hover img{visibility: visible}

