/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

colours:
RED - #B70014
YELLOW - C99201
ORANGE - #E2720C
PURPLE - #520458
BLUE - #005CA9
GREEN - #8ABB2B
DARK BLUISH GREY - #084970 
LIGHT BLUE - #0072BC

LIGHTER RED - #E72E44
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 10px 0;
	background: #FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	/*color: #7F7772;*/
	color: #555;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	color: #222;
}

h1 { font-size: 150%; text-transform:uppercase; color: #A7352B; font-weight:bold; }
h2 { font-size: 100%; }
h3 { font-size: 100%; }

h1 em.info { color: #520458; font-style:normal}

#accordion h3 { 
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background-color:#005CA9;
	color:#FFFFFF;
	font-size:146%;
	font-weight:bold;
	margin:0 0 8px -20px;
	padding:5px 0 0 10px;
	text-transform:uppercase;
}

h3 a { 
	font-size: 100%; 
	text-transform:uppercase;
	font-weight:bold; 
	margin-bottom:8px;
}

h4, h5 { 
	border-bottom:1px solid;
	color:#B70014;
	font-size:90%;
	font-weight:bold;
	margin:12px 0 0 0;
	padding-bottom:0;
	text-transform:uppercase;
}

h5 { 
	color:#0072BC;
}

ul, ol {
	margin-bottom: 20px;
	line-height: 167%;
	font-size: 85%;
}

p {
	font-size:92%;
	line-height:150%;
	margin-bottom:12px;
}

#corsi p {
	margin-bottom: 4px;
	line-height: 130%;
	font-size: 100%;
}

a:link {
	color: #A7352B;
}

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

a:visited {
	color: #999;
}


#home #nav-home a,
#itinerario #nav-itinerario a,
#corsi #nav-corsi a,
#convegni #nav-convegni a,
#informazioni #nav-informazioni a {
	color:#999;
	/*padding-top:52px;*/
	background-color:#fff;
}

#home #nav-home a:hover,
#itinerario #nav-itinerario a:hover,
#corsi #nav-corsi a:hover,
#convegni #nav-convegni a:hover,
#informazioni #nav-informazioni a:hover {
	text-decoration: none;
	color:#bbb;
	background-color: #999;
	/*padding-top:52px;*/
}

#home #nav-home a:visited,
#itinerario #nav-itinerario a:visited,
#corsi #nav-corsi a:visited,
#convegni #nav-convegni a:visited,
#informazioni #nav-informazioni a:visited {
	text-decoration: none;
	color:#bbb;
	background-color:#fff;
	/*padding-top:52px;*/
}

#header {
	width: 770px;
	height: 62px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 230px;
	padding-right:6px;
}

#logo h1 {
	padding-top: 20px;
	text-align: center;
}

#logo h1 a {
	font-weight: normal;
	font-size: 24px; 
	color: #3B3B3B;
}

#logo h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 8px;
}

#logo h2 a {
	color: #B3A7A0;
}

/*#home #logo {
background-image: url(images/logo_action.gif);
background-position:left center;
background-repeat:no-repeat;
display:block;
width:230px;
height:70px;
}

#logo a {
background-image: url(images/logo_action.gif);
background-position:left center;
background-repeat:no-repeat;
display:block;
width:230px;
height:70px;
}

#logo a:hover {
background-position:right center;
}*/

#home #logo {
	background-image: url(images/logo_action.gif);
	background-position:left center;
	background-repeat:no-repeat;
	display:block;
	width:230px;
	height:70px;
}

#logo a {
	display:block;
	width:230px;
	height:70px;
	background-image: url(images/logo_action.gif);
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#fff; 
}

#logo a:hover {
	background-image: url(images/logo_action.gif);
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#F3FBFF;
	background-position:right center;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-moz-box-shadow:rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow:rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow:rgba(200,200,200,1) 0 4px 18px;
	box-shadow:rgba(200,200,200,1) 0 4px 18px;
}
	


