/* Salva me! */

/* ELEMENTS */
body {
	margin: 0px;
	text-align: center;
}




img { border: 0px; }

a.mainMenu span { color: red; }

.insFooterSx span { color: #A4A4A4; }


form { padding: 0px; margin: 0px; }


h1 {
	padding: 0px;
	font-family: Trebuchet MS, Arial, Sans-serif;
	color: #444;
	font-size: 32px;
	line-height: 1em;
	font-weight: normal;	
	margin: 0px 0px 20px 0px; }
	
h2 {
	padding: 0px;
	font-family: Trebuchet MS, Arial, Sans-serif;
	color: #EA231D;
	font-size: 18px;
	line-height: 1em;
	font-weight: normal;	
	margin: 36px 0px 20px 0px; 
}

h3 { /* Titolo per il left */
	padding: 14px 0px 0px 0px;
	font-family: Trebuchet MS, Arial, Sans-serif;
	color: #444;
	font-size: 18px;
	line-height: 1em;
	font-weight: normal;	
	margin: 0px 0px 20px 0px; 	
}

p {
	font-family: Trebuchet MS, Arial, Sans-serif;
	font-size: 13px;
	color: #222;
	margin: 10px 0px;
	padding: 0px;
	text-align: justify;
}

.bolder { font-size: 14px; font-weight: bold; }
.bolderNoMargin { margin: 0px 0px 0px 0px; padding: 0px; font-size: 12px; font-weight: bold; }

ul {
	margin: 20px 40px;
	padding: 0px;
}

li {
	font-family: Trebuchet MS, Arial, Sans-serif;
	font-size: 12px;
	color: #222;
	text-align: left;
	padding: 0px 0px 0px 14px;
	background: url(/images/list.gif) top left no-repeat;
	list-style: none;
}

strong {
	font-style: italic;
}



/* IDS */
#layout {
	text-align: left;
	width: 100%;
}

#header {
	background: url(/images/header_bck.gif) top left repeat-x;
	height: 103px;
	line-height: 18px;
	text-align: center;
}

#neck {	
	text-align: center;
}

#body {	
	text-align: center;
}

#footer {
	background: url(/images/footer_bck.gif) top left repeat-x;
	height: 104px;
	text-align: center;
/*	margin-top: 11px; Compatibility fix */
}


/* MENUS */
.contSub {
	/* position: relative; */
	/* padding: 4px 6px 0 6px;
    */
	float: right;
	height: 39px;	 /* 42 */
	/*
	height: 50px;
	background: url(../images/head_arrow.gif) bottom center no-repeat; */
}

.sub {
	float: left;
	text-align: left;
	display: none;
	position: absolute;	
	top: 18px;
	left: 10px;
	border-top: 1px #626262 solid;
	border-bottom: 1px #999 solid;
	background: #ddd;
  filter:alpha(opacity=90);
  -moz-opacity:0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;	
}


/* LAYOUT */
.element {
	clear: both; }

.insHeader {
	margin: 0 auto;	
	text-align: left;
	width: 920px; }
	
.insHeaderSx {
	float: left;
	width: 300px;
}

.insHeaderDx {
	float: right;
	width: 570px;
}


.insNeck {
	margin: 10px auto 0px auto;
	width: 920px;
}

.insNeckSx {
	float: left;
}

.insNeckDx {
	text-align: left;
	width: 654px;
	float: right;
}



.insBody {
	margin: 0px auto;
	width: 920px;
}

.insBodySx {
	float: left;
	text-align: left;
	width: 256px;
}

.insBodyDx {
	text-align: left;
	width: 654px;
	float: right;
	background: #FDFEFE url(/images/home_body_back.jpg) top left no-repeat;
}



.insFooter {
	margin: 0 auto;	
	text-align: left;
	width: 920px; }
	
