@charset "utf-8";
/* CSS Document */
body {
	text-align: center;
	background-position: center;
	background-color: #222222;
	position: relative;
}
#globalWrapper0 {
	background-image: url(../gui/bck_globalwrapper0.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}
#globalWrapper1 {
	background-image: url(../gui/bck_globalwrapper1.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#globalWrapper2 {
}
#globalWrapper {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 100%;
	position: relative;
	height: 152px;
}
#header h1#titoloPagina {
	position: absolute;
	height: 52px;
	width: 950px;
	bottom: 0px;
	left: 0px;
	line-height: 52px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: italic;
	margin-left: 10px;
}
#splash, #splashDescription {
	display: none;
}
#logoWrapper {
	position: absolute;
	left: 0px;
	top: 0px;
}
#logoWrapper, #logoWrapper h1 a {
	height: 100px;
	width: 370px;
	background-image: url(../gui/logo_amusement_project.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#logoWrapper h1 span {
	display: none;
}
#logoWrapper h1 a {
	display: block;
	background-image: none;
}
#contentWrapper {

}
h3, h4, h5, h6 {
	color:#000;
	padding:5px 0px 20px 0px;
	margin:0px;
	font-weight:normal;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:12px;
}
a {
	color:#0066FF;
	text-decoration:none;
}
a:hover {
	color:#0099FF;
	text-decoration:underline;
}

#mainContent {
	padding-top: 20px;
}
#mainContent p, #mainContent ul, #mainContent ol {
	margin:0px;
	line-height:140%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	text-align: justify;
}
#mainContent ul, #mainContent ol {
	font-size:13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#mainContent ul li {
	list-style:square;
}
#mainContent ul ul {
	padding:10px 0px 10px 15px;
}
#mainContent ol ol {
	padding:10px 0px 10px 15px;
}
#mainContent blockquote {
	/*background:url(../images/left_quote.gif) no-repeat left 0; */
	padding:0px 0px 10px 0px;
	margin:0px;
}
#mainContent blockquote p {
	text-indent:25px;
	font-size:13px;
	color:#6a675f;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
#mainContent h2, #mainContent h3, #mainContent h4 {
	color:#17110e;
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	line-height: 140%;
}

#mainContent h3 {
	font-size: 16px;
}

#mainContent h4 {
	font-size: 14px;
}

hr {
	background:#DDDDDD none repeat scroll 0 0;
	border:0 none;
	color:#DDDDDD;
	height:1px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

#footer {
	clear: both;
	height: 200px;
	background-color: #222222;
	color: #999999;
	text-align: left;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
}
#footer a {
	color: #CCCCCC;
	text-decoration: underline;
}

#footerContent {
	margin-top: 20px;
	line-height: 140%;
}
#credits {
	text-align: right;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 20px;
}
#credits a {
	color: #666666;
	text-decoration: none;
}


.box {
	background-image: url(../gui/bck_box.png);
	background-repeat: repeat-y;
	background-position: center;
	margin-bottom: 20px;
}
.box .bckBoxTop {
	background-image: url(../gui/bck_box_top.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.box.first .bckBoxTop {
	background-image: url(../gui/bck_box_top_first.png);
}
.box .bckBoxBottom {
	background-image: url(../gui/bck_box_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.box .inside {
	padding: 20px;
}
.box .inside p {
	line-height: 140%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.box .inside h2 {
	padding: 0px;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.box .inside h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 110%;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.box .inside h3 a {
}
.box .inside h3 a:hover {
}

.clearFloat {
	clear: both;
}
.googleMap {
	text-align: center;
}
img.right, img.left {
	border: 1px solid #663503;
}
img.right {
	float: right;
	margin-left: 10px;
}
img.left {
	float: left;
	margin-right: 10px;
}
div.gallery {
	margin-right: -20px;

}
div.gallery ul {
	margin: 0px;
	padding: 0px;
}
div.gallery ul li {
	list-style-type: none;
	margin: 0px;
	display: inline;
	padding: 0px;
}
div.gallery ul li img {
	border: 1px solid #CCCCCC;
	padding: 8px;
	background-color: #FFFFFF;
	margin-right: 17px;
	margin-bottom: 21px;
}
div.gallery ul li img a {
}
#contact_form fieldset {
	margin-bottom: 15px;
}
#contact_form td {
	padding: 10px;
}

span.newsDate {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-bottom: 8px;
}
