/* base css file */
html {
	font-size: 62.5%;
	height: 100%;
	}
body {
	background: #5b3b25 url(../img/dirt_back.jpg) repeat-x center top;
	padding: 10px 0 20px 0;
	margin: 0px;
	height: auto;
	text-align: center;
	font-family: verdana, arial, helvetica, sans serif;
	color: #333;
	}
* {
	/* set all padding and margins to 0 */
	padding: 0px;
	margin: 0px;
	outline: none !important;
	}
h1 {
	font-size: 2.3em;
	font-family: Arial, Helvetica, Sans Serif;
	font-weight: bold;
	color: #ff4500;
	line-height: 2.3em;
	margin: 0 0 .3em 0;
	}
h2 {
	font-size: 1.8em;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 1.5em;
	margin: 10px 0px 0px 0px;
	padding: 0;
	color: #333;
	}
h3 {
	font-size: 1.5em;
	line-height: 1.3em;
	color: #333;
	font-family: arial, Helvetica, Sans Serif;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
h1.new,
h1.coming_soon {
	display: block;
	line-height: 72px;
	background: url(../img/new.png) no-repeat 0 top;
	text-indent: 75px;
	margin: -15px 0 -10px -25px;
	overflow: hidden;
	z-index: 9000;
	}
h2.new,
h2.coming_soon {
	position: relative;
	display: block;
	line-height: 72px;
	text-indent: 75px;
	margin: -15px 0 -10px -25px;
	overflow: hidden;
	z-index: 9000;
	}
h1.new,
h2.new {
	background: url(../img/new.png) no-repeat 0 top;
	}
h1.coming_soon,
h2.coming_soon {
	background: url(../img/coming_soon.png) no-repeat 0 top;
	}
p, td p {
	font-weight: normal;
	padding: .1em 0px .8em 0px;
	font-size: 1em;
	line-height: 1.5em;
	}
sup {
	padding: 0px;
	margin: 0px;
	line-height: 1px;
	font-size: .9em;
	font-family: arial, helvetica, sans serif;
	}
h2 sup {
	font-size: .8em;
	}
h1 sup {
	font-size: .7em;
	}
.quote {
	font-style: italic;
	color: #938058;
	}
ul, ol {
	margin-left: 4px;
	padding-left: 0px;
	}
ul li, ol li {
	margin-right: 0px;
	margin-left: 16px;
	padding-left: 0px;
	text-indent: 0px;
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom: 1em;
	}
li.checked,
li.arrow_gld,
li.q {
	list-style-type: none;
	}
li.arrow_gld {
	list-style-image: url(../img/bullet_arrow_gld.gif);
	}
li.checked {
	list-style-image: url(../img/bullet_check.gif);
	}
li.q {
	list-style-image: url(../img/bullet_arrow_gld.gif);
	}
li.q a {
	text-decoration: none;
	color: #fff;
	}
li.q a:hover {
	text-decoration: underline;
	color: #D18C34;
	}
td.usflag {
	background: url(../img/flag_us.gif) no-repeat 0 4px;
	text-indent: 20px;
	}
td.caflag {
	background: url(../img/flag_ca.gif) no-repeat 0 4px;
	text-indent: 20px;
	}
a.pdf {
	line-height: 18px;
	padding-left: 19px; 
	padding-bottom: 2px;
	background: url(../img/pdf_icon.gif) no-repeat 0 0;
}
	
.floatleft {
	float: left;
	}
.floatright {
	float: right;
	}
.floatclear {
	clear: both;
	}
.marginright {
	margin-right: 14px;
	}
.marginleft {
	margin-left: 14px;
	}
.margintop {
	margin-top: 10px;
	}
.marginbottom {
	margin-bottom: 20px !important;
	}
.tanktest {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 13px !important;
	line-height: .5em;
	}

ol.process {
	margin-left: 0px;
	margin-top: 14px;
	padding-left: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	color: #fff;
	}
ol.process li {
	list-style-type: none;
	padding-left: 40px;
	text-indent: 0px;
	font-size: 13px !important;
	line-height: 1.4em;
	margin-left: 0;
	margin-bottom: .3em;
	height: 55px;
	background-position: 0 2px;
	background-repeat: no-repeat;
	}
ol.process li.one {
	background-image: url(../img/ol_li_1.gif);
	}
ol.process li.two {
	background-image: url(../img/ol_li_2.gif);
	}
ol.process li.three {
	background-image: url(../img/ol_li_3.gif);
	}
ol.process li.four {
	background-image: url(../img/ol_li_4.gif);
	height: auto;
	margin-bottom: 2em;
	}

ul.checklist {
	margin-right:14px;
	font-family:arial, Helvetica, Sans Serif;
	color:#fff;
	}
ul.checklist li {
	list-style-type: none;
	list-style-image: url(../img/bullet_check.gif);
	font-size:13px;
	margin-bottom: .3em;
	}
ul.asterisk {
	margin-right:14px;
	}
ul.asterisk li {
	list-style-type: none;
	list-style-image: url(../img/bullet_asterisk.gif);
	font-size:13px;
	margin-bottom: .8em;
	}

p.more {
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 11px;
	}
table, th, td {
	font-size: 1em;
	line-height: 1.4em;
	}
hr {
	height: 1px;
	line-height: 0px;
	font-size: 1px;
	padding-top: 8px;
	padding-top: 1;
	margin: 0;
	color: transparent;
	background: transparent URL(../img/dots.gif) repeat-x center bottom;
	border: 0 solid transparent;
	text-align: center;
	}
a, #a:link {
	text-decoration: underline;
	color: #4682b4;
	}
