html, body {
	background: black; 
	font: normal 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	height: 100%;
	margin: 0px;
	color: #fff;
}
body { 
	line-height: 1; 
	color: white; 
}
* {
	text-decoration: none;
	font-size: 1em;
	outline: none;
	padding: 0;
	margin: 0;
}
/*Clearfix code*/
.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%;}
/*Clearfix code*/
font { 
	color: inherit !important; 
	font: inherit !important; 
	color: inherit !important; /* editor's note: necessary? */ 
}
A { 
	color: inherit; 
}
A:link, A:visited {
	color: #ffcc99;
	text-decoration:none;
}
A:hover {
	color: #fff;
	text-decoration: none;
}
IMG {
	border: 0;
}
.page {
	height: auto;
	min-height: 100%;
	position: relative;
	overflow: hidden;
}
/* HEADER */
#header-container {
	background: url(../img/header/header.png) repeat-x left 0px;
	margin: 0 auto;
	color: #FFF;
}
#header {
	width: 940px;
	height: 145px;
	margin: 0 auto;
	position: relative;
	z-index:2;
}
#logo {
	width: 350px;
	height: 50px;
	float: left;
	margin-top: 20px;
	position: absolute;
}
#navigation {
	float: right;
	padding: 0;
	margin-top: 35px;
}
#mainmenu {
	width: 570px;
	float: left;
	padding: 0;
	margin: 0 auto;
}
.enlarge-button {
	float: right;
}
.enlarge-button A {
    background-repeat: no-repeat;
    background-position: center center;
    height: 30px;
    width: 30px;
    display: block;
}
A.min {
	background-image: url(../img/controls/fullscreen-off.gif);
} 
A.min:hover {
	background-image: url(../img/controls/fullscreen.gif);
}


body.ajax .content {
    display: none;
}

#nojs-background IMG {
    min-height: 100%;
    min-width: 1050px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}
