/*----------------------------------------------------------------------

HEXARMOR - Master Screen Styles

Author:		Jeremy Bronson
Date Created:	5/4/2009
Last Modified:	5/13/2009

Copyright 2009, All Rights Reserved.

----------------------------------------------------------------------
BEGIN Reset Styles
----------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h3, h3, h4, h5, h6, p, 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
/*----------------------------------------------------------------------
END Reset Styles
----------------------------------------------------------------------*/


/* GENERAL STYLINGS
----------------------------------------------------------------------*/
body{background:#fff;}
#wrap{
	width:960px;
	margin:auto;
}

/* HEADER : Logo, Nav, Search
----------------------------------------------------------------------*/
#header{
	width:100%;
	padding:0;
	margin:45px 0 20px 0;
}
#header h1{
	float:left;
	margin:15px 0 0 0;
	background:url(http://www.hexarmor.com/assets/images/logo.png) no-repeat;
}
#header h1 a{
	width:304px;
	height:63px;
	display:block;
	text-indent:-9000px;
}
#header #secondarynav{float:right;}
#header #secondarynav ul{
	float:left;
	margin-top:7px;
}
#header #secondarynav ul li{
	display:inline;
	float:left;
	text-transform:uppercase;
	font-family:Lucida, verdana, arial, sans-serif;
	font-size:10px;
	padding:0 9px;
	border-right:1px solid #5A5A5A;
}
#header #secondarynav ul li a, #header #secondarynav ul li a:visited{
	text-decoration:none;
	color:#5A5A5A;
}
#header #secondarynav ul li a:hover{text-decoration:underline;}

/* SEARCH BAR */
div#search{
	float:right;
	width:245px;
	padding-left:10px;
}
#search p{
	float:left;
	margin:7px 8px 0 0;
	padding:0;
	color:#5a5a5a;
	font-family:Lucida, verdana, arial, sans-serif;
	font-size:10px;
	text-transform:uppercase;
}
button.btn {
	border: none;
	float: left;
	margin: 0;
}
#search input {
	float:left;
	background: #fff;
	color: #C7C7C7;
	font-size: 10px;
	width: 156px;
	height: 13px;
	padding: 5px 5px;
	border:1px solid #C7C7C7;
	margin: 0 3px 0 0;
}
#search input:focus {
	border:1px solid #616161;
	color:#616161;

}
button.btn {
	width: 16px;
	height: 24px;
	cursor: pointer;
	text-indent: -9999px;
	background: #fff url(http://www.hexarmor.com/assets/images/search.gif) no-repeat top right;
}
button.btn:hover {
	background: #fff url(http://www.hexarmor.com/assets/images/search.gif) no-repeat;
	background-position:-169px -24px;
}
/* MAIN NAVIGATION: Dropdown Menu 
----------------------------------------------------------------------*/
div#menu{
	float:right;
	width:628px;
	margin:12px 0 23px 0;
}
#menu ul{height:29px;}
#menu ul li{
	margin-left:4px;
	float:left;
	display:block;
	height:22px;
	margin-top:7px;
	text-align:center;
	font-family:"Lucida Grande", verdana, arial, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	width:153px;
}
#menu ul li a{
	display:block;
	color:#FFF;
	text-decoration:none;
	width:153px;
	height:14px;
	padding:8px 0 7px 0;
	background: url(http://www.hexarmor.com/assets/images/nav.gif) no-repeat 0 -87px;
}
#menu ul li a:hover{
	background-position: 0 -58px;
}
#menu ul li.dropdown a:hover, #menu ul li.dropdown a.active{
	background-position: 0 -116px;
}
#menu ul li a#buy{
	background-position:0 -29px;
}
#menu ul li a#buy:hover{
	background-position:0 0;
}
#menu li ul { /* Hides menu until hover */
	position: absolute;
	left: -999em;
	z-index: 100;
	[if ie 7] margin-left:-76px;
}
#menu li:hover ul {
	left: auto;
	width:148px;
	border-top:none;
	height:auto;
	display: block;
}
#menu li ul li{
	width:148px;
	padding:0;
	margin:0;
	text-transform:none;
	font-size:10px;
	height: 22px;
	border:2px solid #C0C4C7;
	border-top: 0px;
	border-bottom-width: 1px;
	background: #FFF;
	z-index: 2;
	display: block;
}
#menu ul li.last {
	border-bottom:2px solid #C0C4C7;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
}
#menu li ul li a {
	display: block;
	width:100%;
	color:#7f8488;
	background:#fff;
	float: left;
	height: 11px;
	padding:6px 0 5px 0;
	margin:0;
}
#menu li ul li.last a {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
}
/* DROPDOWN */
#menu li.dropdown ul li a:hover{
	cursor: pointer;
	background:#FFF url(http://www.hexarmor.com/assets/images/nav-bg.gif) repeat-x;
}
#menu ul li ul li span { /* Hides flyout until hover in both FF and [iefriendly] .sfhover */
	display:none;
	margin:0;
	padding:0;
}
#menu ul li ul li:hover span {
	display:block;
	left: 150px;
	margin: -1px 0 0 0; /* Negative top margin pulls flyou up to height of parent li element. Left margin is width of parent ul. */
	padding:10px;
	background:#fff;
	border: 2px solid #C0C4C7;
	color:#5A5A5A;
	text-align:left;
	font-size:10px;
	position: absolute;
}
#menu ul li ul li p{
	line-height:1.3em;
	width: 149px;
}
#menu ul ul img{margin-bottom:10px;}
/* CONTENT
----------------------------------------------------------------------*/
#content{margin-top:20px;}
#featured{margin-bottom:10px;}

