/* CSS Document */

html,body {
	margin: 0;
	padding:0;
	}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	}
	
#conteiner{
	margin: 50px auto 0px auto;
	width:956px;
	height:246px;
	background-image:url(../img/bg_home.jpg);
	padding-top:254px;
}
#conteiner a{
	color:#000;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
#conteiner a:hover{
	text-decoration:underline;
}

#address{
	margin: 0px auto 20px auto;
	width:956px;
	color:#000;
	font-size:11px;
	text-align:center;
	padding-top:10px;
}
#address a{
	color:#000;
}

#conteiner_int{
	margin: 0px auto;
	width:956px;
}
#center{
	background-image:url(../img/bg_interno.jpg);
	background-repeat:no-repeat;
	background-color:#FFDFDE;
}

#menu{
	float:left;
	width:220px;
	padding:40px 0 0 0;
}
#testi{
	float:right;
	width:640px;
	height:400px;
	padding:40px 30px 0 0;
	font-size:12px;
}
#testi_gallery{
	float:right;
	width:640px;
	height:500px;
	padding:40px 30px 0 0;
}
#testi a{
	color:#000;
}
#chiusura{
	clear:both;
}

.tratteggio{
	height: 6px;
	border-bottom:1px dashed #C39;
}

.button{
	width:210px;
	height: 20px;
	padding:10px 10px 0 0;
	text-align:right;
	font-size:14px;
	border-bottom:1px dashed #C39;
	font-weight:bold;
	color:#EC8C8C;
}
.button a{
	text-decoration:none;
	color:#000;
}
.button a:hover{
	text-decoration:none;
	color: #EC8C8C;
}
.button_open{
	width:210px;
	height: 20px;
	padding:10px 10px 0 0;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	color:#000;
}

.sub_button{
	width:198px;
	height: 19px;
	padding:2px 22px 0 0;
	text-align:right;
	font-size:14px;
	color: #666;
	background-image:url(../img/sub_button_out.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.sub_button a{
	color: #666;
	text-decoration:none;	
}
.sub_button a:hover{
	color: #EC8C8C;
	text-decoration:none;	
}
.sub_button_open{
	width:198px;
	height: 19px;
	padding:2px 22px 0 0;
	text-align:right;
	font-size:14px;
	color: #EC8C8C;
	background-image:url(../img/sub_button_over.gif);
	background-repeat:no-repeat;
	background-position:right;
}
h1{
	color: #EC8C8C;
	font-size:24px;
}