/* 

1:- Tipografia di base
2:- Struttura
3:- Header e Menu
4:- Pagine interne
5:- Footer
6:- Form dei contatti


*/

/* 1. ------ Tipografia di base ------ */

/* stili sul body */
body {
	background: #c3c8cc url(../images/bg_page.jpg) top repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#777f85;
	font-size: 12px;
}

/* margini e padding */
html, body {
	margin: 0;
	height:100%;
	padding: 0;
}

div, h1, h2, h3, h4, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

ul {list-style:none}

p, ul {line-height:18px; margin:5px 0 8px 0;}



h1 { 
 font-family: 'lucida grande', 'lucida sans', helvetica, verdana, arial, sans-serif;	/*'trebuchet ms', verdana, arial;*/
 font-size: 24px;
}


/*collegamenti ipertestuale*/
a {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color:#0099CC;
	text-decoration: none;
}
	
.clearer {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

	
/* 2. ------ Struttura ------ */


#sito {
	width: 920px;
	margin: 0px auto;
	height:100%;
}


/* 3. ------ Header e Menu ------ */


#header {
	width: 920px;
	height:79px;
	margin-top: 15px;
}

#menu {
	float:left;
}

#logo {
	background:url(../images/logo.jpg) no-repeat;
	width:314px;
	height:79px;
	float:left;
}

#logo a {
	display:block;
	width:286px;
	height:80px;
	text-decoration:none
}

#logo span {
	display:none
}

#home_link {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:lowercase;
	color:#80868b;
}
#home_link a {
	color:#80868b;
}

#lingue_ricerca {	
	height: 18px;
	text-align:right;
}

.lingue a {
 color:#333;
 font: 10px Verdana, Arial;
 text-decoration:none;
 padding-left:2px;
 padding-right:6px;
}

.lingue a:hover {
 color:#888;
 text-decoration:underline;
}


#flash_home {
 	width:920px;
	height:330px;
}


/* 4. ------ Pagine Interne ------ */

#fondo_contenitore {
	background: #fff;
}

#contenitore { 
	clear:both;
	width:920px;
	min-height:400px;
	height:auto !important;
	height:400px;
	float:left;
	text-align:left;
	margin:0px;
	padding:0px;
	background:#fff;
}


#contenitore p {
	padding:0 27px 0 0;
}

#contenitore.layout_home #column {
	width:594px;
	margin: 30px 0 15px 25px;
	float:left;
}

#contenitore.layout_home #col_right {
 	width:281px;
	float:right;
	padding: 0 20px 0 0px;
	margin: 10px 0 15px 0;
}

#contenitore.layout_una #column {
	width:480px;
	margin: 45px 0 15px 54px;
}

#contenitore.layout_due {
	width:940px;
	margin-top:25px;
	margin-bottom:15px;
	background:  url(../images/dot_vert.jpg) repeat-y 548px 0px;
}

#contenitore.layout_due #col_left {
	width:480px;
	float:left;
	margin: 0 0 0 54px;
}

#contenitore.layout_due #col_right {
	width:329px;
	float:right;
	margin: 0 28px 0 0;
}

#contenitore #col_right.empty {
	border-left:none;
}


#contenitore b {
	color: #555;
}


#contenitore.layout_home #col_right h2 {
	font-family: 'lucida grande', 'lucida sans', helvetica, verdana, arial, sans-serif;	/*'trebuchet ms', verdana, arial;*/
	font-weight:bold;
	color: #d01210;
	font-size: 15px;
	border-bottom:none;
	text-align:right;
	margin: 0 20px 0 0;
	padding:0;
}

#contenitore.layout_home #col_right h2 a {color: #d01210;}
#contenitore.layout_home #col_right h2 a:hover {color:#ee2020;}

#contenitore .box .testo h2 { 
	font-family: 'lucida grande', 'lucida sans', helvetica, verdana, arial, sans-serif;	/*'trebuchet ms', verdana, arial;*/
	font-weight:bold;
	color: #d01210;
	font-size: 15px;
	padding-bottom:5px;
	border-bottom:none;
	margin-top:40px;
}

#contenitore .box .testo {
	margin-top:20px;
} 

#contenitore .first .testo {
	margin-top:0px;
} 

#contenitore .first .testo h2 {
	margin-top:0px;
} 


#contenitore .box .riquadro {
	padding-left:28px;
	background:url(../images/arrow9.gif) top left no-repeat;
	width:250px;
	height:250px;
	padding-right:18px;
	float:left;
}

#contenitore .box .riquadro h2 {
	font-family: 'lucida grande', 'lucida sans', helvetica, verdana, arial, sans-serif;	/*'trebuchet ms', verdana, arial;*/
	font-weight:normal;
	color: #333;
	font-size: 16px;
	padding-bottom:5px;
}


#contenitore .box .minibox {
	float:left;
	width:164px;
}
#contenitore .box .minibox .box_title {
	padding:0px;
	margin:0px
}
#contenitore .box .minibox h2 {
	font-family: 'lucida grande', 'lucida sans', helvetica, verdana, arial, sans-serif;	/*'trebuchet ms', verdana, arial;*/
	font-weight:normal;
	color: #333;
	font-size: 12px;
	padding:0px;
	margin:0px
}

.testo .manual {	
	margin-top:15px;
}



/* 5. ------ Footer ------ */

#footer { 
	clear:both;
	width: 920px;
	height:191px;
	color:#666;
	padding:0px;
	margin:0px;
	float:left;
	line-height:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background:url(../images/foot.jpg);
	position:relative;
	margin-bottom:15px;
}

#footer .foot_flash {
	position:absolute;
	left:38px;
	bottom:16px;
}