/* ITEMS: Boxes on main page, sidebar */
.item{
	font-family:"Lucida Grande", Arial, sans-serif;
	width:186px;
	border:1px solid #BABABA;
	float:left;
	margin:0 5px 10px 0;
	padding:0;
}
.item img{float:left;}
.item#last{margin-right:0;}
.item h3{
	color:#4A4A4A;
	font-size:12px;
	font-weight:bold;
	margin:5px 5px 5px 8px;
}
.item a{
	margin:0;
	padding:0;
	text-decoration:none;
}
.item p{
	color:#727272;
	font-size:10px;
	margin:0px 5px 5px 8px;
}
.item:hover{
	border:1px solid #5A5A5A;
}
.item:hover p, .item:hover h3, .item a:hover p, .item a:hover h3{ /* because even in 2009, IE doesn't understand :hover */
	color:#4A4A4A;
}
/* PRODUCT PAGES
----------------------------------------------------------------------*/
#content.home #featured{
	float:left;
	margin-bottom:5px;
	border:none;
}
#subpg{
	clear:both;
	border-top:2px solid #C0C0C0;
	padding-top:6px;
	color:#5A5A5A;
	font-family: "Lucida Grande", Verdana, arial, sans-serif;
}
#subpg #featured img{
	float:left;
	margin: 0 20px 0 0;
	border:1px solid #D2D2D2;
}
#subpg #featured{
	clear:both;
	float:left;
	width:729px;
	padding-right:20px;
	margin-bottom:10px;
	border-right:2px solid #D2D2D2;
	min-height:515px;
}
#subpg h2{
	clear:both;
	font-size:20px;
	margin:10px 0;
}
#subpg h4.news{
	font-size:14px;
	margin:0 0 20px 0;
	font-weight: bold;
}
#subpg h2 span{
	font-size:12px;
	font-weight:normal;
}
#subpg #featured h3{
	font-size:14px;
	font-weight:bold;
	margin:5px 0 10px 0;
}
#featured p{
	margin:3px 0 10px 0;
	font-size:12px;
	line-height:16px;
}
#subpg #featured .all h3{
	margin: 20px 0 0 0;
	clear: left;
	float: left;
	width: 100%;
}
#subpg #featured .all .product-list {
	float: left;
	width: 730px;
}
#subpg #featured .all h3.first {
	margin: 0px 0 0 0;
}
/* PRODUCTS ICONS */
#products{
	width:740px;
	float:left;
	padding:0;
	margin-top:30px;
}
#products .product{
	width:230px;
	padding:0px;
	float:left;
	margin:10px 15px 15px 0;
	text-align:center;
	font-size:12px;
	color:#5A5A5A;
}
#products .product p{
	float:none;
	width:230px;
}
#products .product:hover p{
	color:#4A4A4A;
	text-decoration:underline;
}
#featured #products .product img{
	margin:0 0 8px 0;
	padding:0;
	border:0;
}
.product a{
	text-decoration:none;
	color:#5A5A5A;
}


/* RESOURCES LINKS */
ul#resources{
	clear: left;
	float:left;
}
ul#resources li{
	list-style:none;
	margin:10px 0;
}
ul#resources li a{
	padding:4px 0 5px 20px;
	font-size:10px;
	margin:0 0 8px 0;
}
ul#resources li a.pdf{background:url(http://www.hexarmor.com/assets/images/pdf.gif) no-repeat;
}
ul#resources li a.doc{background:url(http://www.hexarmor.com/assets/images/doc.gif) no-repeat;
}
#productinfo ul#resources{
	width: 190px;
}

/* BREADCRUMBS */
ul#breadcrumbs{
	float:left;
	margin-bottom:6px;
}
ul#breadcrumbs li{
	display:inline;
	font-size:10px;
}
ul#breadcrumbs li a, ul#breadcrumbs li a:visited{
	text-decoration:none;
	color:#5A5A5A;
}
ul#breadcrumbs li a:hover{
	color:#4A4A4A;
	text-decoration:underline;
}
/* GALLERY
----------------------------------------------------------------------*/
#gallery{
	float:left;
	width:725px;
	padding-right:15px;
	margin-bottom:20px;

}
#featured #gallery img{
	float:left;
	margin:0;
	padding:0;
}
#fullsize{
	float:left;
	width:466px;
	height:318px;
	margin-right:9px;

}
#featured #gallery div {

	float: left;
}
#featured #gallery div span.enlarge {
	display: block;
	position: absolute;
	bottom:7px;
	left: 10px;
	color:#999;
	font-size:40px;
	text-decoration:none;
	line-height: 40px;
}
#featured #gallery #fullsize a:hover span{
	text-decoration:none !important;
}
#featured #gallery ul#thumbs {
	margin: 2px 0 10px 0;
}
#featured #gallery ul#thumbs li {
	display:inline;
	float:left;
	list-style-type: none;
	margin: 5px 4px 0px -1px;
	padding: 0;
}
#featured #gallery ul#thumbs li img:hover {
	border:1px solid #4A4A4A;
	cursor: pointer;
}
.galleria{list-style:none;width:480px}
.galleria li .caption{display:none;}


/* CASE STUDIES
----------------------------------------------------------------------*/
#casestudy .summary p{
	float:left;
	width:455px;
	margin-bottom:15px;
}
#casestudy p, #casestudy ul {
	float:left;
	width:560px;
	clear: left;
}
#casestudy h3 + p, #casestudy h3 + ul {
	margin: 0 0 1em 0;
}
#featured #casestudy img.logo{
	float:right;
	border:none;
}
#casestudy #gallery{
	margin-top:15px;
	width:725px;
	padding-right:15px;
	margin-bottom:25px;
}
#casestudy #gallery #fullsize{
	float:left;
	width:550px;
	height:365px;
	border:1px solid #d2d2d2;
	margin-right:9px;
}

#casestudy #gallery #thumbs{
	clear: none;
	float:left;
	width:112px;
	height:355px;
	padding: 0;
}
#casestudy #gallery #thumbs li {
	margin: -2px 0 10px 0 !important;
}
#casestudy h3{
	float:left;
	clear:both;
	font-size:12px;
	margin-top: 1em;
}
#casestudy #products{margin-top:0;}

