/* ----------------------------- Esprimo Typo3 ---------------------------- */

/* Data ultima modifica: 27 agosto 2010 */


/* Definizione delle classi principali */
body {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 100%;*/
	color: #333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	background-image: url(../images/bgr_body.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: repeat-y;
}
.bodytext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333;
	line-height: 1.462;
}

/* contenuti nelle tabelle */
.contenttable p.bodytext{
	margin: 0px 0px 0px 0px;
}

a:link, a:visited, a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}
a {
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1{
	font-size: 110%;
	color: #660000;
	font-weight: normal;
}
h2{
	font-size: 110%;
	color: #000;
	font-weight: normal;
}
h3{
	font-size: 100%;
	color: #660000;
	font-weight: normal;
}
h4{
	font-size: 100%;
	color: #000;
	font-weight: normal;
}
h5{
	font-size: 90%;
	color: #660000;
	font-weight: bold;
}
h6{
	font-size: 90%;
	color: #000;
	font-weight: bold;
}

ul{
	margin: 10px 0px 10px 0px;
	list-style-type: square;
	font-size: 80%;
	line-height: 1.462;
}
ul ul{
	list-style-type: disc;
	font-size: 100%;
}
ul ul ul{
	list-style-type: none;
	font-size: 100%;
}
ol{
	font-size: 80%;
	line-height: 1.462;
}
ol ol{
	font-size: 100%;
}
ol ol ol{
	font-size: 100%;
}

ol ul {
	font-size: 100%;
}

hr {
	color: #CCC;
	height: 0px;
	border-top: 1px solid #CCC;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

img {
	border: 0px;
}



/***********************************************/
/* Layout dei Divs principali   (struttura)    */
/***********************************************/

.skip-navigation {
        display:none;
}

div#container {
	width: 1000px;
	padding: 0px 0px 0px 0px;
	margin: auto;
	background-image: url(../images/bgr_container.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
}

#header {
	width: 940px;
	height: 79px;
	padding: 0px 0px 0px 0px;
	margin: 0px 30px 14px 30px;
	overflow: hidden;
}

#langMenu {
	width: 470px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#dynamicFontSize {
	width: 470px;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#main {
	width: 1000px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	background-image: url(../images/bgr_main.jpg);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-y;
}

#mainDx {
	width: 750px;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#mainSx {
	width: 250px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#top {
	width: 742px;
	padding: 0px 0px 0px 0px;
	margin: 0px 4px 7px 4px;
}

#title {
	width: 710px;
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 10px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 140%;
	font-weight: normal;
}

#contentDx {
	width: 710px;
	min-height: 100px;
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 20px 20px;
}

#menuSx {
	width: 208px;
	padding: 0px 0px 0px 0px;
	margin: 10px 21px 10px 21px;
}

#bottomMenu {
	width: 940px;
	padding: 95px 30px 0px 30px;
	margin: 0px 0px 20px 0px;
	overflow: hidden;
	background-image: url(../images/bgr_bottomMenu.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
}

#footer {
	width: 1000px;
	padding: 47px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	background-image: url(../images/bgr_footer.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
}



/***********************************************/
/* Caratteristiche specifiche dei Divs         */
/***********************************************/

/*********** #dynamicFontSize styles ***********/
#dynamicFontSize {
	line-height: 79px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	color: #666;
	text-align: right;
}
#dynamicFontSize a, #dynamicFontSize a:link, #dynamicFontSize a:visited, #dynamicFontSize a:active {
	color: #666;
	font-weight: normal;
	text-decoration: none;
}
#dynamicFontSize a:hover {
	color: #000;
	text-decoration: none;
}



/*********** #menuSx styles ***********/
#menuSx ul {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 1.462;
	text-transform: uppercase;
}

li.menuSx-level1-NO {
	display: block;
	font-size: 95%;
	color: #660000;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	list-style-type: none;
}
li.menuSx-level1-NO a, li.menuSx-level1-NO a:link, li.menuSx-level1-NO a:visited, li.menuSx-level1-NO a:active {
	display: block;
	color: #660000;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	list-style-type: none;
}
li.menuSx-level1-NO a:hover {
	color: #000;
	text-decoration: none;
}
li.menuSx-level1-ACT {
	display: block;
	font-size: 95%;
	color: #660000;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	list-style-type: none;
}
li.menuSx-level1-ACT a, li.menuSx-level1-ACT a:link, li.menuSx-level1-ACT a:visited, li.menuSx-level1-ACT a:active {
	display: block;
	color: #660000;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	list-style-type: none;
}
li.menuSx-level1-ACT a:hover {
	text-decoration: none;
	color: #660000;
}

