/* CSS Document */
/* Author: ~ Marketing Informatico ~ */

/*########################### GENERALI ###########################*/
body {
	margin:0;
	padding:0;
	font-size:14px;
	line-height:22px;
	font-family:'Century Gothic', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	background:url(img/body-bg.jpg) top repeat-x;
}
img {
	display:block;
	border:0;
}
h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
	font-weight:normal;
}
p {
	margin:0;
	padding:0;
}
/*########################### CLASSI ###########################*/
.titolo {
	color:#343333;
	font-size:40px;
	line-height:50px;
	text-transform:uppercase;
	text-align:left;
	margin:25px 0 0 0;
}
.sottotitolo {
	font-size:20px;
	line-height:25px;
	color:#8f1f0b;
	text-align:left;
	margin:0 0 20px 0;
}
.linkt {
	cursor:text;
	color:#000000;
	text-decoration:none;
	
}

.linkt2 {
	cursor:text;
	color:#7b7b7b;
	text-decoration:none;
	
}



/*########################### CONTENITORI ###########################*/
#bgtop {
	width:100%;
	float:left;
	display:inline;
}
#bgbottom {
	width:100%;
	float:left;
	display:inline;
	background:url(img/bottombg.jpg) bottom repeat-x;
}
#container {
	margin:0 auto;
	width:900px;
}
#flash {
	width:900px;
	height:214px;
	margin:77px auto 0 auto;
	z-index:1;
}
	#gabbia2 {
		position:absolute;
		margin:-291px auto 0 auto;
		width:100%;
		z-index:100;
	}
	#gabbia {
		margin:0;
		width:900px;
		float:left;
		display:inline;
		z-index:100;
	}
		#posizionamento {
			float:left;
			display:inline;
			width:900px;
			height:14px;
			text-align:right;
			font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
			font-size:11px;
			line-height:13px;
			color:#7f7f7f;
		}
			#posizionamento a {
				color:#7f7f7f;
				text-decoration:none;
				margin:0 0 0 10px;
			}
				#posizionamento a:hover {
					text-decoration:underline;
				}
		#logo {
			float:left;
			display:inline;
			width:900px;
			height:63px;
		}
		
		#sinistra {
			width:319px;
			float:left;
			display:inline;
			color:#7b7b7b;
			font-size:12px;
			line-height:18px;
		}
			#sinistra p {
				margin-bottom:18px;
			}
			#sinistra img {
				clear:both;
			}
			#menu {
				margin:62px 0 30px 51px;
				width:268px;
				float:left;
				display:inline;
				font-weight:bold;
			}
				#menu p {
					margin:14px 0 14px 0;
					padding:0;
				}
				#menu a {
					color:#06235e;
					font-size:17px;
					line-height:21px;
					text-align:left;
					padding:0 1px;
					text-decoration:none;
				}
					#menu a:hover {
						text-decoration:underline;
					}
					#menu a.sel {
						color:#f9dca1;
						background-color:#8f1f0b;
						text-decoration:none;
						cursor:text;
					}
				#sinistra .titolo {
					color:#8f1f0b;
					font-size:25px;
					line-height:28px;
					margin:19px 0;
				}
		#destra {
			width:556px;
			float:right;
			display:inline;
		}
			#immagine-dx {
				width:556px;
				height:405px;
				margin:0;
				float:right;
				display:block;
			}
			#testo {
				display:inline;
				float:left;
				margin:0;
				width:531px;
				padding:0 0 0 25px;
			}
		#footer {
			width:658px;
			height:50px;
			padding:107px 0 0 242px;
			color:#0d4202;
			font-size:12px;
			line-height:13px;
			clear:both;
			background:url(img/loghino.jpg) 0 109px no-repeat;
		}
