/*
Foglio di stile sito IIS "Quinto Ennio"
Settembre 2009
Valerio Vaglio
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #666666;
}

a {
	color: #333333;
	border: 0;
	border-color: white;
	border-left-style: hidden;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

/* Menu */

#menu {		/*div*/
	width: 963px;
	height: 62px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {		/*<a>*/
	display: block;
	float: left;
	width: 140px;
	height: 41px;
	margin-left: 1px;
	padding-top: 10px;
	border-top-width: 10px;
	border-top-style: solid;
	text-align: center;
	text-transform: lowercase;
	text-decoration: none;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}

#menu .first a {
	width: 199px;
	margin-left: 0;
}
#menu .last a {
	width: 199px;
}

#menu1 { background: url(images/img01-larga.gif) no-repeat center bottom; border-color: #F07242; color: #C4856D; }
#menu2 { background: url(images/img02.gif) no-repeat center bottom; border-color: #FCEE0F; color: #C0B94A; }
#menu3 { background: url(images/img03.gif) no-repeat center bottom; border-color: #549EE9; color: #799EC3; }
#menu4 { background: url(images/img04.gif) no-repeat center bottom; border-color: #9EBF54; color: #94A46F; }
#menu5 { background: url(images/img05.gif) no-repeat center bottom; border-color: #9F8DF6; color: #B0A7DB; }
#menu6 { background: url(images/img06-larga.gif) no-repeat center bottom; border-color: #797979; color: #666666; }

#menu a:hover {
	color: #000000;
}

/* Logo */

#logo {		/*div*/
	width: 960px;
	height: 31px;
	margin: 0 auto;
	padding: 120px 0 0 0;
	background: url(images/BannerConLogo2.jpg) no-repeat;
	border-bottom: 10px solid #595959;
}

#logo h1, #logo h2 {
	float: left;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: normal;
}

#logo h1 {
	padding: 0 0 0 115px;
	color: #FFFFFF;
}

#logo span {
	padding: 0 0 0 220px;
	font-size: 1.2em;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h2 {
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	border-left: 1px solid #FFFFFF;
	color: #FFFFFF;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

#content {
	width: 960px;
	border-top: 1px solid #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background: #FFFFFF;
}

/* Colonna dei contenuti (centrale) */
#colA {
	float: left;
	width: 540px;
	padding: 0 10px 0 10px;
	background: #FFFFFF;
}

/* Colonna sinistra */
#colB {
	float: left;
	width: 200px;
}

/* Colonna destra */
#colC {
	float: left;
	width: 200px;
}

/* BoxedA */

.boxedA {
}

.boxedA h2 {
	height: 35px;
	padding-top: 25px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 2em;
}

.boxedA h3 {
	font-size: 1em;
	font-weight: bold;
}

.boxedA p {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	text-align: justify;
	border-top: 5px;
}

.boxedA .more {
	text-align: right;
}

.boxedA .more a {
	padding: 0 1em;
	background: #CCCCCC;
	border-left: 4px solid #666666;
	text-decoration: none;
}

.boxedA .more a:hover {
	background: #666666;
	color: #FFFFFF
}

/* BoxedB - Menu sinistra in alto */

.boxedB {
	margin-bottom: 1px;
	background: #FAD4C6 url(images/img07.gif) repeat-y;
	border-bottom: 1px solid #F07242;
}

.boxedB h2 {
	height: 35px;
	padding: 25px 0 0 21px;
	border-bottom: 1px solid #FFFFFF;
	letter-spacing: -1px;
	font-size: 24px;
	font-weight: normal;
	color: #F07242;
}

.boxedB ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxedB li {
	display: inline;
}

.boxedB a {
	display: block;
	width: 179px;
	height: 23px;
	padding: 7px 0 0 21px;
	background: #FDF1EC url(images/img08.gif) no-repeat;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #F07242;
	letter-spacing: -1px;
}

.boxedB a:hover {
	background: #F7B8A0 url(images/img09.gif) no-repeat;
	color: #FFFFFF;
}

/* BoxedC - Menu di sinistra in basso */

.boxedC {
	margin-bottom: 1px;
	background: #CBE2F8 url(images/img11.gif) repeat-y;
	border-bottom: 1px solid #549EE9;
}

.boxedC h2 {
	height: 35px;
	padding: 25px 0 0 21px;
	border-bottom: 1px solid #FFFFFF;
	letter-spacing: -1px;
	font-size: 24px;
	font-weight: normal;
	color: #549EE9;
}

.boxedC ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxedC li {
	display: inline;
}

.boxedC a {
	display: block;
	width: 179px;
	height: 23px;
	padding: 7px 0 0 21px;
	background: #EEF5FD url(images/img12.gif) no-repeat;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #549EE9;
	letter-spacing: -1px;
}

.boxedC a:hover {
	background: #A9CEF4 url(images/img13.gif) no-repeat;
	color: #FFFFFF;
}

/* Approfondimenti */

.boxedD {
	background: #FAD4C6 url(images/img07.gif) repeat-y;
}

.boxedD h2 {
	height: 35px;
	padding: 25px 0 0 21px;
	border-bottom: 1px solid #FFFFFF;
	letter-spacing: -1px;
	font-size: 24px;
	font-weight: normal;
	color: #F07242;
}

.boxedE {
	margin-bottom: 1px;
	background: url(images/img07-chiara.gif) repeat-y;
	border-bottom: 1px solid #F07242;
}

.boxedE ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxedE li {
	display: inline;
}

.boxedE a {
	display: block;
	width: 179px;
	height: 23px;
	padding: 7px 0 0 21px;
	background: #FDF1EC url(images/img08.gif) no-repeat;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #F07242;
	letter-spacing: -1px;
}

.boxedE a:hover {
	background: #F7B8A0 url(images/img09.gif) no-repeat;
	color: #FFFFFF;
}

/* Menu destro con immagini */
.boxedF {
	margin-bottom: 1px;
	background: url(images/img07-chiara.gif) repeat-y;
	border-bottom: 1px solid #F07242;
}

.boxedF ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxedF li {
	display: inline;
}
.boxedF img {
	border: 0;
}

/* News */

#news {
}

#news h2 {
	font-size: 22px;
}

#news ul {
	list-style-type: square;
}

/* Footer */

#footer {
	clear: both;
	width: 960px;
	margin: 0 auto;
	border-top: 1px solid #666666;
	background: url(images/footer.jpg) no-repeat;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: smaller;
	color: #C0B94A;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFF00;
}
