/*
---------------------------------------------------------------------------------------
RESET
---------------------------------------------------------------------------------------
*/
* {
	margin:0;
	padding:0;
}

/*
---------------------------------------------------------------------------------------
DEFAULT
---------------------------------------------------------------------------------------
*/
body {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 75%;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFFFFF url(../i/bkg_body.jpg) repeat-x left top;
}

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #333; margin: 0px; padding: 0px; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

p {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 18px;
	font-style: normal;
	font-weight: normal;
}

blockquote {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #555;
	margin: 0 30px 1.5em 30px;
	padding: 0 0 0 10px;
	border-left: 1px solid #aaa;
}

li ul, li ol { margin:0 1.5em; }

ul, ol {
	margin: 0 1.5em 1.5em;
	line-height: 1.5em;
}

ul {
	float: left;
	list-style: none;
}

ol { list-style-type: decimal; }

dl { margin: 0 0 1.5em 0; }

dl dt { font-weight: bold; }

dd { margin-left: 1.5em; }

/*
---------------------------------------------------------------------------------------
CLASSI
---------------------------------------------------------------------------------------
*/
.color-1 { background: #6699CC; }
.color-2 { background: #33FF99; }
.color-3 { background: #CCFF00; }
.color-4 { background: #00CCFF; }
.color-5 { background: #00FFFF; }

.topPost {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	display: block;
}

.small {
	font-size:0.917em;
	line-height: 1.636em;
}

.large {
	font-size: 1.2em;
	line-height: 2.5em;
}

.pdf_downloadleft {
	margin: 0px;
	padding: 0px;
	display: block;
	list-style: none;
}

.pdf_downloadleft li {
	margin: 0px;
	padding: 0px 0px 10px 30px;
	display: block;
	background: url(../i/icona_pdf3.jpg) no-repeat 0px 0px;
	list-style: none;
	vertical-align: middle;
}

.movie_downloadleft {
	margin: 0px;
	padding: 0px;
	display: block;
	list-style: none;
}

.movie_downloadleft li {
	margin: 0px;
	padding: 0px 0px 10px 30px;
	display: block;
	background: url(../i/icona_mov.jpg) no-repeat 0px 0px;
	list-style: none;
	vertical-align: middle;
}

.menu_list {
	margin: 0px;
	padding: 0px 0px 12px;
	list-style: none;
	background: url(../i/bg_dots.png) repeat-x left bottom;
}

.menu_list p {
	margin: 0;
	padding: 0;
}

.menu_list ul { list-style: square outside; }

.menu_nav {
	text-align: right;
	margin: 0px 0px 24px;
	padding: 14px 0px 0px;
	list-style: none;
	line-height: 1.5em;
}

.menu_nav li {}

.menu_nav li a {
	text-transform: none;
	text-decoration: none;
}

.menu_nav li a:hover { text-decoration: underline; }

.menu_nav li ul {
	list-style: none;
	margin: 0px 0px 12px;
	padding: 0px 12px;
}

.menu_nav li ul li {}

/*
---------------------------------------------------------------------------------------
CLEARFIX
---------------------------------------------------------------------------------------
*/
.clearfix:after, .row:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix, .row { display:inline-block; }

/* Hides from IE-mac \*/
* html .clearfix, * html .row { height:1%; }

.clearfix, .row { display:block; }

/* End hide from IE-mac */

/*
---------------------------------------------------------------------------------------
GRID
---------------------------------------------------------------------------------------
*/
.row {
	margin: 0px;
	padding: 0px;
	width: 800px;
	clear:both;
}

div.cols-1, div.cols-2, div.cols-3, div.cols-4 {
	float: left;
	padding-right: 12px;
}

.cols-1 {
	width: 188px;
}

.cols-2 {
	width: 388px;
}

.cols-3 { width: 588px; }

.cols-4 { width: 788px; }

div.cols-1 img, div.cols-2 img, div.cols-3 img, div.cols-4 img {
	padding-right: 12px;
}

.info {
	width: 188px;
	padding-top: 24px;
	float:left;
}

.border {
	background: url(../i/bg_dots.png) repeat-x left top;
	padding-bottom: 36px;
}

.borderbottom {
	background: url(../i/bg_dots.png) repeat-x left bottom;
	padding-bottom: 12px;
}

.paddingtop { padding-top:12px; }

.d-paddingtop { padding-top:24px; }

/*
---------------------------------------------------------------------------------------
LINKS
---------------------------------------------------------------------------------------
*/
a, a:link {
	color: #0099FF;
	text-decoration: none;
}

a:hover {
	color: #FF00FF;
	text-decoration: underline;
}

#current {
	color: #FF00FF;
	text-decoration: none;
}

a.current {
	color: #FF00FF !important;
	text-decoration: none;
}

/*
---------------------------------------------------------------------------------------
CONTENITORE DI PAGINA
---------------------------------------------------------------------------------------
*/
#wrapper {
	width: 800px;
	margin-left: auto;
	background: #FFFFFF url(../i/bg_container.png) no-repeat left top;
	margin-right: auto;
	margin-top: 20px;
	text-align: left;
}

/*
---------------------------------------------------------------------------------------
HEADER DI PAGINA
---------------------------------------------------------------------------------------
*/
#masthead {
	width: 764px;
	height: 66px;
	padding-top: 16px;
	padding-right: 18px;
	padding-left: 18px;
	position: relative;
}

#masthead h1 {
	padding: 0.4em 0 0.2em 0;
	text-align: center;
	clear: both;
}

#masthead h3 {
	margin: 0 0 0.75em 0;
	font-weight: normal;
	font-size: 1.8em;
	text-transform: none;
	color: #888;
	text-align: center;
}

