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

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }


body {
	background-color: #DCDCDC;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

a img {
	border: none;
	text-decoration: none;
}

.clear {
	clear: both;
	float: none;
}




#top {
	color: #6F6F71;
	font-size: 10px;
	letter-spacing: 1px;
	margin: 0 auto;
	padding: 15px 0px 15px 0px;
	text-align: right;
	width: 1045px;
}
#top a, #top a:active, #top a:visited {
	color: #6F6F71;
	text-decoration: none;
}
#top a:hover {
	color: #000;
}
#top form {
	display: inline;
}
#top input {
	font-size: 10px;
	letter-spacing: 1px;
	padding: 2px;
}




#header-container {
	background-color: #08759E;
	width: 100%;
}
#header-container #header {
	height: 231px;
	margin: 0 auto;
	width: 1045px;
}




/*#menu {
	height: 70px;
	margin: 0 auto;
	margin-top: 10px;
	width: 849px;
}*/

#menu {
	background-image: url(img/menu_bg.png);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 14px;
	height: 49px;
	margin: 0 auto;
	margin-top: 10px;
	padding-top: 10px;
	width: 1045px;
}
#menu_bar {
	background-image: url(img/menu_item_bg.png);
	background-repeat: repeat-x;
	height: 49px;
}
.menu_item {
	float: left;
	height: 49px;
	padding-top: 16px;
}
.menu_item a {
	color: #fff;
	padding: 16px 7px 17px 7px;
	text-decoration: none;
}
.menu_item a:hover {
	color: #2f2f2f;
}
.menu_item .menu_selected {
	border-bottom: 10px solid #66cc33;
	padding-bottom: 7px;
}
.menu_item .menu_partners {
	border-bottom: 10px solid #ff9900;
	padding-bottom: 7px;
}
.menu_separator {
	background-image: url(img/menu_separator.png);
	float: left;
	height: 49px;
	width: 1px;
}





#container {
	background-image: url(img/sfumatura.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 13px;
	margin: 0 auto;
	padding-top: 25px;
	width: 1045px;
}
#container .columnL {
	float: left;
	overflow: hidden;
	padding: 0 50px 0 125px;
	text-align: justify;
	width: 347px;
}
#container .columnR {
	float: left;
	padding: 0 50px 0 50px;
	text-align: justify;
	width: 347px;
}
#container .single_column {
	float: left;
	padding: 0 125px 0 125px;
	text-align: justify;
	width: 795px;
}
#container #spacer {
	background-image: url(img/separatore-v.png);
	background-repeat: no-repeat;
	float: left;
	height: 500px;
	width: 1px;
}
#container .separator {
	background-image: url(img/separatore.png);
	background-repeat: no-repeat;
	height: 1px;
	margin: 30px 0 40px 0;
	width: 347px;
}




#tree {
	background-image: url(img/albero.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	float: none;
	clear: both;
	height: 80px;
	margin: 0 auto;
	text-align: right;
	width: 960px;
}




#footer {
	background-image: url(img/footer.jpg);
	background-repeat: repeat-y;
	/*height: 88px;*/
	margin: 0 auto;
	width: 975px;
}
#footer #footer-menu {
	color: #D8E9F0;
	font-size: 11px;
	padding: 20px 0 0 30px;
	vertical-align: middle;
}
#footer #footer-menu img {
	margin-top: -10px;
	padding-right: 10px;
	vertical-align: middle;
}
#footer #footer-menu .item {
	padding-right: 10px;
}
#footer #footer-h25 {
	background-image: url(img/separatore_oriz_footer.png);
	background-position: top;
	background-repeat: no-repeat;
	color: #FDFFFC;
	font-size: 10px;
	margin: 10px 30px 0 0;
	padding: 10px 30px 0 0;
	text-align: right;
}
#footer a, #footer a:active, #footer a:visited {
	color: #D8E9F0;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
}









/* CONTENT TYPOGRAPHY */

#container h1 {
	color: #044E6B;
	margin-bottom: 25px;
	padding-left: 10px;
}
#container .columnL h1,
#container .columnR h1 {
	text-align: left;
}
#container h2 {
	font-size: 16px;
}
#container .text {
	line-height: 1.4;
}
#container .text p {
	margin-bottom: 15px;
}
#container .text a,
#container .text a:active,
#container .text a:visited, 
#container .text a:hover {
	color: #044E6B;
}

#container .text ul {
	list-style: outside circle;
	margin: 10px 10px 15px 40px;
}

#container .text ul ul {
	list-style: outside disc;
	margin: 10px 10px 15px 40px;
}

#container .text ol {
	list-style: outside decimal;
	margin: 10px 10px 10px 40px;
}

#container .text ul li,
#container .text ol li {
	padding-bottom: 5px;
}

#container .text table {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

#container .text td {
	border: 1px solid #CCCCCC;
	padding: 3px;
}

#container .text img {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 3px;
}




/* CONTATTI */

#table_contatti {
	border: none !important;
	width: 100%;	
}
#table_contatti td {
	border: none !important;
	padding-top: 10px;
	text-align: left;
	vertical-align: top;
}
#table_contatti .one_col td {
	padding-top: 20px;
}
#table_contatti .three_cols td {
	width: 33%;
}
#table_contatti .right {
	font-size: 10px;
}
#table_contatti input,
#table_contatti textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
}




/* POPUP */

#popup {
	background-image: url(img/popup-bg.png);
	height: 100%;
	left: 0px;
	padding-top: 100px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 10;
}
#popup #error,
#popup #ok {
	border: double #FFF 3px;
	color: #FFF;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	width: 300px;
}
#popup #error {
	background-color: #900;	
}
#popup #ok {
	background-color: #090;	
}
#popup #close {
	padding-top: 20px;
	text-align: right;
	text-decoration: underline;
}
#popup #close span {
	cursor: pointer;	
}
