/* ----- BASIC ELEMENTS AND FONTS ----- */


html, body {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background: #F9F9F7 url(assets/sfondoStrisce.gif) repeat-x;
	margin:0;
	height:100%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

a {
	text-decoration: none;
	color:#003399;
}

a:hover {
	text-decoration: none;
	color: #ff491c;
}


.clear {
	clear: both;
	height:34px;
}

.footer {
	clear: both;
}

.footer p{
	margin: 10px 20px 10px 30px;
}

p {
	margin: 10px 30px 10px 30px;
}

.date {
	color:#ffd502;
	text-decoration:overline;
	font-size:10px;
	padding: 10px 0 20px 0;
}

#content_footer p {
	margin: 10px 30px 10px 30px;
	padding-top: 20px;
	font-size:10px;
	text-align:left;
}

.menu_sx p {
	margin:0px 10px 20px 25px;
	font-size:11px;
	color:#FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
}
.content_box p {
	margin: 10px 0px 10px 0px;
	color:#ddd;
	font-size:10px;
	text-align:justify;
}


.content_box_photo h3 {
	margin: 0px 0px 10px 45px;
}

#content_footer p {
    margin: 10px 0px 10px 60px !important;
	margin: 10px 0px 10px 85px;
	font-size:10px;
	text-align:justify;
}
#google_adv {
	position:absolute;
	width:155px;
	height:242px;
	z-index:1;
	left: -131px;
	top: 41px;
}

.red {
	color:red;
}

.yellow {
	color:#ffd502;
	font-weight:bold;
}
.yellow a {
	color:#ffd502;
	font-weight:bold;
}
.blue {
	color:#003399;
	font-weight:bold;
}
.blue a {
	color:#003399;
	font-weight:bold;
}

h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:30px;
	text-transform:uppercase;
	font-weight:normal;
	margin: 0px 0px 0px 0px !important;
	color:#003399;
}

h2 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	color:#003399;
	font-weight:normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
}

h3 {
	margin: 0px 0px 10px 0px;
	text-transform:uppercase;
	font-size:12px;
	color:#003399;
}




/*----- MENU ----- */

#nav_list {
	margin: 0;
	padding: 0;
	width: 170px;
	list-style: none;
	overflow: hidden;
}

#nav_list li {
	width: 170px;
	overflow: hidden;
	text-transform: uppercase;
	font-size:11px;
	font-weight:bold;
}

#nav_list a {
	color:#fff;
}




.li_nav_body a  {
	display: block;
	width: 170px;
	height: 20px;
	background: url(assets/nav_body.png) no-repeat;
	padding-left: 25px;
	line-height:20px;
}

.li_nav_footer a  {
	display: block;
	width: 170px;
	height: 21px;
	background: url(assets/nav_body.png) no-repeat;
	background-position:  0 0px;
	padding-left: 25px;
	line-height:21px;
}

.li_nav_body a:hover {
	background-position:  0 -20px;
	color:#016001;
}

.li_nav_footer a:hover {
	background-position:  0 -20px;
	color:#016001;
}

.li_active a:active  {
	background: url(assets/nav_body.png) no-repeat;
	background-position:  0 -40px;
	color:#fff;
}

/*----- LAYOUT ----- */

#container {
	margin: 0 auto;
	padding: 0;
	width: 970px;
	height:232px;
	background-image: url(assets/sidebar_body.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

.content_Advertising{
	width: 120px;
	float: right;
}

#menu_header {
	width:170px;
	text-align:center;
	float:left;
	display: inline;
	margin: 0;
}


#menu_left {
	width: 170px;
	height: 100%;
	margin:0 0 0 30px;
	float: left;
    background: url(assets/sidebar_body.png) repeat-y;
}

.menu_sx {
	width: 170px;
	float:left;
	display: inline;
	margin: 0;
}

#head {
	width: 810px!important;
	height: 232px;
	float:left;
	text-align: right;
}

#content {
	width: 848px;
	text-align: justify;
	float: left;
	margin: 0;
	background-image: url(assets/sidebar_body.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

.content_box {
	width: 120px;
	margin:0px 0px 0px 30px;
	float: left;
}


.content_box_photo {
	width: 200px;
	margin:0px 0px 0px -10px;
	float: left;
}

#content_footer {
	background: url(assets/sidebar_body.png) 30px 0px repeat-y !important;
	background: url(assets/sidebar_body.png) 60px 0px repeat-y;
	width:100%;
	clear:both;
	margin-bottom:-70px;
	height:50px;
}


/*----- IMAGES ----- */

a img{
	border: none;
}

img.left,img.center,img.right {
	padding: 4px;
	border: 1px solid #a0a0a0;
}

img.left {
	float: left;
	margin: 0px 12px 5px 0px;
	background:#fff;
}

img.right {
	float: right;
	margin: 0px 30px 5px 0px;
}


/*----- Hoverbox Code - get code found at http://host.sonspring.com/hoverbox/ ------*/

.hoverbox
{
	list-style: none;
}

.hoverbox a
{
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	width: 100px;
	height: 75px;
	margin: 2px;
	padding: 2px;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
}

.hoverbox li
{
	
	float: left;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}

.Stile2 {
	color: #339900
}
#Layer1 {
	position:absolute;
	width:120px;
	height:300px;
	z-index:1;
	left: 884px;
	top: 805px;
}
.Stile4 {color: #003399}
.Stile5 {color: #FFD502}
.Stile1 {color: #FFFFFF}
.Stile12 {font-size: 20px}
.Stile16 {font-size: 9px}
#Layer2 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 206px;
	top: 1429px;
}
.Stile13 {
	font-size: 3px;
	color: #072455;
}

#slideshow {
	overflow: hidden;
	margin:0px 0px 0px 140px;
	width: 350px;
	height: 263px;
	border: 1px solid #999999;
}

#slideshow img {
	width: 350px;
	height: 263px;
}

.contenutoPrincipale {
	width: 658px;
	margin:0px 10px 0px 10px;
	float:left;
	display: inline;
}
.contenutoPrincipale p {
	margin: 10px 0px 10px 0px;
	font-size:11px;
}
.contenutoPrincipale a{
	text-decoration: none;
	color: #003399;
	font-size:11px;
}

.contenutoPrincipale a:hover {
	text-decoration: none;
	color: #FF0000;
	font-size:11px;
}