#logo {
	width: 324px;
	background: url(../i/bg_masthead.png) no-repeat left top;
	height: 0px;
	padding-top: 33px;
	overflow: hidden;
	float: left;
}

/*
---------------------------------------------------------------------------------------
NAVIGAZIONE GENERALE
---------------------------------------------------------------------------------------
*/
#mainnav {
	height: 15px;
	padding-bottom: 11px;
	padding-left: 18px;
}

#mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#mainnav li { float:left; }

#mainnav li a {
	float:left;
	overflow: hidden;
	height: 0px;
	padding-top: 15px;
}

#mainnav li a { background-image: url(http://www.riccioneteatro.it/i/nav.png); }

#mainnav li#mn1 a {
	width: 78px;
	background-position: 0px 0px;
}

#mainnav li#mn2 a {
	width: 131px;
	background-position: -78px 0px;
}

#mainnav li#mn3 a {
	width: 103px;
	background-position: -209px 0px;
}

#mainnav li#mn4 a {
	width: 159px;
	background-position: -312px 0px;
}

#mainnav li#mn5 a {
	width: 44px;
	background-position: -471px 0px;
}

#mainnav li#mn6 a {
	width: 79px;
	background-position: -515px 0px;
}

#mainnav li#mn7 a {
	width: 52px;
	background-position: -594px 0px;
}

#mainnav li#mn8 a {
	width: 45px;
	background-position: -646px 0px;
}

#mainnav li#mn1 a:hover { background-position: 0px -15px; }

#mainnav li#mn2 a:hover { background-position: -78px -15px; }

#mainnav li#mn3 a:hover { background-position: -209px -15px; }

#mainnav li#mn4 a:hover { background-position: -312px -15px; }

#mainnav li#mn5 a:hover { background-position: -471px -15px; }

#mainnav li#mn6 a:hover { background-position: -515px -15px; }

#mainnav li#mn7 a:hover { background-position: -594px -15px; }

#mainnav li#mn8 a:hover { background-position: -646px -15px; }

/*
---------------------------------------------------------------------------------------
NAVIGAZIONE ISTITUZIONALE
---------------------------------------------------------------------------------------
*/
#subnav {
	height: 64px;
	width: 64px;
	display: block;
	position: absolute;
	top: 11px;
	left: 712px;
	visibility: visible;
}

#subnav ul {
	margin: 0;
	padding: 0;
	border: 0;
	width: 70px;
	height: 64px;
	background: url(http://www.riccioneteatro.it/i/subnav.png) no-repeat 0px 0px;
	position: relative;
}

#subnav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}

#subnav a {
	height: 16px;
	width: 70px;
	display: block;
}

#subnav ul li a {
	text-indent: -9999px;
	text-decoration: none;
}

#subnav ul li#sn1 {
	top: 0px;
	height: 16px;
}

#subnav ul li#sn2 {
	top: 16px;
	height: 16px;
}

#subnav ul li#sn3 {
	top: 32px;
	height: 16px;
}

