body {
	background: url('../immagini/bg.png') repeat;
	color: #41281B;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
@font-face {
	font-family: 'JournalRegular';
	src: url('../fonts/journal.eot');
	src: local('Journal'), local('Journal'), url('../fonts/journal.woff') format('woff'), url('../fonts/journal.ttf') format('truetype'), url('../fonts/journal.svg#Journal') format('svg');
}

p { font-size: 12px; }
h1 { font-size: 12px; color: #DACFBA; text-align: left;}
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
a { color: #41281B; text-decoration: none; font-weight: bold;}

/*SELEZIONE DEL TESTO*/
::selection {
	background: #41281B; /* Safari */
	color: #fff;
	}
::-moz-selection {
	background: #41281B; /* Firefox */
	color:#fff;
}

/*ALLINEAMENTI*/
.left  { float:left}
.right { float:right}
.clear { clear:both; display:block; overflow:hidden; visibility:hidden; width:0px; height:0px;}
.hide  { display:none}

.align_right    { text-align:right;}
.align_left     { text-align:left;}
.align_center   { text-align:center;}
.align_justify  { text-align:justify;}
/*FINE ALLINEAMENTI*/

/*---------------------------LAYOUT---------------------*/
/*CONTENITORE*/
#wrapper {
	width: 845px;
	background: #DACFBA;
	text-align: center;
	margin: 40px auto 0 auto;
	padding: 15px 20px;
}
/*SIDEBAR*/
.sidebar {
	width: 275px;
	margin: 0 10px 0 0;
	float: left;
	display: inline;
}
.header {

}
/*MENU*/
.navigation {
	background: #41281B;
	width: 275px;
	height: 274px;
	margin: 6px 0 0 0;
}
	.navigation ul {
		list-style: none;
		margin: 0;
		padding: 40px 0 0 0;
	}
		.navigation ul li {
			margin: 0;
			padding: 0;
		}
/*FINE SIDEBAR*/
/*CONTENUTO*/
.content {
	width: 530px;
	margin-left: 285px;
}		
.content_contatti {
	background: #CBBB9C;
	width: 560px;
	height: 560px;
	float: left;
}
.content_hide {
}
#image-home {
    position:relative;
    height:560px;
}

	#image-home IMG {
	    position:absolute;
	    top:0;
	    left:0;
	    z-index:8;
	    opacity:0.0;
	}

	#image-home IMG.active {
	    z-index:10;
	    opacity:1.0;
	}
	
	#image-home IMG.last-active {
	    z-index:9;
	}
.image-top {}
.content-text {
	color: #41281B;
	padding: 5px 30px;
}
	.content-text p {
		text-align: left;
		margin: 0;
		padding: 5px 0;
	}
.content_center {
	background: #CABA9C;
	width: 560px;
	height: 560px;
}
.lavagna {
	width: 530px;
	background: url('../immagini/lavagna.png') top no-repeat;
	height: 397px;
	display: block;
	padding: 20px;
	text-align: center;
}
.lavagna .scroll-pane {
	height: 377px;
	margin: 0 10px 0 0;
	overflow: auto;
}
.lavagna p {
	font-family: JournalRegular;
	color: #ffffff;
	font-size: 24px;
	text-align: left;
	margin: 0;
	padding: 5px 20px;
	font-weight: bold;
}
.commenti {
	width: 520px;
	padding: 20px 20px 0px 20px;
	margin-left: 5px;
	background: #CBBB9C;
}
.contatti {
	padding: 20px 30px;
	text-align: left;
}
a.button {
	width: 80px;
	text-align: center;
	color: #DACFBA;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	padding: 5px 10px;
	display: block;
	margin: 10px 0!important;
	background: #41281B;	
}
/*FORM*/
form#invio_commenti textarea {
	background: #DACFBA;
	border: none;
	color: #41281B;
}
form#invio_commenti input[type=submit] {
	width: 220px;
	color: #DACFBA;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	padding: 5px 0;
	margin: 3px 2px 0 0;
	background: #41281B;
	border: none;
	float: right;
}

form#contatti {
	margin: 0;
	padding: 0;
	z-index: -999;
}
form#contatti fieldset.noborder {
	width: 250px;
	margin: 0 0 0 270px;
}
form#contatti fieldset.border {
	width: 250px;
	margin: 0 10px 0 0;
	border-right: 1px solid #41281B;
	float: left;
}
form#contatti legend {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}
form#contatti p {
	margin: 0;
	padding: 2px 0;
}
form#contatti input {
	width: 90%;
	background: #DACFBA;
	border: none;
	padding: 4px;
	color: #41281B;
}
form#contatti input[type=checkbox] {
	width: 15px;
	margin: 0 3px 0 0;
	padding: 0;
}
form#contatti input#button {
	cursor: default;
	text-align: center;
	color: #DACFBA;
	width: 90%;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	padding: 5px 0;
	margin: 10px 0 0 0;
	background: #41281B;
	border: none;
}
p label.error {
	position: absolute;
	background: url('../immagini/validation_tooltip.png') no-repeat top;
	color: #DACFBA;
	margin-top: -8px;
	z-index: 1;
	width: 221px;
	height: 41px;
	padding: 20px 5px 5px 10px;
	display: block;
	float: right;
}
span.attention {
	color: #DACFBA;
	background: #41281B;
	font-weight: bold;
	font-size: 16px;
	padding: 5px;
	width: 223px;
	margin: 10px 0 0 0;
	height: auto;
	display: block;
}
span.message {
	float: left;
}
#dialog {
	display: none;
}
/*FINE DEI FORM*/
/*CONTENUTO DELLA PAGINA MENU*/
.contenuto_nascosto {
	width: 560px;
}
.contenuto_nascosto h2 {
	color: #DACFBA;
	background: #41281B url('../immagini/arrow_down.gif') no-repeat 10px 8px;
	cursor: pointer;
	padding: 7px 0;
	border-bottom: 1px solid #DACFBA;
	font-size: 14px;
}
.contenuto_nascosto h2.active {
	background: #41281B url('../immagini/arrow_up.gif') no-repeat 10px 8px;
}
.content_hide {
	margin: 15px 0 10px 0;
}
table.menu {
	width: 100%;
	text-align: left;
}
td.col1 {
	width: 80%;
}
td.col2 {
	width: 20%;
	text-align: right;
}
/*FINE DEL CONTENUTO DELLA PAGINA DEL MENU*/

/*FINE CONTENUTO*/
.footer {
	text-align: center;
	margin: 5px 0 0 0;
	padding: 4px;
}
/*FINE CONTENITORE*/
/*---------------------------FINE LAYOUT---------------------*/

