/*                                        COMMON ELEMENTS                           */
abbr {
	cursor:help;
}

a {
	color:#090; /* green */
	background:#fff; /* white */
	text-decoration:none;
}

a:hover {
	color:#9cf; /* lt blue */
	background:#fff;
	text-decoration:underline;
}

h1 {
	margin:0 0 10px 10px;
	padding:10px 45px;
	/* background:url(tent.ico) no-repeat left; */
	font-size:1.7em;
	font-weight:bold;
}

h2 {
	margin:0 0 10px 10px;
	padding:10px 45px;
	/* background:url(tent.ico) no-repeat left; */
	font-size:1.5em;
	font-weight:bold;
}

h3 {
	margin:0 0 10px 10px;
	/* padding:10px 45px;
	background:url(tent.ico) no-repeat left; */
	font-size:1.2em;
	font-weight:bold;
}

h4 {
	margin:0 0 10px 5px;
	padding:0;
	/* background:url(tent.ico) no-repeat left; */
	font-size:1em;
	font-weight:bold;
}

ul {	
	list-style:none;
	margin:0;
	padding:0px 0px 10px 15px;
}

li {
	/* background:url(bullet.gif) no-repeat 0 50%; */
	margin:0;
	padding-left:10px; 
	/* height:1.5em;
	line-height:1.5em; */
}

p {
	margin-top:0;
	padding:0;
	/* text-indent:2em; */
}

/*                                               BODY                */
body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size:75%;
	color:#000; /* black */
	background:#006; /* darkest blue */
	text-align:center;
}

.clear	{clear: both;}

/*                                            MAIN CONTAINER                  */
#container {
	margin:0 auto;
	text-align:left;
	width:765px;
	color:#000;
	background:#fff;
	position:relative;
}

/*                                 HEADER                       */
#header {
  	margin: 0;  
	padding: 0;
	height:150px;
	text-align:center;
	/* background:url(/head.jpg) no-repeat; */
}

.skip {
        visibility: hidden;
        z-index: 1000;
}

/*                                  TOP NAVIGATION                       */
#topnav {
  	margin: 0;	
	padding: 7px 0px 0px 0px;
	color:#006;
	background:#7ad; /* dark blue */
	float:left;
	width:765px;
}

#topnavleft {
	margin: 0;	
	padding: 0;
	color:#006;
	background:#7ad;
	float:left;
	width:495px;
}

#topnavleft ul {
	margin:0;
	padding-top:2px;
}

#topnavleft li {
	display: inline;
	padding: 1px;
}

#topnavleft a {
	color:#fff;
	background:#7ad;
	font-weight:bold;
	text-decoration:none;
}

#topnavleft a:hover {
	color:#006;
	background:#7ad;
	text-decoration:underline;
}

#topnavright {
	float:left;
	width: 215px;
	margin-left: 15px; 
	color:#006;
	background:#7ad;
	text-align:center;
}

#topnavright ul {
	margin:0;
	padding-top:2px;
}

#topnavright li {
	display: inline;
	padding: 1px;
}

#topnavright a {
	color:#fff;
	background:#7ad;
	text-decoration:none;
}

#topnavright a:hover {
	color:#006;
	background:#7ad;
	text-decoration:underline;
}

div#header-depts-container	{margin-top: 8px; position: relative; width: 765px;}
div#header-depts-container ul	{padding-left: 0px;}
div#header-depts-container ul li	{float: left;}
div#header-depts-container ul li a	{color: #009900;}
div#header-depts-container ul li a:hover	{color: #99ccff; text-decoration: underline;}
div#header-depts-container ul li#header-camping div	{display: none; margin-left: -7px;}
div#header-depts-container ul li#header-clothing div	{display: none; margin-left: -87px;}
div#header-depts-container ul li#header-exercise div	{display: none; margin-left: -164px;}
div#header-depts-container ul li#header-fishing div	{display: none; margin-left: -241px;}
div#header-depts-container ul li#header-games div	{display: none; margin-left: -310px;}
div#header-depts-container ul li#header-hunting div	{display: none; margin-left: -436px;}
div#header-depts-container ul li#header-shoes div	{display: none; margin-left: -510px;}
div#header-depts-container ul li#header-all-categories div	{margin-left: -627px;}

div#header-depts-container ul li div.header-drop-down	{background-color: #FFFFFF; border: #77aadd 1px solid; display: none; padding-left: 10px; text-align: left; height: 450px; position: absolute; overflow-y: scroll; width: 750px; z-index: 1000;}
div#header-depts-container ul li div.header-drop-down ul.header-get-typs	{display: inline; float: left; list-style-type: none; line-height: 14px; margin: 20px 0px 0px 10px; width: 170px; position: relative;}
div#header-depts-container ul li div.header-drop-down ul.header-get-typs li a	{font-size: 10px;}
div#header-depts-container ul li div.header-drop-down ul.header-get-subtyps	{line-height: 17px; list-style-type: none; margin: 0px;}
div#header-depts-container ul li div.header-drop-down ul.header-get-subtyps li a	{color: #009900; font-size: 10px;}
div#header-depts-container ul li div.header-drop-down ul li a:hover	{color: #99ccff; text-decoration: none;}

