
html,body {
	margin: 0;
	padding:0;
	font-family: Verdana, arial, sans-serif;
}

body {
	font-size: 15px;
	text-align: left;
	background: #194F5D url(fd-body0.gif) top left repeat-y;
}

div#container {
	position:relative;
	width: 760px;
	margin: 0 auto;
	background: url(body.gif) repeat-y top left;
	z-index: 500;
}

div#navigation {
	top: 0px;
	left: 0;
	width: 150px;
	float: left;
	font-family: Verdana, arial, sans-serif;
}

div#content {
	margin-left: 185px;
	padding: 1em;
	color: black;
	font-family: Verdana, arial, sans-serif;
	vertical-align: top;
}

div#footer {
	text-align:left;
	padding: 0.5em;
	clear: left;
}

div#header {
	margin-left: 0px;
	height: 263px;
	background: url(top.jpg) no-repeat top left;
}

/*stili per la navigazione*/

div#navigation {
	font-size: 25px;
	color: black;
	font-weight: bold;
	padding-top: 0px;
}

/*stili generici*/

div#header {
	color: black;
}

h1,h2 {
	margin: 0;
	padding:0;
}

h1 {
	font-size: 40px;
	line-height: 1.2;
	font-weight: bold;
}

h2 {
	color: #999;
	font-size: 30px;
}

h3 {
	color: #008080;
	font-size: 20px;
}


/* stili per il contenuto */

.centered {
	text-align: center;
}

.right {
	margin-left: auto;
	margin-right: 0px;
}

.floatleft {
	float : left;
	margin-right: 20px;
}

.menuitem {
	display: block;
	margin-bottom: 10px;
	margin-left: 5px;
	font-size: 22px;
}

.menucat {
	display: block;
	margin-left: 20px;
	font-size: 18px;
	margin-bottom: 5px;
}

.menuprod {
	display: block;
	margin-left: 30px;
	font-size: 14px;
	margin-bottom: 5px;
}

.nomecat {
	color: black;
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold;
}

.nomeprod {
	color: black;
	font-size: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}

a img {border: none; }

a {
	color: #455078;
	text-decoration: none;
}

a:hover {
	color: #455078;
	text-decoration: none;
}

a#activelink {
	color: #455078;
	text-decoration: none;
}

.spacer {
	float : left;
	border: 0px;
}

#extraDiv1 {
	position: absolute;
	top: 0px;
	left: 0px;
	/*background: #000 url(trefle00.jpg) no-repeat top left;*/
	background: #000;
	width: 600px;
	height: 420px;
	padding: 0;
	margin: 0;
	z-index: 100;
}

#extraDiv3 {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 600px;
	height: 576px;
	background: url(fd-right.gif) repeat-x top right;
	padding: 0px;
	margin: 0px;
	z-index: 300;
}

#extraDiv2 {
	position: absolute;
	top: 420px;
	left: 0px;
	width: 600px;
	height: 317px;
	background: url(degrad-l.gif) repeat-x top left;
	padding: 0px;
	margin: 0px;
	z-index: 200;
}

table.prodlist {
	table-layout: fixed;
	text-align: center;
	position:absolute;
	top:450px;
}

td.prodlist {
	width: 180px;
	vertical-align: top;
	border: 1px solid gray;
}

img {
	border: 2px solid #5F9EA0;
}

.thumb {
	border: 2px solid #5F9EA0;
}

.noborder {
	border: 0px;
	float : left;
}

.titolone {
	font-family: Verdana, arial, sans-serif;
	font-size: 30px;
	color: #194F5D;
}

.compra {
	text-align: center;
	font-size: 20px;
}

.imgbg {
	background: url(puntini2.gif);
	height: 120px;
}

.carrello {
	width: 95%;
}

.carrello td {
	border: 1px solid gray;
}