@charset "UTF-8";

/* Only show content to screen readers */
.wai {display:none}

/* Clearfix */
.cf:after {content:"."; display:block; height:0; clear:both; visibility:hidden}
.cf {display:inline-block}
/* Hide from IE Mac \*/
* html .cf {height:1%}
.cf {display:block}
/* End Hide */

/* PNGFix for IE5.5/6 */
img, div, a, input { behavior: url(iepngfix.htc) }

body {
	margin: 0;
	background: #000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-variant: small-caps;
}

div#global {
	width: 940px;
	margin: 0 auto;
}

div#header {
	position: relative;
	border-top: 1px solid #000;
	height: 210px;
	background: transparent url(images/headerBg.jpg) no-repeat top;
}

div#content {
	background: #7a7a74 url(images/bg.jpg) repeat-y top;
}

div#left, div#right {
	width: 168px;
	min-height: 810px;
}

div#left {
	float: left;
	background: transparent url(images/gradientBg.png) repeat-x top;	
}

div#left .inlineContent 
{
	padding-top: 2px;			
	text-align: center;
}

div#main h2, div.visitLink {
	margin: 0;
	padding-left: 10px;
	height: 49px;
	line-height: 49px;
	font-size: 28px;
	background: transparent url(images/TitleBackground.gif) no-repeat top left;
}
div#main h3 
{
	margin: 0;
	padding-left: 10px;
	height: 49px;
	line-height: 49px;
	font-size: 20px;
	background: transparent url(images/TitleBackground.gif) no-repeat top left;
}
div#main h4
{
	margin: 0;
	padding-left: 10px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;	
}
div.visitLink {
	font-size: 24px;
	font-variant: small-caps;
	font-family: "Times New Roman", Times, serif;
}

div.visitLink span {
	font-size: 14px;
}

div#main div.newsCategory, div.rankingsCategory  {
	float: left;
	background: #f9f9ec;
	margin: 10px;
	padding: 5px;	
	font-family: "Times New Roman", Times, serif;	
	font-size: 14px;	
}
div#main div.newsCategory span {
	padding-top: 5px;
}
div#main div.newsCategory hr, div.rankingsCategory hr {
	border: none;
	border-top: 1px dotted #333;
}
div#main div.newsCategory a {	
	padding-right: 5px;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-variant: small-caps;
}

div#main div.rankingsCategory a  {		
	padding-right: 5px;		
	font-size: 12px;		
	color: #000000;	
	text-decoration: none;	
	font-variant: small-caps;
}
div#main div.newsCategory a:hover, div#main div.rankingsCategory a:hover
{
	color: Red;
}

div#main div.newsCategory input[type="radio"] input[type="text"] label
{
	display: inline;
}

div#main div.news {
	margin-right: 10px;
}

div#main div.news, div#main div.articles, div#main div.Calculator {
	float: left;
	width: 288px;
	background: #f9f9ec;
	margin-top: 9px;
	margin-bottom: 9px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}


div#main div.news ul, div#main div.articles ul {
	list-style: none;
	margin: 10px 15px;
	padding: 0;
}

div#main div.news ul li hr, div#main div.articles ul li hr {
	border: none;
	border-top: 1px dotted #333;
}

div#main div.news h3, div#main div.articles h3, div#main div.newsCategory h1, div#main div.rankingsCategory h1, div#main div.Calculator h1 {
	background: #b3b4a8;
	line-height: 30px;
	font-size: 18px;
	margin: 0;
	padding-left: 15px;
}

div#main div.news a, div#main div.articles a {
	font-family: "Times New Roman", Times, serif;	
	font-variant: small-caps;
	padding-right: 5px;
	color: #000000;
	text-decoration: none;
}

div#main div.news a:hover, div#main div.articles a:hover 
{
	color: red;
}

div#main div.checkout 
{
	float:left;
	font-size:11px;
}
div#main div.checkout a
{
	text-decoration: none;
	color: #676A55;
}
div#main div.checkout a:hover
{
	color: #FAFBFD;
}
div#right h3 {
	margin: 0;
	padding-left: 10px;
	height: 49px;
	line-height: 49px;
	font-size: 28px;
	background: transparent url(images/rightColH3.png) no-repeat top;
}

div#left h3 {
	color: #fff;
	margin: 0;
	padding-left: 10px;
	height: 49px;
	line-height: 49px;
	font-size: 28px;
	background: transparent url(images/leftH3bg.png) no-repeat top;
}

div#header img {
	margin-left: 20px;
}

div#header div.userInfo 
{
	font-family: "Times New Roman", Times, serif;
	text-align: right;
	position: absolute;
	top: 0;
	right: 14px;
	font-size: 14px;
	color: #000000;
}

div#header div.userInfo .welcome a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-variant: small-caps;
	padding-right: 5px;
	color: #d9d9da;
	text-decoration: none;
}

div#header div.userInfo a:hover 
{
	color: #000000;
}

div#header ul {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
	width: 658px;
	list-style: none;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 14px;
}

div#header ul li a {
	display: block;
	float: left;
	padding: 12px 15px;
	border-right: 2px solid #514d49;
}

div#header ul li.lnkHome a {
	padding-left: 90px;
	background-position: top left;
}