#subnav ul li#sn4 {
	top: 48px;
	height: 16px;
}

#sn1 a:hover { background: transparent url(http://www.riccioneteatro.it/i/subnav.png) no-repeat -70px 0px; }

#sn2 a:hover { background: transparent url(http://www.riccioneteatro.it/i/subnav.png) no-repeat -70px -16px; }

#sn3 a:hover { background: transparent url(http://www.riccioneteatro.it/i/subnav.png) no-repeat -70px -32px; }

#sn4 a:hover { background: transparent url(http://www.riccioneteatro.it/i/subnav.png) no-repeat -70px -48px; }

/*
---------------------------------------------------------------------------------------
NAVIGAZIONE - DOVE SIAMO
---------------------------------------------------------------------------------------
*/
body#home #mainnav li#mn1 a { background-position: 0px -15px; }

body#riccionepremio #mainnav li#mn2 a { background-position: -78px -15px; }

body#riccionettv #mainnav li#mn3 a { background-position: -209px -15px; }

body#riccionestagione #mainnav li#mn4 a { background-position: -312px -15px; }

body#riccioneact #mainnav li#mn5 a { background-position: -471px -15px; }

body#archivio #mainnav li#mn6 a { background-position: -515px -15px; }

body#blog #mainnav li#mn7 a { background-position: -594px -15px; }

body#riccionenews #mainnav li#mn8 a { background-position: -646px -15px; }

body#chisiamo #sn1 { background: transparent url(http://www.riccioneteatro.it/i/subnav.png) no-repeat -70px 0px; }

body#contatti #sn2 { background: transparent url(http://www.riccioneteatro.it/i/subnav.png) no-repeat -70px -16px; }

body#sponsor #sn3 { background: transparent url(http://www.riccioneteatro.it/i/subnav.png) no-repeat -70px -32px; }

body#links #sn4 { background: transparent url(http://www.riccioneteatro.it/i/subnav.png) no-repeat -70px -48px; }

/*
---------------------------------------------------------------------------------------
NAVIGAZIONE INTERNA PAGINE
---------------------------------------------------------------------------------------
*/
#nav_interno { text-align: right; }

#nav_interno ul {
	font-size: 11px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
	width: 190px;
}

#nav_interno a, #nav_interno a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#nav_interno a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#nav_interno #active { text-decoration: underline; }

#nav_news {
	height: 95px;
	width: 190px;
	text-align: right;
	padding-left: 0px;
}

/*
---------------------------------------------------------------------------------------
HOMEPAGE - FRAME SEZIONI PRINCIPALI
---------------------------------------------------------------------------------------
*/
#p0, #p1, #p2, #p3 {
	float: left;
	width: 200px;
	height: 180px;
	margin: 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
}
#p0 h2 a {
	background: url(../i/prt01.jpg) no-repeat 0 0;
	height: 0px;
	width: 200px;
	display:block;
	padding-top: 180px;
	overflow: hidden;
}

#p0 h2 a:hover { background: url(../i/prt02.jpg) no-repeat left top; }

#p1 h2 a {
	background: url(../i/ttv01.jpg) no-repeat 0 0;
	height: 0px;
	width: 200px;
	display:block;
	padding-top: 180px;
	overflow: hidden;
}

#p1 h2 a:hover { background: url(../i/ttv02.jpg) no-repeat left top; }

#p2 h2 a {
	background: url(../i/sdp01.jpg) no-repeat 0 0;
	height: 0px;
	width: 200px;
	display:block;
	padding-top: 180px;
	overflow: hidden;
}

#p2 h2 a:hover { background: url(../i/sdp02.jpg) no-repeat left top; }

#p3 h2 a {
	background: url(../i/act01.jpg) no-repeat 0 0;
	height: 0px;
	width: 200px;
	display:block;
	padding-top: 180px;
	overflow: hidden;
}

#p3 h2 a:hover { background: url(../i/act02.jpg) no-repeat left top; }

#info_container {
	width: 588px;
	padding-right: 12px;
	padding-top: 12px;
	float: right;
}
#info_t0, #info_t1, #info_t2, #info_t3 {
}

/*
---------------------------------------------------------------------------------------
STILI COLLEGATI DI PAGINA
---------------------------------------------------------------------------------------
*/
.info h2 {
	color: #999999;
	text-align: right;
	text-transform: uppercase;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.2em;
}

