body, div, h1, h2, h3, h4, p, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #1e562b url(../_images/bg.jpg) 0 0 repeat-x;
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
    font-size: 13px;
    color: #000;
    line-height: 16px;
}
p, h1, h2, h3, h4, ul {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #1e562b;
    text-decoration: underline;
}
a:hover, a:active {
    color: #3a7b49;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-color: #f0dfcd;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
	background: transparent url(../_images/top.jpg) 0 0 no-repeat;
	height: 162px;
}
	#top a {
		position: relative;
		top: 45px;
		left: 85px;
		width: 90px;
		height: 115px;
		display: block;
	}
	#top a span {
		display: none;
	}

/* ----------------------------------- */
/* MENU
/* ----------------------------------- */
#menu {
	background: url(../_images/menu.jpg) 0 0 no-repeat;
	width: 700px;		/* Width of entire image */ 
	height: 42px;		/* Height of buttons */
	margin: 0 auto;
	padding: 0;
}
#menu span {
	display: none;
}
#menu li, #menu a {
	height: 42px;		/* Each button must have the same height, define it here */ 
	display: block;
}
#menu li {
	float: left;
	list-style: none;
	_display: inline;		/* fixes IE/Win double margin float bug (safe) */
}

/* margin-left - you will need to adjust this value to "center" your nav, if needed */ 
/* width - width of each button, they will each most likely be unique */ 
#menu-home 			{ width: 94px; }
#menu-about 		{ width: 70px; }
#menu-services 		{ width: 83px; }
#menu-birds 		{ width: 141px; }
#menu-flock 		{ width: 104px; }
#menu-facts		 	{ width: 99px; }
#menu-contact 		{ width: 109px; }

/* Changed values should match sum of "width" numbers specified above */ 
#menu-home a:hover 			{ background: transparent url(../_images/menu.jpg) 0px -42px no-repeat; }
#menu-about a:hover  		{ background: transparent url(../_images/menu.jpg) -94px -42px no-repeat; }
#menu-services a:hover 		{ background: transparent url(../_images/menu.jpg) -164px -42px no-repeat; }
#menu-birds a:hover 		{ background: transparent url(../_images/menu.jpg) -247px -42px no-repeat; }
#menu-flock a:hover 		{ background: transparent url(../_images/menu.jpg) -388px -42px no-repeat; }
#menu-facts a:hover 		{ background: transparent url(../_images/menu.jpg) -492px -42px no-repeat; }
#menu-contact a:hover 		{ background: transparent url(../_images/menu.jpg) -591px -42px no-repeat; }
	
/* ----------------------------------- */
/* BANNER
/* ----------------------------------- */
#banner {
	background: transparent url(../_images/banners/star.jpg) 0 0 no-repeat;
	height: 261px;
}

/* ----------------------------------- */
/* BUTTONS
/* ----------------------------------- */
#buttons {
	background: url(../_images/buttons.jpg) 0 0 no-repeat;
	width: 700px;		/* Width of entire image */ 
	height: 108px;		/* Height of buttons */
	margin: 0 auto;
	padding: 0;
}

#buttons span {
	display: none;
}
#buttons li, #buttons a {
	height: 108px;		/* Each button must have the same height, define it here */ 
	display: block;
}
#buttons li {
	float: left;
	list-style: none;
	_display: inline;		/* fixes IE/Win double margin float bug (safe) */
}

/* margin-left - you will need to adjust this value to "center" your nav, if needed */ 
/* width - width of each button, they will each most likely be unique */ 
#button-babies 	{ width: 228px; }
#button-visit 	{ width: 237px; }
#button-help 		{ width: 235px; }

/* Changed values should match sum of "width" numbers specified above */ 
#button-babies a:hover 	{ background: transparent url(../_images/buttons.jpg) 0px -108px no-repeat; }
#button-visit a:hover  	{ background: transparent url(../_images/buttons.jpg) -228px -108px no-repeat; }
#button-help a:hover 		{ background: transparent url(../_images/buttons.jpg) -465px -108px no-repeat; }


