* {
	padding:0;
	margin:0;
}
html, body {
	height: 100%;
}
:-moz-any-link:focus { outline: none; }

body {
	margin:0;
	padding:0;
	background:#202020;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}
a img {
	border:none;
}
a {
	text-decoration:none;
}
div#wrapper {
	width:100%;
	background:url(../images/backGround.gif) center 0 no-repeat #fff;
	border-bottom:1px solid #d3d3d3;
}

div#wrap {
	width:966px;
	margin:0 auto;
}

.left {
	float:left;
}
.right {
	float:right;
}



/**** HEADER ****/
div#header {
	width:960px;
	height:568px;
	background:url(../images/backBanner.png) 0 60px no-repeat;
	position:relative;
	padding:0 3px;
}
div#header a.logo {
	position:absolute;
	z-index:10;
	top:20px;
}
div#header a.makhteshim {
	position:absolute;
	z-index:10;
	right:3px;
	top:26px;
}

/*** menu ***/
div#menu {
	position:absolute;
	width:960px;
	height:39px;
	top:63px;		
	right:3px;
	z-index:5;
	background:url(../images/backMenu.gif) 0 0 repeat-x;
}
div#menu ul {
	font-family: 'PuritanBold';
	font-weight:normal;
	float:right;
	list-style:none;
	line-height:39px;
	font-size:15px;
	text-transform:uppercase;
}
div#menu ul li {
	float:left;
	background:url(../images/divMenu.png) 0 0 no-repeat;
	padding:0 0 0 2px;
}
div#menu ul li a {
	display:block;
	padding:0 8px;
	color:#FFF;
	text-shadow:1px 1px 0 #333;
}
div#menu ul li a:hover,
div#menu ul li a.active {
	background:url(../images/backMenuHover.gif) 0 0 repeat-x;
}


/**** banner categorie prodotti ****/
div#feature_list {
	width: 960px;
	height: 448px;
	overflow: hidden;
	position: relative;
	z-index:0;
	top:103px;
}
div#feature_list ul {
	position: absolute;
	bottom: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}
ul#tabs {
	left: 0;
	z-index: 2;
	width: 960px;
}
ul#tabs li {
	font-size: 12px;
	font-family: Arial;
	float:left;
}
ul#tabs li a {
	color: #222;
	text-decoration: none;	
	display: block;
	width:320px;
	height: 156px;
	outline: none;
}
ul#tabs li a.wellness {
	background:url(../images/backWellness.jpg) 0 36px no-repeat;
}
ul#tabs li a.wellness.current {
	background:url(../images/backWellnessHover.png) 0 0 no-repeat;
}
ul#tabs li a.myspace {
	background:url(../images/backMyspace.jpg) 0 36px no-repeat;
}
ul#tabs li a.myspace.current {
	background:url(../images/backMyspaceHover.png) 0 0 no-repeat;
}
ul#tabs li a.easygarden {
	background:url(../images/backEasygarden.jpg) 0 36px no-repeat;
}
ul#tabs li a.easygarden.current {
	background:url(../images/backEasygardenHover.png) 0 0 no-repeat;
}
ul#tabs li a p {
	font-family: 'PuritanRegular';
	font-weight:normal;
	font-size:12px;
	text-shadow:1px 1px 0 #333;
	color:#FFF;
	padding:105px 20px 0;
}

ul#tabs li a.pulsante {
	font-family: 'PuritanRegular';
	font-weight:normal;
	width:65px;
	line-height:20px;
	height:20px;
	display:block;
	text-align:center;
	position:absolute;
	z-index:100;
	font-size:14px;
	color:#fff;
}
ul#tabs li a#puls_wellness {
	background:url(../images/backPulsWellness.png) 0 0 no-repeat;
	text-shadow:1px 1px 0 #763607;
	bottom:10px;
	right:660px;
}
ul#tabs li a#puls_myspace {
	background:url(../images/backPulsSpace.png) 0 0 no-repeat;
	text-shadow:1px 1px 0 #7c1311;
	bottom:10px;
	right:340px;
}
ul#tabs li a#puls_easygarden {
	background:url(../images/backPulsEasyGarden.png) 0 0 no-repeat;
	text-shadow:1px 1px 0 #61395c;
	bottom:10px;
	right:20px;
}



ul#output {
	top:0;
	width: 960px;
	height: 328px;
	position: relative;
}
ul#output li {
	position: absolute;
	width: 960px;
	height: 328px;
}



