/* CSS Document */

/* ############################ */
/* TOP LINKS NAVIGATION         */
/* ############################ */

#toplinks {
	list-style-type: none;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
}

#toplinks li {
	display: inline;
	margin: 0px;
	padding: 0px;
}



/* ############################ */
/* HOME PAGE PRIMARY NAVIGATION */
/* ############################ */

/* 'MORE ABOUT THE STUDIO' LINK ################ */
.more {
	height: 56px;
	width: 213px;
	text-indent: -10000px;
	background: url(../assets/home_nav.gif) 0px 0px no-repeat;
	display: block;
	outline:none;
}
.more:hover {
	background-position: -213px 0px;
	text-decoration: none;
	outline:none;
}

/* 'NEED A PLACE TO WORK' LINK ############## */
.place {
	height: 56px;
	width: 213px;
	text-indent: -10000px;
	background: url(../assets/home_nav.gif) 0px -56px no-repeat;
	display: block;
	outline:none;
}
.place:hover {
	background-position: -213px -56px;
	text-decoration: none;
	outline:none;
}


/* GETTING LINK ############### */
.venue {
	height: 56px;
	width: 213px;
	text-indent: -10000px;
	background: url(../assets/home_nav.gif) 0px -112px no-repeat;
	display: block;
	outline:none;
}
.venue:hover {
	background-position: -213px -112px;
	text-decoration: none;
	outline:none;
}

/* BOOKING LINK ############### */
.find {
	height: 56px;
	width: 213px;
	text-indent: -10000px;
	background: url(../assets/home_nav.gif) 0px -168px no-repeat;
	display: block;
	outline:none;
}
.find:hover {
	background-position: -213px -168px;
	text-decoration: none;
	outline:none;
}



/* ############################ */
/* LEFT HAND PRIMARY NAVIGATION */
/* ############################ */
#navlist {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

/* HOME LINK ################ */
.home {
	height: 30px;
	width: 170px;
	text-indent: -10000px;
	background: url(../assets/site_nav.gif) 0px 0px no-repeat;
	display: block;
	outline:none;
}
.home:hover {
	background-position: -170px 0px;
	text-decoration: none;
	outline:none;
}
.home_active {
	height: 30px;
	width: 170px;
	text-indent: -10000px;
	background: url(../assets/site_nav.gif) -170px 0px no-repeat;
	display: block;
	text-decoration: none;
	outline:none;
}

/* ABOUT LINK ############## */
.about {
	height: 30px;
	width: 170px;
	text-indent: -10000px;
	background: url(../assets/site_nav.gif) 0px -30px no-repeat;
	display: block;
	outline:none;
}
.about:hover {
	background-position: -170px -30px;
	text-decoration: none;
	outline:none;
}
.about_active {
	height: 30px;
	width: 170px;
	text-indent: -10000px;
	background: url(../assets/site_nav.gif) -170px -30px no-repeat;
	display: block;
	text-decoration: none;
	outline:none;
}

/* GETTING LINK ############### */
.gallery {
	height: 30px;
	width: 170px;
	text-indent: -10000px;
	background: url(../assets/site_nav.gif) 0px -60px no-repeat;
	display: block;
	outline:none;
}
.gallery:hover {
	background-position: -170px -60px;
	text-decoration: none;
	outline:none;
}
.gallery_active {
	height: 30px;
	width: 170px;
	text-indent: -10000px;
	background: url(../assets/site_nav.gif) -170px -60px no-repeat;
	display: block;
	text-decoration: none;
	outline:none;
}

/* LOCATION LINK ############### */
.location {
	height: 30px;
	width: 170px;
	text-indent: -10000px;
	background: url(../assets/site_nav.gif) 0px -90px no-repeat;
	display: block;
	outline:none;
}
.location:hover {
	background-position: -170px -90px;
	text-decoration: none;
	outline:none;
}
.location_active {
	height: 30px;
	width: 170px;
	text-indent: -10000px;
	background: url(../assets/site_nav.gif) -170px -90px no-repeat;
	display: block;
	text-decoration: none;
	outline:none;
}

/* CONTACT LINK ############### */
.contact{
	height: 30px;
	width: 170px;
	text-indent: -10000px;
	background: url(../assets/site_nav.gif) 0px -120px no-repeat;
	display: block;
	outline:none;
}
.contact:hover{
	background-position: -170px -120px;
	text-decoration: none;
	outline:none;
}
.contact_active{
	height: 30px;
	width: 170px;
	text-indent: -10000px;
	background: url(../assets/site_nav.gif) -170px -120px no-repeat;
	display: block;
	text-decoration: none;
	outline:none;
}


/* ############################ */
/*FOOTER LINKS NAVIGATION       */
/* ############################ */

#footlinks {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#footlinks li {
	display: inline;
}