/* INDIVIDUAL PRODUCT PAGES 
----------------------------------------------------------------------*/
ul#ratings{
	width:730px;
	float:left;
	margin:10px 0 20px 0;
	vertical-align:middle;
}
ul#ratings li.cert{
	display:block;
	float:left;
	background:#fff;
	color:#5A5A5A;
	font-size:14px;
	font-weight:bold;
	margin:0 5px 0 0;
	padding:3px 0;
}
ul#ratings li#last{margin-right:28px;}
ul#ratings li{
	padding:3px 5px;
	display:block;
	float:left;
	font-weight:bold;
	color:#fff;
	background:#005696;
	border-right:none;
	text-transform:uppercase;
	margin:0;
}
ul#ratings li.rating{
	display: block;
	float:left;
	background:#fff;
	font-size:20px;
	font-weight:normal;
	color:#005696;
	border:1px solid #ddd;
	padding:2px 5px;
	margin:0 5px 0 0;
}
#subpg #featured #productinfo h3{
	float: left;
	clear: left;
	margin:25px 0 10px 0;
}
#subpg #featured #productinfo h3.features{
	float: left;
	clear: left;
	margin:0px 0 10px 0;
}
#productinfo p{
	clear: left;
	float:left;
	width:500px;
	margin-bottom:5px;
}
#productinfo ul{
	clear: left;
	margin-bottom:10px;
}
#featured li{
	font-size:12px;
	line-height:18px;
	list-style-type:disc;
	margin-left:15px;
}
ul#sizing {
	float: left;
	clear: both;
	margin: 0 0 30px 0;
}
ul#sizing li {
	list-style: none;
	float: left;
	width: 70px;
	padding: 4px 0;
	background: #939598;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	margin: 0 5px 10px 0;
}

/* RELATED PRODUCTS AND SERVICES */
.related{
	float:left;
	width:112px;
	border:1px solid #d2d2d2;
	text-align:center;
	margin-right:9px;
}
.related.first {
	clear: left;
}
#featured #productinfo .related p, #featured #casestudy .related p{
	width:100%;
	float:left;
	border-bottom:1px solid #d2d2d2;
	margin:0;
	padding:2px 0;
	font-size:10px;
}
#featured #productinfo .related img, #featured #casestudy .related img{
	border:none;
	margin:0;
	padding:0;
}
.related:hover{
	border:1px solid #4A4A4A;
	text-decoration:none;
}
#featured #productinfo .related a:hover{ /* Safari fix */
	text-decoration:none;
}
#featured #productinfo .related a, #featured #productinfo .related a:visited{color:#5A5A5A;}
#featured #productinfo .related a:hover{
	color:#4A4A4A;
	text-decoration:none;
}
#featured #productinfo .related a:hover p, .related:hover p{
	color:#4A4A4A;
	text-decoration:none;
}
#featured #productinfo a, #featured #productinfo a:visited{
	text-decoration:none;
	color:#018afe;
}
#featured #productinfo a:hover{
	color:#006ACE;
	text-decoration:underline;
}

/* ADDITIONAL INFO */
#addlinfo{
	float:right;
	width:173px;
	padding:5px 5px;
	margin-left: 20px;
}
#addlinfo h4{
	font-size:14px;
	font-weight:bold;
	margin-top:0px;
}
ul#attributes{
	margin:15px 0 35px 0;
}
ul#attributes li{
	list-style:none;
	font-size:10px;
	line-height:18px;
	color:#5A5A5A;
	padding:8px 0 8px 45px;
	margin:0 0 4px 0;
}
ul#attributes li.cut{background:url(http://www.hexarmor.com/assets/images/cut.png) no-repeat;
}
ul#attributes li.puncture{background:url(http://www.hexarmor.com/assets/images/puncture.png) no-repeat;
}
ul#attributes li.needle{background:url(http://www.hexarmor.com/assets/images/needle.png) no-repeat;
}
ul#attributes li.dry{background:url(http://www.hexarmor.com/assets/images/dry.png) no-repeat;
}
ul#attributes li.oil{background:url(http://www.hexarmor.com/assets/images/oil.png) no-repeat;
}
ul#attributes li.abrasion{background:url(http://www.hexarmor.com/assets/images/abrasion.png) no-repeat;
}
ul#attributes li.impact{background:url(http://www.hexarmor.com/assets/images/impact.png) no-repeat;
}
ul#attributes li.trushield{background:url(http://www.hexarmor.com/assets/images/trushield.png) no-repeat;
}
ul#attributes li.heat{background:url(http://www.hexarmor.com/assets/images/heat.png) no-repeat;
}

/* ABOUT US PAGE
----------------------------------------------------------------------*/
#aboutus{
	width:725px;
	float:left;
	padding-right:15px;
}
#aboutus p{
	width: 95%;
	margin:10px 30px 10px 0;
	float:none;
}
#aboutus h3{
	font-size:12px;
	margin:15px 0;
	float:none;
}
#photos{
	float:right;
	width:205px;
	margin: 0 0 0 20px;
}
#photos img{
	margin: 0 0 10px 0 !important;
}
/* CASE STUDY PAGES
----------------------------------------------------------------------*/
#successes .testimonial{
	float:left;
	margin:20px;
	padding:0 0 12px 0;
	width: 189px;
}
#successes .testimonial p{
	width:170px;
	font-size:10px;
	line-height:12px;
	margin:6px 0 0 8px;
}
#featured #successes .testimonial img{
	float:left;
	border:1px solid #D2D2D2;
	margin: 6px;
}
#successes p{
	width:500px;
	float:left;
	margin-right:100px;
}
/* NEWS ITEMS
----------------------------------------------------------------------*/
#news p, #news h3{float:left;}
#featured #news h3 a{
	font-size:14px;
	color:#5A5A5A;
}
#featured #news h3 a:hover{color:#2A2A2a;}
#news .newsitem p{
	width:70%;
	float: left;
	clear: left;
}
#news .newsitem.full p{
	width: 100%;
}
#news .newsitem .date {
	clear: left;
	color:#8A8A8A;
	font-size:11px;
	margin: -5px 0 10px;
	float: left;
}
#news .newsitem .event-date {
	clear: left;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px;
}
#news .newsitem .date a {
	color:#8A8A8A;
	text-decoration: none;
}
#news .newsitem .date a:hover {color:#4a4a4a;}
#news .newsitem{
	width:651px;
	float:left;
	padding:12px 35px 12px 35px;
	border:1px solid #D2D2D2;
	margin-bottom:12px;
}
#featured #news .newsitem img{
	float:right;
	border:1px solid #d2d2d2;
	margin:8px -23px 0 0;
}
.newsitem a, .newsitem a:visited{
	text-decoration:none;
	color:#018afe;
}
.newsitem a:hover{
	color:#006ACE;
	text-decoration:underline;
}
.paginate {
	width:696px;
	padding: 0 12px;
	clear: both;
	font-size: 12px;
}
.paginate .prev {
	float: left;
}
.paginate .next {
	float: right;
}