/*** CONTENUTO ***/
div#content {
	width:961px;
	margin:0 0;
	overflow:hidden;
	padding:0 0 30px 5px
}

div#mainContent {
	float:left;
	overflow:hidden;
	width:642px;
}

/*** news e consigli ***/
div.box {
	width:293px;
	margin:0 0 20px;
}
div.box div.img {
	position:relative;
	width:293px;
	height:178px;
	margin-bottom:5px;
}
div.box div.img img {
	position:absolute;
}
div.box div.img img.thumb {
	z-index:0;
	top:12px;
	left:10px;
}
div.box div.img img.mask {
	z-index:10;
}
div.box div.testo {
	width:264px;
	margin:0 0 0 5px;
	padding:0 10px 15px;
	border-bottom:1px dotted #333;
	overflow:hidden;
}
div.box div.testo h3 {
	color:#333;
	font-size:11px;
	font-weight:normal;
}
div.box div.testo h2 {
	font-family: 'PuritanBold';
	font-weight:normal;
	font-size:16px;
	margin-bottom:5px;
}
div.box div.testo p {
	font-size:11px;
	color:#5f5f5f;
}
div.box div.testo a {
	float:right;
	margin:10px 0 0 0;
}

div#news h2 {
	color:#a3b722;
}
div#consigli h2 {
	color:#58aae7;
}


/*** colonna destra ***/
div#rightColumn {
	float:right;
	width:293px;
}

div#newsletter {
	background:url(../images/newsletter.gif);
	position:relative;
	width:293px;
	height:71px;
}
div#newsletter form input#text {
	background:url(../images/inputTxt.gif) 0 0 no-repeat;
	width:130px;
	height:21px;
	display:block;
	line-height:21px;
	border:none;
	padding:0 0 0 5px;
	color:#666;
	position:absolute;
	top:33px;
	left:83px;
}
div#newsletter a img {
	position:absolute;
	top:33px;
	right:12px;
}
div#rightColumn a {
	display:block;
}

/**** FOOTER ****/
div#footer {
	width:100%;
	border-top:5px solid #fff;
	font-size:10px;
	padding:0 0 20px;
}
div#footer div.dati{
	width:962px;
	padding:20px 0;
	margin:0 auto;
	text-align:center;
	position:relative;
	color:#FFF;
}
div#footer div.dati p strong {
	color:#95b921;
}
div#footer div.dati p a {
	color:#CCC;
}
div#footer div.dati p a:hover {
	text-decoration:underline;
}
div#footer div.dati img {
	position:absolute;
	right:0;
	top:14px;
}
div#footer div.societa {
	background:#303030;
	padding:10px 0;
}
div#footer div.societa div {
	width:962px;
	margin:0 auto;
	text-align:center;
	color:#999;
}

/*** PATH ***/
div#path {
	font-size:10px;
	color:#636363;
	margin-bottom:20px;
}
div#path a {
	color:#999;
	text-decoration:none;
}
div#path a:hover {
	color:#00853e;
}
div#path span {
	font-weight:bold;
	color:#333;
}


/*** rivenditori ***/
div.overflow {
	overflow:hidden;
}
div.overflow img {
	float:left;
	margin-left:20px;
}
div.overflow form {
	float:right;
	margin-right:20px;
	width:200px;
}

div.overflow form select {
	float:right;
	margin:20px 20px 0 0;
	width:180px;
}

ul#newsList {
	list-style:none;
}
ul#newsList li {
	padding:10px 20px;
}
ul#newsList li p {	
	padding:0 0 0 10px;
}
ul#newsList li p.name {
	font-family: 'PuritanRegular';
	font-weight:normal;
	font-size:13px;
	margin-bottom:5px;
	color:#333;
	background:#dedede;
}

form#registration_form {
	width:495px;
}
form#registration_form p {
	margin:10px 0;
}

form#registration_form p label {
	width:100px;
	display:block;
	float:left;
	padding:0 0 0 10px;
	font-weight:bold;
}
form#registration_form p input {
	line-height:20px;
	padding:0 0 0 5px;
	color:#666;
}

/*** tabella agenti ***/
.agentiTable tr td{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	border-bottom:1px dotted #999;
}

ol {
	padding-left:20px;
	margin:10px 0 20px;
}
ol li {
	padding:7px 0;
}