#footer .foot_info {
	text-align:right;
	position:absolute;
	right:13px;
	bottom:51px;
}


#footer b { 
	color:#009ACA;
}

#footer a { 
	color:#333;
	font-weight:normal;
	text-decoration:none;
	font-size:11px;	
}

#footer a:hover {
 	color:#009ACA;	
}

#footer .sx { 
	width: 400px;
	float:left;
	text-align:left;
}

#footer .dx { 
	width: 400px;
	float:right;
	text-align:right;
}


/*------------ ELEMENTI VARI -------------*/

ul.submenu {
	margin: 10px 0 0 0;
	padding:0;
}


.submenu li {
	margin:0;
	padding-left:15px;
	padding-top:2px;
	padding-bottom:2px;
	background: url(../images/arrow4.gif) left center no-repeat;
}

.ricerca li {
	padding-left:15px;
	padding-top:2px;
	padding-bottom:2px;
	background: url(../images/arrow4.gif) left center no-repeat;
}

.ricerca li.group {
	padding-left:0px;	
	padding-top:12px;
	padding-bottom:5px;
	font-weight:bold;
	background: none;
}



ul.page_num {
	clear:both;
	float:right;
	list-style:none;
	margin:0px;
	padding:0px;
}

ul.page_num li {
	float:left;
	list-style:none;
	margin-left:15px;
}

ul.page_num li a {
	font-size:10px;
	display:block;
	text-align:center;
	border: 1px solid #333;
	color:#fff;
	background:#005191;
	width:18px;
	font-weight:bold;
}

ul.page_num li a:hover,
ul.page_num li a.selected {
	border: 1px solid #333;
	color:#fff;
	background:#537CA8;
	width:18px;
	font-weight:bold;
}


.box_news {
	clear: both;
	background: url(../images/bg_news.jpg) no-repeat;
	width: 203px; /*281px;*/
	height: 143px; /*209px;*/
	margin-bottom:15px;
	padding: 36px 30px 30px 48px;
	overflow:hidden;
}

.box_news p {
	color:#333;
	font-size:11px;
	line-height:15px;
}

.box_news a.tit {
	color:#005191;
	display:block;
	font-weight:bold;
}

.box_news a.tit:hover {
	color:#0099CC;
}


.box_news a.img {
	width: 90px;
	height: 90px;
	margin: -3px 14px 50px -48px;
	padding: 1px;
	float:left;
	border: 1px solid #ccc;
}

.elenco_news {
}

.elenco_news a.img {
	display:none;
}

.allegato_news {
	display:block;
	background: url(../images/arrow4.gif) no-repeat;
	margin-top:20px;
	padding-left:15px;
	font-weight: bold;
}

#box_doc {
	clear:both;
	background:url(../images/bg_doc.jpg) no-repeat;
	width: 203px; /*281px;*/
	height: 96px; /* 168px;*/
	padding: 30px 30px 30px 48px;
	overflow:hidden;
}

.news_data {
	color:#666666;
}

.photogallery ,
.videogallery {
	margin-top:20px;
	margin-right:-20px;
}

.minibox .photogallery {
	margin-top:0px;
}

.photogallery img,
.videogallery img {
	padding: 1px;
	margin-right:20px;
	margin-bottom:25px;
	border: 1px solid #888;
}

.img_news {
	padding: 1px;
	margin: 0 10px 10px 15px;
	border: 1px solid #888;
	float:right;
}


#numverde {
	display:block;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:25px;
}

/* 6. ------ Form dei contatti ------ */

label {
	display : block;
	margin-top : 1em;
	margin-bottom : .3em;
	font-size : 12px;
	color : #444444;
}


.input_group label {
	float:left;
}

input, textarea {
	width : 250px;
	padding : 4px;
	border : 1px solid #585858;
	background :  #ededed;
	font : 10px Verdana, Geneva,  Arial, Helvetica, sans-serif;
	color:#333333;
}

input.submit {
	width : auto;
	padding : 4px .5em;
	color : #6d6d6d;
	font-size : 100%;
}

input.submit:hover {
	color : #2b5555;
	background : #e2e2e2;
	cursor : pointer;
	cursor : hand;
}

input.check {
	width:auto;
	border:none;
	background:none;
}

.miniform label {
	padding-left:15px;
	background: url(../images/arrow4.gif) left center no-repeat;
}

.miniform input {
	width:230px;
}

.miniform button {
	color:#FFFFFF;
	background-color:#666666;
	border: 1px solid #999999;
	padding: 0 2px 0 2px;
}

.miniform button:hover {
	background:#888;
	cursor:pointer;
}

#contactform p {
	margin : 0;
	line-height : 1.636;
	font-size : 92%;
	text-align : right;
}

fieldset {
	border: 0px;
	width: 250px;
}

.errore {
	font-weight:bold;
	color:#CC0000;
}

img.fileicon {
	vertical-align:text-bottom;
}

.no-point {
	list-style:none;
}


/*---- SLIDER ----*/
 #mycarousel {

 }
 

 #mycarousel li.panel {
	width: 200px;
	height:96px;
	overflow:hidden;
	margin:0px 0px 6px 0px;
	padding:0px;
  }
  
 #mycarousel li.panel p {
	color:#666;
	font-size:12px;
	line-height:13px;	
 }
 
  #mycarousel li.panel p b,
  #mycarousel li.panel a {
	color:#666;
  }
  
  #mycarousel li.panel a:hover {
	color:#333;
  }
  

.mg_link {
	margin-top:20px;
	margin-right:-20px;
}

.mg_link {
	margin-top:0px;
}

.mg_link img {
	padding: 1px;
	margin-right:20px;
	margin-bottom:25px;
	border: 1px solid #888;
}