/* NEWS ITEMS: Alternate Page
----------------------------------------------------------------------*/
#news .snippet{
	padding:15px 0 10px 0;
	float:left;
	width:600px;
	border-top:1px solid #F1F2F2;
}
#news .snippet h3{margin:0;}
#news .snippet p{
	margin:5px 0;
	width: 600px;
}
#news p.timestamp{
	color:#8A8A8A;
	font-size:11px;
}
#news .snippet a{font-size:10px;}

/* PROMOS
----------------------------------------------------------------------*/
#featured #promo img.promo{
	border:none;
	margin-bottom:25px;
}
#featured #promo {
	position: relative;
	float: left;
}
#featured #promo #flash{margin-bottom:25px;}
#subpg #featured.promo{
	border:none;
	width:960px;
}
#subpg #featured.promo #promo p{
	width:310px;
	float:left;
}
#subpg #featured.promo #promo p a{
	color: #018afe;
	text-decoration: none;
}
#subpg #featured.promo #promo p a:hover{
	color:#006ACE;
	text-decoration: underline;
}
#featured #products.promo{
	float:right;
	width:600px;
	margin:27px 0 0 0;
	padding-right:0;
}
#products.promo .product{
	width:162px;
	margin:15px;
	padding:0;
}
#products.all .product{
	width:162px;
	margin: 15px 15px 15px 0;
	padding:0;
}
#products.all .first {
	clear: left;
}
#subpg #featured #products.promo .product p, #subpg #featured #products.all .product p{width:162px;}
#subpg #featured.case #products.promo{
	clear: both;
	float:left;
}
#subpg #featured.case h3, #subpg #featured.case p {
	width: 670px;
}
/* NEWS PAGE SIDEBAR
----------------------------------------------------------------------*/
#secondary .news, #upcoming{
	font-size:12px;
	padding:10px;
	width:166px;
	border:1px solid #C0C0C0;
	margin-bottom:10px;
}
#secondary .news h3, #upcoming h3{
	font-weight:bold;
	margin-bottom:5px;
}
#secondary .news ul li{
	line-height:18px;
	font-size:10px;
}
#secondary .news li a, #secondary .news li a:visited{
	color:#5A5A5A;
	text-decoration:none;
}
#secondary .news li a:hover{
	color:#4A4A4A;
	text-decoration:underline;
}
#upcoming h4, #upcoming p, #upcoming a{
	font-size:10px;
	line-height:16px;
}
#upcoming h4{
	font-weight:bold;
	margin-top:10px;
}

#secondary #upcoming a{
	font-style:italic;
	margin-bottom:10px;
}


/* SIDEBAR
----------------------------------------------------------------------*/
#secondary{
	float:right;
	padding-left:15px;
	width:190px;
}
#secondary .item{
	float:right;
	margin-right:0;
	margin-bottom:10px;
}
#tidbit{float:left;}
#tidbit p, #tidbit h4{
	margin:10px 0 10px 8px;
	font-size:10px;
	line-height:13px;
}
#tidbit h4{
	margin-top:15px;
	font-weight:bold;
}

/* TESTIMONIAL BOX */
.testimonial{
	float:right;
	width:174px;
	border:1px solid #C0C0C0;
	padding:6px;
	margin-bottom:10px;
}
.testimonial p{
	font-size:10px;
	line-height:12px;
	margin:12px 0;
}
a#wheretobuy{
	float:right	;
	display:block;
	text-indent:-9000px;
	width:188px;
	height:57px;
	background:url(http://www.hexarmor.com/assets/images/find-out-more.jpg) no-repeat bottom;
	margin-bottom:10px;
}
a#wheretobuy:hover{
	background-position:0 0;
	border:none;
}

/* FOOTER
----------------------------------------------------------------------*/
#footer{
	clear:both;
	width:956px;
	float:left;
	margin-top:5px;
	border:2px solid #D2D2D2;
	border-bottom:none;
	padding-bottom:5px;
	overflow:auto;
	font-family:"Lucida Grande", Verdana, arial, sans-serif;
}
#email{
	float:left;
	padding:30px 0 0px 40px;
}
#footer h4{
	font-size:14px;
	margin-bottom:10px;
	color:#4A4A4A;
	font-weight:bold;
}
#footer input{
	border:1px solid #BCBCBC;
	padding:3px;
	width:300px;
	margin-right:5px;
	float:left;
	color:#A4A4A4;
}
#footer input:focus{
	border:1px solid #292929;
	color:#4A4A4A;
}
#footer dl{
	float:right;
	width:450px;
	padding-top:16px;
	padding-right:20px;
	font-size:12px;
	color:#4A4A4A;
	line-height:18px;
}
#footer dt{
	font-weight:bold;
	font-size:14px;
	margin-bottom:3px;
}
#contact a, #contact a:visited, #footer dd a, #footer dd a:visited, .testimonial a, ul#resources a, #aboutus a, #aboutus a:visited, #news a, #news a:visited, #upcoming a, #upcoming a:visited{
	text-decoration:none;
	color:#018afe;
}
#contact a:hover, #footer dd a:hover, .testimonial a:hover, ul#resources a:hover, #featured a:hover, #news a:hover, #upcoming a:hover{
	color:#006ACE;
	text-decoration:underline;
}
/* SUB FOOTER */
#subfooter{
	font-family:"Lucida Grande", Verdana, arial, sans-serif;
	clear:both;
	padding:35px 0 50px 0;
	margin-bottom:30px;
	background:url(http://www.hexarmor.com/assets/images/footerbg.gif) no-repeat;
}
#subfooter li{
	display:inline;
	font-size:12px;
	margin-right:31px;
}
#subfooter li a, #subfooter li a:visited{
	text-decoration:none;
	color:#5A5A5A;
}
#subfooter li a:hover{
	color:#4A4A4A;
	text-decoration:underline;
}
#subfooter .vcard{
	float:right;
	text-align:right;
	font-size:12px;
	color:#5A5A5A;
	line-height:18px;
}
#subfooter img{
	float:left;
	margin-top:15px;
}
/* ADDITIONAL BUILDS: Contact Page
----------------------------------------------------------------------*/

#contact .vcard{
	float:left;
	width:260px;
	font-size:12px;
	line-height:16px;
	margin-top: -16px;
}
#subpg #featured #contact h3{
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	margin:20px 0 16px 0;
	text-align: left;
}
form#contactform{
	width:420px;
	float:left;
}
form#contactform select{background:#fff;}
form#contactform input{
	width:282px;
	border:1px solid #595a5a;
	padding:3px;
	display:block;
	float:left;
}
form#contactform input, form#contactform textarea, form#contactform select, #users input{margin-bottom:8px;}
form#contactform textarea{
	width:282px;
	height:119px;
	border:1px solid #595a5a;
	padding:3px;
	font-family:Lucida Grande, Arial, sans-serif;
	font-size:11px;
}

