/* CSS Document */


/* Tag Reset */

html, body, h1, h2, h3, p, ul, li, input, textarea, label, fieldset, a, img, table, tr, td {
	margin:0;
	padding:0;
}
/* Ridefinizione tag*/

body {
	color:#003869;
	font-size:16px;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	background: url(../images/bg/body.jpg) top center no-repeat;
}

body.home {
	color:#003869;
	font-size:16px;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	background: url(../images/bg/body-home.jpg) top center no-repeat;
}

img, a img {
	border:none;
}
td {
	vertical-align:top;
}
/* LINKS */

a:link, a:visited {
	text-decoration:none;
	color:#2fb7d3;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
	color:2fb7d3;
}
#sub-menu a.events:link, #sub-menu a.events:visited{
	color:#003869;
}
/* TIPOGRAFIA */

p {
	padding-bottom:9px;
}

p strong{
	color:#ff009c;
	font-size:22px;
}
p span{
	color:#ff009c;
}
h1, h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#003869;
	font-weight:normal;
	font-style:normal;
	font-size:30px;
	margin-bottom:27px;
	line-height:30px;
	letter-spacing:-1px;
}
h1 strong, h2 strong {
	color:#cb0000;
	font-weight:bold;
}
h1.home{
	color:#153f71;
	text-align:center;
	padding-top:18px;
	padding-bottom:0;
	margin-bottom:0;
	font-size:18px;
}
h1.home strong{
	text-decoration:underline;
	color:#FF009C;
}
h1.home span{
	text-decoration:none;
}

#past h1.home{
	font-size:16px;
}
h2 {
	color:#131313;
	padding-top:0;
	font-size:18px;
	padding-top:15px;
	padding-bottom:9px;
	margin-bottom:0;
	border:none;
	line-height:18px;
	font-weight:bold;
	letter-spacing:normal;
}
h3 {
	color:#142660;
	font-size:14px;
	font-weight:bold;
	padding-bottom:6px;
}
ul {
	list-style:none;
}
li {
}

#colum2 p.min{
	font-size:14px;
	color:#003869;
	border:3px solid #5BBFE4;
	padding:15px;
	margin-top:15px;
}
#colum2 p.min strong{
	text-decoration:underline;
	font-size:14px;
	color:#003869;
}

table{
	margin:0 auto;
}

table td{
	height:60px;
}

table td input, table td textarea{
	width:350px;
	padding:3px 0;
	border:1px solid #b2e5ef;
	background-color:#f7f7f7;
}

table td input:hover, table td textarea:hover, table td input:focus, table td textarea:focus{
	width:350px;
	border:1px solid #7ccee0;
	background-color:#ffffff;
}

input.button{
	width:100px;
	-moz-border-radius: 12px; /* Firefox */
	-webkit-border-radius: 12px; /* Safari, Chrome */
	border-radius: 12px; /* CSS3 */
	background-color:#00b3df;
	border-color:#00b3df;
	color:#FFFFFF;
}

input.button:hover{
	width:100px;
	color:#007DAB;
}

/* SEZIONI */

#container {
	margin:0 auto;
	width:960px;
	position:relative;
}
#header {
	height:251px;
}

#header img{
	border:none;
}
#menu ul{
	background-color:#003869;
	position:absolute;
	right:0;
	top:0;
}
#menu ul li{
	display:block;
	float:left;
	margin-top:4px;
}

#menu ul li a:link, #menu ul li a:visited{
	padding:9px 6px;
	color:#ffffff;
	font-weight:normal;
	font-size:11px;
	background-color:#003869;
}

#menu ul li a:hover{
	background-color:#2fb7d3;
	text-decoration:none;
}

#menu ul li a.first:hover{
	background-color:#2fb7d3;
}

#menu ul li a.last:hover{
	background-color:#2fb7d3;
}

#evidenza{
	width:600px;
	position:absolute;
	right:0;
	color:#f4fbfe;
	top:28px;
	font-size:16px;
	font-style:italic;
	text-align:justify;
	overflow:hidden;
}