a:hover  {
	text-decoration: none;
	color: #ff4500;
	}

a.morelink {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, Sans Serif;
	font-weight: normal;
	text-align: right;
	}
img.madeinusa {
	position: absolute;
	top: 10px;
	right: 230px;
	margin: 0;
	padding: 0;
	border: none;
	z-index: 100;
	}

/* COLOR CLASSES */
.white {
	color: #fff;
	}
.gold {
	color: #D18C34;
	}
.red {
	color: #ff0000;
	}

/* FORMATTING CLASSES */
.underline {
	text-decoration: underline;
	}
.bold {
	font-weight: bold;
	}
.italic {
	font-style: italic;
	}


/* ID zones */
#wrapper {
	padding: 1px 0;
	background-color: #fff;
	}
#wrapper, 
#footer {
	position: relative;
	width: 998px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	}
#footer {
	padding: 10px 0;
	color: #deb887;
	text-align: center;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	line-height: 1.5em;
	}
#footer a, #footer a:visited {
	text-decoration: none;
	color: #fafad2;
	}
#footer a:hover, #footer a:active  {
	text-decoration: underline;
	color: #fff;
	}
#copyright {
	color: #fafad2;
	padding: 4px 0;
	}
#page {
	position: relative;
	height: auto;
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin: 0 1px;
	text-align: center;
	background-image: url(../img/page_back.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #E1E1E1;
	}

#header {
	position: relative;
	height: 121px;
	width: auto;
	margin-right: -10px;
	margin-left: -10px;
	background-image: url(../img/madeinusa_watermark.gif);
	background-position: 320px -30px;
	background-repeat: no-repeat;
	}
#header h2.logo {
	position: absolute;
	top: 10px;
	left: 0;
	width: 367px;
	height: 121px;
	margin: 0;
	padding: 0;
	background-image: url(../img/thestriker_logo.png);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9000px;
	cursor: pointer;
	border: none;
	z-index: 1;
	}
#header img.dbacfc {
	position: absolute;
	top: 55px;
	left: 50%;
	margin-left: -75px;
	}
img.order_online {
	position: absolute;
	top: 15px;
	right: 30px;
	margin-left: -75px;
	}
a.national_accounts {
	position: absolute;
	display: block;
	top: -5px;
	left: -13px;
	border: none;
	z-index: 3;
	}
a.national_accounts img {
	border: none;
	}

#linkbar {
	position: absolute;
	bottom: 10px;
	right: 14px;
	height: auto;
	width: auto;
	width: 561; /* IE6 FIX */
	padding: 0;
	overflow: hidden;
	}