#contact label{
	font-size:12px;
	display:block;
	float:left;
	width:110px;
	margin-right:10px;
	text-align:right;
	margin-top:3px;
}
#users h3 {
	margin-bottom: 20px;
}
#users input{
	width:282px;
	border:1px solid #595a5a;
	padding:3px;
}
#users label{
	display:block;
	width: 150px;
	float:left;
	clear: left;
	line-height: 30px;
}
#users input.submit{
	width:80px;
	background:fff;
	color:#666;
	cursor:pointer;
	margin-left: 150px;
}
#subpg #featured #contact #contactform h3{
	margin: 5px 0 15px 120px;
	font-size:12px;
	text-transform:uppercase;
}
#contactform p {
	width: 300px;
	margin-left: 120px;
}
#contact input.submit{
	width:80px;
	background:fff;
	margin-left:120px;
	color:#666;
	cursor:pointer;
}
#contact input.submit:hover, #users input.submit:hover{color:#222;}
/* TECHNOLOGY
----------------------------------------------------------------------*/
#featured #technology p{
	float:left;
	width:650px;
}
#featured #technology .attribute{
	width:725px;
	float:left;
	margin:10px 0 15px 0;
}
#featured #technology .attribute img.icon{
	float:left;
	border:none;
	margin:0 15px 0 0;
}
#featured #technology .attribute img.full{
	float:right;
	margin:0;
}
#featured #technology .attribute .detail{
	float:left;
	width:350px;
	margin:0;
	padding:0;
}
#featured #technology .attribute .detail h3{
	margin-top:0;
	text-transform:uppercase;
}
#technology ul{clear:both;}
#technology ul li{
	margin-bottom:10px;
	line-height:16px;
}
#featured #technology .attribute .detail p{
	float:left;
	width:350px;
	margin-bottom:5px;
}
/* FAQ
----------------------------------------------------------------------*/
#subpg .faq ul {
	margin: 10px 0;
}
#subpg .faq ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#subpg .faq ul li a {color:#006ACE;}
#subpg .faq ul li a:hover {
	color:#006ACE;
	text-decoration: underline;
}
#subpg .faq dl {
	width: 650px;
	font-size: 12px;
	line-height: 18px;
	margin: 30px 0;
}
#subpg .faq dl dt {
	font-weight: bold;
	margin-bottom: 5px;
}

/* SEARCH
----------------------------------------------------------------------*/
#subpg #search-results {
	font-size: 12px;
}
#subpg #search-results dl {
	margin: 10px 0 30px 0;
	line-height: 18px;
}
#subpg #search-results dl a {color:#006ACE;}
#subpg #search-results dl a:hover {
	color: #5a5a5a;
}
#subpg #search-results dt a {
	text-decoration: none;
	font-weight: bold;
}

#featured .industry-family {
	float: left;
	width: 202px;
	text-align: center;
	margin: 15px 24px 0 0;
}
#featured .industry-family p {
	width: 100%;
}
#featured .sitemap {
	width: 45%;
	float: left;
}
#featured .sitemap li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-weight: bold;
}
#featured .sitemap li ul li {
	margin-left: 20px;
	font-weight: normal;
}
#featured .landing p {
	width: 95%;
	float: left;
}

/* WHERE TO BUY
----------------------------------------------------------------------*/
#subpg.where-to-buy h2{
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}
.where-to-buy #hexarmor_map {
	border: 0 !important;
}
.where-to-buy #map {
	clear: both;
	float: left;
	width: 100%;
	height: 440px;
	background: url('http://www.hexarmor.com/assets/images/map.png') no-repeat;
	margin-bottom: 40px;
	position: relative;
}
#subpg #featured #back-to-map {
	visibility: hidden;
	margin-bottom: 20px;
	float: left;
	padding: 7px 0 0 30px;
	height:19px;
	font-size: 12px;
	background: url('http://www.hexarmor.com/assets/images/back-to-map.png') no-repeat;
	text-decoration: none;
	color: #5a5a5a;
}
#subpg #featured #back-to-map:hover {
	color: #5a5a5a;
	text-decoration: none;
	background: url('http://www.hexarmor.com/assets/images/back-to-map.png') no-repeat left bottom;
}
.where-to-buy .contact-info {
	clear: both;
	float: left;
}
.where-to-buy .region {
	display: none;
	float: left;
}
.where-to-buy .sales-rep {
	float: left;
	font-size: 12px;
	line-height: 18px;
	width: 380px;
}
.where-to-buy .sales-support {
	float: left;
	font-size: 12px;
	line-height: 18px;
	width: 230px;
}
#subpg #featured .sales-rep a, #subpg #featured .sales-support a {color:#006ACE;}
#subpg #featured .sales-rep a:hover, #subpg #featured .sales-support a:hover{
	color: #5a5a5a;	
}
#subpg #featured .sales-rep h3,#subpg #featured .sales-support h3 {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 5px;
}
#subpg #featured .sales-rep h4,#subpg #featured .sales-support h4 {
	font-weight: normal;
	font-size: 14px;
	color: #777777;
	margin-bottom: 10px;
}
.where-to-buy .sales-support .info, .where-to-buy .sales-rep .info {
	margin-bottom: 20px;
}
.where-to-buy #other-locations {
	position: absolute;
	right: 0px;
	top: 100px;
}
.where-to-buy #other-locations li {
	list-style: none;
	padding: 0;
}
.where-to-buy #other-locations li a {color:#006ACE;}
.where-to-buy #other-locations li a:hover {
	color: #5a5a5a;		
}
.where-to-buy #other-locations li.title {
	font-weight: bold;
}

