/* CSS Document */

body {
	background-color: #DAD0C4;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-x;
	padding-top: 55px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #B0987E;

}

a:link,
a:visited {
	color: #836A50;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #836A50;
	text-decoration: underline;
}

.privacy {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #B0987E;
	text-align: justify;
}

table {
	width: 490px;
}

tr.dispari {
	background: #B0987E;
	color: #FFF;
}

tr.pari {
	background: #FFFFFF;
	color: #B0987E;
}

td,th {
	padding: 0.3em 0.7em;
	font-weight: bold;
}

td.contact {
	padding: 0.3em 0.7em;
	font-weight: normal;
}

.logo {
	width: 150px;
	font-size: 10px;
	padding-left: 8px;
	color: #999999;
	text-align: center;
}

input {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #836A50;
	border-right: #cccccc 0.1em solid; 
	border-top: #cccccc 0.1em solid; 
	margin: 0.1em;  
	border-left: #cccccc 0.1em solid; 
	border-bottom: #cccccc 0.1em solid; 
	background-color: #ffffff 
}

textarea {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #836A50;
	margin: 0.1em;
	background-color: #ffffff 
}

.menuNavigazione {
	margin: 0px;
	padding: 0.5em 0;
	text-align: right;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.menuNavigazione li {
	display: inline;
	margin: 0;
	height: 0;
	border-left: 1px solid #EEE;
	padding: 0 1em;
}

.menuNavigazione li.primaVoce {
	border-left: none;
}

.menuNavigazione a {
	white-space: nowrap;
}

.menuNavigazione a:link,
.menuNavigazione a:visited {
	color: #EEEEEE;
	text-decoration: none;
}
.menuNavigazione a:hover,
.menuNavigazione a:focus,
.menuNavigazione a:active {
	color: #EEEEEE;
	text-decoration: underline;
}

#menu {
	width: 550px;
	height: 23px;
	margin-left: auto;
	margin-right: auto;
}

#struttura {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg_top.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#content {
	width: 540px;
	margin-left: auto;
	margin-right: auto;
}

#home_page {
	width: 490px;
	padding-left: 25px;
	padding-top: 29px;
	text-align: justify;
}

#squares {
	width: 540px;
	height: 176px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg_squares.jpg);
	background-repeat: no-repeat;
}

#empty {
	width: 540px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg_empty.jpg);
	background-repeat: no-repeat;
}

div.griglia {
	width: 515px;
	padding-left: 25px;
}

div.griglia div {
	float: left;
	width: 170px;
	padding-top: 5px;
}

#bottom_corner {
	width: 550px;
	height: 10px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bottom_corner.jpg);
	background-repeat: no-repeat;
}

#footer {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 7px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #B0987E;
}

.footer_link {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #836A50;
}

.footer_link a:link,
.footer_link a:visited {
	color: #836A50;
	text-decoration: none;
}

.footer_link a:hover,
.footer_link a:focus,
.footer_link a:active {
	color: #836A50;
	text-decoration: underline;
}