/* ------------------- Global Reset ------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, cite, code, em, img, q, small, strike, strong, sub, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 14px;
	vertical-align: baseline;
	line-height: 18px;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
ol, ul {
	list-style: none;
}
: focus {
	outline: 0;
}

/* ---------------- General Styles --------------- */
body {
	font-family: "Georgia", serif;
	font-size: 10 pt;
	color: #e6b413;
	width: 100%;
	height: 100%;
	background-color: #5e2713;
	background-image: url(../img/sfondo_body.jpg);
	background-position: center top;
	background-repeat:repeat-x;
}
a:link {
	text-decoration: none;
	color:#710800;
}
a:visited {
	text-decoration: none;
	color:#710800;
	}
a:hover, a:active, a:focus {
	text-decoration: none;
	color:#000000;
}
p, h1, h2, h3, h4{
	margin: 0;
	padding: 5px 0 5px 0;
	font-family: "Georgia", serif;
}
.skip, hr {
	position: absolute;
	left: -9999px;
}
.clear{
	clear: both;
}
/* ---------------- Layout --------------- */
#container{
	margin: auto;
	width: 1000px;
	height: 100px;
	background: url(../img/sfondo_container.jpg) top left no-repeat;
	
}
#header{
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	height: 132px;
	width: 100%;
}
#navigation{
	float:left;
	width: 399px;
	height: 28px;
	margin-top: 104px;
	margin-left: 300px;
}
#content{
	width: 1000px;
	height:594px;
	margin: auto;
	background-image:url(../img/content.jpg);
	position: relative;
}

#footer{
	background-image: url(../img/footer.jpg);
	height: 64px;
	clear: both;
}
#footer_text{
	font-size:12px;
}
#footer a{
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}

/* Home */
#content_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #b59d79;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 18px;
	text-align: center;
}
#logo_mokador {
	padding-top: 60px;
	padding-left: 180px;
	float: left;
}
#button_home {
	float:left;
	width: 133px;
	height: 28px;
}
#button_home a {
	display: block;
	width: 133px;
	height: 28px;
	background:  no-repeat top left;
	background-image: url(../img/home.jpg);
}

#button_home a:hover {
	background-position: top right;
}
#button_radicchio {
	float: left;
	width: 133px;
	height: 28px;
}
#button_radicchio a {
	display: block;
	width: 133px;
	height: 28px;
	background:  no-repeat top left;
	background-image: url(../img/radicchio.jpg);
}

#button_radicchio a:hover {
background-position: top right;
}
#button_contatti {
	float:left;
	width: 133px;
	height: 28px;
	
}
#button_contatti a {
	display: block;
	width: 133px;
	height: 28px;
	background:  no-repeat top left;
	background-image: url(../img/contatti.jpg);
}

#button_contatti a:hover {
	background-position: top right;
}
/* ---------------- Other --------------- */
.Stile4 {
	margin-top:20px;
	color: #AA8D24;
	font-size: 26px;
	font-weight: bold;
	font-style: italic;
	padding: 10px;
}
.Stile5 {
	color: #836C1C;
	font-size: 16px;

	font-weight: bold;
	font-style: italic;

}
.Stile9 {
	color: #ffffff; 
	font-family: "Garamond", serif;
	font-style: italic; 
	padding:20px;
	font-size:16px;
	line-height:20px;
}
.Stile10 {
	color: #000000;
}
.Stile11 {
	font-style: italic; 
	font-size: 18px;
	margin: 20px 0px 10px 10px;
	color: #48030b; 
}
.Stile13 {
	color: #000000;
	font-weight: bold;
	font-style: italic;
}
.Stile14 {
	color: #000000;
	font-size:13px;
}
.clear{
	clear: both;
}
.hidden{
	visibility: hidden;
}
.loading{
	width: 25px;
	height: 25px;
}

.error{
	font-size: 12px;
	font-weight: bold;
	display: none;
}
.inputStyle{}
.noDecoration{text-decoration: none}