/* ADDITIONAL BUILDS: NXT
----------------------------------------------------------------------*/
#header.nxt{margin-top:0;}
#header.nxt #secondarynav{margin-top:25px;}
#header h1.nxt{margin-top:-5px;}
#header h1.nxt a{background:url(http://www.hexarmor.com/assets/images/nxt-logo.gif);
	width:299px;
	height:108px;
	margin:0;
}
#content.nxt #featured #nxt-flash{
	float:right;
	margin-bottom:4px;
	width:756px;
	height:437px;
}
#content.nxt #featured{
	width:963px;
	float:left;
	clear:both;
	background:url(http://www.hexarmor.com/assets/images/nxt-homebg.gif) no-repeat;
}
.nxt .item{
	font-family:"Lucida Grande", Arial, sans-serif;
	width:217px;
	float:right;
	margin:12px 5px 10px 3px;
	padding:0;
	border:none;
}
.nxt .item img{
	float:left;
	margin:0;
	padding:0;
}
.item#last{margin-right:0;}
.nxt .item h3{
	color:#94989d;
	font-size:14px;
	text-align:center;
	text-transform:uppercase;
	display:block;
	height:20px;
	background:#fff;
	border:1px solid #DBDCDE;
}
#content.nxt #featured .item h3{
	font-weight:normal;
	margin:0;
	padding:6px 0 3px 0;
}
.nxt .item:hover{border:none;}
/* PRODUCTS */
#content.nxt .product{
	float:left;
	clear:none;
	width:190px;
	padding:0px;
	margin:8px 5px 0px 0;
	text-align:center;
	font-size:12px;
	color:#5A5A5A;
}
#content.nxt .product p{
	float:none;
	width:190px;
	font-family:"Lucida Grande", Verdana, sans-serif;
}
.nxt .product:hover p{
	color:#4A4A4A;
	text-decoration:underline;
}
.nxt .product img{
	margin:0;
	padding:0;
	border:0;
}

/* ADDITIONAL BUILDS: NXT Products
----------------------------------------------------------------------*/
#subpg.nxt #fullsize{
	width:520px;
	height:409px;
	float:left;
	margin: 0 11px 0 0;
}
#subpg.nxt #featured{
	width:960px;
	border-right:none;
}
#subpg.nxt ul#thumbs{
	width:120px;
	float:left;
	margin: 0 !important;
	padding: 0 !important;
}
#subpg.nxt #featured.nxt ul#thumbs li{
	float:left;
	display:inline;
	margin:0 0 9px 0;
}
#subpg.nxt #gallery{
	width:960px;
	float: left;
	padding: 0;
	margin: 0;
}
#subpg.nxt #gallery img#overview{float:right;}
#subpg.nxt #featured.nxt img.rating{
	border:none;
	float:right;
	margin:10px 0 0 0;
}
#featured.nxt #productinfo{
	float:left;
	width:940px;
	margin-top:10px;
	padding:10px 0 0 20px;
	background:url(http://www.hexarmor.com/assets/images/nxt-bg-product.gif) no-repeat;
}
#featured.nxt #productinfo ul{width:420px;}
#subpg.nxt #featured.nxt #addlinfo{
	margin-top:5px;
	float:right;
}
#featured.nxt #addlinfo ul{width:190px;}
#featured.nxt #productinfo p{width:440px;}
#bottom{
	width:960px;
	height:40px;
	background:url(http://www.hexarmor.com/assets/images/bottom.gif) no-repeat;
	float:left;
}
#featured.nxt li.abrasion{background:url(http://www.hexarmor.com/assets/images/nxt-abrasion.png) no-repeat;
}
#featured.nxt li.needle{background:url(http://www.hexarmor.com/assets/images/nxt-needle.png) no-repeat;
}
#featured.nxt li.cut{background:url(http://www.hexarmor.com/assets/images/nxt-cut.png) no-repeat;
}
#featured.nxt li.puncture{background:url(http://www.hexarmor.com/assets/images/nxt-puncture.png) no-repeat;
}
#featured.nxt li.impact{background:url(http://www.hexarmor.com/assets/images/nxt-impact.png) no-repeat;
}
#featured.nxt li.dry{background:url(http://www.hexarmor.com/assets/images/nxt-dry.png) no-repeat;
}
#featured.nxt li.oil{background:url(http://www.hexarmor.com/assets/images/nxt-oil.png) no-repeat;
}
#featured.nxt li.trushield{background:url(http://www.hexarmor.com/assets/images/nxt-trushield.png) no-repeat;
}
#featured.nxt li.heat{background:url(http://www.hexarmor.com/assets/images/nxt-heat.png) no-repeat;
}

/* ADDITIONAL BUILDS: Resources
----------------------------------------------------------------------*/
#secondary #login {
	font-size: 11px;
	line-height: 130%;
}
#secondary #login strong {
	font-size: 12px;
}
#secondary #login p {
	margin: 5px 0;
}
#secondary #login input {
	background: #fff;
	color: #999;
	font-size: 10px;
	width: 176px;
	height: 13px;
	padding: 4px 5px;
	border:1px solid #C7C7C7;
	margin: 3px 0;
}
#secondary #login input#submit {
	color:#acacac;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	width: auto;
	border: 0;
	background: url('http://www.hexarmor.com/assets/images/login_arrow.gif') no-repeat right 1px;
	padding: 0 10px 0 0;
	margin: 10px 5px 0 0;
	float: right;
}
#secondary #login fieldset a {
	float: left;
	display: block;
	margin-top: 8px;
}
#secondary #login input#submit:hover {
	color:#616161;
	cursor: pointer;
}
#secondary #login input:focus, #secondary #login input.active {
	border:1px solid #616161;
	color:#616161;
}
#secondary form {
	margin-bottom: 30px;
}
#resources {
	float:left;
	margin-top: 15px;
	width: 710px;
}
#resources .document {
	float: left;
	width: 122px;
	margin: 15px 0 0 25px;
	font-size: 11px;
}
#resources .first {
	margin-left: 0;
	clear: left;
}
#resources .document img {
	margin-bottom: 10px;
}
#resources .document .title {
	padding: 7px 15px 5px 0;
	float: left;
	width: 107px;
	line-height: 120%;
}
#resources a, #login a {
	color:#006ACE;
	text-decoration: none;
}
#resources a:hover, #login a:hover {color:#5a5a5a;}
#resources .document .title a {
	background: none;
}
#resources .document .pdf {
	background: url('http://www.hexarmor.com/assets/images/icon-pdf.png') no-repeat right 5px;
}
#resources .document .xls {
	background: url('http://www.hexarmor.com/assets/images/icon-xls.png') no-repeat right 5px;
}
#resources .document .doc {
	background: url('http://www.hexarmor.com/assets/images/icon-doc.png') no-repeat right 5px;
}
#resources .navigation .filter {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
}
#resources .navigation .filter select {
	width: 150px;
	margin-left: 10px;
}
#resources .navigation .pagination {
	float: right;
	font-size: 12px;
	margin-top: 5px;
}
#resources .navigation .logged_in {
	float: right;
	font-size: 12px;
	margin-top: 5px;
}

