
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}


/*
Copyright (c) 2010, Wulf Outdoor Sports (tm) - All rights reserved.
*/
html, body { 
	background: #100000 url(/images/wulf_bg.jpg) center top no-repeat; 
	color: #333;
	font-family: verdana, arial, sans-serif;
	font-size:11px;
}
H1,H2,H3,H4,H5,H6{
	font-weight: bold;
	margin-bottom:1em;
}
H1{
	font-size:32px;
	margin-bottom:20px;
	/*letter-spacing:-2px;*/
	font-weight:900;
}
H2{
	font-size:22px;
}
H3{
	font-size:18px;
}
H4{
	font-size:18px;
	margin-bottom:20px;
	letter-spacing:-1px;
}
H5{
	font-weight:bold;
	color: #993300;
}
H6{
	font-size:18px;
	margin-bottom: .75em;
	color: #c06a14;
}
.clear{
	clear:both;
}
p{
	line-height: 1.25em;
	margin-bottom:1em;
}
strong{
	font-weight:bold;
}
em{
	font-style:italic;
}
a{
	color: #347235;
	text-decoration:none;
	outline: none;
}
a:hover{
	text-decoration:underline;
	color: #C06A14;
}
td{
	padding: 2px;
}
#doc{
	margin: 0 auto;
}
#Container{background-color:transparent;}
#header{
	width: 978px;
	height: 197px;
	margin: 0 auto;
	overflow:hidden;
	background: transparent url(/images/header_bg.png) 0 0 no-repeat;
	position:relative;
}
#header.xmas{ background-image: url(/images/christmas_header_bg.png);}
div.logo a{
	text-indent: -9999px;
	display:block;
	width:300px;
	height:155px;
	position:relative;
	left:40px;
	top:-86px;
	float:left;
}
#header #logo-contact #mcafee_secure{
	float:right;
	margin: 10px 20px 4px 0;
}
#header #logo-contact #contact_box{
	width: 183px;
	height: 50px;
	display: block;
	/*
	text-indent: -9999px;
	background: transparent url(/images/contact_box.png) 0 0 no-repeat;
	*/
	margin: 0 0 0 648px;
}
#top-nav div.inner{
	position:relative;
	float:right;
	background-color: #2b1c0d;
	padding: 2px 12px;
	font-size: 8pt;
	margin-right:8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-radius: 0 0 8px 8px;
}
ul.top-nav{
	margin:0 !important;
}
.top-nav ul{
	float:right;
	}
	.top-nav li{
		float:left;
		padding:0px;
		list-style: none;
		color: #99623d;
		margin:0 !important;
		}
	.top-nav li a{
		display:inline;
		color: #ffffff;
		font-weight:500;
		text-decoration: none;
		line-height:31px;
		margin:0px;
		padding:0px 7px;
		text-align:center;
		text-decoration:none;
		text-shadow: 1px 1px 2px #000000;
		text-transform:uppercase;
		}
		.top-nav li a:hover{
			text-decoration:underline;
			}
		.top-nav ul li:hover a{
			color: #ffffff;
			text-decoration:none;
		}
	.top-nav li ul{
		background-color: #ffffff;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:1px solid #11553C;
		position:absolute;
		width:220px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.top-nav li:hover ul{display:block;}
	.top-nav li li {
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:220px;
		background-color:#f6eade;
		vertical-align:bottom;
		}
	.top-nav li li.last, .top-nav li:hover ul{
		-moz-border-radius: 0 0 8px 8px;
		-webkit-border-radius: 0 0 8px 8px;
		border-radius: 0 0 8px 8px;
	}
	.top-nav li:hover li a{
		background:none;
		color: #333333;
		text-decoration:none;
		text-shadow: none;
		line-height:175%;
		text-transform:none;
		font-weight:600;
		}
	.top-nav li ul a{
		display:block;
		font-size:11px;
		font-style:normal;
		margin:0px;
		padding:5px;
		text-align:left;
		}
		.top-nav li ul a:hover, .top-nav li ul li:hover a{
			border:0px;
			color:#c06a14;
			text-decoration:underline;
			background-color: #fff8f1;
			}
		.top-nav li ul li.last:hover a{
			-moz-border-radius: 0 0 8px 8px;
			-webkit-border-radius: 0 0 8px 8px;
			border-radius: 0 0 8px 8px;
		}
		.top-nav li li ul, .top-nav li li li{
			display:none;
		}
	.top-nav p{clear:left;}	

input.text{
	border:0;
	height: 26px;
	margin-right:0;
	padding:0 0 0 5px;
	font-size:9pt;
}
input.submit{
	height:26px;
	width:18px;
	text-indent: -9999px;
	line-height: 0;
	font-size: 0;
	border:0;
	margin:0;
	padding:0;
	vertical-align:top;
	margin-left:-4px;
	cursor: pointer;
}


#search-form #label{
	float:left;
	padding-right:5px;
	border-right: thin solid #55483b;
	font-size:8px;
	color:#ffffff;
	font-weight:600;
	margin-right: 5px;
}
#search-form input.text{
	width: 28em;
}
#search-form input.submit{
	background: transparent url(/images/searchbutton.gif) 0 0 no-repeat;
}
#search-form #label p{
	margin-bottom: 0;
}
/*  Navigation Bar */
.navbar{
	width: 1016px;
	height:45px;
	overflow:hidden;
	background:transparent url(/images/navbar_bg.jpg) 0 0 no-repeat;
	border:none;
	padding:0px;
	margin:0px auto;
	font-size:11px;
	text-align:center;
	}
