body {
	margin: 0;
	padding: 0;
	background: #06335b;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #3a3a3a;
	text-align: center;
}

/* generiche */

a {
	color: #e2001a;
}

a:hover {
	color: #05325b;
}

p {
	padding: 0;
	margin: 10px 0;
}

/* ------------------------- TOP -------------------------------- */

#top {
	width: auto;
	height: 160px;
	overflow: hidden;
}

#top a img {
	border: 0;
}

.standard {
	background: #e9e9e9 url("../images/top_bk.jpg") top repeat-x;
}

.home {
	background: #e9e9e9 url("../images/top_home.jpg") top repeat-x;
}

#top .inside {
	width: 950px;
	margin: 0 auto;
	height: 160px;
	overflow: hidden;
	text-align: left;
}

#top .inside img {
	float: left;
}

/* scelta lingue */

ul.languages {
	width: 130px;
	height: 25px;
	margin: 0 8px 0 0;
	padding: 0;
	overflow: hidden;
	float: right;
	list-style: none;
	font-size: 11px;
}

ul.languages li {
	width: 65px;
	height: 25px;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	list-style: none;
	color: #e2001a;
	font-weight: bold;
	line-height: 23px;
}

ul.languages li.en a {
	margin: 0;
	padding-right: 13px;
	float: left;
	display: inline;
	text-align: center;
	text-decoration: none;
	color: #4a4a4a;
	font-weight: normal;
	border-right: #bbb 1px solid;
}

ul.languages li.es a {
	margin: 0;
	padding-left: 13px;
	float: left;
	display: inline;
	text-align: center;
	text-decoration: none;
	color: #4a4a4a;
	font-weight: normal;
	border-left: 1px solid #bbb;
}

ul.languages li.en a:hover,
ul.languages li.es a:hover {
	color: #e2001a;
}

/* frase top */

#top .inside h1 {
	float: right;
	display: inline;
	margin: 12px 8px 0 0;
	padding: 0;
	width: 576px;
	height: 59px;
	overflow: hidden;
	color: #a4a4a4;
	font-weight: normal;
	font-size: 11px;
	text-align: right;
}

/* MAIN MENU */

div#mainmenu {
	height: 38px;
	margin: 72px 8px 0 0;
	padding: 0;
	overflow: hidden;
	float: right;
	text-align: right;
	width: 670px;
}

div#mainmenu ul {
	height: 38px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: right;
	display: inline;
	list-style: none;
	font-weight: bold;
	background: #FFF;
	line-height: 36px;
}

div#mainmenu ul li {
	height: 38px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
	display: inline;
	list-style: none;
	border-right: 1px solid #e9e9e9;
}

div#mainmenu ul li a {
	height: 38px;
	padding: 0 10px;
	overflow: hidden;
	float: left;
	display: block;
	display: inline;
	text-decoration: none;
	color: #4a4a4a;
}

div#mainmenu ul li.first a {
	background: url("../images/mainmenu_first_bk.gif") top left no-repeat;
}

div#mainmenu ul li.last a {
	background: url("../images/mainmenu_last_bk.gif") top right no-repeat;
}

div#mainmenu ul li a:hover {
	color: #fff;
	background: #e2001a;
}

div#mainmenu ul li.first a:hover {
	background: #e2001a url("../images/mainmenu_first_hover.gif") top left no-repeat;
}

div#mainmenu ul li.last a:hover {
	background: #e2001a url("../images/mainmenu_last_hover.gif") top right no-repeat;
}

div#mainmenu ul li a.active {
	color: #fff;
	background: #e2001a;
}

div#mainmenu ul li.first a.active {
	background: #e2001a url("../images/mainmenu_first_hover.gif") top left no-repeat;
}

div#mainmenu ul li.last a.active {
	background: #e2001a url("../images/mainmenu_last_hover.gif") top right no-repeat;
}

/* ------------------------- HEADER ("solo home page") -------------------------------- */

#header_home {
	width: auto;
	height: 298px;
	overflow: hidden;
	background: #1174ce url("../images/header_home_bk.jpg") top repeat-x;
}

