html, body, div, h1, h2, h3, h4, fieldset {
	margin: 0; padding: 0;
}

body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #515154;
	background: #B0B0B0 url(../img/sfondo.jpg) no-repeat top center;
}

div#container {
	position: relative;
	margin: 32px auto 0 auto;
	padding-top: 213px;
	width: 800px; height: 387px;
}
.gabbia {
	background: url(../img/sfondo_gabbia.jpg) no-repeat top right;
}
.onde {
	background: url(../img/sfondo_onde.jpg) no-repeat top left;
}
.gabbia_onde {
	background: url(../img/sfondo_gabbia_onde.jpg) no-repeat top;
}

div#header {
	position: absolute;
	top: 0;
	width: 100%;
}
#logo {
	position: absolute;
	left: 26px; top: 0;
}
div#header #thumb {
	position: absolute;
	top: 16px; left: 260px;
}


div#navigation {
	position: relative;
	height: 70px;
}
div#navigation ul {
	position: absolute;
	margin: 17px 0 0 234px; padding: 0;
	list-style: none;
	font-weight: bold;
}
div#navigation li {
	float: left; display: inline;
	margin: 0 30px 0 0; padding: 0;
}
div#navigation a {
	color: #898A8B;
	text-decoration: none;
}
div#navigation a:hover, #active {
	color: #000 !important;
}

#flash {
	position: absolute;
	right: 1px; top: 221px;
}

div#wrapper {
	background-color: #FFF;
	padding-bottom: 50px;
}
div#content {
	position: relative;
	width: 393px; height: 316px;
	margin: -5px 0 0 264px;
	text-align: justify;
}

.cleared:after {
	display: block;
	visibility: hidden;
	content: ".";
	height: 0;
	clear: both;
}
.cleared {
	clear: both; /* per Gecko */
	height: 1%; /* per IE */
}


div#extra {
	position: absolute;
	left: 0; top: 378px;
	height: 100px; width: 202px;
	text-align: right;
	font-weight: bold;
}
div#extra ul {
	margin: 20px 0 0 0; padding: 0;
	list-style: none;
}
div#extra li {
	margin: 0 0 10px 0; padding: 0;
}
div#extra ul a {
	text-decoration: none;
}
div#extra ul a:hover, div#extra #cat_active {
	text-decoration: underline;
}

div#footer {
	position: relative;
	margin: 14px auto 10px auto;
	width: 800px;
	font-size: 10px;
	color: #FFF;
	text-align: center;
}
#footer a {
	color: #FFF;
}

#news_descr {
	position: absolute;
	left: 0; top: 96px;
}

ul#news {
	margin: 0; padding: 0;
	list-style: none;
}
ul#news li {
	margin: 0 0 14px 0; padding: 0;
}
ul#news h3, ul#news h3 a {
	color: #DBA128;
}
ul#news a {
	text-decoration: none;
}


#img1 {
	position: absolute;
	top: -16px; left: 16px;
}
#img2 {
	position: absolute;
	top: 230px; right: 16px;
}

#info {
	position: absolute;
	bottom: 10px; left: 0;
}

#lingua {
	position: absolute;
	top: 200px; right: 36px;
	text-align: center;
	line-height: 10px;
}

#DNV {
	position: absolute;
	right: 30px; top: 376px;
}

.hr {
	clear: both;
	background-color: #D5D5D5;
	height: 1px;
	margin: 15px 0;
	overflow: hidden;
}

a:link, a:visited {
	color: #515154;
	text-decoration: underline;
}
a:hover, h1 a:link, h1 a:visited  {
	color: #DBA128;
	text-decoration: underline;
}

h1, h1 a {
	margin: 0 0 72px 0;
	font-size: 20px;
	font-weight: lighter;
	text-decoration: none !important;
}
h3 {
	font-size: 14px;
}
h5 {
	position: relative;
	top: -20px;
	margin: 0; padding: 0;
	font-size: 18px;
	font-weight: bold;
	color: #DBA128;
}

input, textarea {
	margin: 0; padding: 1px;
	border: solid 1px #C7C8C8;
	background-color: #FFF;
}
label {
	font-weight: bold;
}

button, .botton:link, .botton:visited {
	background-color: #C3112B;
	margin: 0; padding: 4px 8px;
	color: #FFF;
	border: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
}

#table-prodotto {
	margin-left: 287px
}
#table-prodotto th, #table-prodotto td {
	text-align: left;
	padding-right: 11px
}

img {
	border: none;
}


.testo_piccolo {
	font-size: 11px;
}

.arancio {
	color: #DBA128 !important;
}
.rosso {
	color: #C3112B !important;
}
.testo {
	text-indent: -3333px;
}