@CHARSET "ISO-8859-1";

*{margin: 0; padding: 0;}

body{
	font-family:Verdana, Geneva, sans-serif;
	text-align: center;
}

#wrapper {

}

/*----- BANNER STYLES -----------------------------------------------------------------------*/

		#bannerWrapper{
			height:122px;
			background-color: rgba(100,0,0,1);
			z-index: 2;
		}

		#banner{
			margin: 0 auto;
			width: 874px;
			z-index: 2;
		}

		#bannerCanvas{
			display: block;
			width: 874px;
			left: 0px;
			z-index: 2;
		}

/*----- WEBSITE NAV STYLES -----------------------------------------------------------------------*/
#navSite {
	list-style-type:none;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	position:relative;
	background-color:#b00000;
	border-bottom:solid 1px #000;
	box-shadow: 0px -12px 12px rgba(0,0,0,.5);
	width: 872px;
	height: 22px;
	}

li#ns_1 { position:absolute; top:2px; left:5px; width:90px; height:20px; }
li#ns_2 { position:absolute; top:2px; left:100px; width:90px; height:20px; }
li#ns_3 { position:absolute; top:2px; left:194px; width:90px; height:20px; }
li#ns_4 { position:absolute; top:2px; left:676px; width:112px; height:20px; }
li#ns_5 { position:absolute; top:2px; left:794px; width:80px; height:20px; }
li#ns_6 { position:absolute; top:2px; left:596px; width:80px; height:20px; }

.siteNavLinks{display: block; color:#FFF; text-decoration:none; letter-spacing: 1px; height: 20px;}

li#ns_1 a {width: 90px;}
li#ns_2 a {width: 90px;}
li#ns_3 a {width: 90px;}
li#ns_4 a {width: 112px;}
li#ns_5 a {width: 80px;}
li#ns_6 a {width: 80px;}

.siteNavLinks:hover{text-decoration:underline}


/*------ PAGE NAV STYLES ------------------------------------------ */
#nav3d {
	list-style-type:none;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	position:relative;
	background-color:#111;
	box-shadow: 0px 2px 3px #111;
	width:874px;
	height:22px;
	margin:0 auto;

}

.pageNavLinks{position:absolute; top:0px; padding-top: 3px; height:21px;}

#n3d_1 {left:0px; width:180px;}
#n3d_2 {left:180px; width:120px;}
#n3d_3 {left:300px; width:120px;}
#n3d_4 {left:420px; width:120px;}
#n3d_5 {left:540px; width:180px;}

.pageNavLinks span{cursor: pointer; display:block; color:#999; text-decoration:none;  padding: 0 0 0 0 ;}


.pageNavLinks span:hover {height:30px; background-color:#fff; color:#000;}


/*----- CONTENT STYLES -----------------------------------------------------------------------*/

#content {

	position:relative;
	height:auto;
	width:874px;
	margin:0 auto ;
	top: 0px;
	z-index: 0;
}

/*------ Content Head ------*/

			#contentheader {
				background-color:#FFF;
				margin:0 0 4px 0;
				height: 104px;
				width: 876px;
			}

			#contentheaderLeft {
				float: left;
				height: 92px;
				width: 690px;
				text-align: left;
			}

			#contentheaderRight {
				float: left;
				height: 92px;
				width: 186px;
				text-align: right;
			}

			#canvasPreviousArrow{
			border: 1px dashed white;
				cursor: pointer;
				margin-top: 4px;
				margin-right:10px
			}

				#canvasPreviousArrow:hover{
					border-left: 1px solid #b00000;
					border-radius: 40px 40px 40px 40px;
				}

			#canvasNextArrow{
			border: 1px dashed white;
				cursor: pointer;
				margin-top: 4px;

			}

				#canvasNextArrow:hover{
					border-right: 1px solid #b00000;
					border-radius: 40px 40px 40px 40px;
				}


			#contentheader h3 {
				top:0px;
				left:0px;
				display:block;
				font-size:42px;
				color:#b00000;
				text-decoration:none;
				font-weight:normal;
				height:30px;
				margin:0;
				padding:26px 0 0 6px;
			}

/*------ Content Display -------*/

#contentTitle{
	text-align: left;
	font-size:18px;
	margin:0px;
}

#contentTitleNumber{
	margin-top: 10px;
	font-weight:lighter;
	color: grey;
}

#contentdisplay {
	position: relative;
	left: 0px;
	background-color:#FFF;
	height:auto

	border: 1px solid blue;
}

#contentLeft{
	float: left;
	overflow: none;
	width: 325px;
}


#contentRight{
	float: right;
	width: 545px;
}

			.contentLeftGame{
				margin-top: 10px;
				margin-left: 2px;
				vertical-align: top;
				display: inline-block;
				width: 280px;
				height: 500px;
			}

			.contentLeftWeaponsGame{
				margin-top: 10px;
				margin-left: 2px;
				vertical-align: top;
				display: inline-block;
				width: 430px;
				height: 500px;
			}

			#contentTitleNumberGame{
				margin-top: 10px;
			}

			#gameBlurb{
				border: 1px solid #CCC;
				border-radius: 10px;
				padding: 4px;
				font-size: 12px;
				color: #707070;

			}

			#mainContentGame{
				margin-bottom: 0px;
			}

#contentdisplay h4 {
	font-size: 18px;
	text-align: left;

}

#contentdisplay p {
	display: block;
	font-size:14px;
	text-align: left;
	height:auto;
	margin:10px 0 24px 0;
}

div#contentdisplay ul {
	text-align: left;
	list-style-type: square;
	font-size:14px;
	width:500px;
	margin:0;
	padding-left: 24;}

#contentFeatureList li{
	margin-top: 15px;
}

#mainContent{
	margin-top: 20px;
}

/*----- FOOTER STYLES -----------------------------------------------------------------------*/

#footerWrapper{
/* 	border: 1px dashed red; */
	position: fixed;
	bottom: 0px;
	width: 100%;
}

div#site_info {
	padding-bottom: 5px;
	box-shadow: 0px -1px 2px #4D4D4D;
	border-radius: 5px 5px 0 0;
	background-color:rgba(0,0,0,.05);
	color:#898989;
	text-align:center;
	width:874px;
	margin: 0 auto;
}

div#site_info h4 {
	font-size:12px;
	text-decoration:none;
	text-align:center;
	font-weight: normal;
	margin:0px 0px 0px 0px;
	padding:2px 0px;
}

div#site_info p {
	font-size:10px;
}
