@charset "utf-8";
/* CSS Document */

body, html {
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	background:url(images/bg.png) repeat-x #cccccc;
}

.table_content {
	border:0px;
	padding:0px;
}

.header {
	background:url(images/header.png) no-repeat;
	height:150px;
	width:800px;
}

.menu {
	background:#CCC;
	height:30px;
	margin-left:20px;
}

.menu_border {
	border:0px;
	border-top-color:#F60;
	border-top-width:3px;
	border-top-style:solid;
	margin:0px;
	padding:0px;
}

.contact_border {
	border:0px;
	border-left-color:#F60;
	border-left-width:3px;
	border-left-style:solid;
	margin:0px;
	padding:0px;
}

.body_down_left {
	background:url(images/body_down_left.png) no-repeat;
	height:10px;
	width:10px;
}

.body_down_right {
	background:url(images/body_down_right.png) no-repeat;
	height:10px;
	width:10px;
}

.body_down_center{
	background:#FFF;
	height:10px;
}

.body_center{
	background:#FFF;
}

a:link {
	text-decoration:none;
	color:#000;
}

a:visited {
	text-decoration:none;
	color:#000;
}

a:active {
	text-decoration:none;
	color:#000;
}

a:hover {
	text-decoration:none;
	background:#F60;
	color:#000;
}

h1 {
	font-size:larger;
	margin:0px;
	padding:0px;
}

.table_prezzi {
	padding:20px;
}

.table_prezzi th {
	background:url(images/table_header.png) repeat-x;
	height:30px;
	font-size:14px;
	font-weight:bold;
	font-variant:small-caps;
	text-align:left;
}

.table_prezzi td {
		border:1px #F90 solid;
}

a img {
	border:0px;
}

.mappa {
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
}