* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: "Century Gothic", "Helvetica", "Trebuchet MS", sans-serif;
}

html {
	text-align: center;
	background: url("../img/bg.png");
}

body {
	padding: 30px;
	background: url("../img/halo.png") center -50px repeat-x;
}

.left {
	float: left;
}

.right {
	float: right;
}

strong, b {
	font-weight: bold;
}

cite, em, i {
	font-style: italic;
}

code {
	font-family: Courier;
}

del {
	text-decoration: line-through;
}

a {
	outline-style: none;
	text-decoration: none;
	color: #5581e4;
}

a.info {
	cursor: help;
	color: black;
	padding-right: 5px;
}

a.info:hover {
	color: #5581e4;	
}

p a:hover {
	text-decoration: underline;
}

img.rounded {
	margin: 20px;
	-moz-box-shadow: black 0px 0px 20px;
	-webkit-box-shadow: black 0px 0px 20px;
}

form button {
	-webkit-border-radius: 5px;	
	-moz-border-radius: 5px;
	-moz-box-shadow: black 0px 0px 5px;
	-webkit-box-shadow: black 0px 0px 5px;
	margin: 3px;
	background: #e9e4db;
	font-family: "Fertigo", "Georgia", "Big Caslon", serif;
	font-size: 12pt;	
	padding: 2px 10px;
	cursor: pointer;
}

form button:hover {
	background: #e6d3ac;
}

form button:active {
	background: white;
}

.notifier {
	position: absolute;
	width: 300px;
	top: 10%;
	left: 50%;
	margin-left: -150px;
	z-index: 1000;
	padding: 15px;
	border: 3px solid green;
	background: url("../img/content-bg.png");
	-moz-box-shadow: black 0px 0px 10px;
	-webkit-box-shadow: black 0px 0px 15px;
	-webkit-border-radius: 10px;	
	-moz-border-radius: 10px;	
}

.notifier#alert {
	border: 3px solid red;
}

.notifier p {
	margin-bottom: 10px;
	text-align: justify;
}

#wrapper {
	position: relative;
	width: 920px;
	height: 640px;
	margin: auto;
	background: none;
	-webkit-box-shadow: black 0px 0px 15px;
	-moz-box-shadow: black 0px 0px 10px;
	-webkit-border-radius: 10px;	
	-moz-border-radius: 10px;	
}

#menu {
	float: left;
	width: 210px;
	height: 640px;
	background: url("../img/menu-bg.png");
	-moz-border-radius: 10px 0 0 10px;	
	-webkit-border-top-left-radius: 10px;	
	-webkit-border-bottom-left-radius: 10px;	
}

#menu ul#menu-principale {
	margin-top: 10px;
}

#menu li {
	list-style: none;
	text-align: right;
	font-size: 16pt;
	margin-bottom: 10px;
}

#menu li a {
	padding-right: 30px;
	font-weight: bold;
	color: #e9e8e5;
	height: 30px;
	line-height: 30px;
}

#menu li a:hover {
	color: #ebd19e;
}

#menu li a#current {
	background: url(../img/menu-sel.png) no-repeat right center;
}

#menu li li {
	margin: 0;
	height: 23px;
	line-height: 23px;
}

#menu li li a {
	font-size: 10pt;
	padding-right: 20px;
}

#menu li ul {
	display: none;
	opacity: 0.0;
}

#header {
	float: left;
	width: 710px;
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #c2c0bb;
	background: url("../img/header-bg.png");
	-webkit-border-top-right-radius: 10px;	
	-moz-border-radius: 0 10px 0 0;	
}

#header h1 {
	margin: 0 10px 0 10px;
	font-size: 28pt;
	font-weight: bold;
	text-shadow: 0px 0px 4px #666;
}

#content-wrapper {
	float: left;
	width: 710px;
	height: 516px;
	border-top: 1px solid #f9f7f4;
	border-bottom: 1px solid #aaa8a3;
	background: url("../img/content-bg.png");
	overflow: hidden;
}

#content {
	width: 710px;
	height: 516px;
	overflow-x: hidden;
	overflow-y: auto;
}

#content img {
	margin: 0 10px;
}

#content .column {
	position: relative;
	width: 330px;
	margin-left: 10px;;
	float: left;
}

#content h2 {
	margin: 10px 10px 15px 10px;
	font-size: 20pt;
	font-weight: bold;
	text-shadow: 0px 0px 3px #666;
}

#content h3 {
	margin: 15px;
	text-align: left;
	margin-left: 120px;
	font-size: 18pt;
	font-weight: bold;
	text-shadow: 0px 0px 3px #666;
}

#content p {
	font-size: 14pt;
	text-align: justify;
	margin: 10px 20px;
}

#content ul li {
	list-style-image: url("../img/bullet.png");
	text-align: left;
	padding-left: 10px;
	margin-left: 40px;
	margin-bottom: 5px;
	font-size: 14pt;
	text-indent: -10px;
}

#content li li {
	padding-left: 30px;

}

#content div#contatti {
	width: 550px;
	margin: auto;
	text-align: center;
}

#content table {
	font-size: 14pt;
	margin: auto;
}

#content table th {
	font-weight: bold;
	padding: 5px 10px;
}

#content table td {
	padding: 5px 10px;
}

#content form input, textarea {
	padding: 2px;
	margin: 3px;
	background: #e9e4db;
	font-size: 12pt;
	-webkit-border-radius: 5px;	
	-moz-border-radius: 5px;
}

#content form textarea {
	overflow: auto;
}

#content form#email input {
	width: 400px;
}

#content form#email textarea {
	width: 400px;
}

#content div p {
	text-align: center;
}

#content img.gallery {
	width: 250px;
	margin: 10px;
	padding: 3px;
	border: 1px solid #5581e4;
}

#content div#wrapper-siti {
	margin-top: 20px;
	margin-left: 0px;
	width: 14200px; //20 pagine!
	height: 450px;
}


#content div.show {
	float: left;
	width: 710px;
	height: 450px;
}

#content button.nav {
	cursor: pointer;
	top: 50px;
	background: none;
}

#content div.site {
	display: none;
}

#content div.site p {
	padding-bottom: 5px;
	color: red;
}

#footer {
	float: left;
	width: 710px;
	height: 40px;
	line-height: 40px;
	font-size: 10pt;
	border-top: 1px solid #e9e8e5;
	background: url("../img/footer-bg.png");
	-webkit-border-bottom-right-radius: 10px;	
	-moz-border-radius: 0 0 10px 0;	
}

#footer span {
	margin: 0 30px;
}

#footer a {
	color: inherit;
}