f/* =CSS RESET
===========================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
b,strong{
	font-weight:bold;
}
i,em{
	font-style:italic;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need cellspacing='0' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =DEFAULTS
===========================================*/
.break {
	clear:both;
	height: 0px;
	overflow: hidden;
}
i, .none {
	display: none;
}
.text_center {
	text-align:center;
}
.text_right {
	text-align: right;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
a {
	cursor: pointer;
	color: #00724a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #044493;
}


/* =LAYOUT
===========================================*/
html {
	background: #fff url(../images/background.jpg) repeat-x top center;
}
body {
	background: url(../images/bg_footer.jpg) repeat-x bottom center;
	font: 12px/18px Verdana, Geneva, sans-serif;
	color: #333;
	padding-bottom: 160px;
}
#image_background {
/*	background: url(../images/header1.jpg) no-repeat center 82px; */
	text-align: center;
	width: 100%;
	background-position: center 82px;
	background-repeat: no-repeat;
}
#header {
	height: 82px;
	background: url(../images/bg_top.png) repeat-x;
}
#header_wrapper {
	width: 960px;
	height: 182px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#header h1 a {
	width: 266px;
	height: 120px;
	background: url(../images/logo.png) no-repeat;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 30px;
	left: 0px;
}

/* =MENU
===========================================*/


#header ul {
	position: absolute;
	left: 270px;
	top: 30px;
}
#header ul li {
	float: left;
	margin-left: 15px;
	display: inline;
	position: relative;
}
#header ul li a {
	font: 14px Arial, Helvetica, sans-serif;
	color: #2e2e2e;
	padding: 5px 6px; 
	display: block;
	border: 1px solid #fff;
}
#header ul li a em {
	display: block;
	border-top: 1px solid #ff9600;
	position: absolute;
	top: 22px;
	left: 0px;
	width: 100%;
	height: 16px;
	color: #84c98b;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}
#header ul li a em strong {
	padding-right: 10px;
}

#header ul li a:hover, #header ul li a.on {
	border: 1px solid #00724a;
	text-decoration: none;
	color: #fff;
	background: #84c98b;
	padding: 10px 16px; 
	margin: -5px -10px;
}


/* =MAIN MENU DROP DOWN
===========================================*/
#header ul li .drop {
	padding: 10px 0px 10px 0px;
	background: #84c98b;
	border: 1px solid #00724a;
	border-top: none;
	position: absolute;
	top: 32px;
	left: -10px;
	display: none;
	line-height: normal !important;
	width: auto;
}
#header ul li .drop * {
	margin: 0px !important;
	padding: 0px !important;
	line-height: normal !important;
	background: none !important;
	float: none !important;
	width:auto !important;
	height: auto !important;
}
#header ul li .drop ul {
	width: 180px !important;
	display: inline !important; 
	margin-left: 10px !important;
	margin-bottom: 0px !important;
	position: relative !important;
	top:0px !important;
	left: 0px !important;
	float: left !important;
}
#header ul li .drop ul li {
	padding-left: 14px !important;
	background: transparent url(../images/submenu_bullet.gif) no-repeat left 3px !important;
	margin-bottom: 5px !important;
	display: block !important;
}
.drop a, .drop a.on {
	color: #fff !important;
	font: normal 12px Arial, Helvetica, sans-serif !important;
	border: none !important;
	padding: none !important;
	font-weight: bold;
	height: auto !important;
}
* html .drop a, * html .drop a.on {
	margin-left: -15px !important;
}
 *:first-child+html .drop a, *:first-child+html .drop a.on {
	margin-left: -15px !important;
}
.drop a:hover, .drop a.on:hover {
	text-decoration: underline !important;
	color: #00724a !important;
}

/* =CONTENT
===========================================*/

