body, p, h1, h2, h3, h4, ul, li, ol, div, form { margin: 0; padding: 0; list-style: none; font-size: 100%;}

body {
	background-color: #F5F4F2;
	background-image: url(bg_body.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 180%;
}

img {
	border:	none;
}

a {
	color:	#104F11;
}

a:hover {
	text-decoration: none;
}

.hidden {
	display: none;
}

table {
	border-collapse: collapse;
}

.center {
	text-align: center;
}

.box_1 {
	width: 960px;
	margin: 10px auto 0px auto;
	min-height: 850px;
	background-image: url(bg_box_1b.gif);
	position: relative;
}

/*
#home .box_1 {
*/

.box_1 {
	background-image: url(bg_box_1.gif);
}

/*		header
--------------------------------*/

.header {
	width: 960px;
	height:	150px;
	background-image: url(bg_header.gif);
}

.header h1 {
	display: none;
}

/*		menu
--------------------------------*/
.main_menu {
	margin: 0px auto 0px auto;
	width: 958px;
	height: 31px;
	background-image: url(bg_menu.gif);
	background-repeat: repeat-x;
	padding: 7px 0px 0px 0px;
	background-color: #104E11;
	text-align: left;
	z-index: 20;
}

.main_menu li {
	display: inline;
	padding: 0px 18px 3px 17px;
	background-image: url(bg_menu_li.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.main_menu li#primo {
	background-image: none;
}

.main_menu li a {
	text-decoration: none;
	color: White;
	font-weight: bold;
}

.main_menu li a:hover {
	color:	#F5CA01;
}    

/*		fascione + banner
--------------------------------*/
.fascione {
	height: 252px;
	width: 960px;
	background-image: url(bg_fascione_b.jpg);
	border-top: 1px solid White;
	position: relative;
}

/* 
#home .fascione {
*/
.fascione {
	background-image: url(bg_fascione.jpg);
}

.banner {
	position: absolute;
	right: 9px;
}

.banner a {
	display: block;
	border: 1px solid #6C6C6C;
	margin: 15px 10px 18px 10px;
}

.banner a:hover {
	border-color:	#000000; 
}

.corner {
	position: absolute;
	bottom: 3px;
	left: 2px;
	height: 80px;
	width: 170px;
	background-image: url(transparent.png);
	border: 1px solid #374514;
	text-align: left;
}

.corner a {
	color: White;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 10px 0px 10px 18px;
}

.corner a:hover {
	color:	#F5CA01;
}

#box_prodotti , #box_profilo , #box_erbario , #box_home {
	height: 220px;
	width: 225px;
	position: absolute;
	background-color:	transparent;
	left: 158px;
	top: -38px;
	padding: 5px;
}

#box_profilo {
	left: 70px;
}

#box_erbario {
	left: 250px;
}

#box_home {
	left: -3px;
}

#box_prodotti ul , #box_profilo ul , #box_erbario ul , #box_home ul  {
	text-align: left;
	margin: 33px 0px 0px 0px;
	padding: 10px 25px 20px 10px;
	background-color:		transparent;
	background-image: url(transparent_green.png);
	border: 1px solid #15401B;
	border-width: 0px 1px 1px 1px;
	z-index: 10;
	/* height: 135px; */
	overflow:	visible;
}

#box_home ul {
	height: 50px;
}

#box_prodotti ul li a , #box_profilo ul li a , #box_erbario ul li a , #box_home ul li a  {
	display: block;
	color: White;
	text-decoration: none;
	font-size: 90%;
	text-transform: uppercase;
	padding: 2px 0px 3px 0px;
	background-image: url(transparent_white.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#box_prodotti ul li a:hover , #box_profilo ul li a:hover , #box_erbario ul li a:hover , #box_home ul li a:hover {
	color:	#F5CA01;
}

/*		sidebar
--------------------------------*/

