/* @override http://www.grafitecompositi.it/_css/grafite.css */

/*GENERALE*/

body {
	color: #5a5954;
	margin: 0;
	background: #f8f8f8 url(../_immagini/bg_back.gif) repeat-x 0 0;
}

#wrap {
	width: 751px;
	margin: 0 auto;
}

#container {
	background: #e5e5d7;
	padding: 1px 0 24px 30px;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	clear: both;
}

#bgfooter {
	background: url(../_immagini/bg_footer.gif) repeat-x left bottom;
}

h1 {
	color: #5a5954;
	width: 245px;
	height: 100px;
	background: url(../_immagini/logo.gif) no-repeat 0 0;
	font-size: 1px;
	margin: 15px 0 20px 30px;
}

h2 {
	font: bold 20px "Trebuchet MS", sans-serif;
	float: left;
	width: 664px;
	color: #333;
	letter-spacing: -1px;
	margin: 0 0 10px;
	padding-right: 25px;
	padding-top: 0;
	padding-left: 0;
}

h3 {
	font: bold 16px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #999;
	margin: 0;
	clear: both;
}

h4 {
	margin: 0 0 1em;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

hr {
	clear: both;
	margin: 0 30px 0 0;
	height: 1px;
	width: 690px;
	border: 0;
	background: #b3b3b3;
}

a {
	color: #810e00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 a {
	color: #5a5954;
	text-decoration: none;
}

/*MENU'*/

#menu {
	height: 158px;
	width: 751px;
	font-family: Tahoma, Verdana, "Trebuchet MS", sans-serif;
	border-bottom: 3px solid #ffff00;
	background-color: #000;
	background-image: url(../_immagini/bg_header.gif);
}

#menu .bg {
	color: #e6e6e6;
	padding-top: 1px;
}

#menu .bg p {
	margin-left: 30px;
}

#menu .bg a {
	color: #e6e6e6;
	font-size: 14px;
}

#menu .bg a:hover {
	color: #fff;
	text-decoration: none;
}

#menu .bg a.selected {
	color: #ffff00;
}

#menu .bg a.selected:hover {
	color: #ffff00;
}

/*CONTAINER*/

.testo {
	margin: 18px 0;
	clear: both;
}

.testo .content {
	padding-top: 18px;
	font-size: 12px;
	line-height: 1.5em;
	font-family: Tahoma, Verdana, "Trebuchet MS", sans-serif;
	font-size: 12px;
	word-spacing: 0.1em;
}

.testo .col-left {
	float: left;
	width: 202px;
	margin-right: 25px;
	margin-bottom: 22px;
	font-size: 10px;
}

.testo .col-left img.big {
	border: 2px solid #333;
}

.testo .col-left p.caption {
	font: italic 12px Georgia, "Times New Roman", serif;
	margin: 1px 0 0;
	text-align: left;
	padding: 1px 0 0.7em;
}

.testo .col-left strong {
	display: block;
	margin-top: 10px;
	font-size: 12px;
}

.testo .col-left ul {
	display: block;
}

.testo .col-left li {
	float:  right;
	margin-right: 10px;
}

.testo .col-right {
	width: 685px;
	float: left;
	margin-bottom: 20px;
	text-align: justify;
}

.testo .big {
border: 1px solid #b3b3b3;
}

.testo .col-right p {
	margin: 0 0 1em;
}



/*FOOTER*/

#footer {
	width: 721px;
	height: 58px;
	background: #332f2c url(../_immagini/bg_header.gif) no-repeat;
	border-top: 3px solid #ffff00;
	color: #999;
	font: 12px/16px Arial, Helvetica, sans-serif;
	padding: 0 0 5px 30px;
}

#footer p {
	margin: 0;
	padding-top: 8px;
}