@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	outline: 0
}

img {
	border:none
}

body {

	font: 100% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	background: #fff url(../images/bg.png) repeat-x
}

.oneColFixCtrHdr #header_ext {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/banner.png) no-repeat center top;
	height: 582px;
	padding-bottom: 30px
}

.oneColFixCtrHdr #header {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

.oneColFixCtrHdr #logo {
	float: left;
	width: 175px;
	padding-left: 25px
}

.oneColFixCtrHdr #menu {
	float: right;
	padding-top: 70px;
	width: 560px;
	padding-right: 30px
}

.oneColFixCtrHdr #mainContent {
	width: 735px;
	margin: 0 auto;
	text-align: left;
	color: #122153;
	margin-bottom: 50px;
}

.oneColFixCtrHdr #mainContent p {
	font-size: 12px;
	margin-top: 10px;
}

.oneColFixCtrHdr #mainContent a {
	color: #d3120b;
	text-decoration: underline
}

.oneColFixCtrHdr #mainContent a:hover {
	color: #f5a523;
	text-decoration: none
}

.oneColFixCtrHdr .scheda_home {
	float: left;
	width: 225px;
	padding-right: 20px
}

.oneColFixCtrHdr #waves {
	background: url(../images/waves.png) no-repeat center top;
	margin: 0 auto;
	height: 65px
}

.oneColFixCtrHdr #footer {
	background: url(../images/bg_footer.png) repeat-x;
	margin: 0 auto;
	height: 182px;
}

.oneColFixCtrHdr #footer_int {
	width: 735px;
	margin: 0 auto;
	text-align: left;
}

.oneColFixCtrHdr .col_footer {
	float: left;
	width: 225px;
	padding-right: 20px;
	padding-top: 50px
}

.oneColFixCtrHdr .col_footer p {
	font-size: 12px;
	color: #fff;
	margin-top: 10px
}

.oneColFixCtrHdr .col_footer a {
	color: #f5a523;
	text-decoration: underline
}

.oneColFixCtrHdr .col_footer a:hover {
	text-decoration: none;
	color: #122153
}

.oneColFixCtrHdr .arancio {
	color: #f5a523;
}

.oneColFixCtrHdr #footer2 {
	width: 735px;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
	color: #122153;
	margin-bottom: 30px
}

.oneColFixCtrHdr #footer2 a {
	color: #122153;
	text-decoration: underline
}

.oneColFixCtrHdr #footer2 a:hover, .rosso {
	text-decoration: none;
	color: #d3120b
}



.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


.lavaLamp {
	position: relative;
	height: 29px;
	width: 561px;
	margin: 10px 0;
	overflow: hidden;
}

.lavaLamp li {
	float: right;
    list-style: none;
}

.lavaLamp li.back {
	background: url("../images/lava.png") no-repeat right -30px;
	width: 9px; height: 30px;
	z-index: 8;
	position: absolute;
}

.lavaLamp li.back .left {
	background: url("../images/lava.png") no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}

.lavaLamp li a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #122153;
	text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;    
}

.lavaLamp li a:hover, .lavaLamp li a:active {
	border: none;
	color: #e7dfc7;
	
}

li.active a {
	color: #e7dfc7;
}


/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}



