img {
	border: 0;
}

body {
	background-color:  black;
	margin: 0;
	padding: 10px;
	font-family: Verdana;
}
#container { 
	width : 800px;
	position: relative;
	margin: 0 auto;
}

#header {
	width: 800px;
	height: 120px;
	background-image: url(img/header.jpg);
	background-position: center;
	background-repeat: no-repeat;
	float: left;
}
	
#topmenu {
	z-index: 5;
	float: left;
	width: 800px;
	height: 28px;
	background-image: url(img/topmenu_bg.gif);
}
	.bordo{
		width: 13px;
		height: 28px;
	}
	#bordo_sinistra {
		background-image: url(img/topmenu_left.gif);
		float:left;
	}
	#bordo_destra {
		background-image: url(img/topmenu_right.gif);
		float:right;
	}
	.separatore{
		background-image: url(img/topmenu_sep.gif);
		float:left;
		width: 2px;
		height: 28px;
		margin: 0px;
		}
	.pulsante{
		color: white;
		font-size: 14px;
		float: left;
		padding: 0 15px;
		line-height: 28px;
	}
	#selezionato{
		background-image: url(img/topmenu_sel.gif);
	}
	.pulsante a {
		color: white;
		text-decoration: none;
		outline: none;
	}
	.pulsante a:hover {
		text-decoration: underline;
	}

#catmenu{
	width : 772px;
	margin: 0 7px;
	padding: 5px 5px 0 5px;
	float: left;
	background-color: #272727;
	border-left: 2px solid #434343;
	border-right: 2px solid #434343;
	font-size: 12px;
}
	.catbutton {
		float: left;
		padding: 5px 8px;
		color: #CCCCCC;
	}
	.catbutton a{
		color: #CCCCCC;
		text-decoration: none;
	}
	.catbutton a:hover{
		text-decoration: underline;
	}
	#catselezionato{
		background-color: #333333;
		font-weight: bold;
		text-decoration: none;
	}
	
#navigation {
	width : 762px;
	min-height: 250px;
	margin: 0 7px;
	float: left;
	background-color: #333333;
	border-left: 2px solid #434343;
	border-right: 2px solid #434343;
	padding: 0 10px 0 10px;
	color: #CCCCCC;
	font-size: 12px;
}
	#navigation p.titolo {
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}
	#navigation a{
		color: orange;
		font-weight: bold;
		text-decoration: none;		
	}
	#navigation a:hover{
		text-decoration: underline;
	}
	#navigation a:visited{
		color: #f5ba5c;
	}
	#navigation img.left{
		margin: 8px;
		float: left;
	}	
	#navigation img.right{
		margin: 8px;
		float: right;
	}

#prodmenu {
	width: 150px;
	margin: 10px 0 5px 0px;
	padding: 0px 0;
	float: left;
}
	.prodbutton {
		width: 140px;
		margin: 0;
		padding: 5px;
		float: left;
	}
	#prodselezionato{
		background-color: #434343;
	}
#prodcontainer{
	width: 592px;
	background-color: #434343;
	float: left;
	margin: 10px 0;
	padding: 0 10px 10px 10px;
}
.foto{
	width: 200px;
	padding: 10px;
	margin: 10px;
	float: left;
	background-color: #636363;
	font-size: 10px;
}

#footer {
	width : 772px;
	margin: 0 7px;	
	float: left;
	background-color: #272727;
	border-left: 2px solid #434343;
	border-right: 2px solid #434343;
	padding: 2px 5px;
	color: #AAAAAA;
	font-size: 10px;
}
	#footer a {
		color: #AAAAAA;
		text-decoration: none;
		font-weight: bold;
	}
	#footer a:hover {
		text-decoration: underline;
	}
	#footer div.center {
		text-align: center;
	}	
#footerimg{
	height: 30px;
	width: 781px;
	float: left;
	margin: 0 7px 10px 7px;
	background-image: url(img/footer.jpg);
	text-align: right;
	font-size: 10px;
	line-height: 30px;
	padding-right: 5px;
	color: #AAAAAA;	
}

td{
	font-size: 12px;
}