.js-enabled #nojs-background {
   	display: none;
}
.fullscreen-overlay,
.fullscreen-stage,
.fullscreen-outer {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fullscreen-overlay {
    background: #000;
}
.fullscreen-stage IMG {
	display: none;
}
.fullscreen-controls-outer {	
    position: fixed;
    bottom: 10px;
    left: 50%;
    margin-left: -33.5px;
    display: none;
}
.fullscreen-controls {    
    background-image: url(../img/opacity/80-perc.png);
    background-position: left top;
    background-repeat: repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2px;
    display: none;
    height: 19px;
}
.fullscreen-prev,
.fullscreen-play,
.fullscreen-pause,
.fullscreen-next {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: left top;
    height: 19px;
    width: 21px;
    float: left;
}
.fullscreen-play,
.fullscreen-pause {
    display: none;	
}
.fullscreen-loading-wrap {	
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 5px;    
    background-image: url(../img/opacity/80-perc.png);
    background-position: left top;
    background-repeat: repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.fullscreen-close-wrap {
	position: fixed;
	top: 10px;
	right: 10px;
	background-image: url(../img/opacity/80-perc.png);
	background-position: left top;
	background-repeat: repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2px;
	cursor: pointer;
}
.fullscreen-loading {
    background: url(../img/controls/loading.gif) no-repeat top left;
    width: 16px;
    height: 11px;
}
.fullscreen-prev {
    background-image: url(../img/controls/backward.png);
    left: 4px;
}
.fullscreen-prev:hover {
    background-image: url(../img/controls/backward1.png);
}
.fullscreen-play {
    background-image: url(../img/controls/play.png);
    left: 27px;
}
.fullscreen-play:hover {
    background-image: url(../img/controls/play1.png);
}
.fullscreen-pause {
    background-image: url(../img/controls/pause.png);
    left: 27px;
}
.fullscreen-pause:hover {
    background-image: url(../img/controls/pause1.png);
}
.fullscreen-next {	
    background-image: url(../img/controls/forward.png);
    left: 50px;
}
.fullscreen-next:hover {
    background-image: url(../img/controls/forward1.png);
}
.fullscreen-close {
	background-image: url(../img/controls/close.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 19px;
    width: 21px;
}
.fullscreen-close:hover {
	background-image: url(../img/controls/close1.png);
}
/* PICTURES BG CONTROLS */
.pictures-controls {
	float: right;
	margin-right: 15px;
	padding-top: 4px;
}
.pictures-controls div {
    float: left;

}
.pictures-prev,
.pictures-play,
.pictures-pause,
.pictures-next {
	cursor: pointer;
	height: 19px;
    width: 21px;
    background-position: left top;
    background-repeat: no-repeat;
    margin-right: 2px;    
    display: none;
}
.pictures-loading {
    width: 16px;
    height: 11px;
    background-image: url(../img/controls/loading.gif);
    background-position: left top;
    background-repeat: no-repeat;
    margin-top: 4px;
    margin-right: 10px;
}
.pictures-prev {
    background-image: url(../img/controls/backward.png);
    left: 25px;
}
.pictures-prev:hover {
    background-image: url(../img/controls/backward1.png);
}
.pictures-play {
    background-image: url(../img/controls/play.png);
    left: 50px;
}
.pictures-play:hover {
    background-image: url(../img/controls/play1.png);
}
.pictures-pause {
    background-image: url(../img/controls/pause.png);
    left: 50px;
}
.pictures-pause:hover {
    background-image: url(../img/controls/pause1.png);
}
.pictures-next {
    background-image: url(../img/controls/forward.png);
    left: 75px;
}
.pictures-next:hover {
    background-image: url(../img/controls/forward1.png);
}
/* ------- 1. Top Level Menu ------- */
#mainmenu {
	width: 590px;
	height: 50px;
	float: left;
}
.jqueryslidemenu {
	position:relative;
	z-index:200;
	font: normal 18px 'Cuprum', arial, serif;
}
.jqueryslidemenu UL {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}
.jqueryslidemenu UL LI {
	position: relative;
	display: inline;
	float: left;
	margin:0;
	list-style:none;
}
.jqueryslidemenu UL LI.lv1 {
	/*border-right: 1px solid #999;*/
}


/* NASCONDO arrowimages={down... */
.jqueryslidemenu UL LI.lv1 IMG.downarrowclass {
	position: absolute;
	left: -9999em;
}
.jqueryslidemenu UL LI.lv1 IMG.rightarrowclass {
	position: absolute;
	right: 5px;
}
.jqueryslidemenu UL LI A {
	display: block;
	text-decoration: none;
	overflow:hidden;
	padding:0 16px;
}
* html .jqueryslidemenu UL LI A {
	display: inline-block;
}
/* top level menu link styles */
.jqueryslidemenu UL LI A,
.jqueryslidemenu UL LI A:link,
.jqueryslidemenu UL LI A:visited {
	height:50px;
	line-height:46px;
	color:#a19f9f;
}
/* .jqueryslidemenu li:hover a - creates the "sticky"  */
.jqueryslidemenu UL LI A:hover,
.jqueryslidemenu A.current,
.jqueryslidemenu A.inpath,
.jqueryslidemenu ul li:hover a {
	/*background: url(../img/mainmenu/menu_hover.png) no-repeat scroll center 8px transparent;*/
	color: #fff !important;
}
/* turn off hover image on current page sub items as well as   */
.jqueryslidemenu UL LI:hover li a,
.jqueryslidemenu UL UL LI.current_page_item,
.jqueryslidemenu UL UL LI.current_page_parent {
	background:none;
}


/* ------- 2. Dropdowns ------- */
.jqueryslidemenu UL LI UL {
	position: absolute;
	left: 0px;
	display: block;
	visibility: hidden;
	font-size: 16px;
}
.jqueryslidemenu UL LI UL LI {
	display: list-item;
	float: none;
}
.jqueryslidemenu UL LI UL LI UL {
	top:0px;
}
.jqueryslidemenu UL LI UL LI A {
	width: 200px;
	padding: 6px 16px;
	margin: 0;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.jqueryslidemenu UL UL LI A,
.jqueryslidemenu UL UL LI A:link,
.jqueryslidemenu UL UL LI A:visited {
	height:100%;
	line-height:20px;
}
.jqueryslidemenu UL LI UL LI A:hover,
.jqueryslidemenu UL UL LI A:hover {
	background: url(../img/mainmenu/li-second-lvl.gif) no-repeat 2px -28px;
	margin:0 4px;
	padding:6px 10px;
}
/* sub level link styles */
.jqueryslidemenu UL UL LI A,
.jqueryslidemenu UL UL LI A:link,
.jqueryslidemenu UL UL LI A:visited {
	background: url(../img/mainmenu/li-second-lvl.gif) no-repeat 6px 12px;
	color:#fff;
}
/* sub level hover styles */
.jqueryslidemenu UL LI UL LI A:hover,
.jqueryslidemenu UL UL LI A:hover {
	/*background:url(../img/mainmenu/opacity_strip.png) repeat-x scroll 0 4% transparent;*/
	/*background: #2f6895;*/
	color:#ffcc99 !important;
	padding-left:12px;
}
.jqueryslidemenu UL UL {
	padding-top:4px;
	top:30px;
	padding-bottom:4px;
	background: #000;
	border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;	
}
.jqueryslidemenu UL UL UL {
	margin-top:-5px;
}
.content-container {
	margin: 0 auto;
	padding-bottom: 27px;/*Footer height*/
	margin-bottom: 100px;
}
.content {
	width: 940px;
	margin: 0 auto;
	line-height: 150%;
}
.box {
	background: url(../img/opacity/80-perc.png) repeat;
	float: left;
	padding: 15px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.box.w300 {
	width: 270px;
}
.box.w620 {
	width: 590px;
}
.box.mg-r-20 {
	margin-right: 20px;
}
.box .tit-52 {
	font: normal 52px 'Cuprum', arial, serif;
	line-height: 38px;
	color: #fff;
}
.box .tit-42 {
	font: normal 42px 'Cuprum', arial, serif;
	color: #fff;
}

/* BREADCRUMB */
.breadcrumb {
	margin-bottom: 10px;
	color: #ffcc99;
}
.breadcrumb A {
	color: #FFF;
	text-decoration: none;
}
.breadcrumb A:hover {
	color: #FFF;
	text-decoration: underline;
}
/* GOOGLE CLOUD */
#googleMap {
	color: #000;
}
#googleMap A {
	color: #000;
	text-decoration: none;
}
#googleMap A:hover {
	color: #000;
	text-decoration: underline;
}
#home-banner {
	background: url(/img/slider/shadow-big.png) no-repeat 0 310px;
	margin:0 auto 0 auto;
	width:940px;
	height:340px;
	padding-bottom:40px;
}#footer {
    clear: both;
    position: fixed;
    bottom: 0 !important;
    margin-left: -498px;
    height: 60px;
    overflow: visible;
    z-index: 1200;
    width: 996px;
    left: 50%;   
}
.footer-container {
    background: url(../img/footer/footer-container.png) no-repeat left top;
    width: 996px;
    height: 60px;
    margin: 0 auto;
    color: #bbb;
    font-size: 11px;
    line-height: 11px;
}
.footer-sx {
    float: left;
    width: 705px;
    /*height: 14px;*/
    padding: 10px 0 0px 10px;
    font-size: 11px;
    line-height: 14px;
}
.footer-sx SPAN {
	color: #fff;
}

