html, body {
	height:100%;
}
body {
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:0.8em;
}
div.mainbox {
	display:block;
	width:945px;
	margin-left:auto;
	margin-right:auto;
}
div.logo {
	display:block;
	text-align:left;
	border:none;
	/*margin-left:20px;*/
}
div.antiche-botteghe {
	display:block;
	text-align:right;
	margin-top:-82px;
}
div.viesse-home {
	display:block;
	text-align:right;
	margin-top:-72px;
	margin-right:20px;
}
.link_verde:link, .link_verde:hover, .link_verde:visited, .link_verde:active {
	font-size:100%;
	color:#566e58;
	font-weight:bold;
	text-decoration:none;
}
a {
	outline: none;	
}
a img {
	border: 1px solid #BBB;
	padding: 2px;	
	margin: 10px 30px 10px 0;
	vertical-align: top;
}
div.logo a img {
	border: 0px;
	padding: 0px;	
	margin: 0px;
}
.antiche_botteghe_link{
	border: 0px;
	padding: 0px;	
	margin: 0px;
}
a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

/*#############################        MENU         #################################*/
#menu {
	float:left;
	margin:13px 0px 0px 0px;
	width:100%;
	font-size:122%;
	line-height:normal;
}
#menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#menu li {
	display:inline;
	margin:0px;
	padding:0px;
}
#menu a {
	float:left;
	background:url(../img/menu/tasto-off.png) no-repeat left top;
	text-decoration:none;
	width:135px;
	height:64px;
}
#menu a span {
	float:left;
	display:block;
	padding:40px 0 0 0;
	color:#333;
	text-align:center;
	text-shadow:0px 0px 4px #666;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {
	float:none;
}
/* End IE5-Mac hack */
#menu a:hover span {
	color:#F0F0F0;
	text-shadow:0px 0px 4px #000;
}
#menu a:hover {
	background:url(../img/menu/tasto-on.png) no-repeat left top;
}
#menu a:hover span {
}
/*#############################        FINE         #################################*/
div.banner {
	clear:both;
	display:block;
	/*background-image:url(../img/banner/banner-01.jpg);*/
	width:945px;
	height:250px;
}
/*########################       TITOLO PAGINA       ################################*/
#titolo_pagina {
	float:left;
	width:134px;
	height:188px;
}
div.home {
	background:url(../img/titoli-pagine/home.png) no-repeat center;
}
div.mission {
	background:url(../img/titoli-pagine/mission.png) no-repeat center;
}
div.tendaggi {
	background:url(../img/titoli-pagine/tendaggi.png) no-repeat center;
}
div.bastoni {
	background:url(../img/titoli-pagine/bastoni.png) no-repeat center;
}
div.passamanerie {
	background:url(../img/titoli-pagine/passamanerie.png) no-repeat center;
}
div.contatti {
	background:url(../img/titoli-pagine/contatti.png) no-repeat center;
}
div.dove_siamo {
	background:url(../img/titoli-pagine/dove-siamo.png) no-repeat center;
}
div.lavora_con_noi {
	background:url(../img/titoli-pagine/lavora-con-noi.png) no-repeat center;
}
/*#############################        FINE         #################################*/
div.separa_titolo {
	float:left;
	background-color:#9E9E9E;
	width:1px;
	height:188px;
}
#wrapper {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -80px; /* margine negativo altezza footer */
	padding-top:6px;
	padding-bottom:6px;
}
div.pushfooter {
	height:80px; /* altezza footer */
	clear:both; /* clear di eventuali float se presenti nel layout */
}
#footer {
	display:block;
	background:url(../img/main/footer.jpg) repeat-x left top;	
	width:auto;
	height:80px;
	color:#FFF;
}
#footer #menu_footer {
	font-size:90%;
	padding-top:30px;
	padding-left:20px;
	width:600px;
}
#menu_footer a {
	color:#FFF;
	text-decoration:none;
}
#menu_footer a:hover {
	color:#CCC;
}
#menu_footer ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#menu_footer li {
	display:inline;
	margin:0px;
	padding:0px;
}
#footer #copyright_footer {
	font-size:80%;
	padding-top:4px;
	padding-left:20px;
	width:600px;
}
div.testo_main {
	font-size:100%;
	color:#333;
	padding:6px 6px 6px 155px;
	text-align:justify;
}
.grassetto_verde{
	font-size:100%;
	color:#566e58;
	font-weight:bold;
	text-decoration:none;
}
.grassetto_verde_big{
	font-size:120%;
	color:#566e58;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
}
.testo_small{
	font-size:90%;
}
/* ########################### Text Area ########################### */
#inputArea input[type="text"], #inputArea textarea {
    font-family: Arial, Sans-Serif;
    font-size: 95%;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 1px #CCCCCC;
    background-image: url(../img/input_bg.png);
    background-repeat: repeat-x;
    background-position: top;
}
#inputArea input[type="text"] {
	width: 200px;
}
#inputArea textarea {
	width: 725px;
}
#inputArea input[type="text"]:focus, #inputArea textarea:focus {
    background-image: none;
    background-color: #ffffff;
    border: solid 1px #999999;
}
/* ######################## Text Area END ######################## */
#facebook {
background: transparent url(http://eventinapoli.com/modules/mod_beinvolved/images/topright/facebook.png) no-repeat scroll right top !important;
color: transparent;
cursor: pointer;
display: block;
height: 100px;
position: fixed;
right: 0pt;
text-decoration: none;
text-indent: -999em;
top: 0pt;
width: 100px;
z-index: 99999;
}
}

