/* CSS Document */

body {
	margin: 30px auto;
	padding: 0;
	background: #f0d26f;
	text-align: center;
	font-family: "Tahoma",Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.brown {
	color: #896534;
}

.big {
	font-size: 14px;
}

#container {
	width: 879px;
	margin: 0 auto;
}

/* elementi header */

#header {
	width: 879px;
	height: 373px;
	margin: 0 auto 8px auto;
	overflow: hidden;
	text-align: left;
}

.home {
	background: url(../img/header-home.jpg) top left no-repeat;
}

.servizi {
	background: url(../img/header-servizi.jpg) top left no-repeat;
}

.sede {
	background: url(../img/header-sede.jpg) top left no-repeat;
}

.dovesiamo {
	background: url(../img/header-dovesiamo.jpg) top left no-repeat;
}

.contatti {
	background: url(../img/header-contatti.jpg) top left no-repeat;
}

#header h1 {
	float: left;
	display: block;
	display: inline;
	background: url(../img/logo.png) top no-repeat;
	behavior: url("iepngfix.htc");
	width: 192px;
	height: 194px;
	overflow: hidden;
	text-indent: -9999px;
	padding: 0;
	margin: 18px auto 7px 18px;
}

#header h1 a {
	float: left;
	display: block;
	width: 192px;
	height: 192px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#header ul {
	clear: both;
	margin: 0 0 0 14px;
	padding: 0;
	list-style: none;
	width: 212px;
}

#header ul li {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
	width: 212px;
	height: 24px;
	text-indent: 37px;
	line-height: 24px;
	font-weight: bold;
}

#header ul li a {
	margin: 0 0 0 0;
	padding: 0;
	width: 212px;
	height: 24px;
	display: block;
	background: url(../img/menu.png);
}

#header ul li a:hover {
	background: url(../img/menu-hover.png);
	text-decoration: none;
}

#header ul li a.active {
	background: url(../img/menu-active.gif);
	color: #fff;
}

#header ul li a:hover.active {
	background: url(../img/menu-active.gif);
	color: #fff;
}

/* contenuti pagina */

#cont {
	width: 879px;
	margin: 0 auto 8px auto;
	background: #fff;
	padding: 0;
	text-align: left;
}

#pagina {
	margin: 0 18px;
	padding: 26px 0 18px 0;
	position: relative;
	z-index: 0;
}

.bk {
	background: url(../img/logo.gif) center no-repeat;
}

#pagina h1 {
	height: 26px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

#pagina h1#azienda {
	background: url(../img/h1-azienda.gif) left no-repeat;
}

#pagina h1#servizi {
	background: url(../img/h1-servizi.gif) left no-repeat;
}

#pagina h1#sede {
	background: url(../img/h1-sede.gif) left no-repeat;
}

#pagina h1#dovesiamo {
	background: url(../img/h1-dovesiamo.gif) left no-repeat;
}

#pagina h1#contatti {
	background: url(../img/h1-contatti.gif) left no-repeat;
}

#pagina h2 {
	height: 24px;
	text-indent: 34px;
	margin: 27px auto 20px 0px;
	padding: 0 10px 0 0;
	background: #fdf2a5 url(../img/h2.gif) left no-repeat;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	float: left;
}

#pagina p {
	clear: both;
	padding: 0;
	margin: 12px 0;
}

#pagina ul {
	list-style: none;
	margin: 0 30px 6px 0;
	padding: 0;
}

#pagina ul li {
	background: url(../img/li.gif) left no-repeat;
	text-indent: 26px;
	line-height: 20px;
	height: 24px;
	padding: 0;
	margin: 0;
}

#immagini {
	width: 338px;
	position: absolute;
	left: 504px;
	top: 53px;
}

.image {
	width: 338px;
	height: 136px;
	position: relative;
	overflow: hidden;
	margin-bottom: 4px;
}

.image img {
	border: #9b8c81 1px solid;
	position: absolute;
	left: 0;
	top: 0;
}

.image p {
	position: absolute;
	left: 0;
	top: 104px;
	font-size: 11px;
	text-indent: 6px;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	width: 780px;
	z-index: 200px;
}

form {
	margin: 0;
	padding: 0;
	border: 0;
}

.contatti_box {
	width: 360px;
	float: left;
	display: inline;
	margin-right: 20px;
}

input,textarea,select {
	font-family: "Tahoma",Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 6px;
	background: #f4efdc;
	border: 1px solid #d5a745;
	padding: 3px 2px;
}

input:hover,textarea:hover,select:hover {
	background: #fff;
}

input.brown {
	background: #402917;
	color: #fff;
}

input:hover.brown {
	background: #894812;
}

.dida {
	font-size: 10px;
	line-height: 16px;
}

hr {
	height: 0;
	overflow: hidden;
	clear: both;
	border: 1px solid #fff;
}

#footer {
	width: 879px;
	height: 25px;
	background: #d5a745;
	overflow: hidden;
	font-size: 10px;
	line-height: 25px;
}

.footleft {
	float: left;
	text-align: left;
	padding-left: 10px;
}

.footright {
	float: right;
	text-align: right;
	padding-right: 10px;
}