#header_home .inside {
	width: 950px;
	margin: 0 auto;
	height: 298px;
	overflow: hidden;
	background: url("../images/header_bk.jpg") left top no-repeat;
}

#header_home .video {
	width: 347px;
	height: 298px;
	overflow: hidden;
	background: url("../images/video_bk.jpg") left top no-repeat;
	float: right;
	margin-right: 17px;
}

#player {
	margin-left: 14px;
	margin-top: 10px;
}

/* ------------------------- CONTENUTI -------------------------------- */

#cont {
	width: auto;
	min-height: 230px;
	overflow: hidden;
	background: #FFF
}

#cont .inside {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}

#cont .insidepages {
	width: 950px;
	margin: 0 auto;
	padding-top: 30px;
	overflow: hidden;
	text-align: left;
}

#cont h1 {
	margin: 0 0 10px 0;
	color: #e2001a;
	font-size: 18px;
}

#cont h2 {
	margin: 20px 0 10px 0;
	color: #3274bb;
	font-size: 13px;
}

#cont h3 {
	float: right;
	margin: 0;
	padding: 3px 4px 6px 24px;
	border: #f00 1px solid;
	background: url("../images/ico_pdf.jpg") left 0 no-repeat;
	clear: both;
	font-size: 12px;
}

#cont h3 a {
	color: #000;
	text-decoration: none;
}

#cont h3 a:hover {
	color: #f00;
	text-decoration: none;
}

#cont .left {
	float: left;
	width: 219px;
	margin-left: 25px;
	display: inline;
}

#cont .right {
	float: right;
	width: 675px;
	display: inline;
}

#cont div.right img {
	border: 1px solid #ddd;
}

#cont div.right img.imgright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

#cont div.right img.imgleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#cont .right ol li {
	margin-bottom: 10px;
}

.clear {
	clear: both;
	height: 30px;
	overflow: hidden;
}

/* SOTTOMENU */

#cont .left #submenu {
	width: 219px;
	margin: 0;
	background: #e9e9e9 url("../images/submenu_top.gif") top no-repeat;
	float: left;
	padding-top: 20px;
}
#cont .left #submenu h3 {
	width: 219px;
	margin: 0;
	padding: 0;
	border: 0;
	height: 22px;
	background: #e9e9e9 url("../images/submenu_h3.gif") top no-repeat;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}

#cont .left ul {
	width: 219px;
	float: left;
	margin: 20px 0 0 0;
	padding: 0 0 120px 0;
	list-style: none;
	background: url("../images/submenu_bottom.gif") bottom no-repeat;
	overflow: hidden;
}

#cont .left ul li {
	width: 195px;
	height: 28px;
	float: left;
	margin: 0;
	padding: 0 0 7px 13px;
	list-style: none;
	overflow: hidden;
	font-weight: bold;
}

#cont .left ul li a {
	width: 195px;
	height: 28px;
	float: left;
	overflow: hidden;
	background: #7da8cd url("../images/submenu_li.gif");
	color: #FFF;
	text-decoration: none;
	line-height: 27px;
	text-indent: 8px;
}

#cont .left ul li a:hover {
	background: #7da8cd url("../images/submenu_li_hover.gif");
}

#cont .left ul li a.active {
	background: #7da8cd url("../images/submenu_li_hover.gif");
}

/* HOME */

/* Def products */

#defproducts {
	width: 557px;
	height: 225px;
	float: left;
}

#defproducts h3 {
	width: 557px;
	height: 38px;
	float: left;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	text-indent: -9999px;
	background: url("../images/home_def_bk.jpg") top left no-repeat;
}

/* carousel */

