/* Reset Rules
------------------------------- */
html,body,div,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd,p,blockquote,pre,form,fieldset,table,th,td,img {
border:0;
margin:0;
padding:0;
}

/* Body Rules
------------------------------- */
body {
	font-size:62.5%;
	font-family:verdana, arial, sans-serif;
	background: #FFF url(/images/bg.jpg) repeat-x top left;
}

/* Layout Rules
------------------------------- */
#container {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

/* Header Rules
------------------------------- */
#header {
	width: 960px;
	height: 67px;
	position: relative;
}

#header #logo {
	position: absolute;
	left: 15px;
	top: 6px;
	text-indent: -9999px;
	background: url(/images/header_title.png) no-repeat top left;
}

#header #logo a {
	display: block;
	width: 353px;
	height: 55px;
}

#header #top_nav {
	position: absolute;
	right: 5px;
	bottom: 5px;
	color: #fff;
	font-size: 1.1em;
}

#header #top_nav a {
	color: #fff;
	font-size: 1.0em;
	text-decoration: none;
	font-weight: bold;
}

#header #top_nav a:hover {
	border-bottom: 1px solid #37647F;
}

/* Subheader Rules
------------------------------- */
#subheader {
	width: 950px;
	height: 30px;
	background-color: #3D6F8E;
	font: bold 1.3em/30px georgia,arial,sans-serif;
	color: #fff;
	padding-left: 10px;
}

/* Content Area Rules
------------------------------- */
#content_area {
	background: #fff url(/images/content_bg.jpg) no-repeat top right;
}

/* Side Nav Rules
------------------------------- */
#side_nav {
	float: left;
	background-color: #9b9b84;
	margin-bottom: 100px;
}

#nav {
	padding: 21px 0 71px 0;
	list-style: none;
	font: bold 1.1em/29px georgia,arial,sans-serif;
}

#nav li a {
	background-color:#acac9c;
	display: block;
	height: 29px;
	width: 188px;
	color: #3f3f3f;
	text-decoration: none;
	border-bottom: 1px solid #c9c9b1;
	padding-left: 24px;
}

#nav li a.first {
	border-top: 1px solid #c9c9b1;
}

#nav li a:hover {
	background: #2d2626 url(/images/nav_arrow.jpg) no-repeat 14px 11px;
	color: #fff;
}

/* Content Rules
------------------------------- */
#content {
	float: right;
	width: 583px;
	padding: 0 140px 50px 21px;
	font-size: 1.1em;
	color: #303030;
}

#content p {
	line-height: 1.6em;
	margin: 0 0 1.5em;
}

#content a {
	color: #7374B2;
}

#content a:hover {
	color: #58468C;
}

h1, h2 {
	font: bold 1.7em georgia,arial,sans-serif;
	margin: 21px 0 1em;
	color: #3D6F8E;
}

h2 {
	font-size: 1.3em;
	margin: 1.75em 0 .5em;
}

/* ISO Rules
------------------------------- */
#iso {
	position: absolute;
	top: 436px;
	left: 7px;
	height: 30px;
	width: 172px;
	background: url(/images/iso.jpg) no-repeat 0 3px;
	color: #404040;
	padding-left: 33px;
}

/* Footer Rules
------------------------------- */
#footer {
	width: 960px;
	margin: 10px auto 50px;
	color: #888;
}

#footer a {
	text-decoration: none;
	color: #333;
}

#footer a:hover {
	border-bottom: 1px solid #333;
}

/* General Rules
------------------------------- */
.clr {
	clear:both;
}

hr {
	display:none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

ul.highlights {
	padding-left: 25px;
	margin-bottom: 1.5em;
}
	ul.highlights li {
		padding: 2px;
	}

#gallery {
	width:180px;
	margin: 0 0 15px 20px;
}
	#gallery img {
		margin-bottom: 10px;
		border: 1px solid #999;
	}

	#gallery #caption {
		font-style: italic;
		text-align: center;
		margin: 0 0 .5em;
		color: #aaa;
	}

/* Index Rules
------------------------------- */
#weapons {
	list-style: none;
}
	#weapons li {
		float: left;
		margin: 0 5px 20px 0;
		text-align: center;
		font-size: 1.1em
	}

	#weapons li img {
		border: 1px solid #C0C0C0;
	}
