/* body and page layout styles */
body, html {
	height: 100%;
	background-color: #242424;
	background-image: url(../images/greyBackground_repeat.gif);
	background-position: 0px 50%;
	background-repeat: repeat-x;
}
.pageContainer {
	width: 800px;
	height: 600px;
	overflow: hidden;
}
.pageContainer * {
	font-size: 12px;
	font-family: Arial, sans-serif, Helvetica;
	z-index: 3;
}
.backgroundImage {
	float: left;
	position: relative;
	top: -594px;
	z-index: 1;
}
.backgroundImage * {
	float: left;
}
.pageTopLayer {
	float: left;
	position: relative;
	z-index: 3;
}
.pageTopLayer .popupVideo {
	display: none;
	float:left;
	position: absolute;
	left: 0px;
	top: 1px;
}

.iframeContent {

}

/* section specific page backgrounds */
body.combatSimulationsBackground {
	background-color: #182734;
	background-image: url(../images/wargamingBackground.gif);	
}

/* top nav container styles */
.topNav {
	float: right;
	margin-top: 4px;
	font-weight: bold;
}
.topNav a {
	padding-right: 6px;
}
.topNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.topNav li {
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
	background: url(../images/bullet.gif) 0px 50% no-repeat;
	padding-left: 10px;
}
.topNav a:visited, .topNav a:link, .topNav a:active {
	color: #CCCCCC;
	text-decoration: none;
}
.topNav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/* selected links */
.topNav .selectedArea a:visited, .topNav .selectedArea a:link, .topNav .selectedArea a:active, topNav .selectedArea a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/* adjustments for corporate splash page */
.corporateSplash .topNav li, .corporate .topNav li {
	padding-right: 18px;
}
.corporateSplash .topNav a, .corporate .topNav a, .mediaServices .topNav a {
	padding-right: 3px;
}
/* adjustments for media services section */
.mediaServices .topNav li {
	padding-right: 16px;
}

/* banner link */
a.bannerLink {
	float: left;
	width: 280px;
	height: 70px;
}

/* adjustments for co brands */
.combatSimulations a.bannerLink, .wargaming a.bannerLink {
	height: 130px;
}
.combatSimulations a.bannerLinkCo {
	float: right;
	margin-top: 30px;
}

/* left nav container styles */
.leftNav {
	clear: both;
	margin-top: 35px;
	padding-left: 15px;
	padding-right: 10px;
	width: 190px;
	float: left;
	font-weight: bold;
}
/* left navigation menu link styles */
.leftNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.leftNav li {
	padding-top: 4px;
	padding-bottom: 4px;
	background: url(../images/bullet.gif) 0px 7px no-repeat;
	padding-left: 10px;
}
.leftNav li ul {
	padding-top: 4px;
}
.leftNav ul ul li {
	padding-left: 10px;
	background: none;
}
/* unselected items */
.leftNav a:visited, .leftNav a:link, .leftNav a:active {
	color: #CCCCCC;
	text-decoration: none;
}
.leftNav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/* selected links */
.leftNav .selectedArea a:visited, .leftNav .selectedArea a:link, .leftNav .selectedArea a:active, leftNav .selectedArea a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* left nav adjustments for brand sites*/
.combatSimulations .leftNav{
	margin-top: 0px;
}

/* gaming title navigation styles */
.titleNavigation {
	float: left;
	margin-top: 50px;
	padding-bottom: 64px;
	width: 580px;
	height: 250px;
}

/* content box container styles */
.contentBox {
	float: left;
	margin-top: 35px;
	padding-bottom: 20px;
	width: 580px;
	height: 344px;
}
/* content box adjustments for brand sites */
.combatSimulations .contentBox {
	margin-top: 0px;
}

/* boxed footer container styles (example corporateSplash) */
.boxedFooter {
	clear: both;
	padding-left: 10px;
	padding-top: 3px;
	width: 790px;
	height: 17px;
	color: #FFFFFF;
}
.boxedFooter * {
	font-size: 11px;
}
.boxedFooter a:visited, .boxedFooter a:link, .boxedFooter a:active, .boxedFooter a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* footer container styles */
.footer {
	float: left;
	padding-left: 215px;
	margin-top: 110px;
	font-weight: bold;
	color: #CCCCCC;
}
.footer * {
	font-size: 11px;
}
.footer a:visited, .footer a:link, .footer a:active, .footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
/* footer adjustments for brand sites */
.combatSimulations .footer, .wargaming .footer, .wxstation .footer {
	margin-top: 85px;
}
