﻿body {
	margin: 0px;
	padding: 0px;
	background: #000 url(images/bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 16px;
	color: #C33;
	text-shadow: -1px 1px 2px #555;
}

h2 {
	font-size: 14px;
	color: #933;
	padding-top: 0px;
	border-top: 0px;
}

h3 {
	font-size: 14px;
	color: #CCC;
}

#wrapper {
	width: 990px;
	height: 640px;
	margin: auto;
}

#head {
	width: 990px;
	height: 148px;
	margin: auto;
	background: url(images/header.jpg);
}

#navigation {
	width: 600px;
	height: 22px;
	margin: 0px auto;
	font-size: 14px;
	font-weight:bold;
	float: right;
	margin-top: 85px;
	margin-right: 0px;
}
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 2px 0 2px 0;
}
#navigation li {
	float: left;
	margin-left: 10px;
	padding: 1px 14px 1px 10px;
	border: none;
}
#navigation a {
	color:  #C33;
	text-decoration: none;
	border-left: 1px #000 solid;
	padding-left: 20px;
	text-shadow: -2px 2px 3px #000, -3px 2px 5px #f00;
}
#navigation a:hover {
	color: #933;
}

#body {
	width: 930px;
	height: 300px;
	margin: auto;
	background: bottom url(images/body.gif) no-repeat;
	padding-top: 28px;
}
#body p {
	font-size: 12px;
	color: #CCC;
}

#index {
	width:470px;
	height: 300px;
	margin: 0 0 0 50px;;
	float: left;
	text-align: justify;
}

#officina1 {
	width: 330px;
	height: 300px;
	margin: 0 0 0 50px;;
	float: left;
	text-align: justify;
}
#officina2 {
	width: 500px;
	height: auto;
	margin: auto;
	float: right;
	text-align: center;
}
#officina2 a{
	text-decoration: none;
}
#officina2 img{
	border: solid 2px #900;
}

#mappa {
	width: 500px;
	height: auto;
	margin: auto;
	float: right;
	text-align: center;
}
#mappa a{
	text-decoration: none;
}
#mappa img{
	border: solid 3px #900;
}

#servizi {
	width:470px;
	height: 300px;
	margin: 0 0 0 50px;;
	float: left;
	text-align: justify;
}


#contatti {
	width: 500px;
	height: 300px;
	margin: 0 0 0 50px;
	float: left;
}
#contatti a {
	text-decoration: none;
	font-weight:bold;
	color: #900;
}

#footer {
	width: 990px;
	height: 141px;
	margin: auto;
	background: top url(images/back.jpg) no-repeat;
	color: #CCC;
	padding-top: 10px;
}
#footer p {
	font-size: 10px;
	color: #999;
}

#footer1 {
	width: 400px;
	height: 141px;
	margin: auto;
	float: left;
	text-align: center;
	padding: 1px 20px 0 80px;
}

#footer2 {
	width: 400px;
	height: 141px;
	float: right;
	text-align: right;
	padding: 1px 60px 0 20px;
}

#firma {
	width: 990px;
	height: 20px;
	margin: auto;
	color: #666;
	font-size: 10px;
	text-align: center;
}
#firma a{
	text-decoration: none;
	color: #666;
}
.mini {
	font-size: 8pt;
}

.mini2 {
	font-size: 8pt;
	background-color: #000;
	color: #FFF;
}
