/*
-----------------------------------------------
GENARAL RULES
-----------------------------------------------
*/

body{
background-image: url(../images/bodybg.jpg);
background-repeat: repeat-x;
font-family: Georgia,arial,sans-serif;
font-size:15px;
background-color: #CFCCB0;
margin:0;
padding:0;
}

a {
text-decoration:none;
}

h1 {
display:none;
}

br {
display:none;
}

h2 {
color:#b0944b;
font-size: 17px;
font-weight:500;
line-height: 0;
}

p {
padding-top:0px;
padding-bottom:20px;
margin:0;
}

/*
----------------------------------------------------------------------
CONTAINER
----------------------------------------------------------------------
*/

#container{
position:relative; /* needed for footer positioning*/
width : 780px;
margin: 0 auto;
background-image: url(../images/bodybg.jpg);
background-repeat: repeat-x;
background-color: #CFCCB0;
overflow:hidden;
}

/*
----------------------------------------------------------------------
HEADER
----------------------------------------------------------------------
*/

#header{
height:95px;
width : 780px;
background-image: url(../images/bodybg.jpg);
background-repeat: repeat-x;
background-color: #CFCCB0;
clear:both;
}

.logo-header {
width:453px;
height:95px;
border: none !important;
}

/*
----------------------------------------------------------------------
FLASH
----------------------------------------------------------------------
*/

.flash{
width : 780px;
background-color: #CFCCB0;
height:395px;
clear:both;
display:block;
overflow:hidden;
}

.flashold{
width : 780px;
background: transparent url(../images/flash.jpg) no-repeat;
background-color: #CFCCB0;
height:395px;
clear:both;
display:block;
overflow:hidden;
}

/*
----------------------------------------------------------------------
MENU
----------------------------------------------------------------------
*/

#menu{
width : 780px;
height:40px;
background-image: url(../images/contentbg.gif);
background-repeat: repeat-y;
background-color: #CFCCB0;
display:block;
overflow:hidden;
}

#menu ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin : 0; 
padding : 0;
}

#menu li {
float : left; 
margin-left:22px;
_margin-left: 17px; 
padding:0;
height:40px;
font-size: 19px;
}

#menu li a {
display:inline;
margin:0;
text-decoration:none;
color : #B0944B;
height:40px !important;
float:left;
}

#menu li a:hover{
color : #3D1D08 ;
background: url(../images/current.gif) no-repeat 50% 100%;
}

#current {
color : #3D1D08 ;
background: url(../images/current.gif) no-repeat 50% 100%;
}

/*
----------------------------------------------------------------------
CONTENT
----------------------------------------------------------------------
*/

#content{
width : 500px;
color: #333;
background-image: url(../images/contentbg.gif);
background-repeat: repeat-y;
background-color: #CFCCB0;
clear:both;
padding: 20px 150px 20px 117px;
overflow:hidden;
line-height: 1.5;
display:block;
}

#content ul{
list-style-image:url(../images/listitem.gif);
margin-bottom: 15px; 
padding-left: 30px;
margin-top: 5px;
}

.beforelist{
margin: 0;
padding: 0;
}

.nomargin{
padding: 0;
}

#trattamenti p{
margin: 0;
padding: 0;
}

#trattamenti h2{
padding-top: 20px;
}

#trattamenti #content{
padding-top: 0px;
}

#testimonials p{
padding-left: 60px;
}

.quote{
background: url(../images/quote.gif) no-repeat 0% 0%;
padding-bottom: 5px;
}

.signature{
font-size: 12px;
color: #B0944B;
font-style: italic;
padding-bottom: 30px;
}
/*
----------------------------------------------------------------------
FOOTER
----------------------------------------------------------------------
*/

#footer{
width: 780px;
height:248px;
background-color: #CFCCB0;
display:block;
clear:both;
overflow:hidden;
background-image: url(../images/footer.gif);
background-repeat: no-repeat;
}

.footerdata{
width: 400px;
height:65px;
font-size: 12px;
display:block;
margin: 70px 120px 10px 120px;
color:#666;
}

.footerdata ul{
list-style-type:none;
margin: 10px 0 0 0;
padding:0;
}
.footerdata li{
margin-bottom: 5px; 
}

.footerdata a{
color: #b0944b;
text-decoration: underline;
}

.footerdata a:hover{
color: #3D1D08;
text-decoration: underline;
}

/*
----------------------------------------------------------------------
MAPPA
----------------------------------------------------------------------
*/

#mappa{
display: block;
width:425px;
height:350px;
position: relative;
margin: 0px 0px 10px 0px;
}

.cornerSXTop {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 19px;
	height: 20px;
}
.cornerSXTop[class] {
	background: url(../images/sxtopcorner.png) no-repeat;
}
.cornerDXTop {
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 0px;
	width: 19px;
	height: 20px;
}
.cornerDXTop[class] {
	background: url(../images/dxtopcorner.png) no-repeat;
}
.cornerSXBottom {
	position: absolute;
	z-index: 1;
	bottom: -2px;
	left: 0px;
	width: 19px;
	height: 20px;
}
.cornerSXBottom[class] {
	background: url(../images/sxbottomcorner.png) no-repeat;
}
.cornerDXBottom {
	position: absolute;
	z-index: 1;
	bottom: 0px;
	right: -1px;
	width: 19px;
	height: 20px;
}
.cornerDXBottom[class] {
	background: url(../images/dxbottomcorner.png) no-repeat;
}
* html .cornerDXBottom {
	bottom: -1px;
}