.info p { text-align: right; }

.menu_list h2 {
	color: #999999;
	text-align: left;
	text-transform: uppercase;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.2em;
	padding-top: 24px;
}

/*
---------------------------------------------------------------------------------------
FORM
---------------------------------------------------------------------------------------
*/
form {
	margin: 0px;
	padding: 0px;
}

form fieldset {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

form legend {
	color:#999999;
	font-family:"Helvetica Neue", Arial, sans-serif;
	font-size:0.75em;
	font-style:normal;
	font-weight:normal;
	letter-spacing:0.1em;
	text-align:right;
	text-transform:uppercase;
}

form p {
	padding: 0.5em 0em;
	margin: 0px;
}

form label {
	padding: 0;
	font-size: 1em;
	font-weight: normal;
}

form .text_input {
	width: 180px;
	padding: 3px;
	color: #333333;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

form .text_area { width: 321px !important; }

form .text_input:focus {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

form .form_submit {
	padding: 0.2em 12px;
	background: url('../i/submit_bg.gif');
	cursor: pointer;
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

/*
---------------------------------------------------------------------------------------
NEWSLETTER
---------------------------------------------------------------------------------------
*/
.note {
	font-size: 10px;
	line-height: 13px;
	font-style: italic;
	color: #0099FF;
}

#newsletter #box2 fieldset {
	padding: 0px 0px 30px 10px;
	border-left: 1px dotted #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 0px none;
	border-bottom: 0px none;
}

#newsletter #box2 label {
	font-size: 10px;
	color: #333333;
	padding: 0px 0px 0px 2px;
	margin: 0px;
}

#newsletter #box1 hr {
	border-top: 1px dotted #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 20px;
	padding-left: 10px;
	margin: 0px;
}

#newsletter #box2 .box-input {
	width: 160px;
	margin-bottom: 8px;
	font-size: 10px;
	padding: 2px;
	border-style: none;
}

#newsletter #box2 .box-input2 {
	width: 160px;
	margin-bottom: 8px;
	font-size: 10px;
	padding: 2px;
	border-style: none;
	background: #FFFF66;
}

#newsletter #box2 legend { display: none; }

/*BLOCCO NEWS PAGINA NEWS DETTAGLIO ----------------------------------------------------------------------------------- */

#box_utility {
	position: absolute;
	height: 90px;
	width: 190px;
	left: 0px;
	top: 280px;
	display: block;
	text-indent: -9999px;
	visibility: visible;
}

/*LAYOUT PAGINE INTERNE CONTENT ----------------------------------------------------------------------------------- */
#colonna0 {
	width: 190px;
	float: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 50px;
	text-align: right;
	display: inline;
	margin-top: 5px;
}

#colonna1 {
	width: 410px;
	display: inline;
	float: left;
	padding-top: 0px;
	padding-bottom: 50px;
	padding-left: 10px;
	margin-top: 5px;
}

#colonna1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #666666;
}

#colonna2 {
	width: 170px;
	display: inline;
	float: left;
	padding-top: 0px;
	padding-bottom: 50px;
	padding-left: 10px;
	margin-top: 5px;
}

#wrapper #colonna2 #box h2 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	background: url(../i/line.gif) repeat-x left 19px;
	display: block;
	height: 20px;
}

#wrapper #colonna2 #box ul {
	list-style: none;
	margin: 0px;
	width: 170px;
	padding: 0px;
}

#wrapper #colonna2 #box li {
	margin: 0px 0px 4px;
	display: block;
	padding: 0px;
	width: 170px;
}

#wrapper #content_right #box h2 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	background: url(../i/line.gif) repeat-x left 19px;
	display: block;
	height: 20px;
}

#wrapper #content_right #box ul {
	list-style: none;
	margin: 0px;
	width: 170px;
	padding: 0px;
}

#wrapper #content_right #box li {
	margin: 0px 0px 4px;
	display: block;
	padding: 0px;
	width: 170px;
}

/*LAYOUT PAGINE INTERNE CONTENT ----------------------------------------------------------------------------------- */

/*LAYOUT PAGINE CONTATTI ----------------------------------------------------------------------------------- */
#colonna0b {
	width: 190px;
	float: left;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 50px;
	text-align: right;
	display: inline;
}

