@charset "utf-8";
/* reset.css */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* cssstickyfooter.css */
* {margin:0;padding:0;} 
html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}
#main {padding-bottom: 80px;}  /* must be same height as the footer */
#footer {
	position: relative;
	margin-top: -60px; /* negative value of footer height */
	height: 60px;
	clear:both;

	background-attachment: scroll;
	background-image: url(../img/bg_menu.png);
	background-repeat: repeat-x;
	background-position: center top;	
}

#footer .center{
	text-align:center;
	color:#FFF;
	line-height: 40px;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Forms */
form {
	clear: both;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}

form div.submit {
}

form div.submit input{
}

label {
	display: block;
	padding: 0.25em 0 0.25em 0;
}
input, textarea {
	clear: both;
	padding: 2px;
	border: 1px solid #ddd;
}
select {
	clear: both;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	/*
	display: inline;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
	*/
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-weight: bold;
	margin: 1em 0;
	text-align:center;
}
div.error-message {
	clear:both;
	color:#990000;
	font-size:80%;
	font-style:italic;
	font-weight:bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/* default.css */

body {
	font:13px/1.231 arial, helvetica, clean, sans-serif;
	*font-size:small;
	*font:x-small;
	text-align: center;
	
	background-attachment: scroll;
	background-image: url(../img/bg_fixed.png);
	background-repeat: repeat-x;
	background-position: center top;
}

html{
	overflow-x:auto;
	overflow-y:scroll;
}

a:focus, a:hover {text-decoration: none;}
a {text-decoration:underline; color:#5F7632;}

#body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #474747;
	text-decoration: none;
}

.center{
	margin:auto;
	text-align:left;
	width:74.923em;
	*width:73.05em;
}

#wrap {
}

#head, #head .center{
	height: 115px;
}
#head{
	background-attachment: scroll;
	background-image: url(../img/bg_head.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#head .center{
	background-attachment: scroll;
	background-image: url(../img/bg_head_center.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#head .center h1, #head .center h2{
	visibility:hidden;
}

#menu, #menu .center{
	height: 40px;
}

#menu{
	background-attachment: scroll;
	background-image: url(../img/bg_menu.png);
	background-repeat: repeat-x;
	background-position: center top;	
}

#menu .center{
	background-attachment: scroll;
	background-image: url(../img/bg_menu_center.png);
	background-repeat: no-repeat;
	background-position: center top;
}


#menu ul li {
	background-color:transparent;
	display:block;
	float:left;
	height:40px;
	margin:0;
	padding:0;
}
#menu ul li a {
	display: block;
	position: relative;
	height: 40px;
	background-attachment: scroll;
	background-image: url(../img/menu.png);
	background-repeat: no-repeat;
}
#menu ul{
	margin-left: 453px;
}
#menu ul li a { text-indent: -9999px;}

#menu ul li.home a {background-position: -488px 0px;width:65px;}
#menu ul li.home a:hover{background-position: -488px bottom;}
body.home #menu ul li.home a{background-position: -488px bottom;}

#menu ul li.what a {background-position: -553px 0px;width:92px;}
#menu ul li.what a:hover{background-position: -553px bottom;}
body.what #menu ul li.what a{background-position: -553px bottom;}

#menu ul li.where a {background-position: -645px 0px;width:107px;}
#menu ul li.where a:hover{background-position: -645px bottom;}
body.where #menu ul li.where a{background-position: -645px bottom;}

#menu ul li.why a {background-position: -752px 0px;width:120px;}
#menu ul li.why a:hover{background-position: -752px bottom;}
body.why #menu ul li.why a{background-position: -752px bottom;}

#menu ul li.who a {background-position: -872px 0px;width:102px;}
#menu ul li.who a:hover{background-position: -872px bottom;}
body.who #menu ul li.who a{background-position: -872px bottom;}

#screen{
	min-height:380px;
	height: auto!important;
	height: 380px;
}

#console .center{
	width:76.923em;
	*width:75.00em;
	height: 90px;
	background-attachment: scroll;
	background-image: url(../img/bg_console_center.png);
	background-repeat: no-repeat;
	background-position: center top;
	
}
#console{
	background-attachment: scroll;
	background-image: url(../img/bg_console.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#console .center{
}

#demomenu h3, #demomenu h4{
	display: none;
}
#demomenu{
	margin: 0 13px;
}

