body {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	width: 100%;
	display: table;
	background-color: #ffffff;
}

#body {
	background-image: url(../images/sfondo.jpg);
	background-repeat:no-repeat;
	background-color: #5faf27;
	background-position: top left;
}

#table_ticket  a{
	color: #000000; 
	text-decoration: none;
	font-weight:bold;	
}

#table_ticket  a:hover{
	color: #555555; 
	text-decoration: none;
	font-weight:bold;	
}

a:link, a:visited {
	color: #dbfee1; 
	font-weight:bold; 
	text-decoration: none; 
}
a:active, a:hover {
	color: #dbfee1; 
	text-decoration: none;
	font-weight:bold;
}

p {
	font-family: Tahoma, "Trebuchet MS", Verdana; 
	font-size: 11px;
	color: #dbfee1;
	text-align: justify;
	margin: 0 0 10px 0;
}

h1 {
	font-family: "Trebuchet MS", Tahoma, Verdana; 
	font-size: 18px;
	color: #fff;
	margin: 0 0 10px 0;
}

.container {
	width: 990px;
	margin: 0;
}

#header {
	width: 997px;
	height: 49px;
	background: url(../images/header.png) left top no-repeat;
	padding: 10px 0 0 10px;
}

/* Menu */
#menu {
	height: 46px;
	width: 980px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	list-style: none;
	display: inline;
}

#menu li {
	float:left;
}

#menu li a {
	float: left;
	display: block;
	color: #005500;
	background: url(../images/menu_left.png) no-repeat;
	text-decoration: none;
	font-size: 12px;
	margin: 0 5px 0 0;
	padding: 0 0 0 7px;
	height: 45px;
	line-height: 33px;
	text-align: center;
	cursor: pointer;
}

#menu li a b {
	float: left;
	display: block;
	height: 40px;
	padding: 5px 20px 0 11px;
	background: url(../images/menu_right.png) right top no-repeat;
}

#menu li.current a, #menu li a:hover {
	background: url(../images/menu_left_current.png) no-repeat;
	color: #fff;
}

#menu li.current a b, #menu li a:hover b {
	background: url(../images/menu_right_current.png) right top no-repeat;
}

/*End OF menu*/

#news_section {
	height: 204px;
	width: 949px;
	background: url(../images/newsection.png);
	padding: 33px 0 0 48px;
}

#news_area {
	float: left;
	width: 580px;
	margin: -15px 0 0 -35px;
}

#news_section h1 {
	color: #b7f298;
	font-size: 22px;
	background: url(../images/header_line.png) bottom left no-repeat;
 	padding: 0 0 10px 0;
}

#project_section {
	width: 949px;
	background: url(../images/project_section_mid.png) repeat-y;
	margin: 0;
	padding: 20px 0 0 48px;
}

#project_section h1 {
	color: #006600;
	margin: 0 0 10px 155px;
	text-decoration: none;
}

#project_section_bottom {
	width: 997px;
	height: 43px;
	background: url(../images/project_section_bottom.png) repeat-y;
	margin: 0;
	padding: 0
}

#section_area {
	width: 750px;	
	margin-left: 155px;
}

#section_area a {
	color: #006600;
		text-decoration: none;
}

#section_area a:hover {
	color: #993300;
			text-decoration: none;
}

#bottom_section {
	width: 949px;
	background: url(../images/bottom_section_bg.png) repeat-y;
	margin: 0;
	padding: 20px 0 0 48px;
		color: #ffffff;
	font-variant:small-caps;
		text-decoration: none;
}

#bottom_section  a{
		color: red;
	font-variant:small-caps;
		text-decoration: none;
}

.newsletter_section {
	float: left;
	width: 375px;
	background: url(../images/newsletter_bg.png) no-repeat right bottom;
}

.newsletter_section .newsletter_top {
	width: 375px;
	height: 10px;
	background: url(../images/newsletter_top.png);
	margin: 0;
}

.newsletter_section .newsletter_mid {
	width: 335px;
	background: url(../images/newsletter_mid.png);
	margin: 0;
	padding: 10px 20px;
}

.newsletter_mid h1 {
	color: #004400;
	font-variant:small-caps;
	text-decoration: underline;
}

.newsletter_mid p {
	color: #004400;
}

