/*------------------------ CSS Reset ------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent;
}
a {
	text-decoration:none;
	color:#fff;
}
body {
	line-height:1;
	background:none;
}
nav ul, nav ul li {
	color:#fff;
	list-style:none;
	padding:0;
	margin:0;
}
blockquote, q {
	quotes:none;
}
:focus {
	outline:0;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

/*------------------------ Begin Stylesheet ------------------------*/

body {
	font:100% Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:lighter;
	color:#333;
	text-align:center;
	background:url(images/metal_bg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
}
hr {
	margin:20px 0px 20px 0px;
}
h1 {
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #df220d;
	font-size:22px;
}
h2 {
	font: Arial, Helvetica, sans-serif;
	color: #003399;
	font-style: oblique;
	font-size: 14px;
}
h3 {
	font: Arial, Helvetica, sans-serif;
	color: #df220d;
	font-size: 13px;
	text-align:center;
}
p {
	margin:15px 0px 0px 0px;
	padding:0px 0px 0px 20px;
}
b {
	font-weight:bold;
}
strong {
	font-weight:bold;
}
a {
	color:#003399;
}
a:visited {
	color:#df220d;
}
a:hover {
	color:#df220d;
	font-style:oblique;
}
a:link.nav {
	color:#fff;
}
a:visited.nav {
	color:#fff;
}
a:hover.nav {
	color:#fff;
}


/*------------------------ Class Properties ------------------------*/

.box {
	display:block;
	position:relative;
	width:980px;
	text-align:left;
	margin:0px auto;
	border:none;
}
.header {
	display:inline-block;
	background:url(images/header.png);
	height:127px;
	width:980px;
	box-shadow:-2px 2px 5px #222;
	-moz-box-shadow:-2px 2px 5px #222;
	-webkit-box-shadow:-2px 2px 5px #222;

	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:15px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
	
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:15px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
}
.footer {
	display:inline-block;
	background:url(images/header_bg.png) repeat-x left -30px;
	height:60px;
	width:980px;
	font-size:8pt;
	color:#fff;
	text-align:center;
	padding:10px 0px 10px 0px
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-topleft:15px;
	-moz-border-radius-topright:15px;
	-webkit-border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	margin:15px 0px 0px 0px;
}
.main {
	display:inline-block;
	background:#fff;
	width:715px;
	float:left;
	-moz-border-radius-topleft:15px;
	-webkit-border-top-left-radius:15px;
	-moz-border-radius-bottomleft:15px;
	-webkit-border-bottom-left-radius:15px;
	box-shadow:-2px 2px 5px #666;
	-moz-box-shadow:-2px 2px 5px #666;
	-webkit-box-shadow:-2px 2px 5px #666;
	padding:20px;
	margin:0px 0px 15px 0px;
}
.sidebar {
	display:inline-block;
	text-align:center;
	background:#fff url(images/sidebar_bg.jpg);
	background-repeat:no-repeat;
	width:175px;
	float:right;
	color:#777;
	-moz-border-radius-topright:15px;
	-webkit-border-top-right-radius:15px;
	-moz-border-radius-bottomright:15px;
	-webkit-border-bottom-right-radius:15px;
	box-shadow:-2px 2px 5px #666;
	-moz-box-shadow:-2px 2px 5px #666;
	-webkit-box-shadow:-2px 2px 5px #666;
	padding:315px 20px 20px 20px;
	margin:0px 0px 15px 0px;
}
.warranty {
	display:block;
	background:url(images/warranty_off.png);
	height:175px;
	width:175px;
}
.warranty:hover {
	background:url(images/warranty_on.png);
	cursor:pointer;
}

/*------------------------ Navigation ------------------------*/

.catalog {
	display:block;
	background:#003399 url(images/nav_li_bg2.png) repeat-x left -4px;
	width:715px;
	height:45px;
	text-shadow:#000 0 -1px 1px;
	text-align:center;
	cursor:pointer;
	font-style:normal !important;
	font-weight:bold !important;
	font-size:18px;
	color:#fff;
	padding:24px 0px 0px 0px;

	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
.catalog:hover {
	background-color:#86A034;
}
.catalog:active {
	background:#5F7036 url(images/nav_li_bg2.png) repeat-x left 35px;
}
.nav {
	clear:both;
	background:none;
	height:40px;
}
.nav ul li {
	display:inline-block;
	float:left;
	position:relative;
	background:#555 url(images/nav_li_bg.png) repeat-x left -7px;
	width:105px;
	margin:0px 5px 0px 0px;
	padding:5px 5px;
	font-weight:bold;
	font-style:normal !important;
	height:25px;
	line-height:25px;
	font-size:12px;
	cursor:pointer;
	text-align:center;
	-moz-box-shadow:-2px 2px 5px #444;
	-webkit-box-shadow:-2px 2px 5px #444;
	box-shadow:-2px 2px 5px #444;
	text-shadow:#000 0 -1px 1px;
	
	-moz-border-radius-bottomleft:15px;
	-moz-border-radius-bottomright:15px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
	
	-webkit-border-bottom-left-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
}
.nav ul li:hover {
	background-color:#df220d;
}
.nav ul li.current {
	background-color:#df220d;
}
.text-nav {
	display:inline-block;
	font-size:8pt;
	color:#444;
	width:980px;
	text-align:center;
}
.cat_nav {
	display:block;
	font-size:11px;
	line-height:1.5;
	text-align:center;
	background-color:#ced8db;
	padding:10px;
}


/*------------------------ Product Containers ------------------------*/

.pb {
	display:block;
	padding:2px 0px 0px 0px;
	margin:0px 4px 0px 0px;
	float:left;
	text-align:center;
	font-size:7pt;
	font-style:normal !important;
	background:#555 url(images/nav_li_bg.png) repeat-x left -17px;
	font-weight:bold;
	color:#fff;
	width:13px;
	height:12px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	cursor:pointer;
}
.pb_blank {
	display:block;
	padding:2px 0px 0px 0px;
	margin:0px 4px 0px 0px;
	float:left;
	background:none;
	width:13px;
	height:12px;
}
.pb_sample {
	display:inline-block;
	width:13px;
	height:12px;
	padding:2px 0px 0px 0px;
	text-align:center;
	font-size:7pt;
	background:#555 url(images/nav_li_bg.png) repeat-x left -17px;
	font-weight:bold;
	color:#fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.pb:hover {
	background-color:#df2208;
}
.pb_sample:hover {
	background-color:#df2208;
}
.prod_col {
	display:inline-block;
	float:left;
	width:195px;
	margin: 15px 20px 20px 23px;
}
.prod_col2 {
	display:inline-block;
	float:left;
	width:180px;
	margin: 15px 20px 20px 23px;
}
.prod_col3 {
	display:inline-block;
	float:left;
	width:220px;
	margin: 15px 20px 20px 23px;
}
.back_top {
	font-size:8pt;
	font-style:oblique;
}
.clear {
	clear:both;
}
.atex {
	display:inline-block;
	float:right;
	padding:2px 0px 0px 0px;
	margin:0px 4px 0px 0px;
	text-align:center;
	font-size:7pt;
	font-style:normal !important;
	background:#f5ef03 url(images/nav_li_bg.png) repeat-x left -17px;
	font-weight:bold;
	color:#000;
	width:30px;
	height:12px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	cursor:pointer;
}
.atex:hover {
	background-color:#000;
	color:#fff
}

/*------------------------ Form Properties ------------------------*/

textarea:focus, input:focus {
	background:#dde;
	border: 1px outset #0cf;
}
input {
	border:1px #78abd6 solid;
	padding-left:3px;
	font-size:9pt;
}
textarea {
	border:1px #78abd6 solid;
	padding-left:3px;
	font-size:9pt;
}
.req {
	font-style:italic;
	color:#df220d;
}
.contact1 {
	display:block;
	float:left;
	background:none;
	padding:7px 5px 5px 5px;
	width:108px;
	text-align:right;
}
.contact2 {
	display:block;
	float:left;
	background:none;
	padding:5px;
	width:225px;
	text-align:left;
}
.form2 {
	display:block;
	float:left;
	background:none;
	padding:8px 5px 5px 5px;
	width:13px;
	text-align:center;
	font-weight:bold;
}
.form3 {
	display:block;
	float:left;
	background:none;
	padding:5px;
	width:65px;
	text-align:left;
	font-size:9pt;
}
.form4 {
	display:block;
	float:left;
	background:none;
	padding:5px;
	width:110px;
	text-align:left;
	font-size:9pt;
}
.form5 {
	display:block;
	float:left;
	background:none;
	padding:5px;
	width:478px;
	text-align:left;
	font-size:9pt;
}
.form6 {
	display:block;
	float:left;
	background:none;
	text-align:left;
	font-size:9pt;
}

.head2 {
	display:block;
	float:left;
	width:30px;
}
.head3 {
	display:block;
	float:left;
	width:75px;
	font-style:italic;
	font-size:9pt;
}
.head4 {
	display:block;
	float:left;
	width:120px;
	font-style:italic;
	font-size:9pt;
}
.head5 {
	display:block;
	float:left;
	width:200px;
	font-style:italic;
	font-size:9pt;
}
.head6 {
	display:block;
	float:left;
	width:200px;
	font-style:italic;
	font-size:9pt;
	padding-bottom:5px;
}
.form_button {
	float:left;
	background:#003399 url(images/nav_li_bg.png) repeat-x left -12px;
	width:110px;
	padding:5px 5px;
	margin:0 15px 0 0;
	font-weight:bold;
	height:25px;
	color:#fff;
	font-size:11px;
	cursor:pointer;
	text-align:center;
	text-shadow:#222 0 -1px 1px;
	border:none;
	
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}
.form_button:hover {
	background-color:#df220d;
}
.image1 {
	margin-right:15px;
}

/*------------------------ Search Box Properties ------------------------*/

.search {
	display:block;
	position:absolute;
	background:#eee url(images/spyglass.png) no-repeat 185px;
	outline:none !important;
	right:0px;
	top:140px;
	width:205px;
	padding:5px 10px;
	border:none;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	box-shadow:-2px 2px 5px #444;
	-moz-box-shadow:-2px 2px 5px #444;
	-webkit-box-shadow:-2px 2px 5px #444;
}