body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h2{
	font-size: 1em;
	color: #473;
	
}
.unnamed1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 19px;
	color: #113322;
}

p.button {
	background-color:#AEAEAE;
	display:inline-block;
	padding:0 10px;
	margin-top: 0px;
	
	-moz-border-radius: 10px;
}
p.button a {
	cursor: pointer;
	color:white;
	display:block;
	font-size:10px;
	font-weight:normal;
	line-height:2em;
}

.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #447733;
	text-decoration: none;
	text-align: right;
	width: 175px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 19px;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #446622;
}
.homecopy {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #113366;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 10px;
}
.product{
	clear: both;
	margin-bottom: 20px;
	min-height: 125px;
	padding-right: 10px;
	background-color: #fff;
	position: relative;	
}
.product:first-child hr{
 display: none;	
}
.product hr{
	width: 90%;
	border-top: 1px solid #EEE;
	background-color: #EEE;
	color: #EEE;
}
.product .entry{
	float: left;
	margin-right: 10px;
}
.entryImage{
	cursor: pointer;
}
.entryPop{
	position: absolute;
	z-index: 100;
	top: -105px;
	left: -228px;
}

.description {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-position: left;
	text-align: left;
}
.flowername {
	font-family: georgia;
	font-size: 16px;
	color: #447733;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 20px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #446622;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	clear: both;
	float: none;
	line-height: 15px;
}
.copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	color: #444444;
	padding-right: 5px;
	padding-left: 30px;
	text-align: left;
}
.thumbs{
	text-align: center;
}
.thumbs img{
	padding: 5px;
	background-color: #fff;
	border: 1px solid #888;
}


.footer {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.headingaddress {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #595785;
	text-align: right;
	padding-right: 50px;
	line-height: 14px;
}
/* styling for elements inside overlay */
	.details {
		position:absolute;
		top:35px;
		right:35px;
		font-size:1.5em;
		line-height: 1.5em;
		color:#666666;
		width:350px;
	}
	p.contact{
		margin: 0px;
		font-size: .8em;
		color: #aba;
		line-height: 1.5em;
	}
	p.tag{
		font-family: cursive, "Times New Roman", Times, serif;
		font-size: 13px;
		color: #595785;
		text-align: center;
		margin-top: 75px;
	}
	.details h2 {
		color: #aba;
		text-align: center;
		font-size: 1.3em;
	}
	.details h3 {
		color:#aba;
		font-size:18px;
		margin:0 0 -10px 0;
	}
/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../img/overlay/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url('images/white.png');
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url('images/close.png');
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
/* black version of the overlay. simply uses a different background image */
	div.apple_overlay.black {
		background-image:url('images/transparent.png');		
		color:#fff;
	}