#linkbar ul {
	margin: 0;
	padding: 0;
	height: 31px;
	width: auto;
	border-left: 1px solid #95A8B4;
	}
#linkbar li {
	float: left;
	list-style-image: none;
	list-style-position : none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 31px;
	}
#linkbar a, 
#linkbar a:link{
	display: block;
	width: 80px;
	margin: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	line-height: 31px;
	color: #444555;
	background-image: URL(../img/tabs.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #D1D9DF;
	}
#linkbar a:hover {
	color: #000;
	background-position: 0px -31px;
	background-color: #C5CDD3;
	}
#linkbar a.active, 
#linkbar a.active:hover {
	color: #fff;
	font-weight: normal;
	cursor: default;
	background-position: 0px -62px;
	background-color: #FF6400;
	}


ul#sublinks {
	margin: 0;
	padding: 0;
	height: 20px;
	width: auto;
/*	overflow: hidden; */
	}
ul#sublinks li {
	float: left;
	list-style-image: none;
	list-style-position : none;
	list-style-type: none;
	margin: 0 0 0 -1px;
	padding: 0 10px 0 10px;
	height: 20px;
	border-left: 1px solid #c0c0c0;
	}
ul#sublinks li:first-child {
	margin: 0;
	padding-left: 0;
	border-left: none;
	}
ul#sublinks a, ul#sublinks a:link{
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 20px;
	font-size: 11px;
	}
ul#sublinks a:hover {
	}
ul#sublinks a.active, ul#sublinks a.active:hover {
	color: #000;
	text-decoration: none;
	font-weight: normal;
	cursor: default;
	}
	
.mod_frame {
	position: relative;
	width: auto;
	height: 100%;
	padding: 4px;
	margin: 0;
	background-color: #C4CED6;
	}

img.newsticker {
	position: relative;
	bottom: -10px;
	left: -30px;
	right: 400px;
	height: 63px;
	width: 72px;
	padding: 0;
	border: none;
	z-index: 900;
	margin: -40px -34px 0 0px;
	}

img.coming_soon {
	position: relative;
	bottom: -10px;
	left: -30px;
	right: 400px;
	height: 63px;
	width: 72px;
	padding: 0;
	border: none;
	z-index: 900;
	margin: -40px -34px 0 0px;
	}

/* Modules */
.modules {
	padding: 0 0 4px 4px;
	overflow: hidden;
	}
.modules blockquote {
	position: relative;
	float: left;
	height: 162px;
	width: 320px;
	margin: 0px 4px 0px 0px;
	padding: 0;
	text-align: center;
	background-image: url(../img/mod_back.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #fff;
	overflow: hidden;
	/*cursor: pointer;*/
	}
.modules blockquote.safety {
	background-image:url(../img/mod_back_001.jpg);
	}
.modules blockquote.production {
	background-image:url(../img/mod_back_002.jpg);
	}
.modules blockquote.savings {
	background-image:url(../img/mod_back_003.jpg);
	}
.modules blockquote h2 {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin: 14px 0px 8px 19px;
	padding: 0;
	color: #4682b4;
	border: 0 solid transparent;
	text-align: left;
	}
.modules blockquote p {
	position: relative;
	font-size: 15px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 1.45em;
	margin: 7px 95px 15px 20px;
	padding: 0;
	color: #000;
	text-align: left;
	}
.modules blockquote a:hover {
	text-decoration: underline;
	color: #3083C6;
	}
.modules blockquote img.mod_img {
	position: relative;
	height: 121px;
	width: 202px;
	margin: 15px auto 0 auto;
	border: none;
	}
.modules blockquote img.mod_link {
	position: absolute;
	bottom: 15px;
	right: 15px;
	height: 21px;
	width: 21px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	border: none;
	}
.modules blockquote a.mod_link {
	position: absolute;
	bottom: 15px;
	right: 15px;
	display: block;
	height: 21px;
	width: 21px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-indent: -9000px;
	background-image: url(../img/mod_link.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border: none;
	}
.modules blockquote:hover a.mod_link {
	background-position: left bottom;
	}

#main {
	position: relative;
	width: auto;
	height: 100%;
	margin:0;
	padding: 0 0 0 20px;
	background-image: url(../img/content_back.gif);
	background-position: left top;
	background-repeat: repeat-y;
	}
#main .left {
	position: relative;
	float: left;
	width: 666px;
	height: auto;
	margin:0;
	padding: 10px 0 15px 0;
	text-align: left;
	}
