html,body{
    height:100%;
    margin:0;
}

body{
	border:0;
	font-family: Arial, Helvetica, sans-serif;	
}

body>#main{
    height: auto;
    min-height: 100%;
}

div#main{
	position:relative;
	overflow: hidden;
	background-repeat: no-repeat;
	display:none;
	height:100%;
}

div#topbar{
	width:100%;
	display: block;
	clear:both;
	height:60px;
	overflow:hidden;	
}

div#topbar img{
	float:right;
	display:inline;
}

div#topbar h1{
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	font-size:20px;
	font-family: Arial, Helvetica, sans-serif;
	padding:0;
	background-color: #000;
	height:36px;
	line-height: 36px;
	overflow:hidden;
	padding-left:100px;
	/*
	background-image: url(../img/topbar_bg.jpg);
	background-repeat: repeat-x;
	*/
}


div#thumbnailer{
	height:134px;
	background-color:#9e9e9e;
	width:100%;
	position: absolute;
	bottom: 0;
	text-align: center;
}

div#thumbnailer .left{
	position: absolute;
	left: 0;
}

div#thumbnailer .right{
	position: absolute;
	right: 0;
}

div#bandanera{
	position: absolute;
	bottom:134px;
	height:4px;	
	width:100%;
	background-color: #1e1e1e;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	padding-top:4px;
}

div#menuContainer{
	position: absolute;
	bottom:21px;
	height:25px;	
	width:100%;
	background-color: #1e1e1e;
}

ul#menu{
	list-style-type: none;
	height:25px;
	text-align: center;
	margin-top: 0;
	background-color: #000;
	border-bottom: 1px solid #eee;
	border-top:1px solid #bfbfbf;;
	/*
	background-image: url(../img/menu_bg.jpg);
	background-repeat: repeat-x;
	border-bottom:1px solid #4e4e4e;
	border-top:1px solid #0d0d0d;
	*/
}

ul#menu li{
	color:white;
	font-size:14px;		
	line-height: 25px;
	text-align:left;
	height:25px;
	display: inline;
}

ul#menu li a{
	color:#fff;
	text-decoration: none;
	/*
	background-image: url(../img/li.jpg); 
	background-position:right;
	background-repeat:no-repeat;	
	*/
	display: inline;
	padding:0 40px 0 0;
	height:30px;
	font-weight:bold;	
}

ul#menu li a:hover,ul#menu li a:visited{
	color:#fff;
	text-decoration: none;
}

div#back{
	left:20px;
}

div#forward{
	right:20px;
}

div.scroll_btn{
	position: absolute;
	width:50px;
	height:125px;
}

div.scroll_btn a{
	display: block;
	width:50px;
	height:125px;
	background-position: left;
}

div.scroll_btn a:hover{
	background-position: right;
}

div#back a{
background-image: url(../../img/back.png);
}

div#forward a{
background-image: url(../../img/forward.png);
}

div#prods{
	position:absolute;
	background: transparent;
	overflow: hidden;
}

div.product{
	background: transparent;
	float:left;
	text-align: center;
}


div.product img
{
	width:360px;
	height:360px;
}

div#show_description{
	width:200px;
	overflow:hidden;
	color:black;
	font-weight:bold;
	text-align: left;
	position: absolute;
	left:80px;
	padding:15px;
	
}

div#show_description p{
	cursor:hand;
	cursor:pointer;
	font-size:12px;
	text-align: left;
	height:17px;
	line-height: 17px;
	width:110px;
		
	background-image: url(../../img/arrow.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

div#description{
	margin-top:5px;
	background-color: white;
	font-size:11px;
	width:170px;
	height:310px;
	padding:15px 15px;
	overflow: hidden;
	text-align: justify;
	line-height: 1.3em;
	font-weight: normal;
	
	background-image: url(../../img/logo_small.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	
}


div#change_prods{
	width:200px;
	overflow:hidden;
	color:black;
	font-weight:bold;
	text-align: center;
	position: absolute;
	right:100px;
	padding:15px;
}

div#change_prods p{
	cursor:hand;
	cursor:pointer;
	font-size:12px;
	text-align: left;
	width:130px;

	height:17px;
	line-height: 17px;
		
	background-image: url(../../img/arrow.gif);
	background-position: top right;
	background-repeat: no-repeat;
	
}


