@import url('reset.css');

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	font: normal 14px Myriad, 'Myriad Pro', 'Lucida Grande', Helvetica, Arial, Sans-Serif;  
	line-height: 130%;
	color: #3f3f3f;
	background: #DDD url('../images/main/bg.png') repeat-x 0 0;
}
.hidden {
	display: none;
	}
#Container {
	width: 934px;
	margin: 0 auto;
	position: relative;
	}
#Header {
	height: 124px;
	overflow: hidden;
	background: url('../images/main/header-bg.png') no-repeat 0 0;
	}
	#Logo {  
		position: absolute;
		top: 23px;
		left: 50px;
		display: none;
		width: 370px;
		height: 64px;
		margin: 0;
		padding: 0;
		border: 1px solid red;
		}
		#Logo span {
			display: none;
			}
	#HomeNavbar {
		display: block;
		list-style: none;
		}
		#HomeNavbar li {
			display: block;
			float: left;
			position: relative;
			}
			#HomeNavbar a {
				display: block;
				width: 268px;
				height: 367px;
				border: 1px solid #000;
				border-width: 18px 14px;
				margin: 0 10px 25px 0;
				background: url('../images/artist/splash.png') no-repeat 0 0;
				}
				#HomeNavbar a span {
						display: none;
						}
				#HomeNavbar a:hover {
						border-color: #666;
						}
				#HomeNavbar #menu-item-8 a {
						background-image: url(../images/voiceover/splash.png);
						}
				#HomeNavbar #menu-item-9 a {
						background-image: url(../images/actor/splash.png);
						margin-right: 0;
						}
footer#SiteFooter {
	clear: both;
	font-size: 12px;
	position: relative;
	text-align: center;
	}