/* ----------------------------------- */
/* MAIN 
/* ----------------------------------- */
#main {
	margin-top: 30px;
}

/* ----------------------------------- */
/* HOME PAGE
/* ----------------------------------- */
#intro-services {
	width: 325px;
	background: transparent url(../_images/home/abby.jpg) 0 0 no-repeat;
	float: left;
	margin-left: 50px;
}
	#intro-services h1, #intro-services p, #intro-services ul {
		margin-left: 175px;
		padding: 0;
	}
	#intro-services h1 {
		height: 35px;
		background: transparent url(../_images/home/services.gif) 0 0 no-repeat;
	}
	#intro-services p, #intro-services li {
		font-size: 11px;
		line-height: 13px;
	}
	#intro-services li {
		list-style: none;
		line-height: 20px;
		border-bottom: 1px dotted #000;
	}
	#intro-services li a {
		text-decoration: none;
	}

#intro-birds {
	width: 300px;
	float: right;
	margin-right: 50px;
}	
	#intro-birds h1 {
		height: 35px;
		background: transparent url(../_images/home/birds.gif) 0 0 no-repeat;
	}

/* ----------------------------------- */
/* COMMON
/* ----------------------------------- */
h1 {
	text-indent: -3000px;
}

/* ----------------------------------- */
/* SUB PAGES
/* ----------------------------------- */
#content {
	margin: 0 50px;
}
#content h1 {
	height: 50px;
}
#content h2 {
	font-size: 16px;
	color: #1e562b;
}

p.details {
	font-size: 11px;
	color: #B2906C;
}	
p.notice {
	border: 1px solid #D7BEA4;
	background: #F9F0E5;
	padding: 8px;
	text-align: center;
	font-weight: bold;
	color: #1E562B;
}

#prices {
	width: 100%;
}
#prices th {
	background: #1E562B;
	color: #FFF;
	padding: 5px;
	text-align: center;
}
#prices td {
	padding: 10px;
	border-bottom: 1px solid #D7BEA4;
	text-align: center;
}
#prices td.title {
	background: #D7BEA4;
	border-bottom: 1px solid #BB9E7F;
}

.bird-intro {
	border-bottom: 1px solid #D7BEA4;
	padding-bottom: 7px;
	margin-bottom: 7px;
	clear: both;
}
	.bird-intro h2, .bird-intro h3, .bird-intro p {
		margin: 0;
	}	
	.bird-intro h3 {
		font-size: 11px;
	}
	.bird-intro img {
		float: left;
	}

#address {
	float: right;
	width: 200px;
	margin-left: 40px;
}

/* ----------------------------------- */
/* HEADERS
/* ----------------------------------- */
#about h1 {
	background: transparent url(../_images/headers/about.gif) 0 0 no-repeat;
}
#services h1 {
	background: transparent url(../_images/headers/services.gif) 0 0 no-repeat;
}
#birds h1 {
	background: transparent url(../_images/headers/birds.gif) 0 0 no-repeat;
}
#flock h1 {
	background: transparent url(../_images/headers/flock.gif) 0 0 no-repeat;
}
#facts h1 {
	background: transparent url(../_images/headers/facts.gif) 0 0 no-repeat;
}
#contact h1 {
	background: transparent url(../_images/headers/contact.gif) 0 0 no-repeat;
}

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
	background: transparent url(../_images/footer.jpg) 0 0 no-repeat;
	height: 92px;
	margin-bottom: 30px;
	clear: both;
}
	#footer p {
		padding-top: 25px;
		margin: 0 60px;
	}
	#footer p span {
		float: right;
	}


/* ----------------------------------- */
/* CONTACT FORM
/* ----------------------------------- */
#contact label {
	display: block;
	margin-bottom: 15px;
}