.hiddenFields {
	display: none;
}

/* ADDITIONAL BUILDS: Where to Buy
----------------------------------------------------------------------*/
#featured .panel {
	float: left;
	width: 100%;
	border-top:1px solid #e6e6e6;
	padding: 20px 0;
	margin-top: 20px;
}
#featured div.error {
	font-size: 12px;
	font-weight: bold;
	color: #fe6801;
	display: none;
	margin: -10px 0 10px 0;
}
#subpg #featured .panel h3 {
	font-size: 16px;
	margin-bottom: 20px;
}
#step-1 #map {
	background: url('http://www.hexarmor.com/assets/images/map.png') no-repeat;
}
#step-1 #other-locations a {
	text-decoration: none;
}
#step-1 #other-locations a:hover {
	color: #095797;
}
#step-1 #other-locations .selected {
	font-weight: bold;
	color: #fe6801 !important;
}
#featured #step-2 .choice a {
	float: left;
	width: 200px;
	height: 25px;
	text-align: center;
	display: block;
	font-size: 16px;
	color: #005696;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #FFF;
	padding-top: 140px;
	margin-bottom: 20px;
}
#featured #step-2 .choice a:hover {
	border: 1px solid #cbcbcb;
}
#featured #step-2 .choice a.selected {
	border: 1px solid #fe6801;
}
#featured #step-2 .personal a {
	background: url('http://www.hexarmor.com/assets/images/personal.png') no-repeat center 23px;
}
#featured #step-2 .commercial a {
	background: url('http://www.hexarmor.com/assets/images/commercial.png') no-repeat center 10px;
}
#featured #step-2 .choice span {
	display: block;
	float: left;
	margin: 70px;
	font-weight: bold;
	color:#8a8a8a;
}
#featured #step-3 ul {
	width: 100%;
}
#featured #step-3 ul li {
	display: block;
	width: 30%;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}
#featured #step-3 ul li span {
	margin: 16px 0 0 0;
	float: left;
	line-height: 140%;
}
#featured #step-3 ul li input {
	float: left;
	margin: 26px 10px 0 0;
}
#featured #step-3 ul li img {
	border: 0;
	margin: 0 10px 0 0;
}
#featured #step-3 ul li span:hover,#featured #step-3 ul li img:hover {
	cursor: pointer;
}
#featured #step-4 ul li {
	margin: 0;
	padding: 0;
	list-style: none; 
}

#featured #step-5 .contact-info,#featured #step-6 .contact-info {
	width: 600px;
}
#featured #step-5 select,#featured #step-6 select{
	background:#fff;
	width: 389px;
}
#featured #step-5 input,#featured #step-6 input{
	width:382px;
	border:1px solid #595a5a;
	padding:3px;
	display:block;
	float:left;
}
#featured #step-5 input, #featured #step-5 textarea, #featured #step-5 select,
#featured #step-6 input, #featured #step-6 textarea, #featured #step-6 select {margin-bottom:8px;}
#featured #step-5 input.error, #featured #step-5 textarea.error, #featured #step-5 select.error,
#featured #step-6 input.error, #featured #step-6 textarea.error, #featured #step-6 select.error {
	border: 1px solid #fe6801;
}
#featured #step-5 textarea, #featured #step-6 textarea {
	float: left;
	width:382px;
	height:119px;
	border:1px solid #595a5a;
	padding:3px;
	font-family:Lucida Grande, Arial, sans-serif;
	font-size:11px;
	margin-bottom: 25px;
}
#featured #step-5 label, #featured #step-6 label {
	font-size:12px;
	display:block;
	float:left;
	width:80px;
	margin-right:10px;
	text-align:left;
	margin-top:3px;
	clear: left;
}
#featured .navigation {
	clear: both;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	border-top:1px solid #e6e6e6;
	padding: 10px 0;
	margin-top: 25px;
}
#featured .navigation .back {
	color: #5a5a5a;
	text-decoration: none;
	float: left;
	padding: 5px 0 5px 25px;
	background: url('http://www.hexarmor.com/assets/images/back.png') no-repeat left center;
}
#featured .navigation .continue, #featured .navigation .submit, #featured .navigation .home {
	color: #5a5a5a;
	text-decoration: none;
	float: right;
	padding: 5px 25px 5px 0;
	background: url('http://www.hexarmor.com/assets/images/continue.png') no-repeat right center;
}
#featured .navigation .back:hover {
	color: #004c8d;
	background: url('http://www.hexarmor.com/assets/images/back-hover.png') no-repeat left center;
}
#featured .navigation .continue:hover, #featured .navigation .submit:hover, #featured .navigation .home:hover {
	color: #004c8d;
	background: url('http://www.hexarmor.com/assets/images/continue-hover.png') no-repeat right center;
}
#hide-this {
	display: none;
}
#promo-where-to-buy {
	position: absolute;
	right: 20px;
	top: 482px;
	display: block;
	width: 212px;
	height: 16px;
	padding: 8px 0;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background: url('http://www.hexarmor.com/assets/images/promo_wtb.png') no-repeat top;
	text-decoration: none;
	text-transform: uppercase;
}
#promo-where-to-buy:hover {
	color: #FFF !important;
	text-decoration: none !important;
	background: url('http://www.hexarmor.com/assets/images/promo_wtb.png') no-repeat bottom;
}

