@charset "UTF-8";

body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}

a {
	text-decoration: underline;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #FFF;
	background-color: #86322A;
	text-decoration: none;
}

.hidden {
	display: none;
}

#navigation {
	height: 27px;
	width: 480px;
	background-image: url(../images/splash-tall_navsprite3_opt.png);
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	top: 57px;
}
		
#navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0px;
}

#navigation li, #navigation a {
	height: 27px;
	display: block;
}

#navigation a {
}

#navigation #about {
	width: 77px;
	left: 0px;
}

#navigation #about a:hover {
	background-image: url(../images/splash-tall_navsprite3_opt.png);
	background-position: 0px -27px;
	background-repeat: no-repeat;
}

#navigation #contact {
	width: 85px;
	left: 77px;
}

#navigation #contact a:hover {
	background-image: url(../images/splash-tall_navsprite3_opt.png);
	background-position: -77px -27px;
	background-repeat: no-repeat;
}

#navigation #studio {
	width: 79px;
	left: 162px;
}

#navigation #studio a:hover {
	background-image: url(../images/splash-tall_navsprite3_opt.png);
	background-position: -162px -27px;
	background-repeat: no-repeat;
}

#navigation #reels {
	width: 67px;
	left: 241px;
}

#navigation #reels a:hover {
	background-image: url(../images/splash-tall_navsprite3_opt.png);
	background-position: -241px -27px;
	background-repeat: no-repeat;
}

#navigation #rental {
	width: 82px;
	left: 308px;
}

#navigation #rental a:hover {
	background-image: url(../images/splash-tall_navsprite3_opt.png);
	background-position: -308px -27px;
	background-repeat: no-repeat;
}

#navigation #clients {
	width: 90px;
	left: 390px;
}

#navigation #clients a:hover {
	background-image: url(../images/splash-tall_navsprite3_opt.png);
	background-position: -390px -27px;
	background-repeat: no-repeat;
}

#splash_base {
	margin-top: -20px;
}

#splash_home {
	margin-top: -675px;
}

#about_section {
	font-size: 24px;
	color: #000;
	margin-left: 15px;
	margin-top: -640px;
}

#about_section #about_navigation {
	height: 48px;
	width: 292px;
	background-image: url(../images/about_navsprite_opt.png);
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	top: 36px;
}
		
#about_section #about_navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0px;
}

#about_section #about_navigation li, #about_navigation a {
	height: 48px;
	display: block;
}

#about_section #about_navigation #people {
	width: 126px;
	left: 0px;
}

#about_section #about_navigation #people a:hover {
	background-image: url(../images/about_navsprite_opt.png);
	background-position: 0px -48px;
	background-repeat: no-repeat;
}

#about_section #about_navigation #directions {
	width: 166px;
	left: 126px;
}

#about_section #about_navigation #directions a:hover {
	background-image: url(../images/about_navsprite_opt.png);
	background-position: -126px -48px;
	background-repeat: no-repeat;
}

/*
#company_info {
	position: relative;
	margin-top: -255px;
	margin-left: 22px;
}
*/

#map-directions {
	list-style-type: none;
	position: absolute;
	top: 200px;
	left: 160px;
	text-align: left;
	color: #000;
}

#map-directions ul {
	list-style-type: none;
}

#map-directions ul .company_name {
	font-weight: bold;
}

#map-directions ul .google_link {
	padding-top: 12px;
}
