/* 
Here you can edit the page properties, like margins from top, left, right.
Default font style, size and text align.
Of course you can add other styles if you want.
*/

html {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 75%;
	line-height: 1.9;
	color:#333;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
#divs {
	background-color: #E27AB0;
	padding: 4px;
}

.brd_down {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #660033;
	border-right-color: #660033;
	border-bottom-color: #660033;
	border-left-color: #660033;
}
/* 
We have setted up forms margins to 0, very usefull in many cases.
*/
form {
	margin: 0px;
	padding: 0px;
}
/* 
Forms element like input field, select field, textarea can be set here.
We used only to force Font family and size.
If you wish, you can edit background, 
*/
input, select, textarea {
}
/* 
Table cell can be set here. 
*/
td {
	padding: 0px;
	padding-left:0px;
}
/* 
Table header can be set here. 
*/
th {
	background: #e2e2e2;
	border-bottom: 1px solid #036;
	padding:2px;
}
.bg_cell {
	background-color: #FBF5F7;
	background-image: url(../images/index_r5_c1.jpg);
	background-repeat: no-repeat;
	padding:0 20px;
}

/* 
List elements can be set here. 
*/
ol, ul {
	margin-top:0;
	margin-bottom:0.6em;
	line-height:1.4;
}
/* 
Horizontal line settings. 
*/
hr {
/*
	color: #e2e2e2;
	height: 1px;
*/
}
/* 
Links can be edited here. 
*/
a {
	text-decoration: none;
	outline: none;
	color: #DA251A;
}
a img {
	border: none;
	padding: 3px;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #999;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #666;
}
a:hover, a:active {
	text-decoration: underline;
}
/* 
H1, H2, H3, H4, H5 tags, if is possibble, use this for your pages,
can be very usefull for . 
*/
h1 {
	font-size: 1.6em;
	font-weight: bold;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
}
h5 {
	font-size: 1em;
	font-weight: bold;
}
h6 {
	font-size: 1em;
	font-weight: normal;
}
/* 
We setup here all images border to 0 
*/
img {
	border: none;/* vertical-align: middle; */
}
/* 
Fieldset and legend is a very smart tag for making a border 
for a text without table and  also to add a header to this text.
*/
legend {
	white-space: nowrap;
	font-weight: bold;
	color: #000099;
	font-size: 1em;
	font-variant: small-caps;
}
fieldset {
	display: block;
	border: 1px #969696 solid;
	margin: 5px;
	padding: 3px;
}
p {
	margin-top: 0;
	text-align: justify;
}
br {
	line-height: 6px;
}
small {
	margin-top: 0px;
	margin-bottom: 0px;
}
acronym {
	border-bottom: none;
}
.clear {
	clear: both;
}
A.link_big:link {
	FONT-WEIGHT: bold;
	COLOR: #666666;
	TEXT-DECORATION: none;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
A.link_big:visited {
	FONT-WEIGHT: bold;
	COLOR: #666666;
	TEXT-DECORATION: none;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
A.link_big:hover {
	FONT-WEIGHT: bold;
	COLOR: #FF6600;
	TEXT-DECORATION: none;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.td_top_sfumato {
	BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 15px; BACKGROUND-IMAGE: url(../base/sfumato_top_i.jpg); BORDER-LEFT: #cccccc 1px solid; BORDER-BOTTOM: #cccccc 1px solid
}

.td_line_up {
	PADDING-LEFT: 0px;
	BACKGROUND-IMAGE: url(../base/sfumato_top_i.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #B0C7FF;
	border-right-color: #B0C7FF;
	border-bottom-color: #B0C7FF;
	border-left-color: #B0C7FF;
}

.td_menu {
	PADDING-LEFT: 15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.td_top_banner {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #B0C7FF;
	border-bottom-color: #B0C7FF;
	border-left-color: #B0C7FF;
	border-right-color: #B0C7FF;
}
.td_top_bandiere {
	BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 15px; BORDER-TOP: #cccccc 1px solid; BORDER-BOTTOM: #cccccc 1px solid
}
.td_top_foto {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BFE0F2;
	border-right-color: #BFE0F2;
	border-bottom-color: #BFE0F2;
	border-left-color: #BFE0F2;
}
A.link_chiaro:link {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
A.link_chiaro:visited {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
A.link_chiaro:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #9CCF04;
	TEXT-DECORATION: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.td_titoli_01 {
	PADDING-RIGHT: 15px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 20px;
	COLOR: #791011
}
.tx_rosso {
	COLOR: #990000
}
.td_titoli_02 {
	BORDER-RIGHT: #cccccc 1px solid; PADDING-LEFT: 15px; BORDER-LEFT: #cccccc 1px solid; BORDER-BOTTOM: #cccccc 1px solid
}
A.link_scuro:link {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #EAF5C2;
	TEXT-DECORATION: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
A.link_scuro:visited {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #EAF5C2;
	TEXT-DECORATION: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
A.link_scuro:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #C976AE;
	TEXT-DECORATION: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
A.stagione:link {
	FONT-WEIGHT: bold; FONT-SIZE: 9px; COLOR: #99cc66; TEXT-DECORATION: none
}
A.stagione:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 9px; COLOR: #99cc66; TEXT-DECORATION: none
}
A.stagione:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 9px; COLOR: #006600; TEXT-DECORATION: none
}





.td_titoli_03 {
	PADDING-LEFT: 15px; BORDER-LEFT: #cccccc 1px solid; PADDING-TOP: 7px; BORDER-BOTTOM: #cccccc 1px solid
}
.td_titoli_04 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 28px;
	COLOR: #993366;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 30px;
}
.td_contenuti_01 {
	PADDING-BOTTOM: 12px; BORDER-LEFT: #cccccc 1px solid; LINE-HEIGHT: 150%; PADDING-TOP: 12px; BORDER-BOTTOM: #cccccc 1px solid
}

.td_mainpage_right {
	LINE-HEIGHT: 70%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.padding_left30 {
	PADDING-LEFT: 30px
}
.tx_blu_bold14 {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #B5C541
}
.tx_blu_bold14 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #154D88
}
.padding_left11 {
	PADDING-LEFT: 13px
}
.padding_left22 {
	PADDING-LEFT: 22px
}
.padding_left33 {
	PADDING-LEFT: 33px
}
A.link_grigio_bold:link {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #929fa1; TEXT-DECORATION: none
}
A.link_grigio_bold:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #929fa1; TEXT-DECORATION: none
}
A.link_grigio_bold:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #6c7679; TEXT-DECORATION: none
}
A.link_grigio:link {
	FONT-SIZE: 11px;
	COLOR: #990066;
	TEXT-DECORATION: none
}
A.link_grigio:visited {
	FONT-SIZE: 11px;
	COLOR: #990066;
	TEXT-DECORATION: none
}
A.link_grigio:hover {
	FONT-SIZE: 11px;
	COLOR: #BBD953;
	TEXT-DECORATION: none
}
.td_contenuti_02 {
	BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 12px; BORDER-LEFT: #cccccc 1px solid; PADDING-TOP: 12px; BORDER-BOTTOM: #cccccc 1px solid
}
.td_contenuti_02 B {
	COLOR: #a6c7e9
}
.tx_blu_scuro_bold_18 {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #750706
}
.tx_blu_chiaro_bold_18 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 16px;
	COLOR: #72A7DC
}
.tx_02_raquo {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #F67B21;
	font-family: Arial, Helvetica, sans-serif;
}
.tx_02_title {
	FONT-WEIGHT: bold; FONT-SIZE: 18px; COLOR: #a6c7e9
}
.tx_02_raquo_14 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #A49E3E;
	font-family: Arial, Helvetica, sans-serif;
}
.tx_02_title_14 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #154D88
}
.td_contenuti_03 {
	BORDER-RIGHT: #cccccc 1px solid; PADDING-BOTTOM: 12px; PADDING-TOP: 12px; BORDER-BOTTOM: #cccccc 1px solid
}	
.padding_left15 {
	PADDING-LEFT: 15px
}
.contatti {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #a6c7e9
}
.td_bottom {
	BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; FONT-SIZE: 10px; BORDER-LEFT: #cccccc 1px solid; LINE-HEIGHT: normal; BORDER-BOTTOM: #cccccc 1px solid
}
.border_general {
	border: 1px solid #FFDD54;
}

.tx_bold {
	FONT-WEIGHT: bold
}
.td_monocella {
	BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 12px; BORDER-LEFT: #cccccc 1px solid; PADDING-TOP: 12px; BORDER-BOTTOM: #cccccc 1px solid
}
.td_homepage_foto {
	PADDING-TOP: 5px
}
.td_form1 {
	PADDING-LEFT: 5px; BACKGROUND-COLOR: #a6c7e9
}
.td_form_bianco {
	PADDING-LEFT: 5px
}
.tx_blu_scuro_bold {
	FONT-WEIGHT: bold; COLOR: #000000
}
.line_hight {
	line-height: 20px;
}

.tx_blu_chiaro_bold {
	FONT-WEIGHT: bold;
	COLOR: #6C1744
}
.border_left {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #611A44;
	border-right-color: #611A44;
	border-bottom-color: #611A44;
	border-left-color: #611A44;
}
.border_down {

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #791011;
	border-right-color: #791011;
	border-bottom-color: #791011;
	border-left-color: #791011;
}
form {
margin: 0px;
padding: 0px;
}
/* 
Forms element like input field, select field, textarea can be set here.
We used only to force Font family and size.
If you wish, you can edit background, 
*/
input, select, textarea {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
/* 
Table cell can be set here. 
*/
td {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}
/* 
Table header can be set here. 
*/
th {
	background-color: #620042;
	padding: 2px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 15px;
}
/* 
List elements can be set here. 
*/
ol, ul {
margin-top:0;
margin-bottom:1em;
line-height:1.8;
}
/* 
Horizontal line settings. 
*/
hr {
color: #e2e2e2;
height: 1px;
}

A.link_headline_prod:link {
	FONT-WEIGHT: bold;
	COLOR: #663333;
	TEXT-DECORATION: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A.link_headline_prod:visited {
	FONT-WEIGHT: bold;
	COLOR: #333333;
	TEXT-DECORATION: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A.link_headline_prod:hover {
	FONT-WEIGHT: bold;
	COLOR: #000000;
	TEXT-DECORATION: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

A.link_headline_title:link {
	FONT-WEIGHT: normal;
	COLOR: #666666;
	TEXT-DECORATION: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A.link_headline_title:visited {
	FONT-WEIGHT: normal;
	COLOR: #663333;
	TEXT-DECORATION: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A.link_headline_title:hover {
	FONT-WEIGHT: normal;
	COLOR: #000000;
	TEXT-DECORATION: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A.link_poza:link {
	FONT-WEIGHT: normal;
	border: 1px solid #999999;
}
A.link_poza:visited {
	FONT-WEIGHT: normal;
	border: 1px solid #999999;
	
}
A.link_poza:hover {
	FONT-WEIGHT: normal;
	border: 1px solid #999999;
}
.border_up {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #69293F;
	border-right-color: #69293F;
	border-bottom-color: #69293F;
	border-left-color: #69293F;
}
.border_general {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #181009;
	border-right-color: #181009;
	border-bottom-color: #181009;
	border-left-color: #181009;
}
.border_updown {


	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #663333;
	border-right-color: #663333;
	border-bottom-color: #663333;
	border-left-color: #663333;
}
.border_generalCopy {
	border: 1px solid #CCE27E;
	padding: 7px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #460030;
}
.tx_mic {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #620042;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16pt;
}
.border_right {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFD9E6;
	border-right-color: #FFD9E6;
	border-bottom-color: #FFD9E6;
	border-left-color: #FFD9E6;
}
.border_up {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #E7F4FE;
	border-right-color: #E7F4FE;
	border-bottom-color: #E7F4FE;
	border-left-color: #E7F4FE;
}
.border_up_down {



	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
}
.border_upCopy {

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.border_leftCopy {

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
}
.atx_boldCopy {

	FONT-WEIGHT: bold
}
.float
{
	float: right;
	border-top-width: 1;
	border-right-width: 1;
	border-bottom-width: 1;
	border-left-width: 1;
	border-top-color: #3F0303;
	border-right-color: #3F0303;
	border-bottom-color: #3F0303;
	border-left-color: #3F0303;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.copyright {
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	COLOR: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
