/* CSS Document */

body{
	background-color: #FFF;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
}
p
{
	margin-top: 0px;
	margin-bottom: 0px;
}

a{
	color: #E61E0F;
	text-decoration: none;
}
a:hover{
	color: #E61E0F;
	text-decoration: underline;
}
form{
	margin: 0;
	padding: 0;
}
h1{
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0;
	padding: 0;	
}
img{
	border: none;
}
input, select, textarea{
	border: 1px solid #CCC;
	color: #333;
	font-size: 11px;
	margin: 3px 0;
	padding: 2px;
	vertical-align: middle;
}


.clear{
	clear: both;
}

#page{
	margin: 0 auto;
	width: 750px;
}
#header{
	height: 85px;
	position: relative;
}

ul.elenco{
	margin: 5px 0;
}

/********** HEADER **********/

#menured{
	background: url('../layout/bg_menured.gif') top left no-repeat #E61E0F;
	color: #F9C7C3;
	height: 18px;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
	width: 535px;
}
#menured .menu{
	float: left;
	font-size: 10px;
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
	position: relative;
	text-align: center;
	width: 400px;
}
#menured .menu li{
	color: #F9C7C3;
	float: left;
	margin: 0;
	padding: 2px 0 3px 0;
}
#menured .menu li.sep{
	padding: 2px 5px 3px 5px;
}
#menured .menu li a{
	color: #F9C7C3;
}

#borsa{
	background-color: #E61E0F;
	border: none;
	color: #FFF;
	font-size: 10px;
	height: 15px;
	position: absolute;
	right: 5px;
	top: 2px;
	width: 100px;
}

#logo{
	background: url('../layout/logo.gif') top left no-repeat #FFF;
	bottom: 5px;
	height: 70px;
	left: 5px;
	position: absolute;
	width: 210px;
}
#hddata{
	font-size: 10px;
	position: absolute;
	right: 0;
	top: 35px;
}

#menuh{
	bottom: 8px;
	height: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	width: 350px;
}
#menuh li{
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menuh li.sep{
	padding: 0 10px;
}
#menuh li a{
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#menuh li a:hover{
	color: #E61E0F;
	font-weight: bold;
	text-decoration: underline;
}

/********** PAGINA **********/

#sitepage{
	background-color: #FFF;
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	width: 750px;
}
#content{
	background: transparent;
	float: left;
	padding: 75px 15px 100px 0;
	position: relative;
	width: 555px;
}
#menu{
	float: right;
	margin-bottom: 50px;
	position: relative;
	/*width: 180px;*/
	width: 179px;
}

/********** PARTE SINISTRA **********/

#menunav{
	color: #999;
	font-size: 10px;
	display: block;
	margin-bottom: 10px;
}

/********** PARTE DESTRA **********/

#menu .menuimg > a{
	background-color: #CCC;
	border-bottom: 1px solid #FFF;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	height: 52px;
	display: block;
/*	padding: 20px 0 20px 10px;*/
	text-decoration: none;
}
#menu .menuimg > a:hover, #menu .menuimg > a.sel, #menu .menuimg > a.sel:hover{
	background-color: #EEE;
	color: #333;
	text-decoration: none;
}

/* immagini personalizzate */
#menu .menuimg > a.products{ background: url('../layout/bg_menu_products.png') 0 0 no-repeat; }
#menu .menuimg > a.products:hover{ background: url('../layout/bg_menu_products.png') 0 -52px no-repeat; }
#menu .menuimg > a.selproducts, #menu .menuimg > a.selproducts:hover{ background: url('../layout/bg_menu_products.png') 0 -104px no-repeat; }

#menu .menuimg > a.solutions{ background: url('../layout/bg_menu_solutions.png') 0 0 no-repeat; }
#menu .menuimg > a.solutions:hover{ background: url('../layout/bg_menu_solutions.png') 0 -52px no-repeat; }
#menu .menuimg > a.selsolutions, #menu .menuimg > a.selsolutions:hover{ background: url('../layout/bg_menu_solutions.png') 0 -104px no-repeat; }

#menu .menuimg > a.services{ background: url('../layout/bg_menu_services.png') 0 0 no-repeat; }
#menu .menuimg > a.services:hover{ background: url('../layout/bg_menu_services.png') 0 -52px no-repeat; }
#menu .menuimg > a.selservices, #menu .menuimg > a.selservices:hover{ background: url('../layout/bg_menu_services.png') 0 -104px no-repeat; }

#menu .menuimg ul{
	background-color: #EEE;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu .menuimg ul li{
	border-bottom: 1px dashed #666;
}
#menu .menuimg ul li a{
	color: #333;
	display: block;
	padding: 2px 5px;
	text-decoration: none;
}
#menu .menuimg ul li a:hover{
	color: #E61E0F;
	text-decoration: none;
}
#menu .menuimg ul li a.sel{
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

#menu .menuimg ul li ul li{
	border: none;
	padding-left: 20px;
}
#menu .menuimg ul li ul li a, #menu .menuimg ul li ul li a:hover{
	color: #F00;
	text-decoration: none;
}

