body{
	background-color: #f5f3ee;
	font-family: Helvetica, sans-serif;
}
a{
	border-bottom-color: rgb(118, 138, 53);
	color: rgb(118, 138, 53);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: auto;
	line-height: 18px;
	text-decoration: none;
}
area{
    outline: none;
}
a:hover{
	text-decoration: underline;
}
area:hover { border: 1px solid #d5d5d5; }
header{
	background-color: #352a1c;
}
h1{
	color: #91a25d;
}
p{
	color:#555a4d;
}
header .inner{
	background-image: url(../img/header.png);
	width:1010px;
	height:100px;
	margin:auto;
}
#container{

	width:1000px;
	height:907px;
	margin:50px auto;
	padding:50px;
	background-color:#fff;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
.left{
	float:left;
}
.right{
	float:right;
}
#links{
	float:left;
	background-image: url(../img/links.png);
	width:105px;
	height:372px;
}
#map{
	width:800px;
}

#garden-map{

	background: #f5f3ee;
}
#garden-map header{
	width:100%;
	overflow: hidden;
	background-color:#6a933d;

	padding:10px 0;
}
#garden-map footer{
	width:100%;
	overflow: hidden;
	background-color:#6a933d;
	height:20px;
}
#garden-map .nav .title{
	text-align: left;
	margin-left:20px;
	color: #fff;

	font-size: 18px;
	letter-spacing: 1px;
	font-style: italic;


}
#garden-map .nav a{
	margin-left:20px;
	color:#fff;
}

#garden-map a.selected{
	display:none;
}


.hotspots .hotspot .flag{
	background-image: url(../img/hotspot.png);
	width:14px;
	height:14px;	
}
.hotspots .hotspot .overlay{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;

	background-color:#fff;

	padding:20px;
}
.plant-names h1{
	font-size:18px;
	margin: 0px;
	letter-spacing: 1px;
}
.plant-names h2{
	font-size:12px;
	font-style: italic;
	font-weight: normal;
	color:#999;
	letter-spacing: 1px;
	margin-top:0px;
}
.plant-description{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	

	background-color:#fff;
}
.plant-description img{
	
}
.plant-description .right{
	width: 270px;
	height:250px;
	overflow-y:scroll;
	font-size: 13px;
	line-height: 18px;
}
.plant-description p{
	margin-top: 0px;
}
.plant-description .seasons{
	border-top:1px solid #ccc;
	font-style: italic;
	font-size: 10px;
	text-align: right;
	padding-top:10px;
	color:rgb(102, 102, 102);
}
.clearfix{
	clear:both;
	width:100%;

}
.hotspots .hotspot .overlay{
	overflow: auto;

	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.75);

}
.hotspot .close{
	text-decoration: underline;
	font-style: italic;
	font-size: 12px;
	text-align: right;
	color:rgb(102, 102, 102);
	position: absolute;
	width: 92%;
	cursor: pointer;
	cursor: hand;
}
.hotspots{
	display: none;
}