#demomenu ul {
	position: relative;
	left: 215px;
	list-style-type: square;
	font-size:10px;
	line-height:14px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position:inside;
	margin: 7px auto 0 auto;
	color:#39520C;
	zoom:1;
}
#demomenu ul li a{
	text-decoration:none;
	color: #DAE6C5;
}
#demomenu ul li a:hover{
	color: #fff;
}

#demomenu ul li a.selected{
	color: #ffffff;
	font-weight: bold;
	background-color: #39520C;
}

#demomenu .hotel, #demomenu .turismo, #demomenu .immobiliare, #demomenu .locali{
	height: 85px;
	cursor: pointer !important;
	cursor: hand;	
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}

#demomenu .hotel{
	background-image: url(../img/bg_menu_category1.png);
}
#demomenu .turismo{
	background-image: url(../img/bg_menu_category2.png);
}
#demomenu .immobiliare{
	background-image: url(../img/bg_menu_category3.png);
}
#demomenu .locali{
	background-image: url(../img/bg_menu_category4.png);
}

.home.index {
	min-height: 180px;
	height: auto!important;
	height: 180px;
	
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../img/4cols.png);
}
.home .yui-u{
	min-height: 180px;
	height: auto!important;
	height: 180px;
	
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 11px;
}

.home h3 span{
	display: none;
}

.home p{
	margin-top: .5em;
}
.home h3{
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left center;
}

.home .a{
	background-image: url(../img/01_section.png);
}
.home .a h3{
	margin-left: 80px;
	margin-top: 30px;
	margin-bottom: 4px;
	width:85px;
	height:22px;
	background-image: url(../img/01_minititle.png);
	text-indent:-9999px;
}
.home .a p{
	margin-left: 80px;
}


.home .b{
	background-image: url(../img/02_section.png);
}
.home .b h3{
	margin-left: 100px;
	margin-top: 30px;
	margin-bottom: 4px;
	width:100px;
	height:22px;
	background-image: url(../img/02_minititle.png);
	text-indent:-9999px;
}
.home .b p{
	margin-left: 100px;
}


.home .c{
	background-image: url(../img/03_section.png);
}
.home .c h3{
	margin-left: 100px;
	margin-top: 30px;
	margin-bottom: 4px;
	width:116px;
	height:22px;
	background-image: url(../img/03_minititle.png);
	text-indent:-9999px;
}
.home .c p{
	margin-left: 100px;
}


.home .d{
	background-image: url(../img/04_section.png);
}
.home .d h3{
	margin-left: 100px;
	margin-top: 30px;
	margin-bottom: 4px;
	width:84px;
	height:22px;
	background-image: url(../img/04_minititle.png);
	text-indent:-9999px;
}
.home .d p{
	margin-left: 100px;
}

.pages{
/*	background-image: url(../img/bg_section.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	*/
	margin: 0 12px;
/*	padding-bottom: 300px;*/
}

.pages p{
	line-height: normal;
}

.pages img{
	margin-bottom: 1em;
	float:right;
}

.pages h3 {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	height:65px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.pages h3 span, .pages h4 span{
	display:none;
}

.pages ul {
	list-style-type: square;
	list-style-position:inside;
	margin: 0 1em;
	margin-bottom:.75em;
}
.pages p {
	margin-bottom:.75em;
}

.pages.what h3{
	background-image: url(../img/01_title.png);
}


.pages.what h4.genesi{
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../img/01_la_genesi.png);
	height:25px;
	margin: 30px 0px 10px 0;
	text-indent:-9999px;
}

.pages.what h4.inizia{
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../img/01_inizia.png);
	height:25px;
	margin: 30px 0px 10px 0;
	text-indent:-9999px;
}

.pages.what h4.realta-virtuale{
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../img/01_una_realta_virtuale_al_tuo_servizio.png);
	height:25px;
	margin: 30px 0px 10px 0;
	text-indent:-9999px;
}

.pages.where h3{
	background-image: url(../img/02_title.png);
}

.pages.why h3{
	background-image: url(../img/03_title.png);
}

.contacts.add span{
	display: none;
}

.contacts.add h3{
	height:65px;
	margin-top: 25px;
	margin-bottom: 25px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../img/04_title.png);
}

.contacts.add form{
	margin-left: 13px;
}

.contacts.add input, .contacts.add textarea{
	width: 301px;
}

.contacts.add form div.submit{
	text-align: right;
	margin-top: 1em;
}
.contacts.add form div.submit input{
	border: 0;
	padding:0;
	margin:0;
	width:152px;
	height:39px;
}