html,body {
	margin: 0; 
	padding:0;
}

body {
	font-size: 80%;
	color: #009900;
	background: url(images/white.gif);
	font-family : "Trebuchet MS";
}

a {
	color: #00FF00;
	text-decoration: underline;
}

a:hover, a:visited {
	color: #FF0000;
}

#container {
	margin: 0 auto;
	width: 760px;
	position: relative;
}

img {
	border: 0;
}

#header {
}

#logo {
	position: relative;
	left: 25px;
}

h1,h2 {
	color: #FF0000;
	text-align: center;
}

#navigation {
	height: 50px;
	background-image: url(images/bkg_msbar.png);
}

.nav ul {
	list-style-type: none;
   margin: 0;
	padding: 2px;
} 

#vnavigation {
	width: 200px;
	float: left;
}

#navigation li {
	float: left;
	margin: 0;
	padding: 0;
	width: 126px;
} 

#vnavigation li {
	margin: 5px;
}

.nav a {
	display: block;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	background: url("images/tab.gif") no-repeat center;
	color: #C0C0C0;
	font-variant: small-caps;
	font-weight: bold;
} 

.nav a:hover {
	background: url("images/tabActive.gif") no-repeat center;
	color: #FFFFFF;
}

.active a, .active a:hover {
	background: url("images/tabHover.gif") no-repeat center;
	color: #FFFFFF;;
}

#content {
	margin: 20px 0 0;
	padding: 35px 15px;
	background: url(images/bgCentre.gif) repeat-y;
	position: relative;
}

.centro {
	display: block;
	margin: 10px auto;
	text-align: center;
}

.barrato {
	text-decoration: line-through;
}

.christmas{
	color: #FF0000;
	font-weight: bold;
	font-family: "Comic Sans MS", cursive;
	font-size: 120%;
}

.big {
	font-size: 120%;
}

table,tr,td {
	margin: auto;
	text-align: center;
	empty-cells: show;
}

#aggiungi td {
  text-align: left;
}

#bgTop {
	position: absolute;
	top: 0;
	left: 0;
}

#footer {
	margin: 0;
	padding: 10px 0;
	font-size: 76%;
	color: #000000;
	background-image: url(images/bgHeader.gif);
	text-align: center;
	clear: both;
}

#novita {
	position:relative;
	top: 60px;
	left: 150px;
}

.sinistra {
	width: 50%;
	float: left;
}
.destra {
	width: 50%; 
	float: right;
}
.intero {
	width: 100%; 
	clear: both;
}

.sinistra>p, .destra>p, .intero>p, .sinistra>div, .destra>div, .intero>div, .sinistra>small, .destra>small {
	margin-left: 40px;
}

