@charset "utf-8";

/* CSS Document */
html, body {
	text-align: center;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #660000;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a, a:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
    text-decoration: none;
	color: #660000;
}

a:hover {
    text-decoration: underline;
	color: #660000;
}

#container {
	width: 800px;
	text-align: left;
	margin: 0px auto;   /*centra negli altri browsers*/
}

#main {
	margin: 0;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(images/gradient3.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 3px;
}

#header {
	width: 100%;
	height: 199px;
	background-image: url(images/gradient1.gif);
	background-repeat: repeat-x;
	padding-bottom: 5px;
}

#header .sx {
	float: left;
	width: 264px;
	height: 193px;
	text-align: left;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}

#header .sx span {
	display: none;
}

#header .dx {
	float: right;
	width: 486px;
	height: 193px;
	text-align: right;
}

#side {
	float: left;
	width: 205px;
	padding-left: 5px;
}

#cert {
	padding-left: 15px;
	font-size: 8px;
	font-weight: bold;
}

#cert .box {
	margin-top: 5px;
	display: block;
	width: 160px;
	height: 45px;
	border: 1px solid #FFFFFF;
	text-align: center;	
	padding-right: 5px;
}

#cert .box_artiterapie {
	margin-top: 5px;
	display: block;
	width: 125px;
	height: 45px;
	border: 1px solid #FFFFFF;
	text-align: center;
	background-image: url(images/ate.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-right: 5px;
	background-position: center;
    float: left;  
}

#cert .box_istruzione {
	margin-top: 5px;
	display: block;
	width: 125px;
	height: 45px;
	border: 1px solid #FFFFFF;
	text-align: center;
	background-image: url(images/ministrero-pubblica-istruzione.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-right: 5px;
	background-position: left center;
    float: left;
}

#cert .box_lazio {
	margin-top: 5px;
	display: block;
	width: 125px;
	height: 60px;
	border: 1px solid #FFFFFF;
	text-align: center;
	background-image: url(images/regione_lazio.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-right: 5px;
	background-position: left center;
    float: left;  
}

#contents {
	float: right;
	width: 580px;
	text-align: left;
	padding-right: 10px;
}

#footer {
	clear: both;
	margin-left: 200px;
	width: 530px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

/* INDEX */
#index {
	font-size: 13px;
	font-weight: bold;	
}

#index .sx {
	float: left;
	width: 220px;
	text-align: left;	
}

#index .dx {
	margin: 0;
	padding: 0;
	float: right;
	width: 350px;
	text-align: center;
}

#index b {
	font-size: 22px;
}

a.home_link, a.home_link:visited {
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;    
}

a.home_link:hover {
    font-size: 22px;
    font-weight: bold;
    text-decoration: underline;
}

#collezioniamo_emozioni {
	display: block;
	width: 342px;
	height: 75px;
	background-image: url(images/collezioniamo-emozioni.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/* FORMATAZIONE DEL TESTO */
.grosetto14 {
	font-size: 14px;
	font-weight: bold;	
}

.slogan {
	padding-top: 15px;
	font-size: 16px;
	font-weight: bold;	
}

.titolo {
	font-size: 14px;
	font-weight: bolder;
}

.sottotitolo {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}

.infodescription { max-width: 220px; width: 180px; height: 175px; text-align: justify; max-height: 180px; min-height: 160px; min-width: 150px; padding-right: 4px; overflow-x: auto; overflow-y: none; }

.box_abaricoteatro {
	display: block;
	width: 165px;
	height: 245px;
	background-image: url(images/logo_abaricoteatro.jpg);
	background-repeat: no-repeat;
	background-position: top;
    background-color: #670000;
    text-align: center;
    padding-top: 60px;
}

.box_seminari {
	display: block;
	width: 165px;
	height: 245px;
	background-image: url(images/logo_seminari.jpg);
	background-repeat: no-repeat;
	background-position: top;
    background-color: #670000;
    text-align: center;
    padding-top: 60px;
}