#main .left p,
#main .left td p {
	font-size: 1.2em;
	}
#main .left ul,
#main .left ol {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 10px;
	margin-left: 10px;
	}
#main .left h1 {
	}

#main .left h1.h1_tanktoughtools {
	height: 72px;
	width: 189px;
	padding: 0;
	margin: 30px 0 20px 0;
	border: none;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
#main .left h1.h1_tanktoughtools {
	background-image: URL(../img/h1_tanktoughtools.gif);
	}

#main .left h2.h2_tanktoughtools {
	height: 22px;
	width: 281px;
	padding: 0;
	margin: 8px 0 10px 0;
	border: none;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
#main .left h2.h2_tanktoughtools {
	background-image: URL(../img/h2_tanktoughtools.gif);
	}
	
/* RIGHT MODULES */

#main .right {
	position: relative;
	float: right;
	width: 254px;
	height: auto;
	margin:0 0 -4px 0;
	padding:0;
	font-size: 1.2em;
	}
#main .right .sidebar_mod {
	position: relative;
	width: auto;
	height: auto;
	padding: 14px 15px 20px 15px;
	margin: 0 0 4px 0;
	text-align: left;
	background-image: url(../img/sidebar_back.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
	background-color: #fff;
	}
#main .right .sidebar_mod h3 {
	font-size: 16px;
	line-height: 28px;
	width: auto;
	color: #fff;
	font-family: arial, Helvetica, Sans Serif;
	margin: -10px -11px 10px -11px;
	padding: 0;
	text-indent: 6px;
	font-weight: bold;
	background-image: url(../img/sidebar_h3.gif);
	background-repeat: repeat-x;
	background-position: centert center;
	background-color: #0F2D91;
	}

/* TESTIMONIAL STYLES */
.testimonial p {
	height: auto;
	width:100%;
	font-style: italic;
	color: #191919;
	}
blockquote.testimonial p {
	margin: 10px auto;
	padding: 10px 0 0 0;
	border-top: 1px solid #a9a9a9;
	}
.testimonial .signed {
	margin: 0 0 8px 0;
	font-size: 1.1em !important;
	line-height: 1.2em !important;
	color: #ff4500 !important;
	font-style: italic;
	font-weight: bold;
	}

	/* CATALOG */
	.catalog {
		position: relative;
		clear: both;
		height: 100%;
		width: auto;
		padding: 10px 0 0 0;
		border-top: 1px solid #C7D2DA;
		}
	.catalog .desc {
		position: relative;
		float: left;
		height: 100%;
		width: 446px;
		}
	.catalog .img {
		position: relative;
		float: right;
		height: 100%;
		width: 196px;
		}
	.catalog ul li {
		line-height: 1.3em;
		margin-bottom: .2em;
		}

/* ERROR HANDLING*/
.errorbox {
	position: relative;
	color: #000;
	padding: 6px;
	margin: 10px auto;
	font-size: 12px;
	background-color: #fff;
	font-weight:normal;
	border: 1px solid;
	border-color: #ffb6c1 #b22222 #b22222 #ffb6c1;
	zoom: 1;
	}
.errorbox h3 {
	position: relative;
	display:block;
	background: #ff0000 url(../img/error.gif) no-repeat 6px 4px;
	padding: 0 2px;
	margin: -6px -6px 4px -6px;
	text-indent: 20px;
	font-size:12px;
	line-height: 20px;
	font-weight:bold;
	color:#fff;
	zoom: 1;
	}
.errorbox ol {
	margin: 0px;
	padding: 0px;
	}