.footer-dx {
    float: right;
    padding: 2px 10px 0 0;
    position: relative;
}
ul.footer-menu {
	float: right;
}
ul.footer-menu li {
	display: inline;
}
ul.footer-menu li a {
	list-style-image: none;
	list-style-type: none;
	float: left;
	line-height: 14px;
	background-color: #171717;
	margin-right: 1px;
	padding: 6px 8px 6px 10px;
	color: #FFF;
	height: 14px;
	font-size: 9px;
	text-transform: uppercase;
	text-shadow: #000 -1px -1px 0px;
}
ul.footer-menu li a:hover {
	text-decoration: none;
	color: #ffcc99;
	background-color: #252525;
	text-shadow: #000 1px 1px 0px;
}
.footer-menu .up-ico,
.footer-menu .down-ico {
	background: url(../img/icon/arrow-up.png) no-repeat right center;
	padding-right: 20px;
	display: block;
}
.footer-menu .down-ico {
	background: url(../img/icon/arrow-down.png) no-repeat right center;
}
.footer-pop-out-box {
	position: absolute;
	width: 240px;
	bottom: 28px;
	right: 45px;
	background-image: url(../img/opacity/80-perc.png);
    background-repeat: repeat;
	display: none;	
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.one-icon-wrap {
	float: left;
	padding: 9px 8px 7px 8px;
}
/* R-Slider */
/* Main slider content */
.rs-content { 
	overflow:hidden;
	position:relative;
	z-index:2;
}
/* Slide */
.rs-slide {
	position:absolute;
	left:0;
	top:0;
	display:none;
}
.rs-slide-content {
	width:100%;
	height:100%;
	position:relative;
	z-index:1;
}
/* Image */
.rs-image { 
	z-index:2;
	position:absolute;
	left:0;
	top:0;
}
/* Caption */
.rs-caption { 
	position:absolute;
	z-index:4;
}
.rs-nav {
	position:absolute;
	z-index:100;
	left:10px;
}
.rs-nav A {
	background: transparent url(../img/slider/slider-nav.png) right top no-repeat;
	float:left;
	display:inline;
	width:12px;
	height:12px;
	margin-right:2px;
}
.rs-nav .active { background:transparent url(../img/slider/slider-nav.png) left top no-repeat; }
.rs-nav a span { display:none }
.rs-next, .rs-prev {
	position:absolute;
	width:68px;
	height:68px;
	z-index:100;
}
.rs-next {
	background:transparent url(../img/slider/slider-next.png) left top no-repeat;
	right:-68px;
}
.rs-prev {
	background:transparent url(../img/slider/slider-prev.png) left top no-repeat;
	left:-68px;
}


/* Sliders styles
------------------------------------------------------------------------*/

/* Big slider (homepage and showcase) */
.big-slider {
	background: url(../img/slider/shadow-big.png) no-repeat 0 310px;
	margin:0 auto 0 auto;
	width:940px;
	height:340px;
	padding-bottom:40px;
	position:relative;
	overflow:hidden;
	z-index:1;
}
.big-slider .rs-content {
	background: transparent url(../img/opacity/30-perc.png) left top repeat;
	height:330px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.big-slider .rs-slide {
	margin: 5px;
	width:930px;
	height:320px;
}
.big-slider .rs-caption {
	background: transparent url(../img/opacity/80-perc.png) left top repeat;
	width: 575px;
	height: 70px;
	padding: 15px;
	margin: 10px;
	right:0;
	bottom:0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-family: 'Cuprum', arial, serif;
}
.big-slider .rs-caption h2 {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	margin-bottom:10px;
}
.big-slider .rs-caption p {
	padding-bottom:0;
	font-size:22px;
	line-height:26px;
	color:#fff;
}
.big-slider .rs-next, .big-slider .rs-prev { top:135px; }
.big-slider .rs-nav { bottom:65px; left: 15px;}

/* SUBMENU SEZIONE */
.box-menu {
}
.box-menu UL.cntx,
.box-menu UL.cate0Container {
	list-style: none;
	margin: 10px 0;
	font: normal 20px 'Cuprum', arial, serif;
}
.box-menu UL.cntx LI,
.box-menu UL.cate0Container LI {
}
.box-menu UL.cntx LI A,
.box-menu UL.cate0Container LI A {
	background: url(../img/page-menus/li.gif) no-repeat 0px 22px;
	display: block;
	padding: 15px 10px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
.box-menu UL.cntx LI A:hover,
.box-menu UL.cntx LI A.inpath,
.box-menu UL.cntx LI A.current,
.box-menu UL.cate0Container LI A:hover,
.box-menu UL.cate0Container LI A.inpath,
.box-menu UL.cate0Container LI A.current {
	background-position: 0px -18px;
	color: #ffcc99;
}
/*CATALOGO*/
.products-menu .title {
	/*display: none;*/
}.erwEditorContent {
	/*border: 2px dotted #f00;*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
/* HTML */
.erwEditorContent H1,
.erwEditorContent H2,
.erwEditorContent H3,
.erwEditorContent H4,
.erwEditorContent H5,
.erwEditorContent H6
{
	margin-bottom: 10px;
	color: #fff;
}

.erwEditorContent H1 {
	font: normal 24px 'Cuprum', arial, serif;
	color: #fc9;
}
.erwEditorContent H2 {
	font: normal 20px 'Cuprum', arial, serif;
	color: #fff;
}
.erwEditorContent H2 A {
	color: #fc9;
}
.erwEditorContent H3
{
	font-size: 20px;
}
.erwEditorContent H4
{
	font-size: 18px;
}
.erwEditorContent H5
{
	font-size: 16px;
}
.erwEditorContent H6
{
	font-size: 14px;
}
.erwEditorContent P,
.erwEditorContent UL,
.erwEditorContent OL,
.erwEditorContent BLOCKQUOTE.commas
{
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 20px;
}
.erwEditorContent UL,
.erwEditorContent OL
{
	clear: both;
}
.box .tit-52 .erwEditorContent *  {
	font: normal 52px 'Cuprum', arial, serif !important;
	line-height: 38px !important;
	color: #fff !important;
	padding: 0;
	margin: 0;
}
.erwEditorContent IMG.fl-r {
	float: right;
}

/* Pullquotes */
.erwEditorContent .pullquote {
	color: #fff;
	float: right;
	font: normal 22px 'Cuprum', arial, serif;
	line-height: 30px;
	font-style: italic; 
	margin-left: 10px;
	margin-bottom: 1%;
	padding-left: 10px;
	width: 220px;
}
/* POP UP PRIVACY */
.erwEditorContent.privacypop H1,
.erwEditorContent.privacypop H2,
.erwEditorContent.privacypop H3
{
	color: #ffcc99;
}


P.closer {
	width: 200px;
	position: relative;
	left: 50%;
	margin: 2% 0 5% -100px;
	text-align: center;
}
A.button {
	background:url(../img/form/button_sprite.png) no-repeat scroll center -13px transparent;
	color:#eee;
	font-size:11px;
	letter-spacing:1.6px;
	text-decoration: none;
	margin:0px 0;
	outline-width:0;
	padding:9px 13px;
	text-transform:uppercase;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
A.button:hover, A.button:focus {
	color:#fff;
}
