﻿/*
  
  Site version: 1.0;
  Client:       Gio Ponti
  Author:       Gruppo 36 @ http://www.gruppo36.it
  CMS:          NTool v2.6,  http://www.ntool.it 

  ---

  0.  Admin Reset
  1.  Normalize
  2.  Standard Tag
  3.  NTool Tag

	---

*/

/* -----------------------------------------------------------------------
		0.  Admin Reset 
		set default admin values to canvas for a better display
  ------------------------------------------------------------------------*/

#BPTag1, #BPTag2, #BPTag3
{
	min-height: 20px;
}
.adminDivBP { outline: 1px dotted red; border: 0;}

.NT_LBoxDetailClose a img
{
	width: 75px;
	height: auto;
}



/* -----------------------------------------------------------------------
		2.  Standard tag 
		set the "site chosen" behaviour 
  ------------------------------------------------------------------------*/

html
{		
	height:100%;  
}
body
{
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #000;
	padding:0;
	margin: 0;
}
table
{

}
p
{
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}
a
{		
	color: #000;		
	text-decoration: none;
}
a:hover
{
	color: #a77f4c;
}
h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	margin-top: 0;
}
h1
{
	font-size: 1.7em;
}
h2
{
	font-size: 1em;
}
img
{
	line-height: 0;
	font-size: 0;
	border:0;
}
ul, ol
{	

	margin: 0;
	padding: 0;
}
form
{
	
}
input, textarea
{
	
}
textarea 
{ 
	resize: none; 
}

/* -----------------------------------------------------------------------
		3.  NTool Tag 
		set default NTool Tag
  ------------------------------------------------------------------------*/

/* 	first number = template base group, second number = menu order, third number = menu item level.
		add a new scheme for each menu
*/

/* highlight menu element of the current page*/
.menu1_0_0open { color: #a77f4c; }
.menu1_1_1open { color: #a77f4c; }
.menu1_1_2open { color: #a77f4c!important; }