@charset "utf-8";

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: #767676;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}

h3 {
	font-size: 14px;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 140%;
	text-align: justify;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 150%;
	text-align: left;
}

ul li {
	padding-left: 10px;
	background: url(../images/freccia.gif) no-repeat left center;
}

.evidenza {
	color: #4591cf;
}

strong {
	color: #505050;
}

a {
	color: #808080;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

a.active {
	text-decoration: none;
	font-weight: bold;
	color:#4591cf;
}
	
img.alignleft {
	float: left;
	margin: 20px 20px 20px 0px;
}

img.alignright {
	float: right;
	margin: 20px 0px 20px 20px;
}

img.aligncenter {
	margin: 20px auto;
}

hr {
	display: none;
}

.hr1 {
	height: 20px;
	background: url(../images/homepage10.gif) repeat-x left top;
}

/** MENU */

#menu {
	width: 980px;
	height: 40px;
	background: url(../images/homepage03.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 124%;
	font-weight: bold;
	text-transform:uppercase;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	width: 138px;
	height: 39px;
	padding: 0px 1px 1px 1px;
	background: url(../images/homepage04.jpg) no-repeat left top;
}

#menu a {
	display: block;
	width: 138px;
	height: 30px;
	padding: 10px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	color: #FBFBFB;
}

#menu a:hover {
	background: url(../images/homepage05.jpg) repeat-x left top;
}

#menu .first {
	background: none;
}

#menu .active  {
	background: url(../images/homepage05.jpg) repeat-x left top;
}

#submenu {
        font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
        font-size: 110%;
        margin-left: 0px;
        padding-left: 0px;
        list-style: none;
        line-height: 150%;
        text-align: left;
}

#submenu li {
    padding-top: 6px;
    padding-bottom: 6px;
	background: url(../images/homepage10.gif) repeat-x left bottom;
}

#submenu a {
        color: #505050;
        padding: 0px 7px 0px 0px;
        text-decoration: none;
}

#submenu a:visited {
}

#submenu a:hover {
        color: #4591cf;
}

#submenu a.active {
	font-weight: bold;
	color:#4591cf;
}
	
#submenuimg td {
	padding:4px;
	border:1px solid lightgrey;
	height: 160px;
	width: 268px;
}

#submenuimg td.active {
	border:1px solid #767676;
}

/** PAGE */

#page {
	width: 960px;
	padding: 0px 0px 0px 20px;
	background: #FFFFFF url(../images/homepage08.gif) repeat-y 250px 0px;
}

.wide #page {
	background: #FFFFFF;
}

/** CONTENT */

#content {
	width: 700px;
	padding-bottom: 16px;
}

.wide #content {
	width: auto;
}

.two-columns {
	background: url(../images/homepage08.gif) repeat-y 200px 0px;
}


.two-columns .column1 {
	width: 200px;
}

.two-columns .column2 {
	width: 452px;
}

/** SIDEBAR */

#sidebar {
	width: 200px;
}

/** FOOTER */

#footer {
	padding: 0px;
	font-size: 11px;
	/* background: url(../images/homepage11.jpg) repeat-x left top;*/
}

#footer .legal {
	font-size: 9px;
}

#footer .wrapper {
	width: 980px;
	border-top: 4px solid #767676;
	padding-top: 2px;
}

#footer p {
	margin: 0px;
	padding: 0px;
	line-height: normal;
	text-align: left;
}

#footer .links {
	padding-left: 7px;
	font-size: 12px;
    font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

#footer .links a {
        color: #505050;
	padding: 0px 7px;
	text-decoration: none;
	font-weight: bold;
}

#footer .links a:visited {
}

#footer .links a:hover {
        color: #4591cf;
}

/** BOX1 */

#box1 {
	width: 980px;
	margin: 0px auto;
}