.errorbox ul,
.errorbox li {
	color: #000;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	line-height: 16px;
	font-size: 12px;
	}

/* CONTENT FORMS */
#main .left form{
	padding: 0px;
	margin: 0px;
	}
#main .left fieldset {
	width: 100%;
	text-align: left;
	font-size: 11px;
	border: 1px dotted #808080;
	width: auto;
	padding: 10px;
	margin: 0px 0px 8px 0px;
	font-family: arial, helvetica, sans-serif;
	}
#main .left legend {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	padding: 0px 4px 0 4px;
	margin-bottom: 10px;
	line-height: 16px;
	color: #333; 
	background: #fff;
	}
#main .left label {
	font-size: 12px;
	}
#main .left input {
	margin-bottom: 6px;
	}

/* PRODUCT DETAIL PAGES */
.prod_detail {
	position: relative;
	height: 325px;
	background-repeat: no-repeat;
	background-position: 215px 0;
	}
.prod_detail .specs {
	position: absolute;
	top: 40px;
	left: 25px;
	height: auto;
	width: 270px;
	}
.prod_detail .specs h1 {
	font-size: 20px;
	line-height: 30px;
	}
.prod_detail .specs h1 strong{
	color: black;
	}
.prod_detail ul li {
	margin-right: 0px;
	margin-left: 16px;
	padding-left: 0px;
	text-indent: 0px;
	}
.prod_detail li {
	list-style-type: none;
	list-style-image: url(../img/bullet_check.gif);
	font-size: 14px;
	line-height: 1.3em;
	margin-bottom: .5em;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	}
.mod_100 {
	background-image: url(../img/model_100_detail.jpg);
	}
.mod_200 {
	background-image: url(../img/model_200_detail.jpg);
	}
.mod_300 {
	background-image: url(../img/model_300_detail.jpg);
	}
.mod_400 {
	background-image: url(../img/model_400_detail.jpg);
	}
.mod_500 {
	background-image: url(../img/model_500_detail.jpg);
	}
.mod_r100 {
	background-image: url(../img/model_r100_detail.jpg);
	}
.mod_r200 {
	background-image: url(../img/model_r200_detail.jpg);
	}
.mod_r300 {
	background-image: url(../img/model_r300_detail.jpg);
	}
.mod_h100 {
	background-image: url(../img/model_h100_detail.jpg);
	}
.mod_h200 {
	background-image: url(../img/model_h200_detail.jpg);
	}
.mod_fm100 {
	background-image: url(../img/model_fm100_detail.jpg);
	}
.mod_r300 {
	background-image: url(../img/model_r300_detail.jpg);
	}
.mod_r200 {
	background-image: url(../img/model_r200_detail.jpg);
	}
.mod_hammer {
	background-image: url(../img/model_hammer_detail.jpg);
	}
.mod_chisel {
	background-image: url(../img/model_chisel_detail.jpg);
	}
.mod_punch {
	background-image: url(../img/model_punch_detail.jpg);
	}
.mod_dh100 {
	background-image: url(../img/model_dh100_detail.jpg);
	}
.prod_detail img.madeinusa3 {
	position: absolute;
	bottom: 30px;
	left: 60px;
	}
.prod_detail img.newsticker {
	position: relative;
	bottom: -10px;
	left: 4px;
	right: 400px;
	height: 63px;
	width: 72px;
	padding: 0;
	border: none;
	z-index: 900;
	margin: -40px 0 0 -64px;
	}

/* WARRANTY */
div.shadow {
	padding: 0px 0px 2px 0px;
	background-color: #eee;
	}
div.warranty {
	margin: -1px -2px 0px -2px;
	position: relative;
	padding: 30px 40px;
	border: 1px solid #c0c0c0;
	background: #fff URL(../img/parchment.jpg);
	}
div.warranty_scroll {
	height: 36px;
	width: auto;
	margin: 0 -40px;
	background: URL(../img/warranty_scrolls.gif) no-repeat center center;
	}
div.warranty_scroll h2 {
	font-size: 2.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	margin: 0px 0px 10px 0px;
	padding: 0;
	color: #000;
	}

