html, body, 
h1, h2, h3, h4, h5, h6, 
form, fieldset,
p, ol, ul, li, 
dt, dd, dl,
table, th, tr, td { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
img, fieldset, input, textarea, select { border: 1; margin: 0; }

body {
	background: #fff url(../images/base/secondary_bg.jpg) no-repeat center top;
	color: #555;
	font: 62.5% Helvetica, Arial, sans-serif;
	padding-top: 14px;
	text-align: center;
}
html>body { font-size: 10px; }
.block { display: block; }
.icon { vertical-align: middle; }
.clear { clear: both; }
.left { display: inline; float: left; }
.right { display: inline; float: right; }
a { text-decoration: underline; }

#wrapper { margin: 0 auto; text-align: left; width: 760px; }
#header1 { height: 80px; }

#logo { float: left; }
ul#nav1 { float: left; height: 44px; list-style: none; width: 516px; }
#nav1 li { float: left; height: 44px; margin: 0; padding: 0; text-indent: -1000em; }
#nav1 li a { display: block; height: 100%; overflow: hidden; width: 100%; }
#n-about { width: 68px; }
#n-contatti { width: 94px; }
#n-tariffe { width: 110px; }
#n-foto { width: 80px; }
#n-lastminute { width: 120px; }
#n-about a, #n-contatti a, #n-tariffe a, #n-foto a, #n-lastminute a { background: url(../images/base/nav.gif); }
#n-about a:hover { background-position: 0 44px; }
#n-contatti a { background-position: -69px 0; }
#n-contatti a:hover { background-position: -69px 44px; }
#n-tariffe a { background-position: -163px 0; }
#n-tariffe a:hover { background-position: -163px 44px; }
#n-foto a { background-position: -280px 0; }
#n-foto a:hover { background-position: -280px 44px; }
#n-lastminute a { background-position: -355px 0; }
#n-lastminute a:hover { background-position: -355px 44px; }

#wrapper .clearf { clear: both; height: 30px; }
#footer1 { background: url(../images/base/div.gif) no-repeat; margin: 0 20px; padding: 30px 0; }
#footer1 .logo { float: left; margin: 0 59px 0 24px; }
#footer1 p {
	color: #63621B;
	font-family: Helvetica, serif;
	font-size: 1.1em;
	line-height: 1.8;
}
#footer1 p a { color: #63621B; margin: 0 5px; }
#footer1 p .main { margin-left: 0; }
#footer1 p a:hover { color: #000; }

.invisible {
display: none;
}