/*  
Title: Tinga Tinga Website
Description: Meet CSS for Tinga Tinga Website
*/

#main {
	background: url(../images/meet_content_back.jpg) 0 0 no-repeat;
}

/*
Main Content
*/
#content {
	height: 853px;
}

h2.meet_header {
	margin-top: 10px;
	margin-left: 450px;
	background: url(../images/meet_header.png) 0 0 no-repeat;
	width: 508px;
	height: 64px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

.meet_nav {
	margin-top: 30px;
	margin-left: 240px;
	width: 1000px;
	overflow: hidden;
}

.meet_nav ul li {
	margin-right: 40px;
	float: left;
}

/* Meet the Animals nav */
a.meet_hippo {
	background: url(../images/meet_hippo.png) 0 0 no-repeat;
	width: 295px;
	height: 183px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

a:hover.meet_hippo {
	background-position: 0 -183px;
}

a.meet_tickbird {
	background: url(../images/meet_tickbird.png) 0 0 no-repeat;
	width: 224px;
	height: 191px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

a:hover.meet_tickbird {
	background-position: 0 -191px;
}

a.meet_lion {
	background: url(../images/meet_lion.png) 0 0 no-repeat;
	width: 227px;
	height: 227px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

a:hover.meet_lion {
	background-position: 0 -227px;
}

a.meet_tortoise {
	background: url(../images/meet_tortoise.png) 0 0 no-repeat;
	width: 219px;
	height: 206px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

a:hover.meet_tortoise {
	background-position: 0 -206px;
}

a.meet_monkey {
	background: url(../images/meet_monkey.png) 0 0 no-repeat;
	width: 259px;
	height: 193px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

a:hover.meet_monkey {
	background-position: 0 -193px;
}

a.meet_elephant {
	background: url(../images/meet_elephant.png) 0 0 no-repeat;
	width: 306px;
	height: 209px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

a:hover.meet_elephant {
	background-position: 0 -209px;
}

/*
Footer
*/
#footer {
	background: #cb0052;
}

#footer_nav {
	color: #fff;
}

#footer_nav a {
	color: #fff;
	border-right: 1px solid #fff;
}