#colonna1b {
	width: 410px;
	display: inline;
	float: left;
	padding-top: 5px;
	padding-bottom: 50px;
	padding-left: 10px;
}

#colonna2b {
	width: 170px;
	display: inline;
	float: left;
	padding-top: 5px;
	padding-bottom: 50px;
	padding-left: 10px;
}

/*LAYOUT PAGINE CONTATTI ----------------------------------------------------------------------------------- */

/*PAGINE SEGUENTI ----------------------------------------------------------------------------------- */
#wrapper #next_previous {
	clear: both;
	width: 780px;
	background: url(../i/line.gif) repeat-x left top;
	padding: 10px;
	display: block;
}

#page_num {
	width: 110px;
	text-align: left;
	display: block;
	float: right;
}

#next {
	height: 30px;
	width: 30px;
	text-align: right;
	display: block;
	float: right;
}

#previous {
	height: 30px;
	width: 30px;
	text-align: right;
	display: block;
	float: left;
}

#num {
	width: 50px;
	text-align: center;
	display: block;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
}

/*PAGINE SEGUENTI ----------------------------------------------------------------------------------- */

/*INTERNI DI SEZIONE ----------------------------------------------------------------------------------- */
/*PREMIO RICCIONE ----------------------------------------------------------------------------------- */
#prt_image {
	background-color: #660000;
	height: 180px;
	width: 600px;
	background-image: url(../i/prt_pict.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
}

#prt_nav {
	background-color: #660000;
	height: 180px;
	width: 200px;
	background-image: url(../i/prt_nav.jpg);
	background-repeat: no-repeat;
	float: left;
}

#prt_nav h3 { text-indent: -9999px; }

/*PREMIO RICCIONE ----------------------------------------------------------------------------------- */

/*RICCIONE TTV ----------------------------------------------------------------------------------- */
#ttv_image {
	background-color: #0099CC;
	height: 180px;
	width: 600px;
	background-image: url(../i/ttv_pict.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
}

#ttv_nav {
	background-color: #0099CC;
	height: 180px;
	width: 200px;
	background-image: url(../i/ttv_nav.jpg);
	background-repeat: no-repeat;
	float: left;
}

#ttv_nav h3 { text-indent: -9999px; }

#archivio {
	text-transform: uppercase;
	text-align: right;
	padding-top: 50px;
}

#archivio ul {	
	list-style: none;
}

#archivio a {
	color:#FFF;
	text-decoration: none;
}

/*RICCIONE TTV ----------------------------------------------------------------------------------- */

/*STAGIONE DEL PREMIO ----------------------------------------------------------------------------------- */
#sdp_image {
	background-color: #999934;
	height: 180px;
	width: 600px;
	background-image: url(../i/sdp_pict.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
}

#sdp_nav {
	background-color: #999934;
	height: 180px;
	width: 200px;
	background-image: url(../i/sdp_nav.jpg);
	background-repeat: no-repeat;
	float: left;
}

#sdp_nav h3 { text-indent: -9999px; }

/*STAGIONE DEL PREMIO ----------------------------------------------------------------------------------- */

/*RICCIONE ACT ----------------------------------------------------------------------------------- */
#act_image {
	background-color: #000000;
	height: 180px;
	width: 600px;
	background-image: url(../i/act_pict.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
}

#act_nav {
	background-color: #000000;
	height: 180px;
	width: 200px;
	background-image: url(../i/act_nav.jpg);
	background-repeat: no-repeat;
	float: left;
}

#act_nav h3 { text-indent: -9999px; }

/*RICCIONE ACT ----------------------------------------------------------------------------------- */
/*INTERNI DI SEZIONE ----------------------------------------------------------------------------------- */


/*TITOLO DI SEZIONE: CHI SIAMO ----------------------------------------------------------------------------------- */
#info_chisiamo {
	width: 200px;
	padding: 0px;
	margin: 0px;
	float: left;
	height: 179px;
}

/*TITOLO DI SEZIONE: CHI SIAMO ----------------------------------------------------------------------------------- */

/*TITOLO DI SEZIONE: ORGANIGRAMMA ----------------------------------------------------------------------------------- */
#news_chisiamo {
	width: 200px;
	background-image: url(../i/organigramma_title.gif);
	background-repeat: no-repeat;
	background-position: 104px 20px;
	text-indent: -9999px;
	display: block;
	height: 245px;
	float: left;
	padding-top: 5px;
}