#where_to_buy {
	float: left;
	margin: 1.2em 0;
	width: 100%;
}
.wtb label {
	clear: both;
	margin-top: 15px;
	display: block;
	float: left;
	width: 88px;
	font-size: 11px;
	text-transform: uppercase;
	color: #797878;
	line-height: 1.3em;
}
.wtb #map {
	float: right;
	width: 626px;
	margin-bottom: 20px;
}
.wtb fieldset {
	margin-bottom: 20px;
	float: right;
	width: 566px;
	border: 1px solid #d4d4d4;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding: 20px 30px;
	position: relative;
}
.wtb fieldset:after, .wtb #map:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.wtb fieldset.location-select select {
	width: 250px;
	margin-right: 15px;
}
.wtb fieldset.user input {
	float: left;
	margin: 25px 20px 0 0;
}
.wtb fieldset.user a {
	display: block;
	float: left;
	margin: 0 50px 0 0;
	text-align: center;
	font-size: 11px;
	color: #797878;
	text-decoration: none;
}
.wtb fieldset.user a:hover {
	color: #797878 !important;
	text-decoration: none !important;
}
.wtb fieldset.user .outfit {
	float: right;
	width: 200px;
}
.wtb fieldset.user .outfit label {
	width: 160px;
	float: none;
	margin: 3px 0 5px;
}
.wtb fieldset.user .outfit select {
	width: 200px;
}
#featured.wtb fieldset.hazards {
	padding-bottom: 0;
}
#featured.wtb fieldset.hazards ul li {
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 75px;
	text-align: center;
	font-size: 11px;
	line-height: 120%;
	position: relative;
	padding-left: 15px;
	margin: 0 50px 15px 0;
}
#featured.wtb fieldset.hazards ul li input {
	position: absolute;
	top: 13px;
	left: 0px;
}
.wtb fieldset.contact div {
	float: left;
}
.wtb fieldset.contact p {
	clear: left;
	width: 100%;
	float: left;
}
.wtb fieldset.contact p label,
.wtb label.left-label {
	clear: none;
	margin: 7px 0 0 0;
	text-transform: capitalize;
}
.wtb fieldset.contact p input, .wtb fieldset.contact p input.disabled {
	float: left;
	border: 1px solid #d1d1d1;
	padding: 4px 2px;
	width: 250px;
	background: #FFF;
	color: #000;
}
.wtb fieldset.contact p select {
	width: 250px;
}
.wtb fieldset.contact .radio {
	width: auto;
	margin: 7px 0 0 20px;
}
.wtb fieldset.contact span {
	float: left;
	margin: 6px 30px 0 5px;
	font-size: 11px;
}
.wtb fieldset.contact p input#address {
	width: 450px;
}
.wtb fieldset.contact p input#address2 {
	width: 450px;
	margin: 1.1em 0 0 88px;
}
.wtb fieldset.contact p input#address3 {
	width: 450px;
	margin: 0 0 0 88px;
}
.wtb fieldset.contact p#united-states label.state {
	width:  50px;
	text-align: right;
	padding-right: 15px;
}
.wtb fieldset.contact p#canada label.province {
	width:  70px;
	text-align: right;
	padding-right: 15px;
}
.wtb fieldset.contact p label.zip {
	width: 40px;
	text-align: right;
	padding-right: 15px;
}
.wtb fieldset.contact p#united-states input#city {
	width: 188px;
}
.wtb fieldset.contact p#united-states input#state,.wtb fieldset.contact p#united-states input#state1 {
	width: 60px;
}
.wtb fieldset.contact p#canada input#city {
	width: 168px;
}
.wtb fieldset.contact p#canada input#province {
	width: 60px;
}
.wtb fieldset.contact p input#zip {
	width: 70px;
}
.wtb fieldset.contact p#canada, .wtb fieldset.contact p#international {
	display: none;
}
#subpg #featured.wtb fieldset.comments p,
#subpg fieldset p.instructions {
	font-size: 11px;
	color: #797878;
	width: 500px;
}
.wtb fieldset.comments textarea {
	border: 1px solid #d1d1d1;
	padding: 4px 2px;
	width: 535px;
	height: 100px;
}
.wtb .submit {
	padding-left: 100px;
	clear: both;
	font-size: 12px;
}
.wtb .submit a {
	color: #777777;
	margin-left: 10px;
}
.wtb .submit a:hover {
	color: #006ACE;
}
.wtb .submit button {
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	border: 0;
	width: 143px;
	height: 45px;
	background: url('http://www.hexarmor.com/assets/images/submit.png') no-repeat left top;
	margin-right: 15px;
}
.wtb .submit button:hover {
	cursor: pointer;
	background: url('http://www.hexarmor.com/assets/images/submit.png') no-repeat left bottom;
}
.wtb #error, .wtb .message {
	font-size: 11px;
	font-weight: bold;
	color: #005796;
	margin: -5px 0 15px 0;
	display: none;
}
.wtb .submit #error {
	float: right;
	margin: 15px 30px 0 0;
}
.wtb input.error, .wtb select.error  {
	border-color: #005796 !important; 
}
.wtb input[radio].error,  {
	background-color: #005796 !important; 
}
label.error {
	display: none;
}
.hazards label.error, .user label.error, .location-select label.error {
	font-size: 11px;
	font-weight: bold;
	color: #005796;
	display: block;
	float: none;
	text-transform: none;
	width: auto;
	margin: -5px 0 15px 0;
}
span.error {
	color: #005796;
	font-weight: bold;
}
.sales-rep {
	float:right;
	width:174px;
	border:1px solid #C0C0C0;
	padding:10px 6px 0px 6px;
	margin-bottom:10px;
}
.sales-rep a {
	color:#777;
	text-decoration: underline;
}
.sales-rep a:hover {color:#006ACE;}
.sales-rep h3 {
	font-size: 12px;
	font-weight: bold;
	color: #004c8d;
	margin-bottom: 10px;
}
.sales-rep .vcard {
	font-size: 11px;
	color: #797878;
	line-height: 160%;
	margin-bottom: 20px;
}
.sales-rep .vcard .fn {
	text-transform: uppercase;
}
.sales-rep .vcard .adr {
	margin-bottom: 10px;
}
#loading {
	background: url('http://www.hexarmor.com/assets/images/ajax-loader.gif');
	width: 16px;
	height: 16px;
	position: relative;
	float: right;
	display: none;
	top: 2px;
}
#subpg #featured.wtb img {
	float: none;
	border: 0;
	margin: 0;
}
#find-a-rep {
	float: right;
	text-indent: -9999px;
	display: block;
	width: 212px;
	margin-right: 10px;
	height: 58px;
	background: url('http://www.hexarmor.com/assets/images/sales-rep.jpg') no-repeat top left;
}
#find-a-rep:hover {
	background: url('http://www.hexarmor.com/assets/images/sales-rep.jpg') no-repeat bottom left;
}

.wtb label.checkbox {
  float: none;
  width: auto;
  text-transform: none;
  margin-top: 0;
}
