/* CSS Document */
body {
	margin: 0px;
	background-color: #0c1013;
	/*background-image: url(images/bkgs.jpg);
	background-repeat: no-repeat;
	background-position: 700px top;*/
}
.indent {
	margin-left: 40px;
}
a img {border: none;}

#bkg-container {
	position: absolute;
	left: 0px;
	height: 300px;
	width: 100%;
	z-index: -1;
	overflow: hidden;
}
#bkg {
	width: 850px;
	margin: auto;
	overflow: visible;
	position: relative;
}
#l-bkg {
	height: 300px;
	position: relative;
	left: -180px;
	background-image: url(images/bkgs.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#r-bkg {
	height: 300px;
	position: relative;
	right: -340px;
	background-image: url(images/bkgs.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

/* -- Layout -- */
#site-container {
	width: 870px;
	margin: auto;
	padding-bottom: 5px;
	position: relative;
}
#header {
	background: url(images/layout/header.jpg) no-repeat;
	height: 203px;
}
#top-bar-border1 {background: url(images/layout/nav-bar-left.jpg) left no-repeat;}
#top-bar-border2 {
	background: url(images/layout/border-right.jpg) right repeat-y;
	padding: 0px 10px;
}
#top-bar {
	background: #74767E;
	height: 40px;
}
#nav-bar-border1 {
	background:	url(images/layout/nav-bar-right.jpg) right no-repeat;
	width: 665px;
	padding-right: 10px;
}
#nav-bar-border2 {
	background: url(images/layout/nav-bar-bottom.jpg) bottom no-repeat;
	height: 32px;
	padding-bottom: 8px;
}
#main-border1 {background: url(images/layout/border-left.jpg) left repeat-y;}
#main-border2 {background: url(images/layout/border-right.jpg) right repeat-y;}
#main-border3 {
	background: url(images/layout/bottom.jpg) bottom no-repeat;
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 11px;
}
#main-container {
	/*height: 450px;*/
	background: #ffffff;
}
#left-menu {
	float: left;
	left: 0px;
	height: 300px;
	width: 192px;
	margin-bottom: 100px;
	background-color: #CCCCCC;
}
#left-menu img {
	display: block;
	height: 100px;
	width: 192px;
	margin: 1px 0px;
}
#content {
	float: left;
	width: 638px;
	padding: 10px;
}
#content h3 {
	margin-top: 0px;
}
#content p {
	margin-top: 0px;
	margin-bottom: 1em;
}
#content img.gallery {
	margin-left: 20px;
	margin-bottom: 20px;
}
#content img.rfloat {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#content img.vrfloat {
	float: right;
	clear: both;
	margin-left: 10px;
	margin-bottom: 10px;
}
#content ul {
	list-style: outside;
	margin-right: 40px;
}
#content li {
	margin-bottom: 0.8em;
}
#content dt {
	font-weight: bold;
	margin-bottom: 0.4em;
}
#content dd {
	margin-left: 30px;
	margin-bottom: 1em;
}
#content dl {
	margin-right: 30px;
	margin-bottom: 1.5em;
}
#content dl.lable dt {
	float: left;
	width: 5em;
	margin-bottom: 0.5em;
}
#content dl.lable dd {margin-bottom: 0.5em;}
#footer {
	clear: left;
	padding: 10px;
	width: 830px;
	position: relative;
}
#counter {
	position: absolute;
	bottom: 6px;
	right: 0px;
	height: 22px;
	width: 100px;
	overflow: hidden;
}
/*#footer a {
	color: #333333;
}
#footer a:hover {
	color: #993333;
}*/
#copyright {
	font-size: 10px;
	color: #666666;
	padding: 0px 10px;
	text-align: right;
}
#copyright a {
	color: #666666;
}
/* -- end Layout -- */

/* -- Top Navigation -- */
#nav-bar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav-bar li {
	display: inline;
}
#nav-bar a {
	display: block;
	float: left;
	height: 0px;
	padding-top: 32px;
	overflow: hidden;
}
#nav-home a {
	background-image: url(images/nav/home.jpg);
	background-repeat: no-repeat;
	width: 82px;
}
#nav-home a:hover {background-image: url(images/nav/home_f2.jpg);}
#nav-home a:active {background-image: url(images/nav/home_f3.jpg);}
#home #nav-home a, #home #nav-home a:hover {background-image: url(images/nav/home_f3.jpg);}
#nav-gunsmith a {
	background-image: url(images/nav/gunsmith.jpg);
	background-repeat: no-repeat;
	width: 136px;
}
#nav-gunsmith a:hover {background-image: url(images/nav/gunsmith_f2.jpg);}
#nav-gunsmith a:active {background-image: url(images/nav/gunsmith_f3.jpg);}
#gunsmith #nav-gunsmith a, #gunsmith #nav-gunsmith a:hover {background-image: url(images/nav/gunsmith_f3.jpg);}
#nav-duracoat a {
	background-image: url(images/nav/duracoat.jpg);
	background-repeat: no-repeat;
	width: 113px;
}
#nav-duracoat a:hover {background-image: url(images/nav/duracoat_f2.jpg);}
#nav-duracoat a:active {background-image: url(images/nav/duracoat_f3.jpg);}
#duracoat #nav-duracoat a, #duracoat #nav-duracoat a:hover {background-image: url(images/nav/duracoat_f3.jpg);}
#nav-training a {
	background-image: url(images/nav/training.jpg);
	background-repeat: no-repeat;
	width: 172px;
}
#nav-training a:hover {background-image: url(images/nav/training_f2.jpg);}
#nav-training a:active {background-image: url(images/nav/training_f3.jpg);}
#training #nav-training a, #training #nav-training a:hover {background-image: url(images/nav/training_f3.jpg);}
#nav-range a {
	background-image: url(images/nav/range.jpg);
	background-repeat: no-repeat;
	width: 162px;
}
#nav-range a:hover {background-image: url(images/nav/range_f2.jpg);}
#nav-range a:active {background-image: url(images/nav/range_f3.jpg);}
#range #nav-range a, #range #nav-range a:hover {background-image: url(images/nav/range_f3.jpg);}
/* -- end Top Navigation -- */

/* -- Left Menu -- */
#left-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}
#left-menu a {
	display: block;
	background: #74767E;
	width: 192px;
	margin: 1px 0px;
	padding-top: 4px;
	padding-bottom: 5px;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}
#left-menu a:hover {
	background-color: #6A6C74;
}
#left-menu a.down, #left-menu a.down:hover, #left-menu a:active {
	background-color: #707E90;
}
/* -- end Left Menu -- */