﻿/****************************** RESET ********************************/

html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
:focus {
	outline: 0;
}
ul {
	list-style: none;
}
.td_bold {
	vertical-align:top;
	font-size:12px;
	font-weight:bold;
}
td {
	vertical-align:top;
	font-size:12px;
}
table{
	font-size:10px;
}
iframe {
	border: 1px solid #D0D0D0;
	margin-top:7px;
}
hr {
	margin:10px 0px 10px 0px;
	height: 1px
}
h1 {
	color: #ed1b2e;
	font-family: "Arial Narrow";
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #D0D0D0;
}
h2 {
	color: #ed1b2e;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	font-weight: normal;
}
h3 {
	color: #ed1b2e;
	font-family: "Arial Narrow";
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 5px;
}


/****************************** CLASSES ********************************/

html,body   {
	background-color: #E2E2E2;
	margin-top: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 90%;
	color: #222222;
	font-style: normal;
	background-image: url('images/wall.jpg');
	background-repeat: repeat-x;
}
.red {
	color: #ED192E;
}
.underline {
	text-decoration: underline;
}
.align_middle {
	text-align: center;
}
.float_right {
	float: right;
	margin: 0px 0px 5px 15px;
}
.float_left {
	float: left;
	margin: 0px 20px 5px 0px;
}
.vertmiddle {
	border-style: none;
	vertical-align: middle;
}
.picshow {
	border-style: solid;
	border-width: 1px;
	border-color: #E4E4E4 #CCCCCC #CCCCCC #E4E4E4;
	padding: 4px;
	background-color: #FFFFFF;
}
.image_middle {
	vertical-align: middle;
}
.inset {
	background-image: url('images/inset_logo.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 150px;
	position: relative;
}
.undermenu {
	margin: -8px 0px 0px 0px;
	_margin: -15px 0px 0px 0px;
	padding: 1px;
	width: 116px;
	position: relative;
	top: 15px;
	left: 15px;
	font-size: 10px;
	line-height: 11px;
}
.istruzioni {
	padding: 0px 4px 15px 4px;
}
.banner {
	width:735px;
	height:100px;
	float:left;
	padding-bottom:20px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/************************** LAYOUT ******************************/

#top {
	margin: 0px auto 0px auto;
	_margin: 0px auto -3px auto;
	width: 960px;
	height: 40px;
	background-image: url('images/top.gif');
}
#header {
	margin: 0px auto 0px auto;
	width: 960px;
	height: 220px;
	background-image: url('images/header.gif');
}
.slide {
	width: 775px;
	height: 199px;
	position: relative;
	top: 8px;
	left: 164px;
	background-image:url('images/noflash.jpg');
	background-repeat:no-repeat;
}
#container {
	margin: 0px auto 0px auto;
	width: 960px;
	background-image: url('images/body.gif');
	background-repeat: repeat-y;
}
.left {
	float: left;
	width: 160px;
	margin: 10px 0px 0px 14px;
	_margin: 5px 0px 0px 7px;
}
.center {
	float: left;
	width: 530px;
	margin: 10px 0px 0px 14px;
	_margin-top: 17px;
	_line-height:17px;
}
.right {
	float: left;
	width: 190px;
	margin: 5px 0px 0px 17px;
	_margin: 20px 0px 0px 17px;
}
#content {
	float: left;
	width: 735px;
	margin: 11px 0px 0px 13px;
	_line-height:17px;
}

.full_content {
	float: left;
	width: 874px;
	margin: 0px 0px 3px 76px;
	_margin: 0px 0px 3px 33px;
	font-size: 14px;
	font-family: Verdana, Freesans, sans-serif;
}
.sidenote {
	padding: 4px 6px 4px 6px;
	color: #FDE642;
	font-family: "Trebuchet MS";
	font-size: 12px;
	margin-top: 7px;
	background-color: #000000;
	text-align: center;
}
#footer {
	margin: 0px auto 0px auto;
	text-align: center;
	width: 960px;
	height: 46px;
	line-height: 73px;
	font-family: Verdana, FreeSans, sans serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	background-image: url('images/footer.gif');
	background-repeat: no-repeat;
	background-color: #E2E2E2;
}

#fb {
	margin: 0px auto 0px auto;
	text-align: center;
	width: 310px;
	height: 24px;
}


/***************************** Hovering **********************************/

a:link {color: #ed1b2e;	text-decoration: none;}
a:visited {color: #ed1b2e; text-decoration:none;}
a:active  {color: #ed1b2e; text-decoration:none;}
a:hover  {color: #ed1b2e; text-decoration:underline;}


/******************** SIDE MENU **********************/

#sidemenu {
	width:160px;
	font-family:"Trebuchet MS", sans-serif;
}

#sidemenu ul {
	margin: 0;
	padding: 0;
}

#sidemenu li {
	height:25px;
}

#sidemenu a {
	padding:0px 0px 1px 13px;
	font-size:15px;
	font-weight:bold;
	display: block;
	text-decoration: none;
	color: #000;
}

#sidemenu a.current {
	color: #fde829;
	cursor: default;
	background-image: url('images/arrowon.gif');
	background-repeat: no-repeat;
}

#sidemenu a:hover {
	color:#ed1b2e;
	background-image: url('images/hover.gif');
	background-repeat: no-repeat;
}

