@charset "UTF-8";
/* CSS Document */


div#wrapper.home {
	background: none;
}

div#wrapper.home div#header {
	background: url("../images/header_home_bkg.png") no-repeat scroll center top transparent;
	padding-top: 90px;
	height: auto;
}

div#bird_slideshow {
	width: 900px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0 30px;
}

div#bird_image {
	width: 515px;
	height: 350px;
	overflow: hidden;
	margin-top: 60px;
	float: right;
	position: relative;
}

div#bird_image.js {
	width: 563px;
	height: 405px;
	margin-top: 0;
}

div#bird_image p {
	position: absolute;
	left: 0;
	top: 0;
	width: 515px;
	height: 30px;
	overflow: hidden;
	padding: 320px 0 0 0;
	background: url("../images/frame.png") no-repeat scroll left top transparent;
	text-align: right;
	font-size: 10px;
}

div#bird_info {
	margin-top: 60px;
	width: 300px;
	float: left;
}

div#bird_info h1 {
	letter-spacing: -.02em;
	margin-top: 20px;
	font-weight: normal;
}

div#bird_info h1 span {
	color: #657816;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 22px;
	font-weight: bold;
}

div#bird_info p {
	padding: 0;
}

div#bird_info a {
	background: url("../images/read_more.png") no-repeat scroll left top transparent;
	display: block;
	height: 33px;
	width: 83px;
	margin: 15px 0;
	text-indent: -9999px;
}