@charset "UTF-8";
/* CSS Document */

body {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#f4f1ea;
	color:#000000;
}

a:link {
	color:#39231c;
	text-decoration:none;
}

a:visited {
	color:#39231c;
	text-decoration:none;
}

a:hover {
	color:#39231c;
	text-decoration:underline;
}

/* COMMON START */
.clear {
	clear:both;
	height:0px;
}

.box_err {
	border:#CC3333 solid 1px;
	color:#CC3333;
	padding:5px;
}

.box_ok {
	border:#009966 solid 1px;
	color:#009966;
	padding:5px;
}
/* COMMON END */

/* FORM START */
input {
	border:#CCCCCC solid 1px;
	margin-bottom:5px;
}

textarea {
	border:#CCCCCC solid 1px;
	margin-bottom:5px;
}

.form_button {
	border:none;
	width:auto;
}
/* FORM END */

/* HEADER START */
#header {
	background:url(images/header-bg.png);
	height:163px;
	z-index:1;
	position:relative;
}

#header .container {
	margin:auto; width:938px;
}

#header .logo {
	position:relative;
	margin-top:40px;
	float:left;
	width:233px;
}

#header .menu {
	float:left;
	width:705px;
}

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

#header li {
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
	padding-right:5px;
	text-transform:uppercase;
	font-weight:bold;
}
/* HEADER END */

/* MAIN TOP START */
#main-top-home-r1 {
	margin:auto;
	width:938px;
}

#main-top-home-r1 .bg1 {
	background:url(images/header-banner-left.gif);
	width:490px;
	height:94px;
	float:left;
	border-right:#dbd5c5 solid 1px;
	border-bottom:#dbd5c5 solid 1px;
}

#main-top-home-r1 .bg2 {
	background:url(images/header-banner-right.gif);
	width:447px;
	height:94px;
	float:left;
	border-bottom:#dbd5c5 solid 1px;
}

#main-top-home-r1 .titolo1 {
	margin-left:30px;
	margin-top:40px;
	font-size:14px;
	color:#fff0d3;
}

#main-top-home-r1 .titolo2 {
	margin-left:30px;
	margin-top:40px;
	font-size:16px;
	color:#fff0d3;
}

#main-top-home-r2 {
	margin:auto;
	width:938px;
}

#main-top-home-r2 .foto {
	width:490px;
	height:290px;
	float:left;
	border-right:#dbd5c5 solid 1px;
}

#main-top-home-r2 .bg_testo {
	background:url(images/header-bg-testo.gif) right;
	width:447px;
	height:290px;
	float:left;
}

#main-top-home-r2 .testo {
	text-align:justify;
	padding:20px;
}

#main-top-r1 {
	margin:auto;
	width:939px;
}

#main-top-r1 .titolo {
	padding-left:30px;
	padding-top:40px;
	font-size:14px;
	color:#fff0d3;
}

#main-top-r1 .bg {
	background:url(images/heade-bg2.gif);
	height:94px;
	border-bottom:#dbd5c5 solid 1px;
}

#main-top-r2 {
	margin:auto;
	width:939px;
}
/* MAIN TOP END */

/* MAIN START */
#main {
	background:url(images/main-bg.gif) center repeat-y;
	width:987px;
	margin:auto;
	position:relative;
	top:-5px;
	z-index:0;
	margin-bottom:0px;
	padding-bottom:0px;
}

#main .container {
	margin:auto;
	width:900px;
	padding-bottom:10px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:30px;
}

#main .sub-titolo {
	margin-bottom:12px;
	padding-bottom:5px;
	border-bottom:#efefef solid 1px;
}
/* MAIN END */

/* FOOTER START */
#footer {
	margin:auto;
	width:979px;
	padding-top:15px;
	padding-bottom:30px;
	padding-left:8px;
}

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

#footer li {
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
	padding-right:5px;
}
/* FOOTER END */
