@charset "UTF-8";
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin:0;
    padding:0;
	background-image:url(../img/bg-page.jpg);
}

a {
    font-weight:bold;
    color:#992f0f;
    text-decoration:underline;
}

a:hover {
    font-weight:bold;
    color:#000000;
    text-decoration:none;
}

a img { border: 0 none; }

h1, h2, h3, h4 {
	margin: 0;
    padding: 0;    
}

#wrapper {
    width:798px;
    margin:0 auto;
	background-color:#e3d3b7;
	background-image:url(../img/wrapp.jpg);
	background-repeat:repeat-y;
}

#header {
    width:786px;
	height:132px;
    margin:0 auto;
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
}
#header #langs {
	float:right;
	margin:115px 10px 0 0;
	}

#menu {
    width:786px;
	margin:0 0 0 6px;
	background-image:url(../img/bg-menu.jpg);
	background-repeat:repeat-x;
	float:left;
}

#menu h1 {
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:18px;
	margin:3px 0 0 10px;
	color:#992f0f;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:22px;
	margin:8px 0 16px 0;
	color:#992f0f;
}
#menu ul {
	float:right;
	margin:8px 10px 8px 0;
	list-style-type:none;
}
#menu ul li {
	float:left;
	padding:0 0 0 12px;
}
#menu ul li a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
#menu ul li a:hover {
	color:#992f0f;
	font-weight:bold;
	text-decoration:none;
}
#menu ul li.current a {
	color:#992f0f;
	font-weight:bold;
	text-decoration:none;
}

#content {
	clear:both;
	width:766px;
	padding:10px;
	font-size:13px;
	line-height:18px;
	margin:0 auto;
}

#content .right {
	float:right;
	margin:0 0 10px 12px;
}

#content TABLE {
	border-top:1px solid #a57b33;
	border-right:1px solid #a57b33;
	width:440px;
	background-color:#f3d093;
}
#content TABLE TD {
	padding:4px;
}
#content TABLE TD.name {
	width:180px;
	border-bottom:1px solid #a57b33;
	border-left:1px solid #a57b33;
}
#content TABLE TD.km {
	width:82px;
	border-bottom:1px solid #a57b33;
	border-left:1px solid #a57b33;
}

#content TABLE.prezzi {
	border-top:1px solid #a57b33;
	border-right:1px solid #a57b33;
	width:440px;
	background-color:#f3d093;
}
#content TABLE.prezzi TD {
	padding:4px;
	border-bottom:1px solid #a57b33;
	border-left:1px solid #a57b33;
}
#content TABLE.prezzi TR.sep TD {
	border-bottom:2px solid #a57b33;
}

#map {
    width:420px;
    height:250px;
    border:1px solid #a57b33;
}

ul.photogallery {
	list-style-type:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
ul.photogallery li {
	float:left;
	margin:0 8px 8px 0;
	
}

#footer {
	width:798px;
	height:22px;
	margin:0 auto;
	background-image:url(../img/footer.jpg);
	background-repeat:no-repeat;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	padding:10px;
}