.navbar ul{
	background:transparent;
	height:auto;
	margin:0 0 0 24px;
	padding:0px;
	}
	.navbar li{
		float:left;
		padding:0px;
		list-style: none;
		}
	.navbar li a{
		display:block;
		color: #ffffff;
		font-weight:600;
		text-decoration: none;
		line-height:31px;
		margin:0px;
		padding:0px 6px;
		text-align:center;
		text-decoration:none;
		text-shadow: 1px 1px 2px #000000;
		text-transform:uppercase;
		font-size: 11px;
		}
		.navbar li a:hover{
			color:#CCCCCC;
			text-decoration:underline;
			}
		.navbar ul li:hover a{
			color: #ffffff;
			text-decoration:none;
		}
	.navbar>li:last-child>a, .navbar>li:last-child>a:hover, .navbar li.clearance a, .navbar li.clearance a:hover{
		color:red;
		}
	.navbar>ul>li>ul{
		background-color: #ffffff;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		position:absolute;
		width:220px;
		z-index:200;
		border:1px solid #11553C;
	}
	.navbar>ul>li:hover>ul{display:block;}
	.navbar>ul>li>ul>li {
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:220px;
		vertical-align:bottom;
		}
	.navbar>ul>li:hover>ul>li>a{
		background-color:#f6eade;
		color: #333333;
		text-decoration:none;
		text-shadow: none;
		line-height:175%;
		text-transform:none;
		}
	.navbar ul li ul a{
		display:block;
		font-size:11px;
		font-style:normal;
		margin:0px;
		padding:5px 5px 5px 10px;
		text-align:left;
		}
		.navbar>ul>li>ul>li>a:hover, .navbar>ul>li>ul>li:hover>a{
			border:0px;
			color:#c06a14;
			background-color: #fff8f1;
		}
		.navbar li li.LastChild a, .navbar li:hover>ul, .navbar li ul li.LastChild:hover a{
			-moz-border-radius: 0 0 8px 8px;
			-webkit-border-radius: 0 0 8px 8px;
			border-radius: 0 0 8px 8px;
		}
		.navbar>ul>li>ul>li>ul, .navbar>ul>li>ul>li>ul>li{
			display:none;
		}
	.navbar p{clear:left;}	

#content_wrapper{
	background-color:#ffffff;
	width:978px;
	margin:0 auto;
}
#footer{
	width:978px;
	margin: 0 auto;
	background: #e4e4e4 url(/images/footer_bg.jpg) left bottom no-repeat;
	text-align:center;
	border-top:thin solid #cdcdcd;
	padding:0 0 30px 0;
	position:relative;
	clear:both;
}
#footer a{
	color:#000000;
	text-decoration:none;
}
#footer a:hover{
	color:#111;
	text-decoration:underline;
}
#footer p{
	line-height:1.75em;
	margin: 0;
}
#footer .footer_box{
	border-right:thin solid #afafaf;
}
.left_third, .center_third, .right_third{
	width:325px;
	float:left;
	margin:20px 0;
}
.right_third{
	width:324px;
}
#address_table{
	width:100%;
}
#address_table td{
	width:50%;
}
span.links_resources{
	white-space:nowrap;
}
#footer #bottom_banner{
	position:absolute;
	left:0;
	bottom:5px;
	width:100%;
	color:#fff;
	font-size:10px;
}
#footer #bottom_banner #copyright_container{
	position:relative;
	text-align:center;
}
#footer #bottom_banner #copyright_container #kc_link{
	position:relative;
	display:inline-block;
	height:20px;
	width:82px;
	text-indent:-9999px;
	background:transparent url(/images/kclogosmall.png) 0 0 no-repeat;
	vertical-align:bottom;
}
	
#SC_Menu{
	background-color:#D8D8D8;
	color:#000;
}
#top_banner{
	/* background:#FFF url(/images/Wulf_newsletter_graphic_std.jpg) 0 0 no-repeat; */
	width:950px;
	height:69px;
	margin:0 auto;
}
#top_banner #searchbar_ad{
	width:472px;
	height:69px;
	float:left;
}
/*
#top_banner #img_container{
	width:570px;
	margin-left:20px;
	padding-top:6px;
	float:left;
}
*/
#top_banner #newsletter_signup_box{
	float:right;
	width:474px;
	height:69px;
	background: #FFF url(/images/upper_right_bg.jpg) 0 0 no-repeat;
}
div.signup_form{
	float:right;
	padding-top:8px;
}
div.signup_form label{
	display:inline-block;
	width:40px;
	overflow:hidden;
}
div.signup_form #email{
	float:right;
	margin-right:20px;
	padding-top:15px;
}
div.signup_form #email #name{
	width:210px;
	margin-bottom:1px;
}
div.signup_form #email #email_fld{
	width: 187px;
}
div.signup_form label{
	color:#fff;
}
div.signup_form input.submit{
	background: transparent url(/images/subscribe_button.gif) 0 0 no-repeat;
}
h6.more_info{
	background: transparent url(../shop/templates/Wulf/images/InfoMessage.gif) left 3px no-repeat;
	padding-left: 25px;
	cursor:pointer;
}
h6.more_info:hover{
	text-decoration:underline;
}
div.close_popup{
	float:right;
	margin: 0 10px;
}
div.close_popup a{
	display: block;
	width: 35px;
	height: 15px;
	padding: 3px 25px 3px 3px;
	background: transparent url(../images/close_icon.gif) right 2px no-repeat;
}
#safes_what_to_know{
	display: block;
	position: relative;
	border: 2px solid #11553C;
	padding: 20px;
	background-color: #e3e3e3;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #333333;
}
p.heading{
 font-weight:bold;
 font-size:larger;
}
input.placeholder{color:#aaaaaa;}
.wulf_st_block1 {
position:fixed;
left:0;
top:80px;
z-index:201;
font-size:0;
line-height:0;
float:left;
}
