/*
	Autore: Danilo Cicognani
	Script: style.css
	Applicazione: www.fieraesagradeigusti.it
	Versione: 1.00
	Data: 29/12/2009
	Scopo: Foglio di stile del sito
	Copyright (c) 2009 Danilo Cicognani
*/
body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	background: url('imgs/sfondo.jpg');
	color: #761e0f;
}

/* Stili generici */
h1 {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #ab1f08;
}
a:link, a:visited {
	color: #ab1f08;
	text-decoration: underline;
	font-weight: bold
}
a:hover, a:active {
	color: #751e0f;
	text-decoration: none;
}
p {
	margin: 10px 0px;
	padding: 0px;
}

/* Layout */
div#container {
	width: 933px;
	margin-left: auto;
	margin-right: auto;
}
div#ombra {
	background: url('imgs/ombra.png') repeat-y;
	behavior: url('iepngfix.htc');
	width: 923px;
	padding: 0px 5px 120px 5px;
}
div#foto {
	position: absolute;
	width: 923px;
	height: 200px;
	top: 40px;
	z-index: 0;
	background-color: #ab1f08;
}
div#foto img {
	width: 923px;
	height: 200px;
	border: 0px;
}
div#header {
	position: relative;
	width: 923px;
	height: 83px;
	background: url('imgs/header.png') repeat-x;
	behavior: url('iepngfix.htc');
	text-align: center;
}
div#menu {
	position: relative;
	width: 923px;
	height: 47px;
	top: 120px;
	background: url('imgs/bordo.png') bottom repeat-x;
}
div#menu div {
	float: left;
	width: 154px;
	height: 37px;
	text-align: center;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	line-height: 13px;
}
div#menu div.open, div#menu div.over {
	float: left;
	width: 154px;
	height: 47px;
	text-align: center;
}
div#menu div a {
	display: block;
	padding: 17px 0px 5px 0px;
	text-decoration: none;
}
div#menu div a:hover {
	text-decoration: underline;
}
div#menu div.tabrossa {
	background: url('imgs/tabrossa.png') top no-repeat;
	behavior: url('iepngfix.htc');
}
div#menu div.tabrossa a {
	color: #ffac08;
}
div#menu div.tabgialla {
	background: url('imgs/tabgialla.png') top no-repeat;
	behavior: url('iepngfix.htc');
}
div#menu div.tabgialla a {
	color: #ab1f08;
}
div#menu div a.acapo {
	padding-top: 8px;
}
div#body {
	position: relative;
	width: 923px;
	top: 120px;
	background: #ffad08 url('imgs/body.png') top repeat-x;
}
div#content {
	padding: 10px;
}
div#content img {
	border: 2px solid #751e0f;
}
div.button {
	float: left;
	width: 284px;
	text-align: center;
	font-size: 15px;
	margin: 20px 0px;
}
div.button div {
	margin-top: 10px;
	text-align: left;
	font-size: 12px;
}
div.contattisx {
	float: left;
	width: 284px;
	margin: 0px 25px 0px 0px;
}
div.contattidx {
	float: left;
	width: 594px;
}
div.clearer {
	clear: both;
}
div#ombrafoot {
	background: url('imgs/ombrafoot.png') no-repeat;
	behavior: url('iepngfix.htc');
	width: 933px;
	height: 61px;
	padding: 0px 5px;
}
div#footer {
	position: relative;
	width: 923px;
	height: 58px;
	background: url('imgs/footer.png') top repeat-x;
	font-size: 10px;
	color: #ffac08;
	text-align: center;
	clear: both;
	padding-top: 3px;
}
div#footer a {
	color: #ffac08;
}

/* Modulo di contatto */
form {
	margin: 0px;
}
table {
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 2px solid #751e0f;
}
th {
	padding: 3px 5px 3px 5px;
	border: 1px solid #751e0f;
	background-color: #ab1f08;
	color: #ffac08;
	text-align: left;
}
td {
	padding: 3px 5px 3px 5px;
	border: 1px solid #751e0f;
}
input {
	color: #ab1f08;
	font-family: Arial, Sans-serif;
	font-size: 12px;
}
textarea {
	color: #ab1f08;
	width: 450px;
	height: 70px;
	font-family: Arial, Sans-serif;
	font-size: 12px;
}
input.placeHolder {
	color: #a9a9bf;
}
textarea.placeHolder {
	color: #a9a9bf;
}
input.obbl {
	width: 150px;
	background-color: #ffac08;
	vertical-align: middle;
}
input.obbl2 {
	width: 150px;
	background-color: #ffac08;
	vertical-align: middle;
}
input.text {
	width: 150px;
	vertical-align: middle;
}
input.small {
	width: 50px;
	vertical-align: middle;
}
span.obbl {
	color: #ab1f08;
}
span.obbl2 {
	color: #ab1f08;
}