/* Menu ristretto */

#menu .menulight{
	padding-top: 41px;
}
#menu .menulight span.titolo{
	background-color: #DDD;
	border: 1px solid #FFF;
	color: #E61E0F;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 18px;
	margin-bottom: 10px;
	padding-top: 2px;
	text-align: center;
}
#menu .menulight a{
	background-color: #E5EDF0;
	border-bottom: 1px solid #FFF;
	color: #00506D;
	font-size: 11px;
	display: block;
	padding: 3px 10px;
	text-decoration: none;
}
#menu .menulight a:hover{
	background-color: #D0DCE2;
	color: #00506D;
	text-decoration: none;
}

#menu .dllink{
	color: #000;
	display: block;
	margin: 15px 0;
	padding: 5px 5px 5px 0;
	position: relative;
	text-align: right;
}
#menu .dllink img{
	left: 0;
	position: absolute;
	top: 2px;
}

#searchbox{
	background-color: #EEE;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0;
	padding: 10px 0 10px 10px;
}
#searchbox input.s{
	margin-right: 5px;
	width: 125px;
}
#searchbox input.b{
	background: url('../layout/bg_search_button.gif') center center no-repeat #FFF;
	color: #E61E0F;
	font-size: 12px;
	height: 19px;
	padding: 0;
	width: 20px;
}

#downloadbox{
	border: 1px solid #EEE;
	margin: 10px 0;
}
#downloadbox span.title{
	background: url('../layout/bg_download_title.gif') 151px 2px no-repeat #EEE;
	color: #333;
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 2px 5px 3px 5px;
}
#downloadbox span.dl{
	background: url('../layout/bg_download.gif') 7px 9px no-repeat #FFF;
	color: #AAA;
	display: block;
	padding: 5px 0 5px 22px;
}
#downloadbox span.dl a, #downloadbox span.dl a:hover{
	color: #333;
}


/********** FOOTER **********/

#footer{
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	font-size: 10px;
	margin-bottom: 30px;
	padding: 5px 10px;
	position: relative;
	text-align: right;
}
#footer .links{
	left: 10px;
	position: absolute;
	top: 5px;
}
#footer .links a, #footer .links a:hover{
	color: #333;
}


/********** PAGINA : HOME **********/

#content_home{
	background: transparent;
	float: left;
	padding: 0 0 100px 0;
	position: relative;
	width: 570px;
}
#homeanim{
	height: 159px;
	margin-bottom: 15px;
}

div.news_home{
	line-height: 1.1em;
	margin-bottom: 15px;
	padding-right: 20px;
}
div.news_home span.data{
	font-size: 10px;
	color: #42738B;
}
div.news_home a, div.news_home a:hover{
	color: #42738B;
	font-weight: bold;
}
div.news_home img{
	background: #333;
	float: left;
	font-size: 11px;
	height: 67px;
	margin: 20px 15px 15px 0;
	width: 90px;
}

/********** PAGINA : NEWS **********/

span.titolonews{
	color: #42738B;
	font-weight: bold;
	line-height:20px;
}
a.more{
	display: block;
	padding-right: 20px;
	text-align: right;
}

/********** PAGINA : DOWNLOADS **********/

ul.pdf{
	/*list-style-image: url('../layout/img_pdf.gif');	*/
	margin: 0;
}
ul.pdf li{
	padding: 3px 0;
}

ul.pdf li a{
	color: #00506D;
	text-decoration: none;
}
ul.pdf li a:hover{
	color: #00506D;
	text-decoration: underline;
}

/********** PAGINA : LISTA NEWS **********/

div.blocconews{
	border: 1px solid #F00;
	margin: 35px 0;
	position: relative;
}

div.blocconews span.titoloblocco{
	color: #F00;
	left: 0;
	font-weight: bold;
	position: absolute;
	top: -18px;
}

div.blocconews span.mese{
	background-color: #F2F6F7;
	color: #666;
	display: block;
	font-weight: bold;
	padding: 2px;
}

div.blocconews span.news{
	background-color: #FFF;
	color: #333;
	display: block;
	padding: 2px 0 2px 5px;
}

div.blocconews span.news a{
	color: #42738B;
	font-weight: bold;
	text-decoration: none;
}
div.blocconews span.news a:hover{
	color: #42738B;
	text-decoration: underline;
}

/********** PAGINA : SITEMAP **********/

ul.sitemap{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 300px;	
}
ul.sitemap li{
	margin: 0;
	padding: 0;
}
ul.sitemap li a{
	background-color: #E5EDF0;
	color: #00506D;
	display: block;
	padding: 3px;
}
/*
background-color: #D0DCE2;
	color: #00506D;
*/
ul.sitemap li ul{
	list-style: none;
	margin: 5px 0 5px 20px;
	padding: 0;
}
ul.sitemap li ul li{
	background-color: #FFF;
	margin: 4px 0;
	padding: 0;
}
ul.sitemap li ul li a{
	background-color: #FFF;
	color: #00506D;
	display: inline;
}


	
