@CHARSET "ISO-8859-1";

/***************
*** GENERALE ***
****************/

* {
	margin: 0px;
	padding: 0px;
}
body, html {
	margin: 0px;
	padding: 0px;
	background: #FFF;
	font-size: 12px;
	color: #000;
	font-family: sans-serif, arial;
}
h1 {
	font-size: 22px;
	word-spacing: 0px;
	letter-spacing: -1px;
	display: block;
	line-height: 36px;
	font-weight: normal;
	margin-bottom: 10px;
	font-family: 'Karla', sans-serif;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 5px;
	font-family: 'Karla', sans-serif;
}
h3 {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 5px;
	font-style: italic;
}
ul, li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
a, a:VISITED {
	color: #FFF;
	text-decoration: none;
}
a:HOVER {
	text-decoration: underline;
}
img, a img {
	border: 0 none;
}
#contenuto a,
#contenuto a:VISITED {
	color: #000;
	text-decoration: underline;
}
#contenuto a:HOVER {
	color: #666;
}


/***************
*** CLASSI ***
****************/

.float_img { float: left; padding: 0px; margin: 0px 10px 5px 0px; }
.float_l { float: left; padding: 0px; margin: 0px 10px 5px 0px; }
.float_r { float: right; padding: 0px; margin: 0px; }
.clear { clear:both; }
.vm { vertical-align:middle; }
.rad4 {
	border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	behavior: url(border-radius.htc);
}



/***************
*** LAYOUT ***
****************/

#content {
	width: 980px;
	margin: auto;
	top: 50%;
	left: 50%;
	margin-top: -315px;
	margin-left: -490px;
	position: absolute;
}
#sottotitolo {
	float: left;
	padding: 0 30px 0px 10px;
}
#sottotitolo h1 {
	color: #FFF;
	font-size: 1.95em;
	letter-spacing: 2px;
}
#barra_laterale a h1,
#barra_laterale a:VISITED h1 {
	color: #000;
	font-size: 22px;
	/*font-weight: bold;*/
	margin-bottom: 23px;
	font-family: 'Karla', sans-serif;
}
#barra_laterale {
	width: 160px;
	float: left;
	text-align: right;
	padding: 0px 10px 0px 0px;
}
#contenuto {
	width: 810px;
	padding-bottom: 20px;
	float: left;
}
#contenuto ul#menu {
	display: block;
	background: #000;
	height: 35px;
	padding: 0px;
	margin-bottom: 35px;
}
#contenuto ul#menu li {
	float: left;
	line-height: 2.2em;
	padding: 5px 17px;
}
#contenuto ul#menu li a,
#contenuto ul#menu li a:VISITED {
	color: #FFF;
	text-decoration:none;
	font-size: 16px !important;
}
#contenuto ul#menu li a.active,
#contenuto ul#menu li a.active:VISITED {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}



/***************
***** MENU *****
****************/
ul.menu_nero {
	padding-top: 20px;
}
ul.menu_nero li {
	line-height: 13px;
	padding-bottom: 10px;
}
ul.menu_nero li a,
ul.menu_nero li a:VISITED,
ul.menu_nero li a.active,
ul.menu_nero li a.active:VISITED {
	font-family: 'Karla', sans-serif;
	color: #000;
	font-size: 15px;
	font-weight: normal;
}
ul.menu_nero li a.active,
ul.menu_nero li a.active:VISITED {
	font-weight: bold;
}



/*********************
***** ANIMAZIONE *****
**********************/
.homepage #barra_laterale ul#menu li,
#slideshow img {
	opacity: 0;
}
#slideshow img {
	height: 600px;
	position: absolute;
	top: 0px;
	right: 0px;
}



/***************
*** HOMEPAGE ***
****************/
h1.titolo_pagina {
	font-weight: bold;
}
.homepage #content {
	background: #000;
	height: 600px;
	color: #FFF;
}
.homepage #contenuto {
	height: 600px;
}
.homepage #contenuto #sottotitolo {
	color: #FFF;
	position: absolute;
	top: 281px;
	letter-spacing: 2px;
	z-index: 999;
}
.homepage #contenuto #slideshow {
	width: 810px;
}
.homepage #contenuto #slideshow img {
	max-height: 100%;
}
.homepage #barra_laterale {
	padding-top: 280px;
	height: 600px;
}
.homepage #barra_laterale ul#menu li {
	line-height: 1.3em;
	font-size: 15px;
}
.homepage #barra_laterale a h1 ,
.homepage #barra_laterale a:VISITED h1 {
	color: #FFF !important;
	font-size: 23px;
	font-weight: normal;
	font-family: 'Karla', sans-serif;
}


/***************
*** CONCORSI ***
****************/

.concorso_elem {
	display: block;
	margin: 15px 0px;
}
.concorso_elem img {
	float: left;
	margin: 0px 10px 5px 0px;
}
.concorso_elem .dettaglio {
	text-decoration: underline;
	padding-top: 5px;
	font-size: 0.9em;
	display: block;
	font-style: italic;
	font-weight: bold;
}
.concorso_scheda {
	width: 640px;
}
.concorso_big,
.concorso_small {
	display: block;
}
.concorso_big img {
	width: 100%;
}
.concorso_small img {
	width: 100px;
	display: inline;
	margin: 5px 5px 0px 0px;
}
.concorso_dettagli {
	padding: 20px 0px;
}


/***************
*** CONTATTI ***
****************/

.contatti {
	width: 300px;
    float: left;
    margin-right: 10px;
    padding: 150px 75px 0px 0px;
    vertical-align: bottom;
    margin-bottom: 20px;
}
.mappa {
	width: 425px;
	float: right;
}
input, textarea {
	border: 2px solid #AAA;
	font-family: sans-serif, arial;
	padding: 3px 5px;
	margin-top: 5px;
}
input[type=text] {
	width: 180px;
}
input[type=submit] {
	border: 0px none;
	background: #000;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	padding: 5px 10px;
}