/*---TESTSTRING----------
border: solid 1px red;
------------------------*/
body{
	margin: 0;
	padding: 0;
	background: url(../imgs/wrap_965_bg.png) repeat-y center;
	background-color: #ffffff;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 11px;
	text-align: center; /*fixIE*/
}
 
#wrap{
	margin: 0 auto; /*fixIE*/
	width: 965px;
	padding-bottom: 5em;
	background-color: #ffffff;
	min-height: 600px;
	height: 100%;
}

#header{
	margin: 0;
	padding: 0;
	width: 965px;
	background-color: #ffffff;
	text-align: left; /* hot fix center align on IE */
	height: 80px;
}

h1{
	float: left;
	margin-left: 1em;
	padding: 0 0.5em;
	color: #0088af;
	font-size: 2.5em;
	font-variant: small-caps;
	text-align: center;
	line-height: 40px;
}

h2{
	font-size: 2em;
}

h3{
	color: #0088af;
	font-size: 1.3em;
}

a {
	color: #0088af;
	text-decoration: none;
}

a:hover {
	color: #84c4d8;
	text-decoration: none;
}

.label {
	clear: both;
	margin-right: 1em;
	float: left;
	color: #666666;
	font-size: 1em;
	text-align: right;
	min-width: 10em;
}

/*----------MENU-----------*/
#menu{
	margin: 0;
	padding: 0;
	width: 965px;
	list-style: none;
	background: url(../imgs/header_menu_bg.gif) repeat-x;
	height: 68px;
}

/*------DA TOGLIERE unendo con LI---*/
#menu .separatore{
	float: left;
	width: 2px;
	background: url(../imgs/header_menu_sep.gif) center no-repeat;
	height: 68px;
}

#menu .selected{
	background: url(../imgs/header_menu_bg_linea.gif) no-repeat center;
	color: #ffffff;
}

#menu li, #menu h2{
	float: left;
	margin-bottom: -5px;
	padding-bottom: -5px;
	color: #b4d7e6;
	font-weight: bold;
	height: 68px;
}

#menu li a:hover{
	background: url(../imgs/header_menu_hover.gif) repeat-x center;
	color: #ffffff;
}

#menu li a, #menu li a.selected {
	padding: 0 0.5em;
	display: block;
	color: #b4d7e6;
	font-size: 1.3em;
	line-height: 3.5em;
	min-width: 150px;
	max-width: 250px;
	position: relative;
	height: 68px;
	overflow: hidden;
}

#menu li a.selected, #menu a:hover.selected{
	background: url(../imgs/header_menu_selected.gif) repeat-x;
	color: #ffffff;
}
	
.footer{
	clear: both;
	margin: 10px auto;
	padding-top: 1em;
}

hr{
	border-top: 1px solid #84c4d8;
	width: 95%;
}