@charset "utf-8";
/* CSS Document */

div, ul, li, img{
	margin: 0;
	padding: 0;
	border: none;
}
a, a:visited{
	text-decoration: none;
	color: #AD181C;
}
a:hover{
	text-decoration: underline;
}
h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.7em;
	margin-top: 0px;
	display: inline-block;
	margin-bottom: 3px;
	color: #1271A6;
}
h2{
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: normal;
	color: #1271A6;
}
p{
	color: #46535E;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 15px 0;
}
blockquote{
	border-left: #333 4px solid;
	margin: 0 45px 24px 36px;
	padding-left: 10px;
}
body{
	margin: 0;
	padding: 0;
	background: #191717 url(images/main-bg.jpg);
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align: center;
	color: #333;
}

.clear{
	clear: both;
	height: 1px;
}
.ordercopy{
	font-size: 1.4em;	
}

#wrap1, #wrap2{
	width: 100%;
	min-width: 1018px;
}
#main-container, #header, #body, #footer{
	width: 1018px;
}

#wrap1{
	background: url(images/top-bg.jpg) left top repeat-x;
}
#wrap2{
	background: url(images/bottom-bg.jpg) left bottom repeat-x;
}
#main-container{
	margin: 0 auto;
}
#header{
	height: 464px;
	background: url(images/header.jpg) left top no-repeat;
	position: relative;
}
	img[id^=title]{
		position: absolute;
		top: 50px;
		z-index: 2;
	}
	#title-1{
		left: 86px;
	}
	#title-2{
		left: 157px;
	}
	#title-3{
		left: 235px;
	}
	#title-4{
		left: 318px;
	}
	#title-5{
		left: 418px;
	}
	#title-6{
		left: 490px;
	}
	#title-7{
		left: 528px;
	}
	#title-8{
		left: 601px;
	}
	#subtitle{
		position: absolute;
		left: 133px;
		top: 159px;
	}
	#guns{
		position: absolute;
		left: 310px;
		top: 248px;
	}
	#authorname{
		position: absolute;
		left: 233px;
		top: 326px;
	}
	#portrait{
		width: 234px;
		height: 324px;
		position: absolute;
		right: 90px;
		top: 50px;
		text-align: center;
	}
	#portrait img{
		width: 234px;
		height: 324px;
		border: none;
	}
#body{
	background: url(images/body.jpg) left top repeat-y;
}
#body-inner{
	width: 860px;
	min-height: 400px;
	margin: 0 auto;
	text-align: left;
}
	#nav{
		float: left;
		font-size: 12px;
		color:#cbbe9a;
		text-align: left;
		font-family: Arial, Helvetica, sans-serif;
		width: 220px;
		padding: 10px 0;
		background: #252425;
		background: rgba(54,53,54,.3);
		border: #3b3a3b 1px dashed;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
	}
	#nav ul{
		list-style: none;
		width: 200px;
		margin: 0 auto;
	}
	#nav ul li{
		padding-top: 1px;
		border-top: #3b3a3b 1px dotted;
	}
	#nav ul li:first-child{
		padding-top: 0;
		border-top: none;
	}
	#nav ul li a{
	text-decoration: none;
	text-transform: uppercase;
	color: #62574D;
	display: block;
	height: 40px;
	line-height: 40px;
	width: 180px;
	padding: 0 10px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	}
	#nav ul li a:hover{
		color: #f7d502;
		background: #3b0a0b;
		background: rgba(59,10,11,.3);
	}
	#nav ul li a.active, #nav ul li a.active:hover{
		font-weight: bold;
		cursor: default;
		color: #f7d502;
		text-indent: 0;
		font-size: 13px;	
		background: #3b0a0b;
	}
	
	#content{
		float: right;
		width: 610px;
		font-family: Cambria, Chicago, "Times New Roman", Times, serif;
		font-size: 16px;
		line-height: 24px;
	}
		#content h1{
			font-family: Cambria, Chicago, "Times New Roman", Times, serif;
			font-size: 30px;
			line-height: 35px;
			margin-bottom: 24px;
			color: #CAA702;
		}
		#content h2{
			font-family: Cambria, Chicago, "Times New Roman", Times, serif;
			font-size: 20px;
			line-height: 20px;
			margin-bottom: 24px;
			color: #CAA702;
		}
		#content p, #content blockquote{
			color: #A8A8A8;
			margin-bottom: 24px;
		}
#footer{
	height: 37px;
	padding-top: 60px;
	background: url(images/foot.jpg) left top no-repeat;
	color: #1D1D1D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


.float-left{
	float: left;
	margin-right: 20px;	
}
