#menuLogo {
	height:100px;
}
body {
	background-color:#fff;
	background-image:url(../design/background5.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
a {
	text-decoration: none;
}
.testoFooter {
	padding-top: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #333;
	text-align: center;
}
.content {
	font-family: Lato, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #444;
	text-align: justify;
	padding-top: 1em;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-bottom: 1em;
}
.content p {
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.3em;
	margin: 0 0 1em;
}
.content p.small {
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 2em 0 0;
	font-weight:bold;
}
.content a {
	color:#066;
}
.content h2 {
	font-size: 130%;
	padding-bottom: 0.5em;
	padding-left: 10px;
	padding-right: 10px;
	font-family:"Hoefler Text", Baskerville, Garamond, "Palatino Linotype", Georgia, "Times New Roman", serif;
}
.content em {
	color:#000;
	font-size: 14px;
	line-height: 1.3em;
	font-style:oblique;
}
.content strong {
	font-weight:bold;
	color:#666;
}
.content .citazione {
	font-style:oblique;
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	margin: 0px 25px;
	padding: 5px 10px;
	border-left: 1px solid #999;
	line-height: 1.3em;
	text-indent: 0;
}
.graybg {
	background-color:#EEE;
	border-top: 1px dashed #999;
	margin-top: 10px;
}
.graybg h2 {
	color: #333;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
.center {
	text-align:center;
}
.darkbg {
	background-color:#fff;
	border-top: 5px solid #333;
	margin-top: 15px;
	padding: 0px 0;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	text-align: justify;
	padding-top: 1em;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-bottom: 1em;
}
.footer p {
	font-size: 0.6em;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.2em;
	margin: 0 0 1em;
}
.footer h2 {
	font-size: 110%;
	padding-bottom: 0.5em;
	padding-left: 10px;
	padding-right: 10px;
}
.footer a {
	color:#066;
}
/* CAROUSEL PER LIVE PORTFOLIO */

#carousel_wrapper {
	width:460px;
	height:240px;
	position:relative;
}
.thumb_preview {
	float:left;
	width:250px;
}
.thumb_description {
	float:left;
	width:210px;
}
.thumb_title {
	width: 250px;
	overflow:hidden;
}
.thumb_title h2 {
	font-size:16px;
	color:#666;
}
.thumb_title a {
	text-decoration:none;
}
.thumb_title a:hover h2 {
	color: #999;
}
.carousel ul {
	height:230px;
}
.thumb_description p {
	font-size:12px;
	text-align:left;
}
.thumb_description h3 {
	color:#000;
	font-size:0.9em;
	margin:3px 0 3px 3px;
	padding:0;
}
img.prev {
	position:absolute;
	right: 40px;
	top: -25px;
	cursor:pointer;
}
img.next {
	position:absolute;
	right: 5px;
	top: -25px;
	cursor:pointer;
}
#parallax {
	position:relative;
	overflow:hidden;
	width:940px;
	height:400px;
}
.scritte h1 {
	font-family:  "Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#aaa;
	margin-bottom:0.6em;
	font-weight:normal;
}
#sito {
	font-size:14px;
	color:#666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	padding: 3px 8px;
	margin: 5px;
	background-color:#fff;
	border: 1px solid #bbb;
	border-radius: 4px;
	outline-style:none;
}
#invia {
	font-size:12px;
	color:#bbb;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	padding: 3px 8px;
	margin: 5px;
	background-color:#666;
	border: 1px solid #bbb;
	border-radius: 4px;
	outline-style:none;
	cursor:pointer;
}
#sito_error {
	position:absolute;
	width:460px;
	height:342px;
	top:0px;
	left:0px;
	background-color:#333;
	opacity:.90;
	cursor:pointer;
	margin:0;
	padding:0;
	display:none;
}
#sito_error #testo {
	width:460px;
	height:302px;
}
#sito_error #testo p {
	width:460px;
	margin: 130px auto 0 auto;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-align:center;
}
#dettagli {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:.96;
	margin:0;
	padding:0;
	z-index: 1000;
	display:none;
}
.infobox_notice {
	position:relative;
	width: 42em;
	height:31em;
	border: 3px solid #888;
	background-color: #fff;
	margin: 30px auto;
	padding: 15px;
	background-image:url(/design/allright3.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	background-origin:border-box;
}
.infobox_notice h2 {
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	text-align:center;
	margin-bottom: 1em;
	margin-top:4em;
	margin-left:8em;
}
.infobox_notice p {
	color:#666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	margin-bottom:1em;
	margin-left:8em;
}
#close {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	top: 5px;
	right: 5px;
	width:1em;
	height:1em;
	font-size:1.5em;
	font-weight:bold;
	color:#000;
	cursor:pointer;
}
.infobox {
	position:relative;
	width: 42em;
	height:34em;
	border: 3px solid #888;
	background-color: #fff;
	margin: 30px auto;
	padding: 15px;
}
.infobox h2 {
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	text-align:center;
	margin-bottom: 1em;
}
.infobox p {
	color:#666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	margin-bottom:1em;
}
#theform {
	background-color: #666;
	width: 40em;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0.5em auto;
}
#theform fieldset {
	height: 13em;
	width: 11em;
	border: 0;
	margin: 0;
	padding: 1em;
	float: left;
}
#theform fieldset legend {
	font-size: 4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
