* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	color: #cccccc;
	font: 13px 'Arial', Tahoma, sans-serif;
	cursor: default;
	color: #868686;
}

body .clear {
	clear: both;
}

body .clearFix {
	height: 0.001%;
}

body .hidden {
	display: none;
}

body a {
	outline: none;
}

input[type="text"], input[type="password"] {
	height: 30px;
	width: 230px;
	border: 1px solid #ded8d1;
	padding: 5px 0 5px 4px;
	color: #9c9c9c;
	font-size: 13px;
}

#dnn_ctr616_SearchInput_cmdGo {
	margin-left: 20px;
}

textarea {
	background-color: #f7fbfd;
	border: 1px solid #e6e6e6;
	margin-right:3px;
	padding:4px 2px;
	color: #666666;
}

select {
	background-color: #f7fbfd;
	border: 1px solid #e6e6e6;
	margin-right:3px;
	padding:4px 2px;
	color: #666666;
}
/* forms */

#wrapper{
	width: 900px;
	margin: 0 auto;
}

#wrapper div.extras {
	float: right;
	width: 200px;
	height: 18px;
	margin-top: 3px;
	text-align: right;
	color: #868686;
}

#wrapper div.extras a {
	color: #868686;
}

#wrapper div.header {
	width: 900px;
	height: 152px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}
#wrapper div.menuUp {
	width: 900px;
	height: 36px;
	background-image: url(images/menuUp.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid #fff ;
}

#wrapper div.menuUp div.asi {
	float: left;
	width: 446px;
	text-align: left;
	margin-left: 4px;
	color: #fff;
	
}



#wrapper div.menuUp div.fiva {
	float: right;
	width: 446px;
	text-align: right;
	margin-right: 4px;
	color: #fff;
	
}

#wrapper div.menuDown {
	width: 900px;
	height: 22px;
	background-image: url(images/menuDown.png);
	background-repeat: no-repeat;
	text-align: center;
}

#wrapper div.menuDown span.menu {
	color: #dfa901;
}

#wrapper div.footer {
	margin-top: 10px;
	width: 900px;
	height: 47px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 3px;
}

#wrapper div.footer p.indirizzo {
	color: #dfa901;
	font-size: 13px;
}



#wrapper div.footer p.copyright {
	color: #fff;
	font-size: 14px;
	position:relative;
	bottom:6;
	
}

#wrapper div.footer p.copyright a{
	color: #fff;
}