/*TITOLO DI SEZIONE: ORGANIGRAMMA ----------------------------------------------------------------------------------- */


#content_contatti {
	position: absolute;
	visibility: visible;
	height: 265px;
	width: 190px;
	left: 200px;
	top: 106px;
	display: block;
}

#content_mappa {
	position: absolute;
	visibility: visible;
	height: 269px;
	width: 400px;
	left: 400px;
	top: 101px;
	display: block;
}

#news_contatti {
	width: 200px;
	background-image: url(../i/news_area.gif);
	background-repeat: no-repeat;
	background-position: 116px 20px;
	text-indent: -9999px;
	display: block;
	height: 245px;
	float: left;
	padding-top: 372px;
	padding-left: 0px;
}

#content_foto {
	position: absolute;
	visibility: visible;
	height: 240px;
	width: 400px;
	left: 400px;
	top: 371px;
	display: block;
}

/*LAYOUT CONTENT PAGINA GENERALE ----------------------------------------------------------------------------------- */
#content {
	width: 410px;
	padding-bottom: 50px;
	float: left;
	margin-top: 5px;
}

#content_right {
	width: 180px;
	float: right;
	margin-top: 5px;
}

/*LAYOUT CONTENT PAGINA GENERALE ----------------------------------------------------------------------------------- */

/*LAYOUT CONTENT PAGINA ARCHIVIO NEWS ----------------------------------------------------------------------------------- */
#info_news {
	width: 200px;
	background-image: url(../i/news_events.gif);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 200px;
}

#archivio_txt1 {
	width: 190px;
	display: inline;
	float: left;
	margin: 0px;
	padding: 6px 0px 50px;
}

#archivio_txt2 {
	width: 190px;
	display: inline;
	float: left;
	margin: 0px;
	padding: 6px 0px 50px 10px;
}

#archivio_txt3 {
	width: 190px;
	display: inline;
	float: left;
	margin: 0px;
	padding: 6px 0px 50px 10px;
}

/*LAYOUT CONTENT PAGINA ARCHIVIO NEWS ----------------------------------------------------------------------------------- */

#news_txt1 p {
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	padding: 0px;
	margin-top: 0px;
	color: #666666;
}

#news_txt2 p {
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	padding: 0px;
	margin-top: 0px;
	color: #666666;
}

#news_txt3 p {
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	padding: 0px;
	margin-top: 0px;
	color: #666666;
}

#content p {
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	padding: 0px;
	margin-top: 0px;
	color: #666666;
}

.info_txt {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 21px;
	color: #999999;
}

.news_txt {
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	padding: 0px;
	margin-top: 0px;
	color: #666666;
}

.corpotesto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 18px;
}

.info_title {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 15px;
	line-height: 16px;
	color: #333333;
	padding-bottom: 2px;
}

#navlist5 a, #navlist5 a:link, #navlist5 a:visited {
	color: #0099FF;
	text-decoration: none;
	display: block;
	width: 190px;
}

#navlist5 a:hover {
	color: #FF00FF;
	text-decoration: none;
	display: block;
	width: 190px;
}

#navlist6 {
	display: block;
	list-style-type: none;
	margin: 0px;
	text-transform: capitalize;
	font-size: 11px;
	line-height: 14px;
	background-image: url(../i/icona_pdf2.jpg);
	background-repeat: repeat-y;
	background-position: 65px 0px;
	padding: 0px;
}

#informazioni {
	display: block;
	margin: 50px 0px 0px;
	padding: 5px 0px 0px;
	width: 190px;
	background-image: url(../i/line.gif);
	background-repeat: repeat-x;
}

#navlist6 li {
	margin: 0px;
	height: 20px;
	padding-top: 5px;
	padding-right: 30px;
	display: block;
	padding-bottom: 0px;
	padding-left: 0px;
}

#colonna0 #pdf1 {
	display: block;
	list-style-type: none;
	margin: 0px;
	text-transform: capitalize;
	width: 90px;
	font-size: 11px;
	line-height: 13px;
	height: 200px;
	float: left;
	padding-left: 5px;
}

#colonna0 #pdf2 {
	display: block;
	list-style-type: none;
	margin: 0px;
	text-transform: capitalize;
	width: 90px;
	font-size: 11px;
	line-height: 13px;
	height: 200px;
	float: left;
	padding-left: 5px;
}

