@charset "ISO-8859-1";

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	font-family: Helvetica, Verdana, Arial, sans-serif, georgia;
	color: #333333;
	padding: 0;
	margin: 0px;
	font-size: 100%;
}

.bodyBack {
	background-image: url(../images/main/bordo.jpg);
	background-repeat: repeat-y;
	background-position: 10px top;
}


/* elimina bordi in firefox */
a:focus { outline: 0; }
a img { border: 0; }
/* close */

a{
	outline:0;
}

a:link {
	color: #333333;
	text-decoration: none;
	cursor: hand;
}
a:visited {
	color: #333333;
	text-decoration: none;
	cursor: hand;
}
a:hover,
a:focus {
	color: #7B7B00;
	text-decoration: none;
	cursor: hand;
}
a:active {
	color: #333333;
	text-decoration: none;
	cursor: hand;
}


#menuCont {
	height: auto;
	width: 99%;
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
}


.PIva {
	height: auto;
	width: 15%;
	float: right;
	padding: 0;
	font-size: 0.6em;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: right;
	letter-spacing: 0.1em;
}

/*orizz menu*/

#menuTop {
	height: auto;
	width: 96%;
	float: left;
	padding: 0;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.linkListTop {
	list-style: none;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 4px;
	padding-bottom: 0.3em;
	padding-left: 0px;
	padding-top: 0.3em;
	padding-right: 0px;
	letter-spacing: 0.1em;
	font-size: 0.7em;
	height: auto;
	width: auto;
}
.linkListTop ul {
	margin: 0px;
	padding: 0.3em 0;
	list-style: none;
	position: absolute;
	font-weight: 400;
}

.linkListTop li {
	display: inline;
	font-weight: 400;
}

.linkListTop a {
	height: 0;
	white-space: nowrap;
	margin-top: -0.3em;
	margin-right: 0;
	margin-bottom: -0.3em;
	margin-left: 0;
	padding-top: 0.3em;
	padding-right: 2em;
	padding-bottom: 0.3em;
	padding-left: 0em;
	text-decoration: none;
}

.linkListTop li a:visited ,
.linkListTop li a:link{
	list-style: none;
	text-decoration: none;
}

.linkListTop li a:hover ,
.linkListTop li a:focus ,
.linkListTop li a:active {
	list-style: none;
	text-decoration: none;
}

/*close orizz menu*/







#main-container {
	width: 99%;
	padding: 0px;
	height: auto;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
}

#container {
	width: 94%;
	height: auto;
	margin-top: 10%;
	margin-bottom: 0px;
	position: relative;
	margin-right: 0%;
	float: left;
	margin-left: 6%;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}




.logo {
	height: 91px;
	width: 95%;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
	margin-right: 0px;
	background-image: url(../images/main/logo.jpg);
	font-size: 0.3em;
	color: #FFFFFF;
	font-family: Helvetica, Verdana, Arial, sans-serif, georgia;
	background-repeat: no-repeat;
	padding: 0px;
	text-align: right;
	background-position: left top;
}


