html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}


p{
	text-align:justify;
	padding: 8px 0;
}

img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #930;
}

.nota{
	display:none;
}

img{
	padding:1px;
	border: 1px solid #930;
}

img.left {
	float: left;
	margin:0 10px 5px 0;
}

img.right {
	float: right;
	margin:0 0 5px 10px;
}

.center{
	text-align:center;
	margin:0 auto;
}

.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #eacdaf url(immagini/page_bg.jpg) repeat-x;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #333;
	margin-bottom: -200px;
	padding-top: 0;
}

/** layout **/
#wrapper {
	position: relative;
	top: -279px;
	text-align: left;
	margin: auto;
	width: 778px;
	position: relative;
	background: url(immagini/body_bg.gif) repeat-y;
}

#header {
  position: relative;
  top: 279px;
  left: 243px;
  width: 535px;
  height: 279px;
  background: url(immagini/testata.jpg) no-repeat;
  cursor:pointer;
}

#left {
  float: left;
  width: 243px;
  
}
#pretestata {
  width: 244px;
  height: 152px;
  background: url(immagini/pretestata.jpg) no-repeat;
  text-align: center;
  color: #595959;
  cursor:pointer;
}
#pretestata h1 {
  padding-top: 30px;
}
#pretestata p {
  margin: 8px 25px 4px 25px;
  border-top: 1px solid #B8B8B8;
  border-bottom: 1px solid #B8B8B8;
  padding: 3px;
  letter-spacing: 0.2em;
  font-weight: bold;
}

/* menu orizzontale */

#nav ul{
	border-bottom:10px solid #a77e62;
}

#nav li{
	display: inline;
}

#nav{
	width: 233px;
	font-family: sans-serif;
	margin: 0 9px;
	padding: 0;
	
}

#nav a{
	display: block;
	border-bottom: 1px #a77e62 solid;
	border-right: 1px #a77e62 solid;
	text-align: left;
	text-decoration: none;
	color: #a77e62;
	padding:5px 0 5px 25px;
	font-size:15px;
	background: #fff url(immagini/nav_bg.jpg) repeat-y;
	font-weight:bold;
}

#nav a:hover {
	background: #fff url(immagini/nav_bg_hover.jpg) repeat-y;
	color:#930;
}

#book,#contact {
  background: url(immagini/book_bg.jpg) repeat-y;
  padding: 0 20px 3px 20px;
  text-align: justify;
}

#book h2,#contact h2 , .booknow h2{	
  font-size: 14px;
  padding: 10px 0 0 0;
  color: #930;
  border-bottom:2px solid #930;
}

#book{
	padding-bottom:15px;
}

#contact {
  background: url(immagini/contact.jpg) no-repeat;
}

#contact p{
	margin:3px;
	padding:2px;
	font-size:12px;
	color:#333;
}

#contact strong{
	color:#333;
}

#principale {
  float: right;
  width: 505px;
  padding-right: 9px;
  padding-top: 301px;
  
}

#principale p:first-letter{
	color: #930; font-size: 18px;
	text-transform: uppercase;
}

#principale h1 {
  font: 19px arial, sans-serif;
  color: #930;
  border-bottom: 1px solid #a77e62;
  padding-bottom: 6px;
  margin-bottom: 1em;
}
#principale h3,#principale h2 {
  font: 14px arial, sans-serif;
  color: #BE8B06;
  border-bottom: 1px solid #C4AE7C;
  padding-bottom: 6px;
  margin-bottom: 1em;
  margin-top: 2em;
}

#profile {
  margin-right: 16px;
}

#principale{
	margin-right: 10px;
}

#principale .left {
  margin-right: 18px;
}
#principale .more {
  font-weight: bold;
  font-size: 10px;
}

#corp, #indu {
  float: left;
  width: 49%;
}
#corp {
  margin-right: 1%;
}
#corp-img, #indu-img {
  background: url(immagini/pic_2.jpg) no-repeat;
  width: 112px;
  height: 23px;
  float: left;
  margin-right: 18px;
  text-align: center;
  padding-top: 90px;
  font-size: 9px;
  font-weight: bold;
}
#indu-img {
  background: url(immagini/pic_3.jpg) no-repeat;
}
#spacer {
  height: 2em;
}

#footer {
  background: url(immagini/footer_bg.jpg) repeat-y;
}

#copyright {
  text-align: center;
  padding: 12px 0;
  font-size: 9px;
  color: #fff;
  font-weight: bold;
  border-top:10px solid #a77e62;
}

#footer a:hover{
	color:#930;
}

#footerline{
	background: url(immagini/footerline.gif) no-repeat;
	height:10px;
	margin-top:0px;
	display:block;
	font-size:1px;
}

form p{
	margin: 6px auto;
	padding:2px;
}

select,input{
	border:1px solid #930;
	background: #eacdae;
}

textarea{
	overflow:auto;
}

.bottone{
	background: #930 url(immagini/sfondobottone.jpg) repeat-x;
	color:#fff;
	padding: 1px 5px;
	border:1px solid #666 !important;
	margin:1px;
}

label {
	display: block;
	float: left;
	text-align: right;
	width: 32%;
	font-size:11px;
	margin-right:5px;
}

.nobord{
	border:none !important;
}

.messaggio{
	font-size:14px;
	text-align:center;
	margin: 5px;
	background-color: #930;
	color: #fff;
	border: 1px double #000;
	padding:5px;
	font-weight:bold;
}

.errore{
	font-size:14px;
	font-weight:bolder;
	text-align:center;
	margin:1em;
	background-color: #ff3333;
	color: #fff;
	padding:5px;
	border: 1px double #000;
	cursor:pointer;
}

#pres table{
	/*width:100%;*/
	font-size:10px;
	padding:0 2em 0 2em;
	margin:0 auto;
}

#pres th {
	background-color: #930;
	color: #fff;
	padding:3px;
}

#pres td {
	text-align:left;
	background-color: #eacdae;
	padding:3px;
	color: #000;
}

.del{
	text-decoration:none;
	font-size:14px;
	font-weight:700;
}

.grande{
	font-size:25px;
}

#lang{
	width:190px;
	height:28px;
	float:right;
	margin-right:140px;
	font-size:12px;
	background:url(immagini/sfondolang.gif) no-repeat;
	display:inline;
	padding:5px;
}

#lang img{
	border:none;
	margin:0 5px;
}

#lang a{
	text-decoration:none;
}

.rientra{
	padding-left:40px;
}

fieldset{
	display:none;
}

.ast {
	color: #f00;
	font-weight:bold;
}

.booknow{
	text-align:center;
	margin:20px 0 0 15px;
}

.offerte textarea{

}