#theform fieldset legend span {
	display: none;
}
#theform fieldset h3 {
	height: 3em;
	font-size: 1em;
}
#theform fieldset div.help {
	color: #FFFF99;
	font-size: 0.6em;
	font-weight: bold;
	height: 3.5em;
}
#theform fieldset label {
	font-size: 0.7em;
	display: block;
	line-height: 1.5em;
}
#theform fieldset input {
	font-size: 0.8em;
	height: 1.2em;
}
/* Error Styling */
#theform fieldset.error, #theform fieldset.error legend, #theform fieldset.error div.help {
	color:#922;
}
#theform fieldset strong.error {
	color: #fff;
	background-color: #CC0000;
	padding: 0.2em;
	font-size: 0.7em;
	font-weight: bold;
	display: block;
}
/* Part 4 Styling */
#theform #pt4 {
	clear: both;
	width: 38em;
	height: 5.5em;
	border: 10px solid #444;
	border-width: 10px 0;
	padding: 1em;
}
#theform #pt4 legend {
	display: none;
}
#theform #pt4 h3 {
	display: none;
}
#theform #pt4 #disclaimer {
	width: 22em;
	float: left;
	font-size: 0.7em;
}
#theform #pt4 input {
	height: 5em;
	font-size: 1em;
	width: 18em;
	color: #666666;
	background: #f3f3f3;
	font-weight: bold;
	border-bottom: 	1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	float: right;
}
#theform input[type=text]:focus{
	box-shadow: 0px 0px 5px #3F9;
}
#dettagli_invia {
	cursor:pointer;
}
#dettagli_error {
	background-color:#911;
	padding: 0.5em;
	font-size: 0.8em;
	color: #fff;
	font-style: italic;
	font-weight:bold;
	width:90%;
	margin:0.3em auto;
	padding: 5px;
	display:none;
}
/* NIVO SLIDER */
#slider {
	position:relative;
	width:960px; /* Change this to your images width */
	height:450px; /* Change this to your images height */
	background:url(/js/nivo-slider/loading.gif) no-repeat 50% 50%;
	margin-top: 80px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:inline;
}
#slider .nivo-controlNav {
	position:absolute;
	top:-75px; /* Put the nav below the slider */
}
#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-left:5px;
	margin-right:5px;
	padding-bottom:18px;
	overflow:visible;
}
a.nivo-control {
	background-image:url(/design/bottom-passive.jpg);
	background-position:bottom left;
	background-repeat: no-repeat;
}
a.nivo-control.active {
	background-image:url(/design/bottom-active.jpg);
	background-position:bottom left;
	background-repeat: no-repeat;
}
.nivo-html-description .separator {
	width: 90%;
	margin: 10px 0;
	border-bottom: 1px dotted #9c3;
}
.nivo-html-description h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:36px;
	margin-bottom: 20px;
	color:#9C3;
	padding:0;
}
.nivo-html-description h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	margin-bottom: 30px;
	color:#CCC;
	padding:0 10px 0 0;
}
.nivo-html-description h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
	color:#9C3;
	padding:0 10px 3px 0;
}
.nivo-html-description p.par {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#ccc;
	padding: 0 10px 10px 0;
}
.nivo-html-description p.number {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:120px;
	margin-bottom: -5px;
	color:#9C3;
	padding:0;
	font-weight:bold;
}
#services {
	width: 600px;
	margin: 10px auto;
}
#services h3 {
	margin: 0 0 10px 10px;
	padding-bottom:5px;
	border-bottom: 1px dotted #666;
}
#services p {
	padding: 0 20px;
}
.validator {
	color:#666;
	font-size:10px;
}

