/* ---------- GLOBAL RULES ---------- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Helvetica", Verdana, sans-serif;
	font-size: 10px;
	color: white;
	background: #000000 url("../images/bg_splash.jpg") no-repeat center -50px;
}
#wrapper {
	margin: 0px auto;
	width: 960px;
}
input, select, textarea, button {
	font-family: "Helvetica", Verdana, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 5px;
	border: none;
}
	input[type=hidden] { padding: 0px; margin: 0px; }
	option { padding: 0px 10px 0px 5px; }
a { color: white; }
a:hover { color: #ff9302; }
a img { border: none; }
h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }
h1, h2, h3, h4, h5, h6 { text-transform: uppercase; font-weight: normal; }





/* ---------- NAV STYLES ---------- */
#nav {
	padding: 0px 30px 0px 0px;
	display: block;
	width: 900px;
	height: 100px;
	overflow: hidden;
}
	h1#logo {
		width: 300px;
		height: 85px;
		float: left;
	}
	h1#logo a {
		display: block;
		width: 300px;
		height: 85px;
		overflow: hidden;
		text-indent: -9999px;
		background: url(../images/stagename-logo.png) no-repeat;
	}

	ul#primarynav {
		margin: 30px 0px 0px 0px;
		float: right;
	}
	ul#primarynav li {
		list-style-type: none;
		float: left;
	}
		ul#primarynav li a {
			display: block;
			width: 110px;
			height: 35px;
			text-indent: -9999px;
			overflow: hidden;
			cursor: pointer;
		}
		#primarynav_games a { background: url(../images/games_off.png) no-repeat; }
		#primarynav_games a:hover { background: url(../images/games_on.png) no-repeat; }
		#primarynav_vault a { background: url(../images/vault_off.png) no-repeat; }
		#primarynav_vault a:hover { background: url(../images/vault_on.png) no-repeat; }
		#primarynav_company a { background: url(../images/company_off.png) no-repeat; }
		#primarynav_company a:hover { background: url(../images/company_on.png) no-repeat; }
		#primarynav_backstage a { background: url(../images/backstage_off.png) no-repeat; }
		#primarynav_backstage a:hover { background: url(../images/backstage_on.png) no-repeat; }
		#primarynav_home a { background: url(../images/home_off.png) no-repeat; }
		#primarynav_home a:hover { background: url(../images/home_on.png) no-repeat; }





/* ---------- "MEDIA" SECTION STYLES ---------- */
#media {
	clear: both;
	padding: 0px 0px 0px 30px;
	width: 450px;
	float: left;
}
	#section_home #media {
		padding-left: 0px;
		width: 530px;
		height: 500px;
	}

		#product_raprivals {
			margin: 22px 0px 0px 125px;
			position: absolute;
			z-index: 1001;
		}
		
		#product_studiov {
			margin: 300px 0px 0px 125px;
			position: absolute;
			z-index: 1001;
		}

		#company_rapper {
			margin: 12px 0px 0px 285px;
			position: absolute;
			z-index: 1001;
		}


/* ---------- "CONTENT" SECTION STYLES ---------- */
#content {
	padding: 10px 30px 0px 0px;
	width: 350px;
	float: right;
}
#section_home #content { width: 370px; padding-right: 30px; }
#section_company #content { padding-top: 30px; }
#section_vault #content { padding-top: 30px; }
#section_games #content { padding-top: 30px; }

	#content h2 {
		margin: 20px 0px 0px 0px;
		font-size: 30px;
		line-height: 32px;
		color: #ff9302;
	}
		#section_home #content h2 {
			margin-top: 80px;
			height: 75px;
			text-indent: -9999px;
			background: url(../images/raprivals_header.png) no-repeat;
		}
		#section_company_companyheader #content h2 {
			height: 25px;
			text-indent: -9999px;
			background: url(../images/raprivals_header.png) no-repeat;
		}
	#content h3 {
		margin: 30px 0px 0px 0px;
		font-size: 16px;
	}
	#section_partners #content p strong {
		text-transform: uppercase;
		color: #f69317;
	}
	#content p, #content address, #content ul {
		margin: 10px 0px 0px 0px;
		font-size: 14px;
		font-weight: normal;
		font-style: normal;
		line-height: 22px;
	}
	#content ul {
		margin: 15px;
	}
	#content p#award_bestofces {
		padding: 20px 0px 0px 35px;
	}
	#section_contact #content h5 {
		margin: 15px 0px 0px 0px;
	}
	#content address em {
		color: #577f9b;
		font-style: normal;
	}
	#content h4 {
		margin: 25px 0px 0px 0px;
		color: #ff9302;
	}
	#content h5 {
		margin: 30px 0px 0px 0px;
	}
		#content h5 a {
			margin: 0px 5px 0px 0px;
			padding: 1px 13px 1px 13px;
			font-size: 13px;
			line-height: 13px;
			text-decoration: none;
			background: #577f9b;
		}
		#content h5 a:hover {
			color: white;
		}






/* ---------- FOOTER STYLES ---------- */
#footer {
	padding: 10px 30px 10px 30px;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	clear: both;
}