/* STRUTTURA */
html,body{
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #ffdc5e;
	font-family: Geneva;
	font-size: 14px;
}
div#container{
	position: relative;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
body>div#container{
	height: auto;
	min-height: 100%;
}
a:link, a:active, a:visited{
	color: #8e0d40;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
}
img {
	border: 0;
}
/* TESTATA */
div#testata{
	position: relative;
	height: 230px;
	background-image: url(../img/sfondo-top.png);
	background-repeat: repeat-x;
}
div#menu{
	width: 95%;
	padding-top: 30px;
	padding-bottom: 5px;
	text-align: right;
	color: #000000;
	font-size: 18px;
	font-weight:bold;
}
div#menu a, a:visited {
	font-size: 100%;
	color: #000000;
}
div#menu a:hover {
	color: #ffdc5e;
}
div#logo {
	position: relative;
	clear: both;
	top: -10px;
	text-align: center;
	margin: 0 auto;
}
/* CORPO */
div#col-sx{
	float: left;
	width: 15%;	
	min-width: 180px;
	min-height: 350px;
	padding-left: 3%;
	text-align: center;
}
div#box-trattamenti{
	position: relative;
	width: 180px;
	height: 350px;
	margin-top: 30px;
	text-align: center;
	font-weight:bold;
	background-image: url(../img/sfondo-trattamenti.png);
	background-position: right;
	background-repeat:no-repeat;
}
div#box-trattamenti a,a:visited{
	color: #000000;
	font-size: 14px;
}
div#box-trattamenti a:hover{
	color: #df5b14;
}
div#col-dx{
	float: right;
	width: 15%;	
	min-width: 180px;
	min-height: 350px;
	padding-right: 3%;
	text-align: center;
}
div#box-offerte{
	position: relative;
	width: 180px;
	height: 350px;
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	background-image: url(../img/sfondo-trattamenti.png);
	background-position: left;
	background-repeat:no-repeat;
}
.tit-offerta {
	font-size: 16px;
	font-weight:bold;
	padding-top: 15px;
}
.txt-offerta {
	font-size: 13px;
	text-align:left;
	margin: 10px 15px 0 15px;
}
div#corpo{
	width: 60%;
	min-height: 350p;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 80px;
	text-align: center;
}
/* FOOTER */
div#footer{
	position: absolute;
	clear: both;
	width: 100%;
	bottom:0;
	left:0;
	border-top-width: 2px;
	border-top-style: double;
	border-top-color: #660000;
	background-color: #990033;
	color: #ffffff;	
	font-size:13px;
	font-weight: bold;
	text-align: center;	
}
div#footer a{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
div#footer a:hover{
	color: #cc6600;
	text-decoration: none;
}
#txt_footer{
	float: left;
	padding-top: 10px;
	padding-left: 5%;
}
#img_footer{
	float: right;
	padding: 5px;
}
/* STILI PAGINE TRATTAMENTI */
.intro-trattamenti {
	font-weight:bold;
	letter-spacing: 1px;	
}
.tit-trattamenti {
	font-weight:bold;
	font-size: 16px;
	color: #990033;
	letter-spacing: 1px;
}
.testo-trattamenti {
	padding-left: 20px;
	font-weight:bold;
	letter-spacing: 1px;
}
.pulsante {
	background-color: #990033;
	color: #ffdc5e;
	font-weight:bold;
	border-color: #ffdc5e;
	letter-spacing: 1px;
}
.pulsanteOv {
	background-color: #ffdc5e;
	color: #990033;
	font-weight:bold;
	border-color: #ffdc5e;
	letter-spacing: 1px;
}
.campo {
	font-family: Geneva;
	font-size: 14px;
}