div#header ul li.last a {
	border-right: none;
}

div#left form label {
	display: block;
	width: 150px;
	margin-left: 6px;
	padding: 5px 0;
}

div#left input[type="text"], div#left input[type="password"] {
	width: 150px;
	background: #fff url(images/inputBg.gif) no-repeat top left;
	border: 0;
	padding: 4px 3px;
}

div.btnPad {
	margin-right: 9px;
	text-align: right;
	padding: 4px 0;
}

input {
	display: block;
}

div#mainWrapper {
	margin: 0 168px;
	width: 604px;
}

div#main {
	margin: 0 9px;
}

input.btn {
	float: right;
}

div#footer {
	color: #b4b5a8;
	background: #403f3a;
	text-align: center;
	margin: 10px 0 10px 0;
	padding: 2px 0 2px;
}


li.active a {
	background: transparent url(../images/menuActiveBg.png) no-repeat top right;
	text-decoration: underline !Important;
}


div.inlineContent {
	color: #f6f7f7;
}

div#right {
	float: right;
}

div#right .inlineContent {
	padding: 0 15px;	
	text-align: center;
}
div#right a , div#left a
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-variant: small-caps;
	padding-right: 5px;
	color: #d9d9da;
	text-decoration: none;
}
div#right a:hover, div#left a:hover
{
	color: #000000;
}
div# right hr {
	border: none;
	border-top: 1px dotted #333;
}

div#footer a {
	color: #b4b5a8;
	text-decoration: none;
}

div#footer a:hover 
{
	color: #000000;
}

div#footer ul li {
	display: inline;
}

div#footer ul li a
{
	padding: 2px 5px;
	border-right: 1px solid #b4b5a8;
}

div#footer li.last {
	border-right: none;
}

/* Added by Andrew */
.LoginControlTitle
{
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-variant: small-caps;
	color: #fff;
	margin: 0;
	padding-left: 10px;
	height: 49px;
	line-height: 49px;
	font-size: 28px;
	background: transparent url(images/leftH3bg.png) no-repeat top;
}
/* Left Menu Links */
.MenuLink
{
	color: #d9d9da;
	font-size: 14px;
	font-variant: small-caps;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding-left: 1px;
	text-decoration: none;
}
.MenuLinkSelected
{	
	color: #000000;
	background: transparent url(images/leftH3bg.png) no-repeat top;
}
.MenuLinkHover
{	
	color: #000000;
}
.MenuLinkDynamic
{
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
}

div#header div.menuToolbar {	
	position: absolute;
	top: 168px;
	left: 280px;
	font-size: 18px;
	font-variant: small-caps;
	font-family: "Times New Roman", Times, serif;		
}

.ToolBarMenuLink
{
	color: #000000;		
	margin: 0;
	padding-left: 8px;
}
.ToolBarMenuLinkSelected
{	
	color: #d9d9da;
}
.ToolBarMenuLinkHover
{	
	color: #d9d9da;
}
.LeftLoginLink
{
	color: #d9d9da;
	font-size: 12px;
	text-align: right;
	text-decoration: none;
	font-variant: small-caps;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding-left: 1px;
}
.LeftSearchModule
{
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
}
.ProductCategoryImage
{
	width: 176px;
	border-style: solid;
	border-width: 1px;	
}
/* Product Details Page */
div#ProductImage 
{
	text-align: center;
}
div#ProductTitle
{
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
.ProductMinorHeading
{
	font-size: 12px;
	font-weight: bold;
}
.ProductLineItem
{
	vertical-align: top;
}
/* Product Catalog Page */
div#productcatalog
{
	float: left;
	top: -50px;
	border-width: 1px;
	border-style: solid;
}
.product 
{
	background-image: url(images/ProductBackground.gif);
	background-repeat: repeat;
	border-width: 1px;
	border-style: solid;
	border-color: #ABABA8;
}
.ProductTitleLink
{
	color: #000000;
	font-size: 12px;
	font-variant: small-caps;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding-left: 1px;
}
.ProductTitleLink:Hover
{	
	color: #FC0505;
}
.ProductYouSave
{
	color: Red;
	font-size: 10px;
}
.ProductListPrice
{
	font-size: 10px;	
}
.ProductIForcePrice
{
	font-size: 12px;
}
.RankingsHeader
{
	background: #b3b4a8;
	line-height: 30px;
	font-size: 12px;
	margin: 0;
	padding-left: 15px;
}
.RankingsArmyHeader
{
	background: #b3b4a8;
	line-height: 30px;
	font-size: 18px;
	margin: 0;
	padding-left: 15px;
}
.Pager span, .ProductPager span 
{
	font-weight:bold; 
	color: Red;
}	
.ProductPager a
{
	font-weight:bold; 
	color: #000000;
}	
.ProductPager a:hover
{
	font-weight:bold; 
	color: red;
}	
.AlternateRowStyle
{
	background: #E5E5DA;
}
.HomePageLink
{
	color: #000000;		
	margin: 0;
	padding-left: 10px;
}
.HomePageLink:Selected
{	
	color: red;
}
.HomePageLink:Hover
{	
	color: red;
}