/* ------------------- 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: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
ol, ul {
	list-style: none;
}
: focus {
	outline: 0;
}

/* ---------------- General Styles --------------- */
body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 62.8%;
	color: #b59d79;
	width: 100%;
	height: 100%;
	background-color: #644730;
	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:#710800;
}
p, h1, h2, h3, h4{
	margin: 0;
	padding: 5px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif
}
.skip, hr {
	position: absolute;
	left: -9999px;
}
.clear{
	clear: both;
}
/* ---------------- Layout --------------- */
#container{
	margin: auto;
	width: 1000px;
	background: url(../img/sfondo_container.jpg) top left no-repeat;
	height: 100px;
}
#header{
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	height: 230px;
	width: 100%;
}
#navigation{
	float:left;
	width: 130px;
	height: 100px;
	text-align: left;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 25px;
	margin-top: 40px;
	margin-bottom: auto;
	margin-left: 170px;
	font-style: normal;
	font-weight: bold;
}
#navigation ul li a:hover {
	color: #d31300
}

#logo {
	float:left;
	width: 332px;
	height: 201px;
	margin-left: 200px;
}
#content{
	width: 1000px;
	height:485px;
	margin: auto;
	background-image:url(../img/content.jpg);
}

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

/* Home */
#content_home{
	width: 1000px;
	height: 485px;
	position: relative;
	margin: auto;
	background-image: url(../img/content_home.jpg);
	background-repeat: no-repeat;
}
#content_azienda{
	width: 1000px;
	height: 485px;
	position: relative;
	margin: auto;
	background-image: url(../img/content_azienda.jpg);
	background-repeat: no-repeat;
}
#content_servizi{
	width: 1000px;
	height: 485px;
	position: relative;
	margin: auto;
	background-image: url(../img/content_servizi.jpg);
	background-repeat: no-repeat;
}
#content_prodotti{
	width: 1000px;
	height: 485px;
	position: relative;
	margin: auto;
	background-image: url(../img/content_prodotti.jpg);
	background-repeat: no-repeat;
}
#content_contatti{
	width: 1000px;
	height: 485px;
	position: relative;
	margin: auto;
	background-image: url(../img/content_contatti.jpg);
	background-repeat: no-repeat;
}
#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;
}
#content_text2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #b59d79;
	padding-top: 40px;
	padding-left: 20px;
	line-height: 18px;
	text-align: justify;
	width: 460px;
	float: left;
}
#sottomenu {
	float: left;
	width: 110px;
	height: 100px;
	text-align: left;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 25px;
	margin-top: 75px;
	margin-bottom: auto;
	margin-left: 5px;
	font-style: normal;
	font-weight: bold;
}
#sottomenu ul li a:hover {
	color: #d31300;
}

a.current, #nav_bar ul li a.current {
	color: #d31300;
}

#nav_bar {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
	padding-top: 25px;
}
#nav_bar ul li {
	display:inline
}
#nav_bar ul li a {
	padding: 40px;
	color: #b59d79;
}
#nav_bar ul li a:hover {
	color: #d31300;
}
/* ---------------- Other --------------- */
.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}
#testo {
	padding-top: 50px;
	width: 490px;
	padding-left: 20px;
	float: left;
}
