﻿html
{
	background: #000 url('/shared/images/layout/fe/gameplay/background.jpg') no-repeat scroll center top;
}

div#landing_features
{
	background-image: url('/shared/images/layout/fe/gameplay/features-background.png');
	background-position: left top;
	background-repeat: repeat-x;
	background-size: auto 100%;
    height: 550px;
	padding-top: 10px;
}

div#landing_features_wrapper 
{
    padding-right: 7px;
	padding-top: 10px;
	margin: 0 auto;
	width: 992px;
}
div#landing_features_wrapper > #landing_features_media
{
	float: right;
	text-align: left;
	width: 510px;
}
div#landing_features_wrapper > #landing_features_media a
{
	text-decoration: none;
}
div#landing_features_wrapper > #landing_features_media > img.alsovisit
{
	margin-bottom: 20px;
}
div#landing_features_wrapper > #landing_features_bullets
{
	float: right;
	padding-left: 20px;
	padding-right: 20px;
	width: 226px;
}
div#landing_features_wrapper > #landing_features_bullets ul
{
	font-size: 15px;
	list-style-image: url('/shared/images/layout/listbullet.png');
	margin-top: 20px;
	padding-left: 20px;
}
div#landing_features_wrapper > #landing_features_bullets ul li
{
	line-height: 17px;
	margin-bottom: 15px;
	padding-left: 8px;
}
div#landing_features_wrapper > #landing_features_subnav
{
	float: right;
	margin-top: 5px;
	padding-left: 20px;
	width: 190px;
}
div#landing_features_wrapper > #landing_features_subnav a
{
	background-image: url('/shared/images/layout/fe/subnav-background.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	margin-bottom: 15px;
	width: 182px;
}
div#landing_features_wrapper > #landing_features_subnav a:hover
{
	background-position: 0 -35px;
}
div#landing_features_wrapper > #landing_features_subnav a.active
{
	background-position: 0 -35px;
}
div#landing_features_wrapper > #landing_features_subnav a img
{
	padding-left: 18px;
	padding-top: 12px;
}
div#landing_features_wrapper > .landing_features_verticalbar
{
	float: right;
	width: 2px;
}

div#landing_features_bottombar 
{
	background-image: url('/shared/images/layout/horizontalbar.png');
	background-position: center top;
	background-repeat: no-repeat;
	clear: left;
	height: 2px;
}

/* #region Roll over nav */

nav.rollovers
{
	font-family: Arial, Helvetica, sans-serif;
}
nav.rollovers > ul > li
{
	float: left;
	height: 108px;
	margin-bottom: 20px;
	margin-right: 20px;
	position: relative;
	width: 230px;
}
nav.rollovers > ul > li > img.overlay
{
	left: 7px;
	position: absolute;
	top: 0px;
	z-index: 6;
}
nav.rollovers > ul > li > a
{
	color: #FFF;
	display: block;
	height: 94px;
	left: 7px;
	position: relative;
	right: 7px;
	text-decoration: none;
	width: 214px;
}
nav.rollovers > ul > li > a:hover
{
	text-decoration: none;
}
nav.rollovers > ul > li > a > .mask
{
	background: transparent url('/shared/images/layout/overlay.png') repeat scroll 0 0;
	bottom: 0;
	font-size: 13px;
	height: 21px;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 4;
}
nav.rollovers > ul > li > a:hover > .mask h1
{
	color: #D2C467;
}
nav.rollovers > ul > li > a:hover > .mask > h1.overlay
{
	color: #FFFFFF;
}
nav.rollovers > ul > li > a > .mask h1
{
	font-weight: bold;
	line-height: 19px;
	padding-left: 5px;
	text-transform: uppercase;
}
nav.rollovers > ul > li > a > .omask p
{
	display: inline-block;
	line-height: 16px;
	padding: 3px 0 6px 6px;
}
nav.rollovers > ul > li > a > div.framed
{
	background: url('/shared/images/layout/section_frame.png');
	height: 108px;
	left: -6px;
	position: absolute;
	top: -7px;
	width: 230px;
	z-index: 5;
}
nav.rollovers > ul > li > a > div.image
{
	background: url('/shared/images/fe/gameplay/sections.jpg');
	height: 94px;
	width: 214px;
	z-index: 3;
}

/* #endregion */