html, body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}
body {
	font-family: "Arial", "Helvetica";
	background-image: url("/media/img/bg.jpg");
	background-position: center;
	background-repeat: repeat-y;
	font-size:93%; /* = 15 -> il font-size di default dei browser è a 16 per cui formula per trovare em è "target px / 15px = em" */
}
a {
	outline:none;
}
img {
	border:0px;
}
ul {
	margin:0px;
}
li {
	list-style: none;
}
h1 {
	color:#494039;
	font-size:1.6em;
	font-weight: normal;
}
.clearfix {
	line-height:1px !important;
	height:0;
	margin:0;
	clear: both;
	visibility: hidden;
}
#container {
	width:990px;
	margin-left:auto;
	margin-right:auto;
}
#content {
	padding:0px 5px 10px 4px;
	color:#808285;
	line-height:1.7em;
}
.page-text {
	padding:30px;
}
.small-text {
	font-size:0.8em;
}

/* HEADER AND TOOLBAR */
#header {
	position:relative;
	height:80px;
}
#header #logo {
	position:absolute;
	top:15px;
	left:20px;
	z-index:30;
}
#header ul li {
	display: inline;
}
#header ul .active a{
	color:#423e35;
}
#header #menu-main {
	/* overrided in css ie */
	position:absolute;
	top:35px;
	left:120px;
	font-weight: bold;
}
#header #menu-main a {
	margin-left:20px;
}
#header #menu-top-right {
	position:absolute;
	right:40px;
	top:16px;
	font-size:0.86em;
}
#header #menu-top-right a {
	margin-left:20px;
}
#header #menu-jacuzzi-home-toolbar {
	/* overrided in css ie */
	position:absolute;
	top:57px;
	left:272px;
	font-size:0.86em;
	font-weight: bold;
}
#header #menu-jacuzzi-home-toolbar li {
	margin-right:15px;
}
a:link, a:visited {
	text-decoration: none;
	color: #9ea1a4;
}
a:hover, a:active {
	color: #423e35;
}
/* HOME */
.home-boxes {
	position:relative;
}
#box-spa, #box-home {
	position:absolute;
	width:450px;
	height:210px;
	top:-130px;
	cursor: pointer;
}
#box-spa a, #box-home a {
	display:block;
	position:absolute;
	top:13px;
	left:15px;
}
#box-spa a:link, #box-spa a:visited, #box-home a:link, #box-home a:visited {
	text-decoration: none;
	color: #FFF;
	font-weight:bold;
}
#box-spa a:hover, #box-spa a:active, #box-home a:hover, #box-home a:active {
	color: #FFF;
}
#box-spa {
	left:32px;
}
#box-home {
	right:32px;
}

/* PRODUCTS */
#products-toolbar {
	height:560px;
	width:156px;
	float:right;
	padding:20px 10px 20px 25px;
	background-image: url("/media/img/products-menu-bg.png");
	line-height:18px;
}
#products-toolbar li {
	margin-bottom:10px;
}

#products-toolbar li.active a{
	color:#FFF;
}
#products-toolbar a:link, #products-toolbar a:visited {
	text-decoration: none;
	font-size:0.86em;
	font-weight:bold;
	color: #BBB;
}
#products-toolbar a:hover, #products-toolbar a:active {
	color: #FFF;
}
.right-column {
	width:260px;
	float:right;
	font-size: 0.8em;
}
.left-column {
	width:600px;
	float:left;
}
.link-box {
	margin-bottom:20px;
}
.link-box .upper {
	padding:18px;
	background-color:#ebe6db;
	line-height:17px;
}
.link-box .lower {
	padding:8px 8px 8px 18px;
	background-color:#6a5d57;
}
.link-box .lower a:link, .link-box .lower a:visited {
	text-decoration: none;
	color: #FFF;
}
.link-box .lower, .link-box .lower:active {
	color: #FFF;
}
.link-box .highlighted {
	font-weight: bold;
}

.download-brochure{
	width:300px;
	height:21px;
	border:none;
	color:#acacae;
	margin-top:5px;
	position: relative;
}
.download-brochure img{
	position: absolute;
	left:0px;
	top: -2px;
}
.download-brochure span{
	display:block;
	line-height: 1;
	position: absolute;
	left:21px;
	top: 0px;
}
