body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a79895;
}

* {
	outline: none;
}

.base {
	
}
.orange{
	color: #D6872E !important;
}
.testo-grigio
{
	color: #a79895 !important;
}
a {
	text-decoration: none;
	color: #a79895;
}
a:hover  {
	color: #D6872E;
}

img {
	border: none;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

h1 {
	font-family: Georgia, Times, serif;
	font-size: 20px;
	background: url(../img/h_border.png) repeat-x bottom;
	padding-top: 3px;
	padding-bottom: 10px;
	margin-bottom: 21px;
	letter-spacing: 1px;
}

h2 {
	color: #D6872E;
	font-size: 100%;
	text-transform: uppercase;
	margin: 15px 0 3px;
	font-weight: normal;
}

h3 {
	color: #D6872E;
	font-size: 100%;
	text-transform: uppercase;
	font-weight: normal;
}

p {
	line-height: 18px;
}

.arancione {
	color: #D6872E;
}

.testo-tipo-focus
{
	font-size: 15px;
	font-style:italic;
	line-height:19px;
	font-family:georgia,palatino;
	color:#A79895;	
}

.bold {
	font-weight: bold;
}

.tabella_prezzi {
	padding: 15px;
	background-color: #F8F7F5;
	margin-left: -15px;
	margin-right: -15px;
}

.tabella_prezzi table {
	border-collapse: collapse;
}

.tabella_prezzi th {
	font-weight: normal;
	text-align: left;
}

.tabella_prezzi td {
	background: url(../img/h_border.png) repeat-x top;
	padding: 7px 0; 
}

.tabella_prezzi caption {
	text-align: left;
	background-color: #F8F7F5;
}

.tabella_prezzi caption h2 {
	color: #a79895;
	margin: 0;
}

.arancio {
	color: #D6872E;
}

.align_right {
	text-align: right;
}
