
/* ------------------------------------------------------------  General purpose classes */
body {
	padding: 0;
	margin: 0;
	background-color: #FE1318;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 74%;
	color: #666;
	background: url(../images/bkg.gif) repeat 50px 0;
}
div, p, ul, li, a {
	margin: 0;
	padding: 0;
}
p {
	line-height: 1.6em;
	margin: 0 0 10px 0;
}
.hidden {
	display: none;
}

/* ------------------------------------------------------------   hr --*/

hr {  /* for IE */
	text-align: center;
	height: 1px;
	color: #ddd;
	border: none;
	margin-top: 1em;
	margin-bottom: 1em;
}
html>body hr {  /* for Gecko-based browsers */
	margin: 0 auto;
	height: 1px;
	background-color: #ddd;
	border: none;
	margin-top: 1em;
	margin-bottom: 1em;
}
html>body hr {  /* for Opera and Gecko-based browsers */
	margin: 0 auto;
	height: 1px;
	background-color: #ddd;
	border: 0px solid #ddd;
	margin-top: 1.4em;
	margin-bottom: 1.4em;
}
hr.thin {
	margin-top: 10px;
	margin-bottom: 10px;
}

.backward {
	background: url("../images/buttons/left.gif") no-repeat 0 2px;
	padding-left: 18px;
	font-size: 0.9em;
}

/* ------------------------------------------------------------  blocchi */

#mainWrapper {
	width: 707px;
	background: url(../images/bkg_scatola.gif) repeat-y 0 0;
}
#testata {
	width: 695px;
	height: 174px;
	background: url(../images/testata.gif) no-repeat 0 0;
	margin: 0 0 1px 1px;
}

/* main menu */

#mainMenu {
	background-color: #FE1318;
	width: 695px;
	height: 28px;
	margin: 0 0 10px 1px;
}
#mainMenu ul {
	list-style-type: none;
	margin: 0 0 0 8px;
}
#mainMenu li {
	list-style-type: none;
	display: inline;
}
#mainMenu li a {
	display: block;
	float: left;
	color: #FFE5E5;
	text-decoration: none;
	margin: 6px 16px 0 0;
}
#mainMenu li a:hover,
#mainMenu li a:focus,
#mainMenu li a:active {
	color: white;
}

/* content */

#contentPage {
	width: 697px;
	margin: 0;
}
#contentPage h4 {
	font-size: 1.2em;
	color: #FE1318;
	padding: 0 0 10px 0;
	margin: 30px 20px 0 20px;
}
#contentPage h2 {
	font-size: 1.8em;
	color: #FE1318;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #FE1318;
	margin: 0 20px 30px 20px;
}
#testo {
	margin: 0 20px 0 20px;
}
#contentPage a:link,
#contentPage a:visited {
	text-decoration: none;
	color: #4886C9;
	font-weight: bold;
}
#contentPage a:hover,
#contentPage a:active {
	text-decoration: underline;
	color: #4886C9;
}
#contentPage ul {
	padding-left: 20px;
	padding-bottom: 8px;
}
#contentPage .rosso {
	color: #FE1318;
}
#contentPage ul.icons {
	list-style-type: none;
}
#contentPage ul.icons li {
	display: inline;
	list-style-type: none;
}
#contentPage ul.icons li a.pdf {
	display: block;
	background: url(../images/pdf.gif) no-repeat 0 4px;
	padding: 4px 4px 4px 30px;
}

/* nav box interno */

.navBox {
	float: right;
	width: 220px;
	margin: 0 0 20px 20px;
	padding: 0 10px 0 20px;
	background-color: white;
}
#contentPage .navBox ul {
	list-style-type: none;
	border-top: 1px solid #FE1318;
	padding-left: 0;
}
.navBox li {
	list-style-type: none;
	display: inline;
}
.navBox li h3 {
	font-weight: bold;
	border-bottom: 1px solid #FE1318;
	margin: 0;
	padding: 4px;
	font-size: 1em;
	color: #fff;
	background-color: #FE1318;
}
#contentPage .navBox li a {
	display: block;
	padding: 4px;
	border-bottom: 1px solid #FE1318;
	text-decoration: none;
	color: #FE1318;
}
#contentPage .navBox li a:link,
#contentPage .navBox li a:visited {
	color: #FE1318;
	font-weight: normal;
	padding-bottom: 4px;
}
#contentPage .navBox li a:hover,
#contentPage .navBox li a:active {
	color: #FE1318;
	background-color: #FFDDDE;
	text-decoration: none;
	font-weight: normal;
}
#testo img.float {
	float: left;
	margin: 0 20px 20px 0;
}

/* footer */

.footer {
	margin: 16px 28px 32px 16px;
	border-top: 1px solid #ddd;
	padding-top: 10px;
	color: #999;
	font-size: 0.9em;
}
.footer ul {
	list-style-type: none;
}
.footer li {
	display: inline;
}
.footer a {
	padding-right: 4px;
	padding-left: 4px;
	font-size: 1em;
}
.footer a:link,
.footer a:visited {
	text-decoration: none;
	color: #aaa;
}
.footer a:hover,
.footer a:active {
	text-decoration: none;
	color: #FE1318;
}
.footer .copy {
	margin-top: 24px;
	padding-top: 8px;
	padding-left: 4px;
	border-top: 1px solid #ddd;
	margin-top: 8px;
}
.footer .email {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
	top: 0;
	left: 579px;
	background: url(../images/email.jpg) no-repeat top right;
	width: 131px;
	height: 102px;
	margin-right: 0px;
}

/* homepage */

body.hp {
	background-image: url(../images/bkgHP.gif);
	background-repeat: repeat;
	background-position: top center;
	text-align: center;
}
.hpContent {
	background: url(../images/hpJPG.jpg) no-repeat -1px -1px;
	width: 865px;
	height: 667px;
	margin: 0 auto;
	margin-top: 43px;
}
a.entra {
	width: 90px;
	height: 30px;
	display: block;
	position: relative;
	top: 520px;
	left: 1px;
}
*html a.entra {
	top: 520px;
	left: 1px;
}


.titoloRed {
	font-size: 1.8em;
	color: #FE1318;
	
}
