body,html{
	background-color:white;
	margin:0px auto;
	padding:0;
	width:100%;
	scrollbar-face-color: white;
	scrollbar-shadow-color: #dedede;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-track-color:#dedede;
	scrollbar-arrow-color: #dedede;
}

#contenitore{	
	margin: 0 auto;
	padding:0;
	width:680px;
	vertical-align:top;
}

#menu {
	position:relative;
	left:0px;top:0px;
	height:46px;
	vertical-align:middle;
	text-align:center;
}

#head {	
	position:relative;
	left:0px;top:0px;
	padding:0;
	width:680px; height:214px;
	vertical-align:bottom;
	padding:0px;margin:0px;
	background-color:white;
}
#logo {
	float:left;
	margin-top:19px;
	width:195px;
	background-color:#dedede;
}
#flash {
	float:left;
	background-image:url('img/base_flash.jpg');
	background-repeat:no-repeat;
	width:485px;
	background-color:white;
}

#base {
	position:relative;
	margin:auto;
	width:680px;
	background-color:#dedede;
	padding:0px;margin:0px;
}
#laterale {
	position:absolute;
	left:0px;top:0px;
	width:195px;height:500px;
	background-color:#dedede;
}
#command {
	margin-left:195px;
	background-color:white;
}
#titolo {	
	margin-left:63px;
}

#bottom {
	position:relative;
	padding:25px 0px 40px 0px;
	left:0px;top:0px;
	background-image:url('img/bottom.gif');
	background-repeat:no-repeat;
	width:680px;height:79px;
	background-color:white;
	text-align:center;
}

#dcategorie{
						margin-right:50px;
						margin-top:20px;
						height:20px;
						width:80%;
						text-align:right;
}


img{ border:none;}

input {
	border: solid 1px #dedede;
	color:#a2a2a2;
	font-size:11px;
	width:180px;
	font-family:"primario", Tahoma, arial;
}

.myselect {
	border: solid 1px #dedede;
	color:#a2a2a2;
	font-size:11px;
	width:260px;
	font-family:"primario", Tahoma, arial;
}

textarea {
	border: solid 1px #dedede;
	font-family:"primario", Tahoma, arial;
	color:#a2a2a2;
	width: 180px;
	font-size:11px;
}


.testo{ 	
		font-family:"primario", Tahoma, arial;
		font-size:11px;
		color: black;
}
a.testo{ 			
		font-family:"primario", Tahoma, arial;
		font-size:11px;
		color: black;
		text-decoration:none;
}
a.testo:hover{ text-decoration:none;}

.titolo{ 	
		font-family:"primario", Tahoma, arial;
		font-size:15px;
		color: black;
		font-weight: bold;
}
a.titolo{ 			
		font-family:"primario", Tahoma, arial;
		font-size:15px;
		color: black;
		font-weight: bold;
		text-decoration:none;
}
a.titolo:hover{ text-decoration:none;}

.sottotitolo{ 	
		font-family:"primario", Tahoma, arial;
		font-size:11px;
		color: #a2a2a2;
		font-weight: bold;
}
a.sottotitolo{ 			
		font-family:"primario", Tahoma, arial;
		font-size:11px;
		color: #a2a2a2;
		font-weight: bold;
		text-decoration:none;
}
a.sottotitolo:hover{ text-decoration:none;}


.bottom{ 	
		font-family:"primario", Tahoma, arial;
		font-size:10px;
		color: black;
		text-decoration:none;
}

a.bottom{ 			
		font-family:"primario", Tahoma, arial;
		font-size:10px;
		color: black;
		text-decoration:none;
}

a.bottom:hover{ text-decoration:none;
								color: #082744;
}
a.bottom:visited{ 	text-decoration:none;}

a.mini:hover{ 	text-decoration:none;
								color: #a6ad3b;
}
a.mini:visited{ 	text-decoration:none;}


.form{
		font-family:"primario", Tahoma, arial;
		font-size:11px;
		color: black;
}
a.form{text-decoration:none;}

.bottone{
		background-color:#dedede;
		color:black;
		border: 1px solid #a2a2a2;
		margin:10px 0px;
		font-size:11px;
		line-height:120%;
		text-align:center;
		vertical-align:middle;
}

.verde{color:#bbb634}
.blu{color:#082744}
.grigio{color:#dedede}
.scuro{color:#a2a2a2}