html, body {
	margin: 0px;
	padding: 0px;
	background: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: White;
}

#container {
	width: 814px;
	/*height: 670px;*/
	margin: 0px auto;
	position: relative;
	/*border: 1px solid yellow;*/
}

/* ------ TESTATA ------ */

#testata {
	height: 280px;
	margin: 0px auto;
	background: url(/images/layout/testata.jpg) no-repeat;
}

h1 {
	display: none;
}

/* ------ TESTO ------ */

#testo {
	padding: 0px 30px;
	line-height: 20px;
	text-align: justify;
	background: url(/images/layout/testo.jpg) repeat-y;
	border-top: 1px dotted #9E9E9E;
	border-bottom: 1px dotted #9E9E9E;
	/*border: 1px solid red;*/
}

h2 {
	margin: 0px 0px 10px 0px;
	font-size: 140%
}

p {
	margin: 5px;
}

img {
	border: none;
}

.foto {
	border: 1px solid black;
}

.titoletto {
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	color: black;
}

#risposta {
	font-weight: bold;
	background: Red;
	color: white;
}

a {
	color: Yellow;
}

a:hover {
	color: lime;
	/*background: yellow;*/
}

/* ------ FORM ------ */

fieldset {
	width: 100%;
	padding: 10px;
	color: Black;
	background: #A8A8A8;
	border: none;
}

fieldset br {
	clear: both;
}

label {
	width: 150px;
	margin-top: 3px;
	display: block;
	float: left;
}

input, textarea {
	margin-top: 3px;
	border: 2px solid yellow;
	background: #FFF8DC;
}

.submit {
	text-align: center;
}

/* ------ MENU ------ */

#menu {
	height: 70px;
	padding-left: 120px;
	background: url(/images/layout/menu/sfondo.jpg) no-repeat top;
	clear: both;
	/*border: 1px solid yellow;*/
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu li {
	margin: 20px 50px 0px 0px;
	display: block;
	float: left;
}

#menu a, #menu a:hover {
	width: 150px;
	height: 29px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	/*border: 1px solid black;*/
}

#menu #chi_siamo a {background-image: url(/images/layout/menu/chi_siamo.jpg);}
#menu #chi_siamo a:hover {background-image: url(/images/layout/menu/chi_siamo_hover.jpg);}

#menu #negozio a {background-image: url(/images/layout/menu/negozio.jpg);}
#menu #negozio a:hover {background-image: url(/images/layout/menu/negozio_hover.jpg);}

#menu #contatti a {background-image: url(/images/layout/menu/contatti.jpg);}
#menu #contatti a:hover {background-image: url(/images/layout/menu/contatti_hover.jpg);}

#menu span {
	display: none;
}

/* ------ FOOTER ------ */

#footer {
	margin: 20px auto;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	position: relative;
	clear: both;
	/*border: 1px solid yellow;*/
}