li.menuSx-level2-NO {
	display:block;
	font-size: 75%;
	color: #FFF;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	list-style-type: none;
}
li.menuSx-level2-NO a, li.menuSx-level2-NO a:link, li.menuSx-level2-NO a:visited, li.menuSx-level2-NO a:active {
	display:block;
	color: #FFF;
	font-weight: normal;
	padding: 3px 8px 3px 14px;
	margin: 0px 0px 0px 0px;
	background-color: #660000;
	background-image: url(../images/arrow01.png);
	background-attachment: scroll;
	background-position: 6px center;
	background-repeat: no-repeat;
	text-decoration: none;
	list-style-type: none;
}
li.menuSx-level2-NO a:hover {
	color: #CCC;
	text-decoration: none;
}
li.menuSx-level2-ACT {
	display:block;
	font-size: 75%;
	color: #CCC;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	text-decoration: none;
}
li.menuSx-level2-ACT a, li.menuSx-level2-ACT a:link, li.menuSx-level2-ACT a:visited, li.menuSx-level2-ACT a:active {
	display:block;
	color: #CCC;
	font-weight: normal;
	padding: 3px 8px 3px 14px;
	margin: 0px 0px 0px 0px;
	background-color: #660000;
	background-image: url(../images/arrow01.png);
	background-attachment: scroll;
	background-position: 6px center;
	background-repeat: no-repeat;
	list-style-type: none;
	text-decoration: none;
}
li.menuSx-level2-ACT a:hover {
	text-decoration: none;
	color: #CCC;
}

li.menuSx-level2-last {
	padding: 0px 0px 17px 0px;
	margin: 0px 0px 5px 0px;
	background-image: url(../images/bgr_lineMenu.jpg);
	background-attachment: scroll;
	background-position: center bottom;
	background-repeat: no-repeat;
}



/*********** #langMenu styles ***********/
#langMenu {
	line-height: 79px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	color: #666;
}

.langMenu {
	color: #666;
	font-weight: normal;
}
.langMenu a, .langMenu a:link, .langMenu a:visited, .langMenu a:active {
	color: #666;
	font-weight: normal;
	text-decoration: none;
}
.langMenu a:hover {
	color: #000;
	text-decoration: none;
}

.langMenu-ACT {
	color: #000;
	font-weight: normal;
}
.langMenu-ACT a, .langMenu-ACT a:link, .langMenu-ACT a:visited, .langMenu-ACT a:active {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.langMenu-ACT a:hover {
	color: #000;
	text-decoration: none;
}



/*********** #bottomMenu styles ***********/
ul.bottomMenu {
	width: 19%;
	float: left;
	margin: 0px 2% 0px 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 1.462;
	text-transform: uppercase;
}
li.bottomMenuTitle {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 4px 0px;
	font-size: 75%;
	color: #000;
	font-weight: normal;
	list-style-type: none;
}
li.bottomMenu-NO {
	font-size: 60%;
	color: #666;
	font-weight: normal;
	list-style-type: none;
}
li.bottomMenu-NO a, li.bottomMenu-NO a:link, li.bottomMenu-NO a:visited, li.bottomMenu-NO a:active {
	color: #666;
	font-weight: normal;
	text-decoration: none;
	list-style-type: none;
}
li.bottomMenu-NO a:hover {
	color: #000;
	text-decoration: none;
}
li.bottomMenu-ACT {
	font-size: 60%;
	color: #000;
	font-weight: normal;
	list-style-type: none;
}
li.bottomMenu-ACT a, li.bottomMenu-ACT a:link, li.bottomMenu-ACT a:visited, li.bottomMenu-ACT a:active {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	list-style-type: none;
}
li.bottomMenu-ACT a:hover {
	color: #000;
	text-decoration: none;
}



/************** #footer styles **************/
#footer {
	font-size: 70%;
	color: #666;
	text-align: center;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}



/************** immagini styles **************/
#top img {
	display:block;
}



/************** didascalia img styles **************/
.csc-textpic-caption {
	padding-top: 5px;
	color: #000;
	font-size: 70%;
}





/* ---------------------- Classi proprietarie delle Extension ------------------- */

/* CLASSI RELATIVE AI FORM */

/* Mail Form */
form {
	padding: 0px;
	margin: 0px;
}
.csc-mailform {
	padding: 0px;
	margin: 0px;
	font-size: 80%;
}
.csc-mailform legend {
	display:none;
}
.csc-mailform label {
	color: #333;
        text-align:left;
	width:100px;
	float:left;
	margin:0px 3px 0px 0px;
	/*line-height: 0.8;*/
}
.csc-mailform input, .csc-mailform textarea, .csc-mailform select {
	margin:0px 5px 3px 0px;
}
.csc-mailform input, .csc-mailform textarea {
	border: 1px solid #CCC;
	font-size:13px;
}
.csc-mailform-radio input {
	border: 0px;
}

.csc-mailform-radio label {
	float: none;
	margin:0px;
	padding:0px;
	width:auto;
	font-weight: normal;
}
.csc-mailform-submit {
	border: 1px solid #008CD8 !important;
	background-color: #008CD8 !important;
	margin:0px !important;
	font-size: 12px !important;
	color: #FFF !important;
	font-weight: bold;
}
.csc-mailform-field label{
	font-weight: normal;
}
fieldset {
	border: none;
}