@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

@import url(http://fonts.googleapis.com/css?family=Playfair+Display);

body {
	background:url(../images/background.png) repeat;	
	background-color:#fff;
	font-family: 'Playfair Display', serif;
}

img {
	display:block;
	border:none;
}

div.hr {
	height:1px;
	clear:both;
}
div.hr15 {
	height:15px;
}

span.hide {
	display:none
}

/*****************/
/*    WRAPPER    */
/*****************/

#wrapper {
	width:955px;
	margin:10px auto 0;	
}

/*****************/
/*    HEADER     */
/*****************/

#header {
	width:955px;
}

div.logo {
	width:390px;
	height:47px;
	float:left;
	margin-right:7px;
}

/*****************/
/*    CONTENT    */
/*****************/

#content {
	width:955px;
	min-height:600px;
	margin:20px auto 0;
}

#content div.testo {
	width:470px;
	height:80px;
	line-height:1.8em;
	margin:20px 0;
	text-align:justify;
	float:left;	
}

#content div.testo-full-width {
	width:800px;
	line-height:1.8em;
	margin:20px 0;
	text-align:justify;
	float:left;	
}

#content div.logo-produttore {
	width:300px;
	height:80px;
	margin:20px 30px 0 0 ;
	float:left;
}

#content div.sponsor_presidio img {
	float:left;
	margin: 5px 20px 0 0;
}

#content div.img-contatti {
	width:300px;	
	margin:20px 0;
	float:left;
}

#content div.testo-sx {
	width:380px; /* 817px - 17 di margine destro */
	margin:0 40px 0 0;
	text-align:justify;
	float:left;	
}

#content div.testo-dx {
	width:380px; /* 817px - 17 di margine destro */
	margin:0;
	text-align:justify;	
	float:left;	
}

#content h1 {
	font-size:14pt;
	color:#751315;
	text-transform:uppercase;
	margin-bottom:10px;		
}

#content h2 {
	font-size: 14pt;
	font-style:italic;
	color:#751315;
	padding: 0 0 10px;
}

#content div.testo p,
div.testo-sx p,
div.testo-dx p,
div.testo-full-width p {
	font-size:14pt;
	color:#000;
	margin-bottom:5px;
}

#content div.testo a,
div.testo-sx a,
div.testo-dx a,
div.testo-full-width a {
	color:#751315;
	text-decoration:none;
}
#content div.testo a:hover,
div.testo-sx a:hover,
div.testo-dx a:hover,
div.testo-full-width a:hover {
	text-decoration:underline;
}

#content ul.gallery  {
	list-style: none;
	width: 800px;	
}
#content ul.gallery li {
	float: left;
	margin: 10px 8px 5px 0;
	border: 3px solid #fff;	
}

/*****************/
/*    FOOTER     */
/*****************/

#footer {
	width:955px;
	height:30px;
	line-height:30px;
	margin:20px auto 0;
	background-color:#751315;
	text-align:center;
}
#footer p {
	font-size:12pt;
	color:#fff;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}