#download {
	display: block;
	list-style-type: none;
	margin: 0px;
	text-transform: none;
	width: 190px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 11px;
	line-height: 13px;
	height: 85px;
	padding-top: 5px;
	background-image: url(../i/line.gif);
	background-repeat: repeat-x;
}

#navlist7 {
	display: block;
	list-style-type: none;
	margin: 0px;
	font-size: 11px;
	line-height: 14px;
	background-image: url(../i/icona_pdf3.jpg);
	background-repeat: no-repeat;
	background-position: 165px 0px;
	padding: 0px;
}

#navlist7 li {
	margin: 0px;
	height: 30px;
	padding-top: 0px;
	padding-right: 30px;
	display: block;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}

#navlist8 {
	font-size: 11px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
	line-height: 14px;
	font-style: normal;
	color: #666666;
	font-weight: bold;
}

#navlist9 {
	font-size: 11px;
	line-height: 14px;
	font-style: normal;
	color: #666666;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	list-style: decimal inside;
}

#page_num2 {
	visibility: visible;
	height: 60px;
	width: 590px;
	text-align: right;
	display: block;
	position: relative;
}

#footer2 {
	width: 800px;
	color: #999999;
	height: 20px;
	display: block;
	background-image: url(../i/line.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
}

#wrapper2 {
	width: 800px;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-top: 30px;
}

#content_altrevelocita {
	width: 590px;
	margin: 0px;
	padding: 6px 0px 0px;
	display: block;
	float: left;
}

#info_altrevelocita {
	width: 200px;
	background-image:  url(../i/altrevelocita.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}

.archivio {
	list-style-type: none;
	margin: 0px;
	text-transform: none;
	width: 180px;
	text-align: right;
	font-size: 11px;
	line-height: 13px;
	padding: 180px 10px 0px;
}

.archivio li {
	display: block;
	padding-bottom: 10px;
}



#wrapper_movie {
	width: 400px;
	margin: 0px 0px 0px -200px;
	padding: 0px;
	background: #FFFFFF url(../i/bkg_topmovie.gif) no-repeat 0px 0px;
	position: absolute;
	top: 10px;
	left: 50%;
}

#header_movie {
	margin: 0px;
	height: 80px;
	width: 400px;
	background: url(../i/header1.gif) no-repeat;
	padding: 0px;
	position: absolute;
	top: 10px;
	display: block;
}

#content_movie {
	background: #FFFFFF url(../i/line.gif) repeat-x 0px 0px;
	width: 400px;
	display: block;
	text-align: center;
	margin-top: 90px;
	margin-bottom: 90px;
}

#content_movie embed {
	text-align: center;
	margin-top: 50px;
}

.hidden { display: none; }

#footer_movie {
	width: 380px;
	color: #999999;
	height: 20px;
	display: block;
	background-image: url(../i/line.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	clear: both;
	padding-right: 10px;
	padding-left: 10px;
}

#info_t0 p, #info_t1 p, #info_t2 p, #info_t3 p {
	margin: 0px;
	padding: 0px 0px 21px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 21px;
	color: #999999;
}

.corpotitolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding: 0px;
}


#sponsor_imm {
	list-style: none;
}

#sponsor_imm li {
	float: left;
}

/*
---------------------------------------------------------------------------------------
FOOTER
---------------------------------------------------------------------------------------
*/
#footer {
	width: 764px;
	padding: 1em 18px 0;
	clear: both;
	background: url(../i/bg_dots.png) repeat-x left top;
}

#footer p {
	margin: 0 0 1em;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 0.917em;
	font-style: normal;
	line-height: 1.636em;
	font-weight: normal;
	color: #333333;
}

#footer a, #footer a:visited {
	color: #0099FF;
	text-decoration: none;
}

#footer a:hover {
	color: #FF00FF;
	text-decoration: underline;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding:0;
	font-size: 0.917em;
	font-style: normal;
	line-height: 1.636em;
	font-weight: normal;
}

#footer li {
	display: inline;
	margin: 0px;
	padding: 0px 5px;
	border-left: 1px solid #999999;
}

#footer .first {
	border-left-style: none;
	padding-left: 0px;
}

#footer .last { padding-right: 0px; }

#footer p { margin-top: 9px; }
