@charset "utf-8";
/* CSS Document */
body {
	font: 13px Georgia, "Times New Roman", Times, serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
#container {
	width: 770px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	height: 121px; 
	padding: 0 10px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.header_left {
	float:left;
}
.header_right {
	float:right;
	width: 200px;
	text-align:right;
}
.bandierine{
width: 170px;
padding: 10px 0px 10px 0px;
text-align:right;
float:right;
}
.bandierine img {
margin: 0px 0px 0px 3px;
}
.relais {
padding: 0px 0px 0px 3px;
}

.relais img {
	margin-left:10px;
	}



#flash {
	width: 770px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px 0px 12px 0px;
}

#menu {
	width: 735px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

.righino {
background-color:#d27d12;
height: 1px;
}

.sottomenu_attivita {
	width: 613px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px 0px 0px 15px;
}
.sottomenu_melograno {
	width: 770px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px 0px 0px 0px;
}

#mainContent {
	text-align:justify;
	padding: 22px 0px 22px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.box {
height:102px;
margin: 0px 0px 10px 0px;
}
.box_titolo {
float:left;
width:770px;
margin: 0px 0px 0px 0px;
}
.box_testo {
width:587px;
height: 69px;
float:left;
}
.immagine {
width: 171px;
float:left;
margin: 0px 10px 10px 0px;
}

.box_cosa {
height:40px;
margin: 0px 0px 10px 0px;
}

.box_testo_cosa {
width:684px;
height: 40px;
float:left;
}
.immagine_cosa {
width: 76px;
float:left;
margin: 0px 10px 10px 0px;
}

.table_hd {
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #d27d12;
}

.table_grigio_giallo {
	font-style: bold;
	font-weight: bold;
	font-variant: normal;
	background-color: #f6c484;
}
.table_giallo {
	background-color: #f6c484;
}


#footer {
clear:left;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
} 
.footer_sx {
font-size:9px;
padding: 10px 0px 10px 0px;
float:left;
}
.footer_dx {
text-align:right;
font-size:9px;
padding: 10px 0px 10px 0px;
float:right;
}

.link {
font-weight:bold;
text-decoration:none;
color:#d27d12;
}
.link:hover{
font-weight:bold;
text-decoration:none;
color:#f6ad50;
}
.titolo {
font-size:16px;
font-weight:bold;
text-decoration:none;
color:#d27d12;
}
.titolo:hover {
font-size:16px;
font-weight:bold;
text-decoration:none;
color:#f6ad50;
}

#mainContent_pop {
	padding: 15px 15px 15px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-align:left;
}
#header_pop {
	height: 121px; 
	padding: 0 10px 5px 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

/*aggiunte*/
.box_gallery {
margin: 0px 0px 10px 0px;
}
.box_titolo_gallery {
float:left;
width:770px;
margin: 5px 0px 5px 0px;
}

.immagine_gallery {
width: 144px;
float:left;
margin: 5px 5px 5px 5px;
}

.img_dx {
float:right;
clear:left;
}

.immagine_news {
width: 220px;
float:left;
margin: 5px 10px 5px 0px;
}

.paginazione {
width: 550px;
padding-top: 12px;
margin: 0 auto;
text-align:center;
}
