@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
div#qTip {
	padding: 3px;
	border: 1px solid #666;
	border-right-width: 2px;
	border-bottom-width: 2px;
	display: none;
	background: #999;
	color: #FFF;
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	position: absolute;
	z-index: 1000;
}
body {
	font: 76%/1.5 Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #180e04 url(../images/pagebg.gif) no-repeat top center;
	text-align: left;
	margin:0;
	padding:0;
	height:100%;
}
a img {
	border:none;
}
#container {
	width:700px;
	margin:0 auto;
	padding: 0;
}
#topnav {
	float: right;
	margin: 100px 0 0 0;
	display: block;
	padding: 0 0 0 0;
}
#topnav ul {
	list-style: none;
	list-style-type: none;
}
#topnav li {
	float: left;
	list-style: none;
	list-style-type: none;
}
#topnav li a {
	display: block;
	height: 32px;
	width: 72px;
	padding-right: 2px;
	padding-bottom: 2px;
}
#topnav li a img:hover {
	border-bottom: 3px #FF0000 solid;
	border-top: 1px #FF0000 solid;
}
.b1off {
	background: url(images/btnHomeOff.gif) no-repeat;
}
.b1off:hover {
	background: url(images/btnHomeOn.gif) no-repeat;
}
.b1on {
	background: url(images/btnHomeOn.gif) no-repeat;
}
.b2off {
	background: url(images/btnAboutOff.gif) no-repeat;
}
.b2off:hover {
	background: url(images/btnAboutOn.gif) no-repeat;
}
.b2on {
	background: url(images/btnAboutOn.gif) no-repeat;
}
.b3off {
	background: url(images/btnCatalogOff.gif) no-repeat;
}
.b3off:hover {
	background: url(images/btnCatalogOn.gif) no-repeat;
}
.b3on {
	background: url(images/btnCatalogOn.gif) no-repeat;
}
.b4off {
	background: url(images/btnGuidedHuntsOff.gif) no-repeat;
}
.b4off:hover {
	background: url(images/btnGuidedHuntsOn.gif) no-repeat;
}
.b4on {
	background: url(images/btnGuidedHuntsOn.gif) no-repeat;
}
.b5off {
	background: url(images/btnGalleryOff.gif) no-repeat;
}
.b5off:hover {
	background: url(images/btnGalleryOn.gif) no-repeat;
}
.b5on {
	background: url(images/btnGalleryOn.gif) no-repeat;
}
.b6off {
	background: url(images/btnContactOff.gif) no-repeat;
}
.b6off:hover {
	background: url(images/btnContactOn.gif) no-repeat;
}
.b6on {
	background: url(images/btnContactOn.gif) no-repeat;
}
#sponsors {
	clear: both;
	width: 730px;
	display: block;
	margin-left: 40px;
	padding-top: 10px;
	background: url(../images/edgesponsors.gif) top center no-repeat;
	margin:0 auto;
}
#sponsors ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-align:center;
	margin-top: 30px;
}
#sponsors ul li {
	display:inline;
	padding: 8px;
}
#sponsors ul li a img {
	border: 1px solid white;
	margin-bottom: 7px;
}
#banner {
	width: 100%;
	height: 110px;
	background: green;
}
#mid h1 {
	color: white;
}
#mid {
	width: 700px;
	display: block;
	margin: 0 auto;
	clear: both;
}
#pagenav {
	width:210px;
	height: auto;
	float: left;
}
#pagenav a {
	color: #FFA500;
	text-decoration: none;
}
#pagenav a:hover {
	color: white;
	text-decoration: underline;
}
#midcontent {
	width: 485px;
	height: auto;
	color: white;
	float: left;
	margin: 0 0 0 5px;
}
#midcontent .unlink {
	color:red;
}
/* Catalog */

.category {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
}
.catlist {
	font-family: "Helvetica", Helvetica, Arial, Verdana, sans-serif;
	font-size: 18px;
	width: 200px;
	display: block;
	float: left;
	margin: 8px 0 0 10px;
	clear: both;
	}

.category a {
float: left;
}

.category img {
float: left;
}
 .catlist ul {
list-style: none;
padding-top: 0px;
}
.catlist li {
	font-size: 8pt;
	margin-bottom: 6px;
}
.catlist li a {
	color: white;
	width: 100%;
	display: block;
	background: url(../images/catalog/catlist_bg.jpg);
	font-size: 10pt;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	text-decoration: none;
}
.catlist li a:hover {
	background: white;
	color: black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
.edgeproduct {
	clear:both;
	display: block;
}
.left {
	float:left;
	margin-right:20px;
}
.linkBlock {
	margin-left:60px;
}
.linkBlock .links {
	display:block;
	width:270px;
	float:left;
	margin:0 1em 1em 35px;
	padding:0;
}
.linkBlock .shoplinks {
	clear:both;
	margin: 0 0 0 5em;
	width: 330px;
}
.linkBlock .shoplinks ul {
}
.linkBlock .shoplinks ul li {
	float: right;
	padding-right: 2px;
}
.linkBlock .shoplinks ul li a {
	text-decoration: none;
	color:#FF6600;
	background: black;
	border: 1px solid white;
	padding: 2px 4px 2px 4px;
}
