@charset "utf-8";
/* CSS Document */

body {
	color: #999;
	background-color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div {
	padding:0;
	margin:0;
}

img {
	border: 0;
}


#container {
	margin: 10px auto;
	background: url(../imgs/bodybk.jpg) repeat-y;
	width: 981px;
}

/*** Header classes and divs ***/
#header {
	background: url(../imgs/header.jpg) no-repeat;
	height: 115px;
}

.logo {
	float: left;
}

.warrior {
	float:right;
	padding-top: 20px;
}
/****************************************/

/*** Nav classes and divs */
#nav {
	height:35px;
	border-bottom: solid 1px #666;
	border-top: solid 1px #666;
	clear: both;
	font-weight: bold;
}

a {
	color: #fff;
}

#nav a{
	text-decoration: none;
	padding: 10.5px 28.9px;
}

#nav a:hover {
	background: #333;
}

#nav ul{
	padding:0;
	margin:0;
	list-style: none;
}

#nav li {
	display:block;
	float: left;
	border-left: solid 1px #666;
	line-height: 35px;
}

.customFirearm a {
	color: #99cc33;
}

.customFirearm a:hover {
	color: #fff;
}

.currentTop {
	background: #333;
}

/***SIDE NAV ***/
#sideNav {
	padding: 25px 0px 0px 25px;
	width: 180px;
	float: left;
	color: #fff;
	font-weight:bold;
	font-size:14px;
}

#sideNav ul {
	margin: 0;
	padding: 0 0 0 10px;
	text-align: left;
	list-style: none;
}

#sideNav li {
	padding: 7px 0;
}

#sideNav a {
	display:block;
	text-decoration: none;
	padding-left: 20px;

}

#sideNav a:hover{
	color:#8ab345;
	background-image: url(../imgs/hole.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}

.currentSide a{
	color: #8ab345;
	background-image: url(../imgs/hole.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}
/****************************************/

/*** Content classes and divs ***/
#contentIndex {
	padding: 20px;
	width: 735px;
	float: left;
}

#content {
	padding: 20px;
	width: 735px;
	float: right;
	clear: right;
}

#contentNoNav {
	padding: 20px;
}


#content a {
	color: #fff;
	text-decoration: none;
}
#content a:hover {
	color: #fff;
	text-decoration: underline;
}

#gallery {
        height: 320px;
}

.contentGallery
{
margin-left:auto;
margin-right:auto;
width:100%;
}



h1{
	color: #8ab345;
	font-size: 24px;
	font-weight:normal;
	margin: 0;
	padding: 0;
}

iframe {padding: 20px;
}

.gallery {
        margin-left:auto;
        margin-right:auto;
        width:70%;
}

.imgRight {
	float: right;
	padding: 0px 0px 10px 10px;
}

.showcase {
	padding: 10px 0px 0px 0px;
}
/****************************************/

/*** SideBar divs ***/
#sideBar {
	padding-top: 25px;
	width: 200px;
	float: right;
	clear: right;
	color: #fff;
	font-size: 11px;
}

#sideBar p {
	padding-bottom: 5px;
	margin: 0;
}

#sideBar h4 {
	padding-bottom: 5px;
	margin: 0;
}

#sideBarTop {
	margin-top: 10px;
	background: url(../imgs/sideBarTop.jpg) no-repeat;
	height:11px;
}

#sideBarContent {
	background: url(../imgs/sideBarBk.jpg) repeat-y;
	width: 160px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#sideBarContent a:hover {
	color:#8ab345;
}

#sideBarBottom {
	background: url(../imgs/sideBarBottom.jpg) no-repeat;
	height: 12px;
}
/****************************************/

/*** Footer ***/
#footer {
	clear:both;
	background:transparent url(../imgs/footer.jpg) bottom left no-repeat;
	overflow:auto;
	text-align: right;
	color: #666;
	font-size:11px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 35px;
}
/****************************************/