h2 {
	color: Black;
	background-color: #F9D006;
	background-image: url(bg_h2.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	padding: 4px 4px 4px 10px;
	margin: 10px 0px 10px 0px;
}

.sidebar {
	min-height: 600px;
	width: 310px;
	margin: 0px 0px 0px 10px;
	float: left;
	text-align: left;
	color: #292929;
}

.sidebar ul li {
	background-image: url(taglio_h.gif);
	background-repeat: repeat-x;
	padding: 5px 10px 1px 5px;
	margin: 5px 10px 0px 0px;
}

.sidebar ul li a {
	display: block;
}

a.optioneee_1 {
	padding-left: 30px !important;
	background-image: url(menu_sub.gif);
	background-repeat: no-repeat;
	background-position: 12px 5px;
}

a.optioneee_2 {
	padding-left: 50px !important;
	background-image: url(menu_sub.gif);
	background-repeat: no-repeat;
	background-position: 32px 5px;
}

/*		page_content
--------------------------------*/
.page_content {
/*
	width: 619px;
	min-height: 500px;
	margin: 0px 0px 0px 330px;
	text-align: left;
	*/
	text-align: left;
	margin: 0px auto 0px 330px;
	width: 619px;
	min-height: 900px;
	overflow: hidden;
}

.page_content h3 {
	border-bottom: 1px solid Black;
	padding: 0px 0px 10px 0px;
	margin: 20px 5px 10px 5px;
	text-transform: uppercase;
}


.page_content h4 {
	border-bottom: 1px solid Black;
	padding: 0px 0px 10px 0px;
	margin: 20px 5px 10px 5px;
}


/*
#home .page_content {
*/

.page_content {
	text-align: left;
	margin: 0px auto 0px 330px;
	width: 460px;
}

.page_content ul li {
	list-style: square;
	margin: 5px 0px 5px 20px;
}

.page_content p {
	margin: 10px 5px;
}

.img_right {
	float: right;
	margin: 10px 0px 10px 20px;
	border: 1px solid #387739;
	padding: 5px;
}

.img_left {
	float: left;
	margin: 10px 20px 10px 0px;
	border: 1px solid #387739;
	padding: 5px;
}

.clearboth {
	clear: both;
	padding: 10px;
}


/*		banner sotto
--------------------------------*/
.banner_2 {
	width: 958px;
	background-color: White;
	margin: 10px 1px -20px 1px;
	border-top: 1px solid #DCDBD9;
	clear: both;
}

.banner_2 a {
		text-decoration: none;
}

.banner_2 a img {
	border: 1px solid #6C6C6C;
	margin: 15px 10px 10px 10px;	
}

.banner_2 a:hover img {
	border-color:	#000000; 
}

/*		footer
--------------------------------*/
.footer {
	font-size: 90%;
	margin: 0px 0px 0px 0px;
	color: #777777;
	padding: 15px 0px 10px 0px;
	background-image: url(taglio_h.gif);
	background-position: center top;
	background-repeat: repeat-x;
}

.subfooter {
	font-size: 90%;
	padding: 0px 0px 10px 0px;
	color: #777777;
}

.footer a , .subfooter a {
	color: #777777;
}

/*		PARTICOLARI / home
-----------------------------------------------------------------------------------*/
.riempimento_home {
	text-align: center;
	margin: auto auto 20px auto;
}


/*		PARTICOLARI / quadri
-----------------------------------------------------------------------------------*/

.blog_000_2 , .shop_001_2 , .shop_009_2 , .shop_002_2 , .blog_001_2 , .quadro_1 , .utente_img {
	width: 88px;
	height: 88px;
	overflow: hidden;
	display: block;
	margin: 5px 10px 10px 0px;
	text-align: center;
	position: relative;
	float: left;
}

.blog_000_2 a , .shop_001_2 a , .shop_009_2 a , .shop_002_2 a , .blog_001_2 a , .quadro_1 a , .utente_img a {
	display: block;
	text-align: center;
	overflow: hidden;
	width: 400px;
	height: 400px;
	margin: 0px -156px 0px -156px;
}

.blog_000_2 img  , .shop_001_2 img , .shop_009_2 img , .shop_002_2 img , .blog_001_2 img , .quadro_1 img , .utente_img img {
	padding: 4px;
	border: none;
/*	max-width: 80px; */
	max-width: 80px;
}

.blog_000_2 b , .shop_001_2 b , .shop_009_2 b , .shop_002_2 b , .blog_001_2 b, .quadro_1 b , .utente_img b {
	top: 0px;
	left: 0px;
	position: absolute;
	height: 88px;
	width: 88px;
	background-image: url(002_cornice.gif);
	cursor: pointer;
}


/* blog & news anteprima
---------------------------------*/
.blog_center {
	display: block;
	text-align: center;
	margin: 20px auto;
}


.blog_center a {
}

.blog_001_0 {
	min-height: 100px;
	border-bottom: 1px solid #EDEDED; 
	padding-bottom: 20px;
	margin: 0px 10px 0px 0px;
	background-image: url(taglio_h.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
}

.sidebar .blog_001_0 {
	font-size: 90%;
}


a.blog_001_1 {
	text-transform: uppercase;
	margin: 20px 0px 0px 0px;
	display: block;
	font-weight: bold;
}

.blog_001_4 , .blog_001_3 {
	color:	#626262;
	font-size: 90%;
}

.blog_001_3:before {
	content: " | ";
}

.blog_001_5 {
	margin-top: 5px;
	display: block;
}

a.blog_001_6 {
	display: block;
	margin: 5px 0px 0px 0px;
}

.blog_001_10 {
	display: list-item;
	list-style: square;
}

/* news interne
----------------------------*/

.blog_002_11 {
	display: block;
	margin: 15px auto;
	width: 460px;
	overflow: hidden;
	text-align: center;
	position: relative;
	border: 1px solid #EDEDED; 
	border-width: 1px 0px 1px 0px;
	padding: 15px 0px;
}

.blog_002_11 a {
	display: block;
	text-align: center;
	width: 1000px;
	margin: 0px -270px 0px -270px;
}

.blog_002_11 img {
	padding: 0px;
	border: none;
}

/*		particolari - contatti
--------------------------------------------*/

/*
.tabella_membri_2 {
	width: 619px;
}
*/

.tabella_membri_2 {
	width: 460px;
}

.tabella_membri_2 tr td {
	font-size: 90%;
	border-bottom: 1px solid Black;
	vertical-align: top;
	text-align: left;
	padding: 5px 5px 5px 5px;
}

.finto_header td {
	color: White;
	background-color:	#387739;
	padding: 5px 10px 5px 10px;
}

.fixed {
	width: 50px;
	display: block;
	margin-left: 20px;
	padding-left: 0px;
	float: left;
	border: 1px solid #C8C8C8;
	border-width: 0px 0px 0px 0px;
}

/* prodotti in anteprima + 	prodotti prima schermata
-------------------------------------------------------------------*/
.shop_001_1 , .shop_002_1 {
	display: block;
	min-height: 130px;
	border-bottom: 1px solid #EDEDED; 
	padding: 20px 0px;
	font-size: 90%;
}

.shop_001_2 , .shop_002_2 {
	margin: 5px 25px 15px 0px;
}

.shop_001_3 , .shop_002_3 {
	display: block;
	text-transform: uppercase;
	font-size: 90%;
	margin: 0px 0px 5px 0px;
	text-align: left;
}

.shop_001_4 , .shop_002_4 {
	margin: 0px 0px 10px 0px;
	display: block;
	text-align: left;
}

.shop_002_5 {
	display: block;
	text-align: right;
}

.shop_002_6  {
	background-repeat: no-repeat;
	background-position: center right;
	padding: 0px 10px 0px 0px;
	margin: 0px 10px 0px 0px;
	display: none;
}

.shop_002_7 a {
	color: White;
	padding: 2px 10px 2px 20px;
	background-repeat: no-repeat;
	background-position: 7px 5px;
	background-color:	#0094F2;
}

.shop_002_7 a:hover {
	background-color: #0071BA;
	background-color: #20A8FF;
}

.shop_002_8 {
	background-repeat: no-repeat;
	background-position: center right;
	padding: 0px 10px 0px 0px;
	margin: 0px 10px 0px 0px;
}


.shop_003_3 {
	font-size: 90%;
	margin: 5px 0px;
	display: block;
}

.shop_003_11 {
	display: block;
	margin: 15px auto;
	width: 460px;
	overflow: hidden;
	text-align: center;
	position: relative;
	border: 1px solid #EDEDED; 
	border-width: 1px 0px 1px 0px;
	padding: 15px 0px;
}

.shop_003_11 a {
	display: block;
	text-align: center;
	width: 1000px;
	margin: 0px -270px 0px -270px;
}

.shop_003_11 img {
	padding: 0px;
	border: none;
	max-width: 460px;
}

.shop_003_5 {
	display: block;
	text-align: right;
	font-size: 90%;
	margin: 30px 0px;
}

.shop_003_6  {
	display: none;
}

.shop_003_7 a {
	color: White;
	padding: 2px 10px 2px 20px;
	background-image: url(002_shop_002_7.gif);
	background-repeat: no-repeat;
	background-position: 7px 5px;
	background-color:	#0094F2;
}

.shop_003_7 a:hover {
	background-color: #0071BA;
	background-color: #20A8FF;
}


.shop_003_10 {
	display: block;
}

.versione_stampabile {
	display: block;
	text-align:	center;
	font-size: 90%;
	margin: 20px;
}

/*		soci
-----------------------------------------------------*/

.stile_soci a , .stile_partners a {
	float: left;
	display: block;
	border: 0px;
	margin: 10px 10px 15px 10px;
	border: 1px solid Green;
	padding: 10px;
}

.logo_socio {
	border: 1px solid Green;
	margin: 8px 0px 10px 0px; 
}

.img_right_soci {
	float: right;
	clear: right;	
	margin: 5px 0px 15px 20px;
	border: 1px solid #1F7534;
	padding: 10px;
	clear: right;
}

/*		search
-----------------------------------------------------*/

.search_form {
	margin: 10px;
}

.testo_form {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 4px;
	line-height: 150%;
	border: 1px solid #C2C2C2;
}

.form_button {
	font-family:	Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 4px;
	line-height: 150%;
	border: 1px solid #C2C2C2;
}

/*		member area
-----------------------------------------------------*/
.form_centro {
	text-align: center;
}

.bottone_form {
	font-family:	Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 4px;
	line-height: 150%;
	border: 1px solid #C2C2C2;
}


