@charset "utf-8";
@import url("tabulator.css");
@import url("lists.css");
@import url("fonts.css");
@import url("products.css");
@import url("productSheet.css");
@import url("internal.css");
@import url("loginbox.css");
@import url("contacts.css");
@import url("catalog.css");


#printt body 
{
	font-family: "Futura Book", Verdana, Geneva, sans-serif;
	font-size:12px;
	margin: 0 auto;
	background-color:#FFF;
	color:red;
	z-index:-1px;
}

body {
	font-family: "Futura Book", Verdana, Geneva, sans-serif;
	font-size:12px;
	background-image: url(../images/sfondo_tile.gif);
	background-repeat: repeat-x;
	margin: 0 auto;
	background-color:#0b66ac;
	color:#454545;
	z-index:-1px;
}


#header table
{
	margin: auto;
}

.bigtable 
{
	border-collapse:collapse;
	padding:0;
	margin:0;
	width:1%;
}

.header_banner
{
	padding:0px;
}
.footer_background
{
	background-image:url(../images/footer.png);
	background-color:#FFF;
	background-position:bottom;
	padding:0px;
	height:52px;
}
.menu_background
{
	background-image:url(../images/sotto_menu_alto.png);
	background-color:#FFF;
	background-position:top;
	height:50px;
	border:1px none red;
	padding:0px;
	vertical-align: top;
}

.main_td
{
	background-color:#FFF;
	min-height:300px;
	height: auto;
	height: 300px;
	vertical-align:top;
}

.footer_shadow
{
	height:20px;
	background-image:url(../images/shadow_bottom_v2.png);
	background-position:top;
	background-repeat:repeat-x;
}

.footer_left_shadow
{
	background-image:url(../images/shadow_bottom_left_v2.png);
	height:20px;
	width:20px;
	background-position:right;
	background-repeat:no-repeat;
}

.footer_right_shadow
{
	background-image:url(../images/shadow_bottom_right_v2.png);
	height:20px;
	width:20px;
	background-position:left;
	background-repeat:no-repeat;
}

.left_shadow
{
	padding:10px;
	background-image:url(../images/shadow_left_v2.png);
	background-repeat:repeat-y;
	background-position:right;
}

.right_shadow
{
	padding:10px;
	width:20px;
	background-image:url(../images/shadow_right_v2.png);
	background-repeat:repeat-y;
	background-position:left;
}



.menubarv2
{
	padding-left:15px;
	padding-top:15px;
	position:relative;
	z-index:999;
	border:1px none red;
	height:35px;
}


#pannello_sfondo
{
	z-index:99999998;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-image:url(../images/sfondo-nero.png);
	display:none;
}
#pannello
{
	width:100%;
	height:500px;
	z-index:99999999;
	position:absolute;
	left:0;
	top:65px;
	background-image:url(../images/sfondo_pannello.png);
	background-repeat:no-repeat;
	background-position:center;
}
#pannello_inner
{
	margin:60px auto;
	width:370px;
	height:370px;
}
#pannello_chiudi
{
	text-align:right;
}