@charset "UTF-8";

body  {
	margin: 0; /* è buona norma impostare a zero i valori margin e padding dell'elemento body per tenere conto delle diverse impostazioni predefinite dei browser*/
	padding: 0;
	text-align: center;
	background-color: #000000;
}

.twoColFixRtHdr #container {
	text-align: left; /* sostituisce l'impostazione text-align: center nell'elemento body. */
	width: 890px;
	margin: 0 auto;
} 


.twoColFixRtHdr #sidebar1 {
	float: right; /* poiché questo elemento è mobile, occorre specificare una larghezza */
	width: 281px;
	padding-right: 58px;
	padding-left: 10px;
}

.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 58px;
	width: 474px;
} 

.fltrt { /* questa classe può essere utilizzata per rendere mobile un elemento a destra nella pagina. L'elemento reso mobile deve precedere l'elemento al quale deve essere affiancato sulla pagina. */

	float: right;

	margin-left: 8px;

}

.fltlft { /* questa classe può essere utilizzata per rendere mobile un elemento a sinistra nella pagina.*/

	float: left;

	margin-right: 8px;

}

.clearfloat { /* questa classe deve essere inserita in un elemento div o break e deve essere l'elemento finale prima della chiusura di un contenitore che deve contenere per intero un elemento mobile */
	clear:both;
	height:5px;
	font-size: 1px;
	line-height: 0px;
}

#header {
	background-color: #000000;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 23px;
	height: 130px;
	background-image: url(img/bg-03.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#mainContent {
	background-repeat: repeat-y;
	background-position: center top;
	padding-bottom: 20px;
	padding-top: 12px;
}
#footer  {
	background-color: #000000;
	height: 90px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

#header .header_logo {
	height: 126px;
	width: 213px;
	float: left;
}

 #header_right {
	float: right;
	width: 654px;
	height: 126px;
}
.header_taglio {
	color: #00CCCC;
	width:890
	height: 4px;
	background-image: url(img/taglio.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 4px;
	width: 890px;
}
#mainContent_top {
	background-image: url(img/content_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 21px;
	background-color: #000000;
	width: 890px;
}
#mainContent_bottom {
	background-image: url(img/content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 21px;
	background-color: #000000;
}
#mainContent_left {
	color: #000000;
	text-align: left;
	width: 474px;
	padding-left: 58px;
	float: left;
	position: relative;
}

/* NAVIGATION BAR–––––––––––––––––––––––––––––*/

.indentmenu{
	overflow: hidden;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	float: right;
	padding-right: 38px;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	float: left;
	color: white;
	text-decoration: none; /*dark purple divider between menu items*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #E05D12 !important; /*text color of selected and active item*/
}


/* FINE NAVIGATION BAR–––––––––––––––––––––––––––––*/


#language {
	height: 109px;
}
#language #flags {
	padding-right: 38px;
}

/* stili del testo–––––––––––––––––––––––––––––*/

h1 {
	font-size: 16px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 0px;
}
h2 {
	font-size: 13px;
	color: #E05D12;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
p {
	font-size: 13px;
	color: #000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
	font-weight: normal;
}
.credits {
	font-size: 9px;
	color: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
	font-weight: normal;
	padding-top:9px
}
#mainContent_right {
	color: #3366CC;
	margin-left: 552px;
	position: relative;
	width: 281px;
}

.image_box {
	padding-bottom: 10px;
}
.image {
}
.inner_wrap   {
	background-color: #000000;
	background-image: url(img/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
h4 {
	font-size: 13px;
	color: #000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
	font-weight: normal;
}

.link13 {
	color: #E05D12;
	font-size: 13px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
	text-decoration: none;

}
.linkverga {
	color: #006600;
	font-size: 13px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
	text-decoration: underline;
}

.arancio {
	color: #E05D12;
}
.p2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
