﻿body{
	background-color:#333;
	color: #999;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
}

a { 
	text-decoration:none;
	color:#999;
	}

a img { border: none; }



h1 {
	font-size:26px;
	padding:0;
	margin:0;
	color:#;
}

h2 {
	font-size:22px;
	line-height:24px;
	margin:0;
	color:#;
}

p  {
	font-size: 20px;
	margin:5px 0 5px 0;
	padding:0;
	line-height:24px;
}

ol li {
	margin:0 0 20px 0;
	padding:0;
}
/* DIVs
----------------------------------------------------------------- */

#header {
	float:left;
	background: url(../images/#) no-repeat center bottom;
	font-size: 13px;
	margin:0;
	padding:0;
    width: 100%;
	}
	
#wrapper {
	margin: 0px auto;
	padding:0;
    width: 1020px;
	/*border-top: 5px solid #000;*/
	}

#footer {
	float:left;
	margin:30px 0 0 0;
	padding:0;
    width: 100%;
	height:100px;
	border-top:2px solid #666;
	}
	
#logo {
	float:left;
	margin: 20px 0 0 20px;
	padding:0;
	}

#logo h1 {
	display:none;
	}


#TopMenu_container {
	background: url("") repeat-x left top;
	margin:15px 20px 0 20px;
	padding:0;
	width:980px;
	height:40px;
	float:left;
	border-bottom:2px solid #666;
}

#flag_container {
	margin:20px 50px 0 0;
	padding:0;
	width:100px;
	float:right;
	/*border-left:1px solid #333;*/
}

#mailing {
	margin:8px 0 0 0;
	padding:10px;
	width:165px;
	float:left;
	background-color:#666;
	font-size:12px;
}

#news {
	margin:5px 0 0 0;
	padding:0;
	width:500px;
	height:390px;
	float:left;
	overflow-x: hidden; 
	overflow-y: visible;
	background-color:#666;
	border: 4px solid #FFF;
}

/* CLASSES
----------------------------------------------------------------- */

.container_full{
	float:left;
	padding:20px;
    width: 980px;
	}
	
.container_half{
	float:left;
	padding:0;
	margin:8px 0 0 20px;
    width: 770px;
	}
	
	
/* TOP MENU
----------------------------------------------------------------- */



#topMenu {
	padding:10px 0 10px 0;
	margin: 0px;
	list-style-type: none;
	
}

#topMenu ul {}

#topMenu li {
	float:left;
	display: inline; /* Menu links are horizontally aligned using display: inline */
 	font-family:"Arial", Helvetica, sans-serif;
	font-size:12px;
	border-right:1px solid #666;
	/*margin:0 -4px 0 0;*/
}
 
#topMenu li a {
	padding: 5px 20px 5px 20px; /* Display: block won't work in this example, instead we are using padding to make the hole tab a clickable link */
	color: #; /* background: url(../images/#) no-repeat left top;  Rollover effect using "Fast rollovers without preload" concept for the left part of the tab */
 	font-weight: bold;
	text-decoration:none;
	background:#;
	
}
 
#topMenu li a:hover {
	color:#09C; 	/* background: #333 url(../images/#) no-repeat left bottom; */
}

.border_menu {
	border-left:1px solid #666;
}


/* FOOTER MENU
----------------------------------------------------------------- */

#footerMenu {
	float:left;
	margin:20px 0 0 0;
	padding:0;
}

#footerMenu ul {
text-align: center; /* We are using text-align: center on ul to horizontally align our menu to the page. If you want the menu aligned left or right just change text-align to either left or right */
/*margin:  0 5px 0;  Just some margin to align the blue border below the menu */
 }

#footerMenu li {
	display: inline;
	border-right:1px solid #999;
	font-size:10px;
	padding-right:10px;
}

#footerMenu li a {
	font-size:10px;
	padding: 0px 10px 0px 10px;
	text-decoration:none;
	font-weight:bold;
}

#footerMenu li a:hover {
	color:#94CDE2;
}


/* SLIDER 
----------------------------------------------------------------- */

#slider_wrap {
	float:left;
	background: #333;
	padding:20px;
    width: 980px;
	/*border-top: 5px solid #000;*/
	}

#slides {
	margin: 0;
    width: 980px;
	/*border: 1px solid #000;*/
	}

#slides p {
	margin:0;
	padding: 0 1em;
	font-size:20px;
	position: relative;
	top:-50px;
	line-height:50px;
	height:50px;
	background:black;
	opacity:.7;
	filter:alpha(opacity=70);
}

.hidden { display: none; }

#prev_btn a img {
	float: left;
	display: block;
	background: transparent url(../images/prev_btn.png) no-repeat;
	margin: 280px 0 0 0;
	width: 20px;
	height: 40px;
	position: absolute;
	clear: both;
	z-index: 9;
	overflow: hidden;
	}


#next_btn a img {
	float: right;
	display: block;
	background: transparent url(../images/next_btn.png) no-repeat;
	margin: 280px 0 0 960px;
	width: 20px;
	height: 40px;
	position: absolute;
	clear: both;
	z-index: 9;
	overflow: hidden;
	}

#next_btn a:hover img, #prev_btn a:hover img {
	background-position: -20px 0;
	}


/*PIX CONTAINER
----------------------------------------------*/

#bk_pix {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#bk_pix li {
	float: left;
	width: 225px;
	height:196px;
	/*background: url(../images/bk_pix.gif) no-repeat left top;*/
	margin: 4px 0 4px 7px;
}

#bk_pix li a {
	float: left;
	background: url(../images/bk_pix.gif) no-repeat left top;
	width: 225px;
	height:196px;
}

#bk_pix li :hover {
	background-position: left -196px;
	color:#CCC;	
}

#bk_pix img {
	margin: 8px 0 0 6px;
	border: #666 solid 1px;
}

#bk_pix p {	
	text-align:center;
	padding:0;
}

/*FLAG
----------------------------------------------*/

#flag_ita a img {
	float: right;
	display: block;
	background: url(../images/flags/flag_ita.png) no-repeat;
	margin:0 15px 0 0;
	width: 30px;
	height: 30px;
	overflow: hidden;
	}


#flag_eng a img {
	float: right;
	display: block;
	background: url(../images/flags/flag_eng.png) no-repeat;
	margin:0 15px 0 0;
	width: 30px;
	height: 30px;
	}

#flag_ita a:hover img, #flag_eng a:hover img {
	background-position: left -30px;
	}