#evidenza img{
	float:right;
	padding:27px 12px;
}

#evidenza #testo{
	width:570px;
	padding:40px 0 0 12px;
}
#content {
	font-size:12px;
}

#colum1{
	width:276px;
	height:400px;
	padding:18px;
	background-color:#ffffff;
	position:absolute;
	left:0;
	top:240px;
}

#colum2 img.floatedRight{
	margin-left:15px;
	margin-bottom:15px;
	border:3px solid #5BBFE4;
}

#colum2 img.floatedLeft{
	margin-right:15px;
	margin-bottom:15px;
	border:3px solid #5BBFE4;
}

#sub-menu ul{
}
#sub-menu li{
	width:100%;
	text-align:center;
}
#sub-menu a:link, #sub-menu a:visited {
	color:#0094ca;
	line-height:23px;
	width:100%;
	display:block;
	text-align:center;
	font-weight:normal;
	border-bottom:1px solid #b2e5ef;
}
#sub-menu a:hover {
	background: #00b3df;
	color:#ffffff;
}

#sub-menu a.selected {
	background: #0094ca;
	color:#ffffff;
}

.skype{
	padding:12px 0;
}

.skype img{
	float:left;
	padding-right:9px;
}

.skype p{
	padding:9px 0;
}

#colum2{
	width:588px;
	min-height:480px;
	float:right;
	font-size:16px;
	font-style:italic;
	text-align:center;
	line-height:24px;
	padding-top:48px;
}

#navigazione{
	background-color:#FFFFFF;
	-moz-border-radius: 18px; /* Firefox */
	-webkit-border-radius: 18px; /* Safari, Chrome */
	border-radius: 18px; /* CSS3 */
	padding:3px;
	border:1px solid #def2fa;
	float:left;
	margin-left:440px;
	margin-top:39px;
	position:absolute;
	bottom:0;
}

#navigazione a:link, #navigazione a:visited{
	background-color:#ffffff;
	border:1px solid #5BBFE4;
	margin:0 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:10px;
	width:12px;
	height:12px;
	line-height:12px;
	display:block;
	float:left;
	-moz-border-radius: 12px; /* Firefox */
	-webkit-border-radius: 12px; /* Safari, Chrome */
	border-radius: 12px; /* CSS3 */
}

#navigazione a:hover{
	border:1px solid #007DAB;
	text-decoration:none;
}

#navigazione a.selected{
	background-color:#007DAB;
	border:1px solid #007DAB;
	color:#ffffff;
}

#slide, #slide0, #slide1, #slide2{
	font-size:18px;
	font-style:italic;
	text-align:center;
	line-height:24px;
	padding-top:48px;
	width:100%;
	height:400px;
}

#colum2 h1 span{
	display:block;
	font-size:18px;
	color:#5bbfe4;
}

#colum2 #master-yourself-now{
	background:url(../images/bg/master-yourself-now.gif) top left no-repeat;
	width:302px;
	padding:45px 0 45px 0;
	margin:auto;
}

#colum2 #master-yourself-now strong{
	color:#ff009c;
}

#colum2 #master-yourself-now a:link, #colum2 #master-yourself-now a:visited{
	color:#007dab;
	font-weight:normal;
}

#colum2 #master-yourself-now a:hover{
	text-decoration:underline;
}

#footer-home, #footer {
	clear:both;
	font-size:12px;
	border-top:1px solid #b2e5ef;
	height:140px;
	position:relative;
}

#footer-home img{
	position:absolute;
	top:6px;
	left:425px;
}

#footer img{
	position:absolute;
	top:6px;
	left:615px;
}

/* EXTRAS */

#news{
	position:relative;
}

.floatedLeft {
	float:left;
}
.floatedRight {
	float:right;
}
.cleared {
	clear:both;
}
.warning {
	clear:both;
	margin:0 0 6px 0;
	padding: 9px;
	color: red;
	background:#fff2f2;
	font-weight: bold;
	text-align: center;
	border: 2px solid red;
	display:none;
}
