﻿/* Generali */
* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
}
body {
	font-family: 'Happy Monkey', cursive;
	color: #68462B;
	background-image: url(img/layout/background.jpg);
	background-repeat: repeat;
	height: 100%;
	font-size: 16px;
}
.clearFloat {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
/* Titoli */
.title {
	font-size: 21px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B74410;
}
/* Grassetto */
strong {
	color: #B74410;
}
/* Link */
a, a:hover, a:visited {
	color: #B74410;
	text-decoration: none;
}
/* Contenitori */
.contenitore {
	height: 100%;
	min-height: 1034px;
	width: 1000px;
	margin: 0 auto 0 auto;
}
.contenitoreTrasparente {
	height: 100%;
	min-height: 1034px;
	width: 960px;
	margin: 0 20px 0 20px;
	position: absolute;
	background-image: url(img/layout/background_trn.png);
	background-repeat: repeat;
}
/* Header */
.header {
	margin: 170px 0 0 0;
}
/* Logo */
#logo {
	position: absolute;
	width: 240px;
	height: 240px;
	z-index: 1;
	left: -11px;
	top: -1px;
	
	visibility: visible;
}
/* Top Bar */
#barTop {
	position: absolute;
	background-image: url(img/layout/bar_top.png);
	width: 1000px;
	height: 70px;
	left: -21px;
	top: 171px;
}
#barTop2 {
	position: absolute;
	background-image: url(img/layout/bar_top2.png);
	background-repeat:no-repeat;
	width: 1000px;
	height: 68px;
	left: -2px;
	top: 98px;
}
/* Menù */
#menuTop {
	width: 750px;
	height: 50px;
	margin: 0 0 0 232px;
}
#menuBottom {
	width: 750px;
	height: 50px;
	margin: 0 0 0 250px;
}
#menuTop ul, #menuBottom ul {
	height: 50px;
	width: 750px;
}
#menuTop ul li, #menuBottom ul li {
	float: left;
	height: 50px;
	width: 150px;
	list-style-type: none;
	line-height: 50px;
	text-align: center;
}
#menuTop ul li a, #menuBottom ul li a {
	color: #EBE4C4;
	text-decoration: none;
	display: block;
}
#menuTop ul li a:hover, #menuBottom ul li a:hover {
	background-color: #EBE4C4;
	color: #B74410;
}
/* Colonna Sinistra */
#colSX {
	margin: 69px 0 0 10px;
	height: 704px;
	width: 678px;
	float: left;
	background-image: url(img/layout/col_dx.png);
}
#colSX_cont {
	margin: 10px;
	height: 684px;
	width: 658px;
	float: left;
}
/* Colonna Destra */
#colDX {
	margin: 69px 0 0 42px;
	height: 704px;
	width: 220px;
	float: left;
	background-image: url(img/layout/col_sx.png);
}
#colDX_top {
	margin: 10px;
	height: 347px;
	width: 200px;
	float: left;
}
#colDX_bottom {
	margin: 51px 10px 10px 10px;
	height: 275px;
	width: 200px;
	float: left;
}
#colDX_bottom p {
	padding: 5px;
}
#colDX_bottom ul li {
	list-style-type: square;
	list-style-position: inside;
}
.extraTitle {
	margin-top: 10px;
}
.extraBox {
	list-style-type: square;
	list-style-position: inside;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B74410;
}
.extraBox img {
	margin-right: 8px;
	margin-left: 8px;
}
/* Slideshow */
#wrapper {
	height: 246px;
	width: 618px;
	margin: 20px 15px 20px 15px;
}
/* Bottom Bar */
#barBottom {
	position: absolute;
	background-image: url(img/layout/bar_bottom.png);
	width: 1000px;
	height: 70px;
	left: -20px;
	top: 904px;
}
/* Footer */
#footer {
	width: 980px;
	height: 50px;
	margin: 20px 10px 0 10px;
	color: #EBE4C4;
	text-align: center;
	padding: 5px 0 5px 0;
}
#footer img{
	margin: 5px;
}
#footer a {
	color: #EBE4C4;
}