.newsletter_section .newsletter_bottom {
	width: 375px;
	height: 9px;
	background: url(../images/newsletter_bottom.png);
	margin: 0;
}

#content_section {
	float: left;
	width:	660px;
	margin: 0 0 0 20px;
}

#content_section h1 {
	color: #004400;
	font-variant:small-caps;
	text-decoration: underline;
}

#content_section p {
	color: #004400;
}

#content_section li {
	list-style: square;
	color: #004400
}

#content_section a {
	color: #004400;
}



#footer {
	width: 997px;
	height: 49px;
	background: url(../images/footer_bg.png);
	color: #FFFFFF;
	font-family: Arial;
	font-size:	12px;
	margin: 0;
	padding: 40px 0 0 0;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}

.last {
	margin: 0;
}

.right_img {
	float: right;
	margin: 0 0 5px 5px;
}

.left_img {
	float: left;
	margin: 0 5px 5px;
}

.cleaner {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}

#selectStyle {
  -webkit-appearance: none;
  appearance: none;
  width: 150px;
  height: 35px;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
  background-image: url(../images/arrow.png);
  background-color: #5faf27;
  vertical-align:middle;
  background-position:right;
  background-repeat:no-repeat;
	border: 5px;
    box-shadow: 
        0 0 1px rgba(0, 0, 0, 0.3), 
        0 3px 7px rgba(0, 0, 0, 0.3), 
        inset 0 1px rgba(255,255,255,1),
        inset 0 -3px 2px rgba(0,0,0,0.25);
    border-radius: 5px;
  padding: 5px;
	font-size:18px;
	text-align: center;
  -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;

}

#selectStyle2 {
  -webkit-appearance: none;
  appearance: none;
  width: 150px;
  height: 35px;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
  background-image: url(../images/arrow.png);
  background-color: #2240be;
  vertical-align:middle;
  background-position:right;
  background-repeat:no-repeat;
	border: 5px;
    box-shadow: 
        0 0 1px rgba(0, 0, 0, 0.3), 
        0 3px 7px rgba(0, 0, 0, 0.3), 
        inset 0 1px rgba(255,255,255,1),
        inset 0 -3px 2px rgba(0,0,0,0.25);
    border-radius: 5px;
  padding: 5px;
	font-size:18px;
	text-align: center;
  -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;

}

#textStyle {
  -webkit-appearance: none;
  appearance: none;
  width: 200px;
  height: 30px;
  color: #000000;
  font-weight: 600;
  background-color: #cdcdcd;
  vertical-align:middle;
	border: 2px;
    padding: 5px;
	font-size:18px;
	text-align: center;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;

}


#buttonStyle
{
 display: inline-block;
    padding: 5px 10px 6px;
    color: #111111;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;

  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  text-shadow: 0 0px 0px rgba(0,0,0,0.25);
}

#ptext:first-letter{
               text-transform: uppercase;
          }
#ptext {
        color: #424242;
        font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
	letter-spacing:0.1em;
	text-align:center;
	
	text-transform: lowercase;
	line-height: 145%;
	font-size: 14pt;
	font-variant: small-caps;
        }
		
#info {
position:relative;
    z-index:20; background-color: #fff;color: #000;
    text-decoration: none;
}

#info:hover {
z-index: 25; background-color: #fff
}

#info span{display: none}

#info:hover span{ /*lo span verrà mostrato solo sullo stato :hover */
    display: block; position:absolute;
    top: 2em; left: 2em; width: 20em;
    border: 1px solid #333333; background-color: #dadada; color:#000;
    text-align: center
}

fieldset {
border:1px solid #c2c3c2;
background:#efefef;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(220,220,220)),
        color-stop(0.51, rgb(230,230,230)),
        color-stop(0.87, rgb(250,250,250))
        );
    background: -moz-linear-gradient(
        center bottom,
        rgb(220,220,220) 2%,
        rgb(230,230,230) 51%,
        rgb(250,250,250) 87%
        );
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
border-radius:3px;
box-shadow: 5px 2px 8px #c7c7c7;
}

#tabella_normal{
box-shadow: 5px 2px 8px #c7c7c7;
padding:2px;
font-size:12px;
font-weight: normal; 
 font-style: oblique;
}