@charset "utf-8";
/* CSS Document */
body{
	background:url(../images/bgpat.jpg) repeat top;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
}
.backline{
	background:url(../images/backline.png) repeat-x;
	position:fixed;
	width: 100%;
	height: 700px;
}

.toptitle{
	width: 450px;
	height: 150px;
	position:relative;
	z-index:2;
}
.wrap{
	position:relative;
	z-index:2;
	width: 900px;
	margin:auto;
}
.wraptop{
	width: 100%;
	height: 150px;
	
	border-radius: 5px;
	background: url(../images/texback.jpg);
}
.wraptopinner{
	width: 100%;
	height: 150px;
	border-radius: 5px;
}
.afgrey{
	width: 300px;
	height: 297px;
	position:absolute;
	left: 50%;
	margin-left: 100px;
	top: 5px;
	z-index:1;
	
	
}
.smalla{
	font-size: 12px;
	z-index:20;
	position:relative;
}
.biga{
	z-index:20;
	position:relative;
	font-size: 16px;
}
.textsize{
	float: right;
	width: 50px;
	margin-top: -170px;
}
.wrapmiddle{
	width: 100%;
	background: url(../images/texback.jpg);
	margin-top: 12px;
	margin-bottom: 12px;
	border-radius: 5px;
}
.wrapbottom{
	width: 886px;
	height: 15px;
	background: url(../images/texback.jpg);
	color: #FFF;
	padding: 7px;
	margin-bottom:10px;
	border-radius: 5px;
}
.menulist{
	margin-left:20px;
	border-radius: 5px;
}
.mainmenu{
	float: left;
	height: 90px;
	padding-top:60px;
	padding-left: 25px;
	padding-right: 25px;
	cursor:pointer;
	color:#FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	position:relative;
	z-index:5;
	border-radius: 5px;
}
.mainmenu:hover{
	background: url(../images/menuback.png) repeat-x;
	
}
.clear{
	clear: both;
}
.toptext{
	font-size: 24px;
	color: white;
	padding: 30px;
	padding-bottom: 10px;
	margin-right: 30px;
}
.mainleft{
	width: 620px;
	padding: 20px;
	float: left;
	padding-right: 0px;
}
.mainright{
	width: 220px;
	height: 500px;
	float: left;
	
}
.smalltext{
	margin-left: 30px;
	width: 600px;
	
}
.eclec{
	float: left;
	width: 296px;
	height: 151px;
	background: url(../images/eclec1.png);
}
.eclec:hover{
	background: url(../images/eclec2.png);
}
.afgreyhome{
	float: left;
	width: 296px;
	height: 151px;
	background: url(../images/afgrey1.png);
	margin-left: 10px;
}
.afgreyhome:hover{
	background: url(../images/afgrey2.png);
}
.birdinfo{
	width: 557px;
	padding: 20px;
	clear:both;
	color: white;
	text-align:left;
	line-height: 1.2;
	border: black 2px solid;
	border-top: none;
	font-size: 95%; 
}
.bottomright{
	float: right;
}
.bottommap{
	float: left;
}
.flickrimage{
	margin-left: 30px;
	max-width: 200px;
	max-height: 200px;
	margin-top: 20px;
	position:relative;
	z-index: 5;
}
.treeimage{
	position:relative;
	z-index:2;
	margin-bottom: -500px;
}
.aboutus{
	color: white;
	padding: 20px;
	padding-top: 10px;
	padding-right: 30px;
	text-align:left;
	line-height: 1.1;
}
.parrotimage{
	border: white 2px solid;
	margin: 10px;
	float:right;
}
a:link{
	color:#FFF;
	text-decoration:none;
}
a:visited{
	color:#FFF;
	text-decoration:none;
}
a:hover{
	color:#FFF;
	text-decoration:underline;
}
a:active{
	color:#FFF;
	text-decoration:none;
}
.contactwrap{
	padding: 20px;
	text-align:center;
}
.darkenBackground {
	background-color: rgb(0, 0, 0);
	opacity: 0.7; /* Safari, Opera */
	-moz-opacity:0.70; /* FireFox */
	filter: alpha(opacity=70); /* IE */
	z-index: 20;
	height: 100%;
	width: 100%;
	background-repeat:repeat;
	position:fixed;
	top: 0px;
	left: 0px;
}
.dialog{
	position:fixed;
	height: 100px;
	width: 400px;
	padding: 20px;
	border:#FFF 2px solid;
	background: #060;
	z-index: 25;
	top: 50%;
	left:50%;
	margin-left: -200px;
}
.birdblurb{
	padding: 30px;
	line-height: 1.5em;
}
.birdlist{
	list-style:circle;
	padding-left: 340px;
	margin-top: 30px;
}
.birdlist li{
	margin: 5px 0;
}
.garden{
	border: 2px white solid;
	margin: 20px;
	margin-top: 0px;
}
.ourbirdimage{
	margin: 10px;
	border:2px white solid;
}
.preload{
	position: absolute;
	left: -1000px;
	top: -5000px;
	height: 1px;
	width: 1px;
}
.photopage{
	margin: 20px; 
	border: 1px white solid;
	box-shadow: inset 1px 1px 2px #000;
}
.bottomtext{
	text-align:center;
	font-size: 9px;
	color: white;
}
a.quiveo{
	font-weight: bold;
	color: #930;
	text-shadow: 1px 1px 0px #FFF;
}
