﻿@charset "utf-8";
/* CSS Document */



body {
	padding: 0;
	margin: 0;
}


#container {
	font-size: 12px;
	margin: 0 auto;
	padding: 0;
	width: 950px;
}

p {
	font: 12px #4b4b4b;
}

/*	BEGIN HEADER	*/
#header {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 258px;
	background: gray url(xstresource/images/armygold/header_gradient_fill.png) top repeat-x; 
	position: relative;
}

#header p {

	font: 1em/1.5em Arial, Helvetica, sans-serif;
	color: #7e7e7e;
	width: 550px;
	position: absolute;
	left: 50px;
	top: 170px;
}

/*	BEGIN NAV	*/
#ag_nav_container {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 310px;
	height: 258px;
	background: url(xstresource/images/armygold/ag_nav_icons_0.png) top right no-repeat;
}


#ag_nav_container img{ /*	FOR GRADIENT FILL AT THE BOTTOM OF 'INVITE A FRIEND' GRAPHIC	*/
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#ag_nav_container ul#ag_nav {
	padding: 0;
	margin: 0;
	width: 100%;
	position: absolute; 
	top: 0px;
	right: 0px;
}
#ag_nav_container ul#ag_nav li {
	list-style: none;
}

#ag_nav_container ul#ag_nav li a {
	list-style: none;
	text-indent: -9999px;
	display: block;
}

#ag_nav_container ul#ag_nav li#ag_play_btn a {
	background: url(xstresource/images/armygold/play_btn.png) top left no-repeat;
	height: 72px;
}

#ag_nav_container ul#ag_nav li#ag_create_btn a {
	background: url(xstresource/images/armygold/create_btn.png) top left no-repeat;
	height: 61px;
}

#ag_nav_container ul#ag_nav li#ag_invite_btn a {
	background: url(xstresource/images/armygold/invite_btn.png) top left no-repeat;
	height: 65px;
}

#ag_nav_container ul#ag_nav li#ag_play_btn a:hover {
	 background-position: 0px -72px; 
}

#ag_nav_container ul#ag_nav li#ag_create_btn a:hover {
	 background-position: 0px -61px; 
}

#ag_nav_container ul#ag_nav li#ag_invite_btn a:hover {
	 background-position: 0px -65px; 
}

#ag_nav_container ul#ag_nav li a span {
	visibility: hidden;
	display: block;
	height: 258px;
	width: 94px;
	position:absolute;
	top:0px; 
	right:0px; 
}

#ag_nav_container ul#ag_nav li a img {
	border: none;
	position:absolute;
	top: 0px;
	right: 0px;
}

#ag_nav_container ul#ag_nav li a:hover span{
	visibility:visible;}

/*	END NAV	*/
/*	END HEADER	*/

/*	FLASH CONTAINERS - Set fon-size and line-height to 0 to remove 2 - 3 extra pixels */
#ag_flash_banner_container{
	font-size: 0;	
	line-height: 0;
	margin-bottom: 5px;
	padding: 0;
}

#featured_item_container{
	float: left;
	font-size: 0;	
	line-height: 0;
	margin-right: 10px;
	width: 310px;
	padding: 0;
}

/*	USER POLL BEGIN	*/

#ag_user_poll_left {	/*	OUTER DIV	*/
	float: left;
	background: url(xstresource/images/armygold/user_poll_left.png) top left no-repeat;
	min-height: 185px;
	height:auto !important; /*	MIN HEIGHT IE6 FIX	*/
	height:185px;			/*	MIN HEIGHT IE6 FIX	*/
	margin-right: 10px;
	padding: 0;
	width: 310px;
}

#ag_user_poll_right { /*	INNER DIV	*/
	background: url(xstresource/images/armygold/user_poll_right.png) top right no-repeat;
	margin-left: 43px;
	padding-left: 5px;
	min-height: 185px;
	height:auto !important;	/*	MIN HEIGHT IE6 FIX	*/
	height:185px;			/*	MIN HEIGHT IE6 FIX	*/

}

#ag_user_poll_right h3 {
	background: url(xstresource/images/armygold/user_poll_header.png) top left no-repeat;
	height: 38px;
	line-height: 100%;
	width: 91px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	
	
}

#ag_user_poll_right p {
	padding: 0;
	margin: 0 0 5px 0;
	font: 1em/1.5em Arial, Helvetica, sans-serif;
	color: #4b4b4b;
}

#ag_user_poll_right span {
	font: 1em/1.5em Arial, Helvetica, sans-serif;
	margin: 10px 0;
}

.ag_submit_btn {
	font-size: 0px; /*	HIDES FORM BUTTON TEXT	*/
    border: none;
    background: url(xstresource/images/armygold/vote_btn.png) no-repeat top left;
	cursor: pointer;
	margin-top: 10px;
    height: 21px;
	width: 71px;
}

.ag_submit_btn:hover {
    background-position: 0 -21px;
}

/*	GET FLASH PLAYER BEGIN	*/

#ag_get_flash_left {	/*	OUTER DIV	*/
	float: left;
	background: url(xstresource/images/armygold/get_flash_left.png) top left no-repeat;
	min-height: 185px;
	height:auto !important; /*	MIN HEIGHT IE6 FIX	*/
	height:185px;			/*	MIN HEIGHT IE6 FIX	*/
	margin: 0px;
	padding: 0;
	width: 310px;
}

#ag_get_flash_right { /*	INNER DIV	*/
	background: url(xstresource/images/armygold/get_flash_right.png) top right no-repeat;
	margin-left: 66px;
	padding-left: 5px;
	min-height: 185px;
	height:auto !important;	/*	MIN HEIGHT IE6 FIX	*/
	height:185px;			/*	MIN HEIGHT IE6 FIX	*/

}

#ag_get_flash_right h3 {
	background: url(xstresource/images/armygold/get_flash_header.png) top left no-repeat;
	height: 40px;
	line-height: 100%;
	width: 205px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	
	
}

#ag_get_flash_right p {
	padding: 0;
	margin: 0 0 5px 0;
	font: 1em/1.5em Arial, Helvetica, sans-serif;
	color: #4b4b4b;
}

.download_btn {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
    border: none;
    background: url(xstresource/images/armygold/download_now_btn.png) no-repeat left top;
	cursor: pointer;
	margin-top: 10px;
    height: 21px;
	width: 98px;
}

.download_btn:hover {
    background-position: 0 -21px;
}

/*	BEGIN TOP SCORE*/

#top_score_container {
	clear: both;
	font-size: 0;	
	line-height: 0;
	margin-bottom: 5px;
	padding: 0;
}