#menu {
	float: left;
	width: 770px;
}

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

#menu li {
	display: inline;
	line-height:20px;
}

/*#menu a {
	display: block;
	float: left;
	height: 50px;
	padding: 30px 25px 0 25px;
	background: url(images/menu_separation.gif) no-repeat;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 114%;
	color: #084970;
	font-weight:bold;
	letter-spacing:2px;
	text-transform:uppercase;
}*/

/* OLD MENU
#menu a {
	color:#084970;
	display:block;
	float:right;
	font-family:Helvetica,Arial,sans-serif;
	font-size:120%;
	font-weight:bold;
	height:50px;
	letter-spacing:2px;
	padding:32px 8px 0;
	text-decoration:none;
	text-transform:uppercase;
}

#menu a:hover {
	color: #0072BC;
}
*/

#menu a, #linkItinerario {
	/*color:#0177BF;
	background-color: #A7352B;*/
	background-color: #fff;
	color:#A7352B;
	display:block;
	float:left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:150%;
	font-weight:normal;
	height:20px;
	letter-spacing:1px;
	margin-top:-10px;
	padding:43px 8px 9px;
	text-decoration:none;
	text-transform:uppercase;
}

#menu a:hover, #linkItinerario:hover {
	color: #fff;
	background-color: #A7352B;
	/*-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-khtml-border-bottom-left-radius: 6px;*/
}

/*#menu #pulse {
	background-color: #A7352B;
	background-color: #0076bc;
	color:#FFF;
}

#menu #pulse:hover {
	color: #A7352B;
	background-color: #fff;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-khtml-border-bottom-left-radius: 6px;
}*/

/* OLD SEPARATIONS FOR THE MENU
#sicurezza #menu a {
	background: url(images/menu_separation_yellow.gif) no-repeat;
}

#corsi #menu a {
	background: url(images/menu_separation_red.gif) no-repeat;
}

#convegni #menu a {
	background: url(images/menu_separation_orange.gif) no-repeat;
}

#contattaci #menu a {
	background: url(images/menu_separation_purple.gif) no-repeat;
}
*/



#splash {
/*	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
*/	-moz-box-shadow:rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow:rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow:rgba(200,200,200,1) 0 4px 18px;
	box-shadow:rgba(200,200,200,1) 0 4px 18px;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.3);
}

#home #splash {
	width: 770px;
	height: 310px;
	margin: 0 auto;
	background: url(images/splash_logo.jpg) no-repeat;
}

#itinerario #splash {
	width: 770px;
	height: 310px;
	margin: 0 auto;
}

#corsi #splash {
	margin:0 auto;
	padding:20px 0;
	width:770px;
	background-color:#005CA9;
	/*background: url(images/splash_dintorni_770.jpg) no-repeat;*/
}

#convegni #splash {
	background-color:#C99201;
	margin:0 auto;
	padding:20px 0;
	width:770px;
}

#informazioni #splash {
	background-color:#520458;
	margin:0 auto;
	padding:20px 0;
	width:770px;
}

#preventivo #splash {
	margin:0 auto;
	padding:20px 0;
	width:770px;
	background-color:#B70014;
}

#contattaci #splash {
	background-color:#8ABB2B;
	margin:0 auto;
	padding:20px 0;
	width:770px;
}

#splash p {
	float: right;
	width: 460px;
	height: 70px;
	margin: 0;
	padding: 110px 20px 0 50px;
	text-align: right;
	font-size: 136%;
	font-weight: bold;
	color: #ED2024;
}

#splash h1 {
	color:#FFFFFF;
	font-size:36px;
	font-weight:bold;
	letter-spacing:10px;
	margin:0;
	padding-top:8px;
	text-align:center;
	text-transform:uppercase;
}

#splash em {
	font-size:37px;
	letter-spacing:10px;
	font-weight:normal;
	font-style:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#page {
	width: 770px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom:16px;
	margin-top:12px;
}

