body {
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	background: #390000 url(immagini/BackgroundRed.jpg) repeat-x;
}
#container {
	width: 860px;  
	background: #fff;
	margin: 10px auto; 
	border: 1px solid #000;
	text-align: left; 
}
#header {
	background: #390000;
}
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}
#mainContent {
	padding: 0 30px;
	background: #fff;
}
#mainContent #menu, #menu a, h2 {
	font-size: 16px;
	line-height: 26px;
	color: #980607;
}
#menu a:hover {
	color: #000;
}
#mainContent p {
	font-size: 14px;
	color: #333;
	text-align: justify;
}
.pin {
	margin-top: 10px;
	width: 74px;
	height: 100px;
	float: left;
}
a {
	font-weight: bold;
	font-size: 12px;
	color: #980607;
	text-decoration: none;
	text-align: center;
}
#galleryflash {
	margin: 20px auto;
	width: 702px;
	height: 300px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	background-image: url(immagini/sfondogalleryflash.jpg);
	background-repeat: no-repeat;
}
#gallerylarge {
	margin: 20px auto;
	width: 722px;
	height: 470px;
	padding: 10px;
	background-image: url(immagini/sfondogallerylarge.jpg);
	background-repeat: no-repeat;
}
#form {
	margin: 0 auto;	
	width: 280px;
	height: 310px;
}
/*#Hide p, a{
	font-weight: bold;
	font-size: 12px;
	color: #980607;
	text-decoration: none;
	text-align: center;
}*/
#contatti p {
	font-weight: bold;
	font-size: 14px;
	color: #980607;
	text-decoration: none;
	text-align: center;
} 
#footer {
	margin-top: 50px;
	padding: 0; 
	background:url(immagini/footer.jpg) left bottom no-repeat;
}
#footer p {
	margin: 0;
	padding: 8px 0;
	text-align: center;
	color: #666;
	font-size: 11px;
}
/*#footer a {
	margin: 0; 
	padding: 10px 0; 
	text-align: center;
	font-size: 9px;
	color: #333333;
}*/
.quote {
	color: #b00;
	font-size: 18px;
	fonr-weight: bold;
}

h4 {
	display:block;
	font-size:16px;
	line-height:1.2em;
	padding-top:10px;
	padding-bottom:10px;
}

h4 span {
	margin: 0 56px;
}

#imagesprice {
	float: left;
    background: none repeat scroll 0 0 #EFEAD4;
    border: 1px solid #DCD5B6;
    width: 200px;
    height: 134px;
    margin: 0 20px 50px;
    padding: 8px;
}

#imagesprice2 {
	float: right;
    background: none repeat scroll 0 0 #EFEAD4;
    border: 1px solid #DCD5B6;
    width: 134px;
    height: 200px;
    margin: 0 46px 0 0;
    padding: 8px;
}

/* lists */
ul.info-list { 
	list-style:none;
	padding:0;
	margin: 30px 0; 
}
.info-list {padding-bottom:5px}
.info-list li {
	text-align:right;
	width:50%;
	font-size:12px;
	overflow:hidden;
	vertical-align:top;
	border-bottom:1px solid #333;
	padding:0 0 6px 0;
	margin:0 0 6px 0;
}
.info-list li span {
	float:left;
	font-size:13px;
	color:#b00;
}