div#change_prods div{
	background-color: #fff;
	margin-top:5px;
}


div#change_prods img{
	margin:20px 0;
	border:1px solid black;
}

div#change_prods p#prod_name{
	font-size:10px;
	height:10px;
	padding-bottom:10px;
	text-align: center;
	background-image: none;
	width:100%;
}



div.description{
	display: none;
}

div#thumbs{
	position: absolute;
	bottom:40px;
	overflow:hidden;
}

div.thumb{
	margin-right: 20px;
	width:72px;
	height:80px;
	text-align: center;
	float: left;
	position:relative;
	text-align:center;
}

div.thumb img.new
{
	position:absolute;
	top:16px;
	left:32px;
	border:0;
	width:50px;
	height:40px;
	z-index:1000;
}

div.thumb img{
	border:1px solid #363636;
	clear: both;
	width:60px;
	height:60px;
	margin:0;
}

div.thumb span.title{
	font-size:9px;
	display:none;
	height:25px;
	line-height:0.92em;
}

div#thumbs div#thumbs_container{
	width:9999px;
	display: block;
}

div#thumbs .cback{
 width:30px;
 float:left;
 z-index:999;
  height:80px;
 display: block;
}

div#thumbs .cforward{
 width:30px;
 float:right;
 top:40px;
 z-index:999;
 height:80px;
 display: block;
 text-align:right;
}

div#frame{
	position: absolute;
	width:60px;
	height:60px;
	border:1px solid #ffa804;
	z-index: 10;
	background: transparent;
	bottom:58px;
}

body>#loadercontainer{
    height: auto;
    min-height: 100%;
}

div#loadercontainer{
	width:100%;
	background-color: transparent;
	font-weight:bold;
	font-size:14px;
	text-align: center;
	background-position: top center;
	background-repeat:no-repeat;
	position: relative;
	text-align: center;	
	color:#000;
	position: relative;
	height:100%;
}

div#loader_status{
	position: absolute;
	top:50%;
	left:50%;
	margin:auto;
	width:400px;
	height:200px;
	margin-top:-100px;
	margin-left:-200px;	
}

div#loader_status img{
	margin:25px 0;
}

div#productSelectorContainer{
	clear:both;
	display:block;
	height:250px;
	overflow: hidden;
	margin:0 auto;
}

div#productSelectorContainer table{
	width:100%;
}

div#productSelectorContainer table td{
	text-align:center;
}


div#productSelectorContainer .linea{
	height:175px;
	text-align: center;
	margin:0 auto;
	padding:0;
	margin-top:75px;
	overflow: hidden;
}

div#productSelectorContainer .linea img{
	border:4px solid #fff;	
}

div#productSelectorContainer .linea p{
	margin-top:10px;
}

div#productSelectorContainer .linea a{
	color:#fff;
	font-weight: bold;
	text-decoration: none;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}

div#productSelectorContainer .linea a:hover{
	color:#fff;
	text-decoration: none;
}

div#productSelectorContainer .linea a:visited{
	color:#fff;
	text-decoration: none;
}

div#footer{	
	height:20px;
	position: absolute;
	bottom:0px;
	width:100%;
	line-height: 20px;
	color:#b4b4b4;	
	font-size:10px;
	text-align: right;
	background-color:#000000;
	opacity: 0.85;
	filter: alpha(opacity=85);
	border-top:1px solid #eee;
}

div#footer span{
	padding-right: 40px;
}

div#footer span b{
	color:#ffffff;
}

div#footer a{
	text-decoration:none;
}

/* Stili per la pagina referenze */
div#referenze{
	background: transparent;
	overflow: hidden;
	list-style: none;
	margin:0 auto;
	padding: 10px;
	width: 790px;
	height: 500px;
	position:relative;
	top:50%;
	margin-top:-300px;
}

ul.thumbReferenze {
	list-style: none;
	width: 750px;
	position:relative;
	margin-left:25px;
	margin-top:25px;
}

ul.thumbReferenze li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 140px;
	height: 140px;
}
ul.thumbReferenze li img {
	width: 130px; height: 130px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}
ul.thumbReferenze li img.hover {
	background:url(../../img/thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect
	border: none; /* Get rid of border on hover */
}