#slider {
	margin-top: 50px;
	padding-left: 24px;
	width: 536px;
	height: 187px;
	position: relative;
	background: #e9e9e9 url("../images/carousel/bk.jpg") no-repeat 0 0;
	overflow: hidden;
}
ul#mycarousel {
	position: relative;
	margin: 0;
	padding: 0;
}
ul#mycarousel li {
	float: left;
	display: inline;
	height: 169px;
	width: 168px;
	text-align: left;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.jcarousel-clip {
	height:169px;
	width:510px;
	overflow:hidden;
	position:relative;
	top: 9px;
	border-left: 1px solid #979797;
	border-right: 1px solid #979797;
}
.jcarousel-prev, .jcarousel-next {
	background: url("../images/carousel/next.jpg") no-repeat 0 0;
	width: 21px;
	height: 32px;
	display: block;
	float: left;
	position:absolute;
	top:75px;
	left: 539px;
	cursor: pointer;
	z-index: 100;
}
.jcarousel-prev {
	background: url("../images/carousel/prev.jpg") no-repeat 0 0;
	left: 0;
}
.jcarousel-prev:hover {
	background: url("../images/carousel/prev_hover.jpg") no-repeat 0 0;
}
.jcarousel-next:hover {
	background: url("../images/carousel/next_hover.jpg") no-repeat 0 0;
}
div.img-cnt {
	width: 144px;
	height: 169px;
	margin-left: 13px;
}
div.img-cnt img {
	width: 141px;
	height: 94px;
	border: 1px solid #bbb;
}
#cont div.img-cnt h1 {
	width: 144px;
	height: 21px;
	background: #e2001a url("../images/carousel/carousel_h1.jpg");
	margin: 0 0 14px 0;
	padding: 0;
	font-size: 12px;
	color: #FFF;
	text-indent: 4px;
	line-height: 20px;
	overflow: hidden;
}
div.img-cnt a {
	width: 139px;
	height: 28px;
	color: #FFF;
	background: #7da8cd url("../images/carousel/carousel_a.jpg");
	text-decoration: none;
	text-indent: 12px;
	line-height: 26px;
	float: left;
	margin-left: 3px;
	margin-top: 7px;
}

/* text home */

#text_home {
	width: 360px;
	float: right;
	margin-top: 38px;
	text-align: left;
	font-size: 18px;
	line-height: 20px;
}

#text_home img {
	float: left;
	margin: 0 20px 20px 0;
}

/* ------------------------- FOOTER ------------------------------------ */

#footer {
	width: 940px;
	height: 90px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	background: url("../images/footer_bk.gif") top left no-repeat;
	text-align: right;
	overflow: hidden;
}

#footer p {
	color: #FFF;
	font-size: 11px;
	margin: 20px 0 auto 144px;
	padding: 0;
}

#footer a {
	color: #FFF;
}

#footer a:hover {
	text-decoration: none;
}

#footer .small {
	font-size: 10px;
}

#footer .small a {
	color: #7DA8CD;
	text-decoration: none;
}

#footer .small a:hover {
	color: #fff;
	text-decoration: underline;
}

/* news */

#cont .news h2 a {
	color: #3274bb;
}

#cont .news h2 a:hover {
	color: #000;
}

#cont .news h2 .data {
	color: #3274bb;
	font-size: 12px;
	font-weight: normal;
}

#cont .news hr {
	clear: both;
	border-bottom: #ddd 1px solid;
	border-top: #ddd 0px solid;
	border-left: #ddd 0px solid;
	border-right: #ddd 0px solid;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	height: 1px;
}

#cont .news img {
	float: left;
	margin-right: 10px;
}

#cont .news a.readmore {
	float: right;
	background: url(../images/read-more.gif) right no-repeat;
	padding: 2px 15px 3px 0px;
}

#cont a.back {
	float: left;
	background: url(../images/back.gif) left no-repeat;
	padding: 1px 0px 3px 16px;
	margin-top: 20px;
	font-size: 13px;
	text-decoration: none;
}

/* box news home */

#news-home {
	margin-top: 20px;
	width: 560px;
	height: 187px;
	position: relative;
	background: #d4e6fe url(../images/news-home-bk.gif) no-repeat 0 0;
	overflow: hidden;
}

.inside-news {
	margin: 50px 14px 14px 14px;
}

.inside-news img {
	float: right;
	margin-left: 10px;
	border: 1px solid #79a2d9;
}

.inside-news a.readmore {
	float: left;
	background: #FFF url(../images/readmore-home.gif) left no-repeat;
	padding: 2px 23px 3px 8px;
	text-decoration: none;
}