/* IMPOSTAZIONI GENERICHE */
body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#737373;
	font-size:0.78em;
}
h1, h2, h3, h4, form, ul {
	margin:0;
	padding:0;
}
p {
	margin:4px 0 14px 0;
}
.clear {
	clear:both;
}
a {
	color:#446C99;
}
a:hover {
	color:#22446b;
}
h1 {
	font-size:150%;
	color:#646466;
	padding: 0 0 30px 0;
}
/* PAGE */
#page {
	width:980px;
	padding:10px 0 0 10px;
}
/* LEFT COLUMN */
#col_left {
	width:211px;
	float:left;
	padding-top:25px;
}
/* Sottomenu */
#col_left ul.submenu {
	list-style:none;
	margin: 48px 12px 0 0;
}
#col_left ul.submenu li {
	padding:10px 14px;
	display:block;
	border-bottom:1px solid #B8CCD5;
}
#col_left ul.submenu li.sel {
	color:#646567;
	font-weight:bold;
}
#col_left ul.submenu li a {
	text-decoration:none;
}
#col_left ul.submenu li a:hover {
	color:#568399;
}
/* RIGHT COLUMN */
#col_right {
	width:768px;
	float:right;
	padding-top: 140px;
}
/* Menu */
ul.menu {
	background:url(../_img/bg_menu.gif) no-repeat;
	list-style:none;
	height:129px;
	font-size: 148%;
	top: 10px;
	position: absolute;
}
ul.menu li {
	float:left;
	width:128px;
	background:url(../_img/div_menu.gif) top right no-repeat;
}
ul.menu li.last_main_item {
	background:none;
}
ul.menu li a {
	padding:22px 10px 0 14px;
	display:block;
	text-decoration:none;
	color:#FFFFFF;	
	height: 106px;
	line-height: 1.1em;
}
ul.menu a.mainsel {
	background-color:#d4e1e7;
	margin:2px 2px 0 0;
	height: 103px;
	color:#666666;
}
ul.menu li.li_mainsel_first {
	background: url(../_img/bg_menu_first_sel.gif) no-repeat;
	/*border-right: 2px;*/
}
ul.menu li.li_mainsel_last {
	background: url(../_img/bg_menu_last_sel.gif) top right no-repeat;
	/*border-right: 2px;*/
}
ul.menu li.li_mainsel_last a.mainsel {
	background: none;
}
ul.menu a.mainsel_first {
	/*background: url(../_img/bg_menu_first_sel.gif) no-repeat;*/
	margin:2px 2px 0 0;
	height: 103px;
	color:#666666;
}

ul.menu li a:hover {
	color:#568399;
}
/* CONTENT */
#col_right #container {
	background:url(../_img/bg_content_top.gif) top left no-repeat;
	padding-top:14px;
	display:block;
	clear:both;
	margin-top:20px;
}
#col_right #container #content {
	background:url(../_img/bg_content_bottom.gif) bottom left no-repeat;
	padding: 0 14px 14px 14px;
	margin-bottom: 14px;
}
#col_right #container #content #testi {
	float:left;
	width:233px;
	margin-right:10px;
}
#col_right #container #content #foto {
	float:left;
	width:494px;
}
#col_right #container #content #allspace {
	width:100%;
	padding: 20px 0;
}
#col_right #container #content #allspace .block {
	width:231px;
	float:left;
	padding-right: 15px;
}
#col_right #container #content #foto .labelForm {
	font-weight: bold;
	width: 80px;
	float: left;
}
#col_right #container #content #foto #form_left {
	width: 49%;
	float: left;
	padding: 0.5em;
}
#col_right #container #content #foto #form_right {
	width: 44%;
	float: left;
	padding: 0.5em;
	margin-top:52px;
}
#col_right #container #content #foto .2xRiga {
	padding-right: 10px;
}
#col_right #container #content #foto #send {
	width: 100%;
	text-align: center;
}
#col_right #container #content #foto .notice {
	font-size: 80%;
	line-height:0.95em;
}
#col_right #container #content #foto #form_left {
	border-right: 1px solid #95b3c1;
	margin-top:52px;
}
input {
	margin: 3px 0;
}

/* FOOTER */
#col_right #footer {
	margin-top:28px;
	border-top:1px solid #B8CCD5;
	padding:8px 10px 20px 10px;
	text-align:center;
	font-size:80%;
}
#col_right #footer a {
	color:#7199ac;
	padding-right:4px;
	border-right:1px solid #7199ac;
	margin-right:4px;
	line-height:20px;
	text-decoration:none;
}
#col_right #footer a.last_item {
	padding:0;
	border-right:none;
	margin:0;
	
}
#col_right #footer a:hover {
	color:#22446b;
}