﻿@charset "UTF-8";
/* CSS Document */

.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */
.bubplastic.horizontal {
	width: 100%;
	height: 55px;
	margin: 0;
	padding: 0;
	background: #000000 url(../img/menu_gradient.jpg) top left repeat-x;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin:0px 0px 0px 135px ;
	padding: 10px 0px 10px 0px;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 30px;
	padding-left: 30px;
	float: left;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	text-decoration: none;
}
.bubplastic.horizontal ul li a:hover {
	display:block;
	background:url(../img/hover.png) bottom;
	height: 41px;
	margin:0px;
	padding-left: 30px;

}
.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	padding-top: 5px;
	height: 41px;
	padding-right: 30px;
	background: transparent url(../img/menu_spacer.png) top right no-repeat;
	cursor: pointer;
	font-weight: bold;
}
.bubplastic.horizontal ul li a span.menu_ra {
	display: block;
	float: left;
	padding-top: 5px;
	height: 41px;
	padding-right: 30px;
	cursor: pointer;
	font-weight: bold;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */

/* BEGIN PANORAMA */
#page {
	text-align: center;
	color: white;
}
#page .panorama-viewport {
	border: 5px solid #CC3300;
	margin-left: auto;
	margin-right: auto;
}
.TB_overlayBG {
	background-color: #595959;
}
.Box_left
{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7; 
	position: absolute;
	top: 48px;
	padding: 0px;
	margin-left: 0px;
	background-color: #CCCCCC;
	width: 150px;
	height: 225px;
	z-index: 10;
}
.Box_right
{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7; 
	position: absolute;
	top: 48px;
	padding: 0px;
	margin-left: 874px;
	background-color: #CCCCCC;
	width: 150px;
	height: 225px;
	z-index: 10;
}
#header_tras
{
	background-image: url('../img/header_trasp.png');
	width: 1024px;
	height: 76px;
	position: absolute;
	padding: 0px;
	margin: 0px;
	z-index: 999;
}
.panorama-viewport {
	position: relative;
	width: 620px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-align: left;
}
.panorama-container {
	position: relative;
	width: 100000px;
	margin: 0;
	padding: 0;

}
.panorama-panel {
	position: absolute;
	display: none;
	top: 0;
	right: 0;
	background: #009cff;
	filter: alpha(opacity=50);
	opacity: .5;
	color: white;
	padding: 4px;
	height: 225px;
}
.panorama-panel ul {
	display: none;
}
.panorama {
	position: relative;
	margin: 0;
	padding: 0;
	border: none;
	height: 225px;
}
.panorama-title {
 	position: absolute; 
	right: 0;
	top: 0; 
	font-size: 16px; 
	font-family: Verdana;
	background: gray;
	padding: 3px;
	filter: alpha(opacity=50);
	opacity: .5;
}
/* END PANORAMA */