#content {
	width: 900px;
	margin: 296px auto 0 auto;
	padding: 30px;
	text-align: left;
}
#left {
	width: 600px;
	float: left;
	margin-right: 30px;
	display: inline;
}
#left h1 {
	font: bold 48px Candara, Arial, Helvetica, sans-serif;
	color: #1254a6;
	margin-bottom: 10px;
}
#left h2 {
	font: bold 22px Candara, Arial, Helvetica, sans-serif;
	color: #1254a6;
	margin-bottom: 5px;
}
#left h3 {
	font: bold 16px Candara, Arial, Helvetica, sans-serif;
	color: #1254a6;
	margin-bottom: 2px;
}
#left ul {
	margin-left: 20px;
	margin-bottom: 15px;
}
#left li {
	margin-bottom: 5px;
	padding-left: 16px;
	background: url(../images/bullet.png) no-repeat 0px 3px;
}
#left ul.decimal {
	list-style-type: decimal;
	margin-left: 40px;
	list-style-position: outside;
}
#left ul.decimal li {
	padding-left: 0;
	background: none;
}
#left p {
	margin-bottom: 15px;
}
#left table {
	margin-bottom: 15px;
}
#left table th {
	padding: 3px 10px;
	border-bottom: 2px solid #aaa;
	background: #def1e0;
	text-align:center;
}
#left table td {
	padding: 3px 10px;
	border: 1px solid #dedede;
	background: #fff;
}
#left table td ul{
	margin-bottom:0;
}
#left table.concurenti{
	font-size:11px;
}
#right {
	width: 270px;
	float: left;
}
#right h2 {
	background: url(../images/bg_right_title.gif) no-repeat right bottom;
	padding: 5px;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: #222 1px 1px 1px;
	margin-bottom: 10px;
}
.news-item {
	margin-bottom: 20px;
}

.news-item h4 a{
	font-size: 12px;
	font-weight: bold;
	color: #0061b3;
	text-decoration: none;
}
.news-item h4 a:hover {
	text-decoration: underline;
}	
.news-item p {
	font-size: 11px;
	margin-bottom: 10px;
	line-height: 14px;
}
.news-item a.more {
	display: block;
	border-top: 1px dotted #ff9600;
	color: #0061b3;
	text-align: right;
	font-size: 11px;
}
.news-item a.more span {
	color: #ff9600;
	font-weight: bold;
}
	

/* =FOOTER
===========================================*/


#footer {
	background: url(../images/footer.png) top center no-repeat;
}
#footer_container {
	width: 960px;
	margin: 0 auto;
	height: 100px;
	text-align: left;
	position: relative;
	font-size: 11px;
}
#footer p {
	position:absolute;
	top: 10px;
	left: 30px;
}
#footer ul {
	position: absolute;
	top: 10px;
	left: 280px;
}
#footer ul li {
	float: left;
	margin-left: 25px;
}
#footer ul li a {
	text-decoration: none;
	color: #2e2e2e;
}
#footer ul li a:hover {
	color: #00724a;
	border-bottom: 1px solid #84c98b;
	text-decoration: none;
}
#footer p.webbing {
	top: 80px;
}
input{
	width:250px;
}
input.submit{
	width:70px;
}
.gallery {
	margin-top:10px;
	margin-bottom: 20px;
	clear: both;
	float: left;
}
.gallery a {
	display: block !important;
	float: left;
	width: 138px;
	height: 110px;
	position: relative;
	display: inline;
	margin-right: 4px;
	margin-bottom: 4px;
}
.gallery a img {
	margin-left: 2px;
	margin-top: 2px;
}
.gallery a span {
	display: block;
	position:absolute;
	background: transparent url(../images/fancybox/photo_mask.png) no-repeat;
	width: 138px;
	height: 110px;
}
.gallery a:hover span {
	background: transparent url(../images/fancybox/photo_mask_hover.png) no-repeat;
}
.afis{
	border:1px solid #666;
	margin-left:75px;
	margin-bottom:10px;
}
hr{
	margin-bottom:10px;
}
table.nobackground td{
	background:none !important;
	border:0 !important;
}
table.nobackground td img{
	border:1px solid #999;
	margin-top:5px;
}