/*                                            CONTENT CONTAINER                   */
#content {
	background:url(backb.gif);
	float:left;
	width:765px;
}

/*                                         LEFT COLUMN                         */
#left {
	vertical-align:top;
	width:490px;
	padding-left:10px;
	float:left;
	color:#000;
	background:#fff;
}

#left a {
	color:#090;
	background:#fff;
	text-decoration:none;
}

#left a:hover {
	color:#9cf;
	background:#fff;
	text-decoration:underline;
}

/*                                            RIGHT COLUMN                 */
#right {
	width:240px; /* 250 */
	float:right;
	vertical-align:top;
	margin-left:10px; /* 15 */
	color:#006;
	background:#9cf;
	height:100%;
}

#right h1 {
	color:#006;
	background:none;
	font-size:1.5em;
	font-weight:bold;
	padding:5px 0 0 10px; /* 15 */
}

#right h2 {
	color:#006;
	background:none;
	font-size:1.25em;
	font-weight:bold;
	padding:5px 0 0 10px; /* 15 */
}

/*                                    FOR ANYTHING WITH GRADIENT BACKGROUND              */
#right span {
	margin:10px 10px; /* 15 */
	padding:5px 7px;
	background:url(navb.gif) repeat-x 0 50%;
	border-bottom:1px solid #369; /* gray blue */
	border-right:1px solid #369;
	display:block;
}

#right span form {
	margin:0px;
	display:block;
}

#right span a {
	color:#fff;
	background:none;
	text-decoration:none;
}

#right span a:hover {
	text-decoration:underline;
	color:#009;
	background:none;
}

#searchbox	{
	margin:10px 10px; /* 15 */
	padding:5px 7px;
	background:url(navb.gif) repeat-x 0 50%;
	border-bottom:1px solid #006; 
	border-right:1px solid #006;
	display:block;
}

#searchbox form {
	margin:0px;
	display:block;
}

#searchbox span a {
	color:#fff;
	background:none;
	text-decoration:none;
}

#searchbox a:hover {
	text-decoration:underline;
	color:#009;
	background:none;
}

/*                                        RIGHT-HAND NAVIGATION                         */
#nav {
	padding:0;
	margin:10px 10px; /* 15 */
	list-style:none;
	width:205px; /* 209 */
	background:url(navb.gif) 0 50%;
	border-bottom:1px solid #369;
	border-right:1px solid #369;
}

#nav li {
	/* font: normal normal bold 2em/2em; */
	font-size:1.2em;
	font-weight:bold;
	line-height:1.5em;
	height:1.5em;
	padding-left:0;
	/* background:url(tent.ico) no-repeat 5% 50%; */
}

#nav li a {
	color:#fff;
	text-decoration:none;
	text-align:center;
	background:none;
	display:block;
}	

#nav li a:hover {
	color:#009;
	background:#9cf;
}

/* #weather {
	padding:0;
	margin: auto;
	width:205px; // 209px	
}    */

/*                                         FOOTER                            */
#footer {
	width:765px;
	color:#000;
	background:#7ad;
	text-align:left;
}

#footleft {
	width:500px;
	padding-left:10px;
	float:left;
	border-top:1px solid #333; /* gray */
	color:#006;
	background:#fff;
}

#footleft ul {
	margin:0;
	padding:0;
}

#footleft li {
	display: inline;
	padding: 1px;
}

#footleft a {
	color:#090;
	background:#fff;
	text-decoration:none;
}

#footleft a:hover {
	color:#9cf;
	background:#fff;
	text-decoration:underline;
}

#footright {
	float:left;
	width:255px;
	margin-left:0px;
	background:#9cf;
	border-top:1px solid #333;
	color:#006;
	text-align:center;
}

#footright ul {
	margin:0;
	padding:0;
}

#footright li {
	display: inline;
	padding: 1px;
}

#footright a {
	color:#006;
	background:#9cf;
	text-decoration:none;
}

#footright a:hover {
	color:#fff;
	background:#9cf;
	text-decoration:underline;
}

#space {
	border-bottom:16px solid #9cf;
}

#space a {
	color:#006;
	background:#9cf;
	text-decoration:none;
}

#space a:hover {
	color:#fff;
	background:#9cf;
	text-decoration:underline;
}

#resources li {
	/* font: normal normal bold 2em/2em;
	font-weight:bold;
	height:1.5em;
	line-height:1.5em; */
	font-size:1em;
	padding-left:15px;
	text-indent:-15px;
	/* background:url(tent.ico) no-repeat 5% 50%; */
}

#printad a {
	color:#fff;
	background:#fff;
	text-decoration:none;
}

#printad a:hover {
	color:#9cf;
	background:#fff;
	text-decoration:underline;
}

#overlay {
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     text-align: center;
     z-index: 1000;
}

#overlay div {
     width: 600px;
     margin: 50px auto;
     background-color: #fff;
     border: 1px solid #000;
     padding: 15px;
     text-align: center;
}

div#alternate-views-container	{}
div#alternate-views-container a	{border: none; display: block; float: left;}
div#alternate-views-container a img	{border: none;}

/* <!--[if !IE]>
	Put your commentary in here...
<![endif]--> */
