﻿html,body
{
	width:100%;
	min-width:1000px;
	font-family:Arial;
	background:#0182c6;
	font-size:14px;
	line-height:16px;
}
h1
{
	font-size:18px;
	font-weight:bold;
}
h2
{
	font-size:16px;
	font-weight:bold;
}
h1,h2,h3,h4,h5
{
	padding:10px;
}
p
{
	padding:5px;
}
a
{
	color:#0069a1;
}
b,strong
{
	font-weight:bold;
}
li
{
	list-style-type:circle;
	list-style-position:inside;
}
#Header
{
	height:241px;
	width:100%;
	min-width:1000px;
	background:White url('top_bg.jpg');
	position:relative;
	z-index:0;
}
#HeaderLeftDecor
{
	background:White url('top_bg_left.jpg');
	height:241px;
	width:389px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:0;
}
#HeaderRightDecor
{
	background:White url('top_bg_right.jpg');
	height:241px;
	width:223px;
	position:absolute;
	right:0px;
	top:0px;
	z-index:0;
}
.Logo
{
	position:absolute;
	left:444px;
	top:30px;
}
#LogoFlash
{
	position:absolute;
	left:400px;
	top:8px;
}
#Menu
{
	position:absolute;
	left:330px;
	top:163px;
	font-size:18px;
}
#Menu a
{
	color:White;
	text-decoration:none;
	margin-right:50px;
}
#Menu a:hover
{
	text-decoration:underline;
}
.SelectedTopLink
{
	font-weight:bold;
}
#MenuPath
{
	position:absolute;
	left:190px;
	top:205px;
	font-size:12px;
}
#MenuPath a
{
	color:#0069a1;
}
#Holder
{
	width:100%;
	min-width:1000px;
	background: url('bottom_left.jpg') no-repeat;
	background-position:left bottom;
	z-index:10;
}
#LeftColumn
{
	width:176px;
	background:#d3d9dd;
	border-bottom:Solid 6px White;
	float:left;
	font-size:12px;
}
#LeftColumn a
{
	display:block;
	color:#666666;
	text-decoration:none;
	margin:7px;
}
#LeftColumn a.SelectedLeftLink
{
	color:#0182c6;
}
#Content
{
	margin-left:176px;
	padding:20px;
	padding-top:0px;
	background:White url('bottom_right.jpg') no-repeat;
	background-position:right bottom;
	min-height:400px;
}

#Footer
{
	clear:both;
	width:100%;
	min-width:1000px;
	height:35px;
	position:relative;
}
#Copyright
{
	position:absolute;
	left:10px;
	top:10px;
	color:White;
	font-size:12px;
}
#effetto
{
	position:absolute;
	right:10px;
	top:10px;
	color:White;
	font-size:12px;
}
#effetto a
{
	color:Red;
	text-decoration:none;
}
.SpacedTable td
{
	padding:4px;
}
.SpacedTable th
{
	font-weight:bold;
	border:solid 1px Gray;
	padding:4px;
}
.PriceTable td,
.PriceTable th
{
 border:solid 1px Gray;
 padding:4px;
}
.PriceTable th
{
 font-weight:bold;
}