.insFooterSx {
	margin-top: 0px; float: left; width: 513px; font-family: Arial, Sans-serif; font-size: 9px; color: #757575; }

.insFooterDx {
	float: right;
	margin-right: 25px;
	text-align: right;
	font-family: Arial, Sans-serif;
	color: #757575;
	font-size: 9px;
}


/* CLASSI */

div.functMenu {
	padding-top: 6px;
	padding-bottom: 26px;
	font-family: Trebuchet MS, Arial, Sans-serif;
	font-size: 9px;
	color: #000;
	text-align: right;	
}


a.functMenu { color: #000; }
a.functMenu:HOVER { text-decoration: none;	color: #E23F36; }

div.mainMenuConteiner {
	margin-top: 14px;
	font-family: Trebuchet MS, Arial, Sans-serif;
	font-size: 12px;
	color: #1d1d1d;
	text-align: right;
}

a.mainMenu { 
	color: #1D1D1D; text-decoration: none;
	margin-left: 12px;
	padding-right: 12px;
	float: left;
	background: url(/images/sepmenu.gif) bottom right no-repeat; }
	
a.mainMenu:HOVER { color: #444; text-decoration: none; }

a.nonLinea { padding-right: 0px; background: none; }


a.submenu 
{
	display: block;
	/*float: left;*/
	padding: 2px 6px;
	color: #000;
	text-decoration: none;
	font-size: 11px;
	text-align: left;
}

a.submenu:HOVER {
	color: #333;
	background: #FFF;
}



div.footerLink {
	margin-top: 10px; }

/* GENERIC */
a.generic { color: #E23F36; }
a.generic:HOVER { text-decoration: none; }

a.genericGrey { color: #8A7575; text-decoration: none; }
a.genericGrey:HOVER { text-decoration: underline; }


/* HIDDENLINK */
a.hiddenLink { text-decoration: none;  }
a.hiddenLink:HOVER { text-decoration: underline; }

a.footerLink {
	color: #757575;
	text-decoration: none;
}

a.footerLink:HOVER { text-decoration: underline; }


/* FORMS */
.textField {
	border: 1px #d9d9d9 solid; 
	background: url(/images/field_back.gif) top left repeat-x;
	height: 14px;
	font-family: Arial, Sans-serif;
	font-weight: normal;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	color: #000;
}

.submitField {
	border: 1px #d9d9d9 solid; 
	background: url(/images/field_back.gif) top left repeat-x;
	height: 16px;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Sans-serif;
	color: #585C61;
	font-size: 11px;
	padding: 0px 10px;
	line-height: 1em;
}


/* CLASSI PARTICOLARI */

a.mainMenu span { color: red; }

.youWhere {
	/* margin-top: 15px; */
	position: absolute;
	top: 94px;
	left: 17px;
}

img.icona {
	float: left;
	margin-right: 4px;
	margin-bottom: 10px; }
	
	
.inThickbox {
	font-family: Trebuchet MS, Arial, Sans-serif;
	text-align: left;		
}

.menuLanguage
  {
    position: absolute;
    display: none;
    top: 22px;
    left: 515px;
    width: 75px;
    z-index: 999;
    border-bottom: 1px #444 dotted;
    background: #F9F9F9;
}

.insMenuLanguage 
{
    font-family: Arial, Sans-Serif; font-size: 11px;
}

/* USERREGISTRATION */

.regConteiner 
{
    position: absolute; z-index: 10; width: 190px; 
}

.regBox 
{
    text-align: center;
    font-family: Trebuchet MS, Arial, Tahoma, Sans-Serif;
    color: #444;
    font-size: 14px;
    padding: 0 35px;
    line-height: 1.0em;
}

.regBoxActive { color: #FFF; font-weight: bold; }






/* Link linguaggio */
a.linkLangLine 
{
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
    color: #c00;
    text-decoration: none;
}

a.linkLangLine:HOVER 
{
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: 10px;
    font-weight: bold;    
    color: #000;
}


.blinking 
{
    background-color: #FFB03E;
}