@charset "UTF-8";
/* CSS Document */

* {
  padding: 0px;
  border:0px;
}

a:link {
	color: transparent;
}
a:visited {
	color: transparent;
}
a:hover {
	color: transparent;
}
a:active {
	color: transparent;
}

img {
border:0px;
}


body {
	margin:0 auto 0 auto;
	background-color:#4b2e11;
}

h1 {
  	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	color:#904900;
	font-size:20px;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:1px solid #cda36f;
}

h2 {
  	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	color:#ffbe59;
	font-size:18px;
	font-weight:bold;
	padding-top:5px;
	padding-left:15px;
}

h3 {
font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; color:#fffbe6; font-size:14px;
}

h3 A:LINK{
	color:#fffbe6;
	text-decoration:underline;
}

h3 A:VISITED{
	color:#fffbe6;
	text-decoration:underline;
}

h3 A:HOVER{
	color:#fffbe6;
	text-decoration:none;
}

h4 {
	width:990px;
	height:35px;
	margin:0 auto 0 auto;
	background-color:#000;
	font-size:25px;
	color:#eab359;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	padding-left:15px;
	padding-top:5px;
}

h5 {
  	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	background-color:#a87338;
	width:300px;
	padding:5px;
}


p {
  	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	color:#373124;
	font-size:13px;
}

p A:LINK{
	color:#884a09;
	font-weight:bold;
	text-decoration:underline;
}

p A:VISITED{
	color:#884a09;
	font-weight:bold;
	text-decoration:underline;
}

p A:HOVER{
	color:#884a09;
	font-weight:bold;
	text-decoration:none;
}

ul li {
	list-style-image: url(immagini/punto.gif);
	text-align:justify;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	color:#373124;
	font-size:13px;
}

li {
	padding-bottom:10px;
}


.header {
	width:100%;
	height:125px;
	background-image:url(immagini/bg-header.gif);
	background-position:top center;
	background-repeat:repeat-x;
}

.footer {
	width:100%;
	height:230px;
	background-image:url(immagini/bg-footer.gif);
	background-position:top center;
	background-repeat:repeat-x;
	text-align:center;
}

.spot {
	width:990px;
	height:204px;
	margin:0 auto 0 auto;
	background-image:url(immagini/bg-spot.jpg);
	background-position:top center;
	background-repeat:repeat-x;
}

.spot2 {
	width:990px;
	height:483px;
	background-image:url(immagini/bg-spot-big.jpg);
	margin:0 auto 0 auto;
	background-position:top center;
	background-repeat:repeat-x;
}

.trattamenti {
  	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	color:#a75c0e;
	font-size:13px;
}

.trattamenti A:LINK {
	color:#a75c0e;
	text-decoration:underline;
}

.trattamenti A:VISITED {
	color:#a75c0e;
	text-decoration:underline;
}

.trattamenti A:HOVER {
	color:#ffbe59;
	text-decoration:underline;
}


.piccolo {
  	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
    color:#ffbe59;;
	font-size:11px;
}

.piccolo A:LINK {
    color:#ffbe59;;
	text-decoration:none;
}

.piccolo A:VISITED {
    color:#ffbe59;;
	text-decoration:none;
}

.piccolo A:HOVER {
    color:#ffbe59;;
	text-decoration:underline;
}

.menu {
  	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	color:#fffbe6;
	font-size:12px;
	font-weight:bold;
}

.menu A:LINK {
	color:#fffbe6;
	text-decoration:none;
}

.menu A:VISITED {
	color:#fffbe6;
	text-decoration:none;
}

.menu A:HOVER {
	color:#fffbe6;
	text-decoration:underline;
}



	