@charset "UTF-8";
/* CSS Document */
body {
	background-color: #fff;
	font-size: 12px;
	color: #000;
	position: relative;
	margin: 0;
	padding: 0;
}
#wrap {
	position: absolute;
	width: 832px;
	left: 50%;
	top: 30px;
	margin-left: -416px;
	height: auto;
}
#top_menu {
	text-align: right;
	margin-bottom: 12px;
}
#top_menu a, #top_menu a.last {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color: #000;
	text-decoration: none;
	border-right: 1px solid #006056;
	padding: 0 8px;
}
#top_menu a.last {
	border-right: none;
	padding-right: 0;
}
#top_menu a:hover {
	color: #006056;
}
/* top row =================================================== */
#tr_wrap {
	height: 226px;
	background-color: #000;
	background-image:url(/assets/SPR_Logo_3D.png);
	background-repeat: no-repeat;
	background-position: 108px 39px;
}
#tr_image {
	width: 416px;
	height: 226px;
	float: right;
	background-image: url(/assets/hp-tr-img.jpg);
	background-repeat: no-repeat;
}
#tr_image a {
	font-size: 0.98em;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	position: absolute;
	top: 210px;
	left: 506px;
	width: 326px;
}
#tr_image a:hover {
	color: #000;
}
/* middle row ================================================= */
#mr_wrap {
	height: 128px;
}
#mr_nav {
	position: absolute;
	left: 0;
	top: 352px;
	height: 21px;
}
#mr_nav ul {
	padding-left: 0;
	margin-left: 0;
	width: 100%;
}
#mr_nav ul li { 
	display: inline;
}

#mr_nav ul li a
{
	width: 196px;
	text-align:left;
	padding: 0 0 0 12px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: normal;
	text-decoration: none;
	float: left;
}
#mr_nav ul li a:hover
{
color: #aecd3e;
}
/* bottom row ========================================================= */
#br_wrap {
	height: 120px;
	padding: 16px 0 0 0;
	width: 832px;
	background-image: url(../assets/icons.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid #616362;
	font-family: Arial, Helvetica, sans-serif;
}
#br_wrap img {
	float: left;
	margin-right: 30px;
	margin-top: -16px;
}
#br_wrap h3 {
	margin-top: 0;
	font-size: 1.3em;
	color: #fff;
	font-weight: normal;
}
#br_wrap p {
	font-size: 1em;
	color: #fff;
	line-height: 1.7em;
	margin-right: 30px;
}
#br_wrap a {
	color: #aecd3e;
	text-decoration: none;
}
#br_wrap a:hover {
	color: #000;
}
#imgtext {
	position: absolute;
	top: 374px;
	left: 16px;
	clear: both;
	margin: 0;
	padding: 0;
}
#imgtext p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	line-height: 1.3em;
}
#imgtext a {
	color: #fff;
	text-decoration: none;
}
#imgtext a:hover {
	color: #aecd3e;
}

/* footer ============================================================== */
#footer {
	height: 48px;
	background-image: url(../assets/keep_it_in_play.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1em;
	margin-top: 8px;
}
#footer a {
	border-right: 1px solid #006056;
	padding: 0 8px;
	text-decoration: none;
	color: #000;
}
#footer a.last {
	border-right: none;
	padding-right: 0;
}
#footer a:hover {
	color: #006056;
}

.lime {
	color: #aecd3e;
}