html {
	/*height: auto !important;*/
	height: 100%;
	/*min-height: 100%;*/
	background-color: white;
	font-family: Verdana, Tahoma, Arial;
	font-size: 80%;
	/*border: 1px solid red;*/
}

body {
	width: 750px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0px auto;
	position: relative;
	/*border: 1px solid black;*/
}

/* ------ HOME ------ */

#faruffici, #scheditalia, #piedigrotta {
	margin-top: 50px;
	float: left;
	width: 240px;
	text-align: center;
	/*border: 1px solid black;*/
}

#faruffici {color: green;}
#piedigrotta {color: red;}

#faruffici img, #scheditalia img, #piedigrotta img {width: 230px;}

/* vecchi */

#indirizzi {
	width: 266px;
	padding: 5px;
	color: blue;
	border-bottom: 2px solid #019BD4;
}

#loghi {
	width: 49%;
	text-align: center;
	float: left;
}

#loghi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/* ------ TESTATA ------ */

#testata {
	/*width: 745px;*/
	height: 46px;
	padding: 0px 15px 0px 15px;
	background: url(/img/layout/testata.gif) no-repeat;
	font-size: 80%;
	color: #A6A6A6;
}

#logo {
	margin-right: 35px;
	float: left;
}

/* menu */

#menu {
	margin: 0px;
	padding: 0px;
}

#menu li {
	margin-left: 20px;
	display: block;
	float: left;
}

/* ------ CENTRO ------ */

div#testo {
	padding: 10px 0px;
	background: url(/img/home/sfondo.gif) no-repeat 100% 100%;
	padding-bottom: 30px;
	text-align: justify;
	/*border: 1px solid black;*/
}

h2 {
	margin: 10px 0px 10px 0px;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	font-family: trebuchet ms;
	color: red;
}

h3 {
	margin: 0;
	font-weight: bold; 
	font-style: italic; 
	font-size: 100%;
}

A:link , A:visited {
	text-decoration: none;
	color: #a52a2a;
}

A:hover {
	text-decoration: underline;
	color: #ff0000;
}

/* ------ CATALOGO ------ */

#elenco_cat {
	width: 210px;
	margin-right: 10px;
	font-size: 80%;
	float: left;
}

#elenco_cat ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background: #F6F6F6;
	list-style-type: none;
	font-weight: bold;
	/*border: 1px solid black;*/
}

#elenco_cat ul ul {
	background: white;
	margin: 5px 0px;
	padding: 0px;
	display: none;
}

#elenco_cat ul ul li {
	margin: 0px;
	padding: 0px;
}

a.catTit {
	width: 100%;
	/*height: 100%;*/
	margin: 0px;
	padding: 3px 0px;
	background: #F6F6F6;
	text-decoration: none;
	border-bottom: 1px dotted gray;
	display: block;
}

a:hover.catTit {	
	background: Yellow;
}

#listino {
	table-layout: auto;
	width: 100%;
	font-size: 90%;
	border: 2px solid gray;
	border-collapse: collapse;
	/*border-spacing: 2px;*/
}

#listino th {
	background: Silver;
}

#listino td {
	padding: 1px 3px;
	border: 1px solid Silver;
}

/* ------ FOOTER ------ */

#footer {
	width: 730px;
	height: 15px;
	/*font-size: 90%;*/
	padding: 8px 15px 0px 5px;
	background: url(/img/layout/footer.gif) no-repeat;
	font-size: 80%;
	position: absolute;
	bottom: 0px;
	clear: both;
	/*border: 1px solid black;*/
} 

/* ------ ALTRO ------ */

img {
	border: 0px;
}

.titoletto {
	font-weight: bold;
	font-size: 90%;
	text-align: center;
	color: Gray;
}

#risposta {
	background: Red;
	color: White;
	font-weight: bold;
	text-align: center;
}

#alert {
	margin: 50px auto;
	font-weight: bold;
	font-size: 120%;
	color: Red;
	text-align: center;
}

#risposta a {
	color: Lime;
}

#risposta a:hover {
	color: Yellow;
}

.nascosto {
	display: none;
}

.esposto {
	display: inline;
}

/* ------ FORM ------ */

form {
	margin: 0px auto;
}

fieldset {
	margin: 0px auto;
	padding: 5px;
	background: #F9F9F7;
	border: 1px solid black;
}

legend {
	font-weight: bold;
	color: red;
}

label {
	width: 170px;
	float: left;
}

input, select, textarea, button {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 3px;
	background-color : #ffffff;
	border: 1px solid #000000;
	/*color : #ff0000;*/
}

textarea {
	font-size: 90%;
}

.submit {
	margin-bottom: 0px;
	text-align: center;
}
