@charset "utf-8";
/* CSS Document */

a:link{
text-decoration:none;
color:#FF3366;
}
.form {
}

img{border:0;}
a:hover{
text-decoration:none;
color:#FF3366;
}
a:visited{
text-decoration:none;
color:#FF3366;
}
a:visited:hover{
text-decoration:none;
color:#FF3366;
}

body {
	background-attachment:fixed;
background-image:url(images/sfondoprimavera.jpg);
background-position:left;
background-repeat:no-repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

.prelogo {
width: 791px;
height: 21px;
background-image:url(images/prelogo.gif);
background-repeat:no-repeat;
font-weight:bold;
font-family:Geneva, Arial, Helvetica, sans-serif;
}
.prelogo a:{
font-size:10px;
color: black;
letter-spacing: 0px;
font-weight:100;
}
.prelogo a:hover{
font-size:10px;
color: black;
letter-spacing: 0px;
font-weight:100;
}
.prelogo a:visited{
font-size:10px;
color: black;
letter-spacing: 0px;
font-weight:100;
}
.prelogo a:visited:hover{
font-size:10px;
color: black;
letter-spacing: 0px;
font-weight:100;
}

.logo {
width: 791px;
height: 62px;
background-image: url(images/logo.gif);
}

.video {
width: 791px;
height:207px;
background-color:#FFFFFF;

}

.menu{
width: 791px;
height: 16px;
background-color:#FFFFFF;
font-size:10px;
border-top:1px solid black;
padding-top: 5px;
padding-bottom: 5px;
font-family: Geneva, Arial, Helvetica, sans-serif;
}
.sottovideo{
	width: 791px;
	height: 30px;
	background-color:#FFFFFF;
	letter-spacing: 1px;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.content {
width: 791px;
height: 550px;
background-color:#FFFFFF;
font-size:11px;
font-family:Georgia, "Times New Roman", Times, serif;
overflow:auto;
background-image:url(images/bottom.jpg);
background-position:bottom;
background-repeat:no-repeat;}
.contentfioripiante {
width: 791px;
height: 1000px;
background-color:#FFFFFF;
font-size:11px;
font-family:Georgia, "Times New Roman", Times, serif;
overflow:auto;
background-image:url(images/bottom.jpg);
background-position:bottom;
background-repeat:no-repeat;}

.content1 {
width: 791px;
height: 700px;
background-color:#FFFFFF;
font-size:11px;
font-family:Georgia, "Times New Roman", Times, serif;
overflow:auto;
background-image:url(images/bottom.jpg);
background-position:bottom;
background-repeat:no-repeat;}
.contentzoo {
width: 791px;
height: 700px;
background-color:#FFFFFF;
font-size:11px;
font-family:Georgia, "Times New Roman", Times, serif;
overflow:auto;
background-image:url(images/bottomzoo.jpg);
background-position:bottom;
background-repeat:no-repeat;}

.piepagina {
	width: 791px;
	height: 44px;
	color: #FFF;
	font-size: 12px;
}

p {
	padding-left: 5px;
	color: #000;
	text-align: left;
	font-weight: bold;
}

.menu1{
height:400px;
width:160px;
border:1px solid black;
float:left;
}

.commenthidden {display:none}
.commentshown {display:inline}

/* Stile Menu*/

.chromestyle{
width: 99%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 6px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:14px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden;
font-family: Georgia, "Times New Roman", Times, serif;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
font-family: Georgia, "Times New Roman", Times, serif;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #fb9ee0;
}

.form {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border: 1px solid black;
	color: #00CC00;
}
.cani{
position: relative;
z-index: 0;
}

.cani:hover{
background-color: transparent;
z-index: 50;
}

.cani span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.cani span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.cani:hover span{ /*CSS for enlarged image on hover*/
height:110px;
width:300px;
visibility: visible;
top: 0px;
left: 100px; /*position where enlarged image should offset horizontally */
background-color:#FFCCFF;
border:1px dotted #FF9999;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
height:auto;
width:auto;
visibility: visible;
top: 60px;
left: -200px; /*position where enlarged image should offset horizontally */
background-color:transparent;
border: 1px dotted #FF6666;
}
.thumbnail1{
position: relative;
z-index: 0;
}

.thumbnail1:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail1 span{ /*CSS for enlarged image*/
    position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail1 span img{ /*CSS for enlarged image*/
    border-width: 0;
padding: 2px;
}

.thumbnail1:hover span{ /*CSS for enlarged image on hover*/
    height:auto;
width:auto;
visibility: visible;
top: 17px;
left: -200px; /*position where enlarged image should offset horizontally */
background-color:transparent;
border:1px dotted #FF6666;
}
.thumbnailzoo:hover{
background-color: transparent;
z-index: 50;
}

.thumbnailzoo span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnailzoo span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnailzoo:hover span{ /*CSS for enlarged image on hover*/
height:auto;
width:auto;
visibility: visible;
top: 515px;
left: 51%; /*position where enlarged image should offset horizontally */
background-color:transparent;
}
.testata {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #FF6666;
	font-weight: bold;
	padding-up:5px;
	padding-down:5px;
}
.news {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #F00;
	height: 410px;
	width: 400px;
	float:left;
	margin-left: 40px;
	margin-top: 20px;
	padding-top:2px;
}

.news a: {
    text-decoration:none;
border:none;
}
.data{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #FFCC66;
	font-weight: bold;
	padding-up:5px;
	padding-down:5px;
}


.galleria{
	height: 193px;
	width:300px;
	float:right;
	margin-right: 40px;
	margin-top: 20px;
}
.cuccioli{
	height:220px;
	width:400px;
	float:left;
	margin-left:40px;
}
.mailinglist{
	height:220px;
	width:300px;
	float:right;
	margin-right:40px;
	background-image: url(images/ml.jpg);
}
.contenitore1{
    width:790;
height:auto;
}

.fioriepiante{
	width:350px;
	height:400px;
	float:left;
	margin-left:40px;
	margin-top:20px;
	background-image: url(images/bgfp.jpg);
}
.fioriepiante1{
	width:350px;
	height:400px;
	float:left;
	margin-left:40px;
	margin-top:20px;
}
.prodotti{
	width:350px;
	height:400px;
	float:left;
	margin-left:40px;
	margin-top:20px;
	}
.fioriepianteright{
    width:350px;
height:400px;
float:right;
margin-right:40px;
margin-top:20px;
}

.headertable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 5px solid #009966;
	color: #FF3333;
	font-weight:bold;
}
.titolonews {
	font-size: 14px;
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	letter-spacing: 2px;
	text-align: left;
}
.content .news table tr td {
	color: #036;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	letter-spacing: 0px;
}
.contenutotabellafiori {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F36;
}
.fiori1 {
	font-weight: normal;
}
.linguaggiofiori1 {
	font-size: 14px;
	font-weight: bold;
	font-family: "MS Serif", "New York", serif;
}
.linguaggiofioriii{
	width:600px;
	height:400px;
	float: left;
	margin-top: 50px;
	margin-bottom: 100px;
	margin-left:25px;
}