/* CSS Document */

body {
	background: url(../images/bg.gif) repeat-y center 50% #FFD119;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #333;
	}
	
#container {
	width: 800px; /* originale 800px */
	margin: 0 auto;
	padding: 0;
	}
	
#container2 {
	width: 730px; /* originale 800px */
	background: url(../images/bk-container.jpg) top left repeat-y;
	margin: 0;
	padding: 0 35px 14px 35px;
	float: left;
	}
	
#top {
	width: 730px;
	height: 20px;
	background: transparent;
	margin: 0;
	padding-top: 8px;
	text-align: right;
	color: #fff;
	font-size: 90%;
	}
	
#header {
	width: 730px;
	height: 94px;
	background: transparent;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	}
	
#header img {
	margin: 0;
	padding: 0;
	float: left;
	}

/* sezione menu */
	
#menu {
	width: 730px;
	height: 48px;
	margin: 0;
	padding: 0;/*
	background: url(../images/menu.jpg) top left no-repeat;*/
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	float: left;
	clear: both;
	overflow: hidden;
	font-size: 94%;
	}
	
#menu ul {
	position: relative;
	width: 730px;
	background: url(../images/menu.jpg) top left no-repeat;
	height: 48px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#menu li a {
	background: transparent;
	position: absolute;
	height: 31px; /* originale 48px */
	top: 0;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 17px 0 0 0;
	margin: 0;
}

li#chisiamo a {
	left: 125px; 
	width: 118px; 
	background: url(../images/menu_chisiamo.jpg) 0px 0px no-repeat;
	}

li#cerca a {
	left: 246px; 
	width: 118px; 
	background: url(../images/menu_cerca.jpg) 0px 0px no-repeat;
	}

li#news a {
	left: 367px; 
	width: 118px; 
	background: url(../images/menu_news.jpg) 0px 0px no-repeat;
	}

li#offririch a {
	left: 488px; 
	width: 118px; 
	background: url(../images/menu_offririch.jpg) 0px 0px no-repeat;
	}

li#contatti a {
	left: 609px; 
	width: 118px; 
	background: url(../images/menu_contatti.jpg) 0px 0px no-repeat;
	}
	
#menu li a:hover { 
	background-position: 0 -48px;
	}
	
#imgtop {
	width: 730px;
	height: 158px;
	background: url(../images/img_top.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	clear: both;
	float: left;
	}
	
/* */

#contents {
	width: 730px;
	background: transparent;
	margin: 0 0 14px 0;
	padding: 0;
	float: left;
	}
	
#contents a, #contents a:visited {
	color: #2179C5;
	text-decoration: none;
	font-weight: bold;
	}
	
#contents a:hover {
	color: #2179C5;
	text-decoration: underline;
	font-weight: bold;
	}
	
/* VETRINA */

#vetrina {
	width: 160px; /* originale 160px */
	background: #fff;
	margin: 0;
	padding: 10px;
	float: left;
	text-align: center;
	}
	
#vetrina h2 {
	margin: 0;
	padding-bottom: 14px;/*
	float: left;*/
	color: #009900;
	font-size: 100%;
	font-weight: bold;
	}
	
#vetrina p {
	margin: 0;
	padding: 0;/*
	float: left;*/
	}
	
#vetrina img {
	margin: 3px 0 8px 0;
	padding: 0;
	}
	
.img_home {/*
	float:left;
	margin-right:10px;*/
	padding: 0 0 5px 0;
	border:#269717 1px solid;
	}
	
.dividi2 {
	height:15px;
	border-bottom:#C0C0C0 1px dashed;
	clear:both;
	}
	
.dividi {
	height:15px;
	border-bottom:#C0C0C0 1px dashed;
	clear: both;
	}
	
/* LEFTCOL CON CONTATTI */

#contatti-l {
	width: 160px; /* originale 160px */
	background: #fff;
	margin: 0;
	padding: 10px;
	float: left;
	text-align: left;
	}
	
#contatti-l h2 {
	margin: 0;
	padding-bottom: 14px;
	float: left;
	color: #009900;
	font-size: 100%;
	font-weight: bold;
	}
	
#contatti-l p {
	margin: 0;
	padding-top: 2px;
	float: left;
	font-size: 90%;
	}
	
#contatti-l a {
	font-size: 90%;
	}
	
#contatti-l img {
	margin: 3px 0 8px 0;
	padding: 0;
	}
	
/* RIGHTCOL */

#rightcol {
	width: 514px; /* originale 536px */
	background: #fff;
	margin: 0;
	padding: 10px;
	float: right;
	}
	
#rightcol p {
	margin: 0 0 14px 0;
	padding: 0 0 14px 0;
	float: left;
	clear: both;
	width: 100%;
	}
	
#rightcol h1 {
	margin: 0;
	padding-bottom: 14px;
	float: left;
	clear: both;
	color: #009900;
	font-size: 100%;
	font-weight: bold;
	}
	
#rightcol h2 {
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	color: #009900;
	font-size: 100%;
	font-weight: bold;
	}
	
#rightcol img {
	padding: 0;
	margin: 3px 10px 10px 0;/*
	float: left;
	border: none;*/
	}
	
#rightcol ul {
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	list-style-type: none;	
	}
	
#rightcol ul li {
	background-image: url(../images/quadratino.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: .6em;
	}
	
.border {
	border-bottom: #C0C0C0 1px dashed;
	}
	
.bold {
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
.txt {
	float: left;
	clear: both;
	}
	
.asterisco {
	color:#FF0000;
	font-weight:bold;
	}
	
.text {
	width:200px;
	border:#CCCCCC 1px solid;
	margin-top:3px;
	}
	
.text1 {
	width: 300px;
	border:#CCCCCC 1px solid;
	margin-top:3px;
	}
	
.text2 {
	width:440px;
	height:80px;
	border:#CCCCCC 1px solid;
	margin-top:3px;
	}
	
.text3 {
	width:500px;
	height:80px;
	border:#CCCCCC 1px solid;
	margin-top:3px;
	}
	
.formstyle {
	margin: 0px;
	float: left;
	clear: both;
	}
	
.submit {
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	}
	
.bordoimg {
	border: #269717 1px solid;
	}

.bordoimg3 {
	padding: 1px;
	border: #269717 1px solid;
	}
	
.bg_form {
	background-color:#E5E2E2;
	border-bottom:#CECCCC 1px solid;
	border-top:#FFFFFF 1px solid;
	width: 500px;
	}

.margini {
	padding:10px;
	}
	
.bottone {
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 90%;
	margin: 0;
	background: #EBEBEB;
	}
	
	.text {
	border: 1px solid #ccc;

	}
	
	
#center {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	float: left;
	clear: both;
	text-align: center;
	}
	
#center2 {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	text-align: center;
	}
	
#center img, #center2 img {
	margin: 0;
	padding: 0;
	}
	
#center2 p {
	margin: 0;
	padding: 0;
	}
	
.clear {
	clear: both;
	}
	
.left {
float: left;
	}

	
/* FOOTER */

#footer {
	float: left;
	clear: both;
	text-align: center;
	color: #fff;
	font-size: 90%;
	}
	
#footer2 {/**/
	width: 730px;
	background: url(../images/bg_footer.jpg) top left repeat-x #7A7A7A;
	margin: 0;
	padding: 10px 0;
	float: left;
	}
	
#footer a, #footer a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}
	
#footer a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	}