/* { margin: 0; padding: 0; } */

body {
	margin: 0;
	color: #999;
	font: 75% Arial, sans-serif;
	background: #000 url(/images/site/body_bg.jpg) no-repeat center 65px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #ccc;
}
h2 {
	font-size: 18px;
	letter-spacing: -1px;
}
h3 {
	font-size: 16px;
	letter-spacing: -1px;
} 
h4 {
	font-size: 14px;
	letter-spacing: -1px;
}
h5 {
	font-size: 12px;
}

p { margin: .2em 0 1em 0; }

a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px solid #a9732e;
}
a:hover {
	color: #eee;
	text-decoration: none;
	border-color: #faaa43;
}
a img {
	border: 0;
}


#page_wrap {
	width: 700px;
	margin: 0 auto;
}

#header {
	overflow: hidden;
}

#logo h1 {
	margin: 0;
	text-indent: -1000px;
}
#logo h1 a {
	float: left;
	display: block;
	width: 266px;
	height: 75px;
	background: transparent url(/images/site/logo.gif) no-repeat left center;
	border: 0;
}

#content {
	padding: 1em;
	/* IE7 png performance bug */
	background: transparent url(/images/site/bg_semi_trans_ie.png);
}

#footer {
	border-top: 1px solid #252525;
	padding: 10px;
	margin: 0 0 30px 0;
	text-align: right;
	color: #999;
}
#footer p {
	margin: 0;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#footer ul li {
	margin: 0 2px 0 0;
	padding: 0;
	display: inline;
}

.quick_links {
	margin: 1em 0;
	overflow: hidden;
	text-align: center;
	border-top: 1px solid #333;
}
.quick_links ol {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.quick_links ol li {
	float: left;
}
.quick_links ol li a {
	display: block;
	margin: 5px;
	font-weight: bold;
}
.nav_links {
	overflow: hidden;
	margin: 1em 0;
}
.nav_links a {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
}
.nav_links .previous {
	float: left;
	padding-left: 20px;
	background: url(/images/icons/resultset_previous.png) no-repeat top left;
}
.nav_links .next {
	float: right;
	padding-right: 20px;
	background: url(/images/icons/resultset_next.png) no-repeat top right;
}

.snippet {
	overflow: hidden;
	margin: 1em 0;
}
.snippet img.screenshot {
	float: left;
	width: 400px;
	margin-right: 1em;
	padding: 2px;
	border: 2px solid #333;
	background: #000;
}
.snippet .description {
	margin-left: 415px;
}
.snippet ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.snippet ul li {
	padding: 0 0 0 15px;
	margin: 0 0 2em 0;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.snippet ul li em {
	float: left;
	margin: 0 5px 0 0;
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	font-style: normal;
	position: relative;
	left: -5px;
	top: -5px;
}

.snippet ul li.blue em { color: #00ccff; }
.snippet ul li.purple em { color: #ff00ff; }
.snippet ul li.orange em { color: #ff9900; }
.snippet ul li.green em { color: #99ff00; }
.snippet ul li.pink em { color: #ff0066; }

.qg_loom .quick_links .loom a { color: white; }
.qg_recoveryrooms .quick_links .recoveryrooms a { color: white; }
.qg_gunsmitharmory .quick_links .gunsmitharmory a { color: white; }
.qg_ammunitionartisans .quick_links .ammunitionartisans a { color: white; }