#content {
	float: left;
	width: 490px;
	padding: 20px;
}

#content p em {
	color: #A7352B;
	font-weight:bold;
}

#corsi #content {
	/*width: 560px;
	padding: 20px 0;*/
}

#content ol, #content ul {
	margin-left: 3em;
}

#preventivo #content ol, #contattaci #content ol, #corsi #content ol, #corsi #content ul {
	margin-left: 0;
}

#corsi #content #accordion ol, #corsi #content ul {
	margin-left: 3em;
}

#corsiLista {
	font-size:100%;
	font-weight:bold;
	list-style-type:decimal;
	margin:24px 0;
	text-transform:uppercase;
}

#preventivo #content, #contattaci #content {
	width: 730px;
}


#quote, #contactForm, #backToTop, #corsiListaSide {
	position:fixed;
}

#backToTop {
	/*float:right;*/
	width:150px;
	height:35px;
	margin-bottom:20px;
	/*margin-top:200px;*/
	margin-top:124px;
}

#backToTop a {
background-image: url(images/backToTop.gif);
background-position:left center;
background-repeat:no-repeat;
display:block;
width:150px;
height:35px;
}

#backToTop a:hover {
background-position:right center;
}

#quote {
	/*float:right;*/
	width:150px;
	height:60px;
	margin-bottom:20px;
}

#quote a {
background-image: url(images/quote.gif);
background-position:left center;
background-repeat:no-repeat;
display:block;
width:150px;
height:60px;
}

#quote a:hover {
background-position:right center;
}

#contactForm {
	/*float:right;*/
	width:150px;
	height:35px;
	margin-bottom:20px;
	margin-top:80px;
}

#contactForm a {
	background-image: url(images/email.gif);
	background-position:left center;
	background-repeat:no-repeat;
	display:block;
	width:150px;
	height:35px;
}

#contactForm a:hover {
	background-position:right center;
}

#corsiListaSide {
	/*float:right;*/
	width:150px;
	height:35px;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:144px;
}

#corsiListaSide ol {
	font-size:85%;
	font-weight:normal;
	list-style-type:decimal;
	margin:24px 0;
	text-transform:uppercase;
}

#informazioni #map {
	border:8px solid #520458;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-moz-box-shadow:rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow:rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow:rgba(200,200,200,1) 0 4px 18px;
	box-shadow:rgba(200,200,200,1) 0 4px 18px;
}

.box  {
	-moz-box-shadow:rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow:rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow:rgba(200,200,200,1) 0 4px 18px;
	box-shadow:rgba(200,200,200,1) 0 4px 18px;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.3);
	background-color:#A7352B;
	border:2px solid white;
	padding:0 8px;
}

#ambientale  {
	background-color:#b4d7ca;	
}

#curatori strong {
	color:#000;
}
#curatori h1, #curatori p {
	color:#fff;
}

#curatori a:link {
	color:#ddd;
}

#curatori a:hover {
	text-decoration: none;
	color: #fff; 
}

#curatori a:visited {
	color: #ddd;
}

#sidebar {
	float: left;
	width: 200px;
	padding: 20px;
}

#sidebar h2 {
	font-weight:bold;
	line-height:140%;
	margin-bottom:8px;
	padding-top:6px;
}

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

#sidebar li {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #CCCCCC;
}

#corsiListaSide li {
	margin: 0;
	padding: 0;
	border-bottom: 0;
}

#sidebar h3 {
	height: 20px;
	padding: 0 10px;
	background: #394D69; /*url(images/img4a.gif) no-repeat*/
	color: #FFFFFF;
}


/*#sidebar #pulseTicket {
	font-weight: 150%;
	background: #0076bc;
	color:#FFF;
}*/

#footer {
	clear: both;
	width: 770px;
	height: 50px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 2px solid #A7352B;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

#legal {
	float: left;
}

#links {
	float: right;
}
ol {
	list-style-type:square;
	color: #333;
}
strong {
	color: #333;
}


