/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */
 
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
 
body { 
  line-height: 1.5; 
}
 
/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }
 
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
 
/* Remove annoying border on linked images. */
a img { border: none; }

/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */
 
/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 90%;
  color: #ccc; 
  background: #121212 url(../images/cf-background.gif) top center repeat;
  font-family: Helvetica, Arial, "Helvetica Neue", Verdana, sans-serif;
}
 
 
/* Headings
-------------------------------------------------------------- */
 
h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #e67918; }
 
h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1.25; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }
 
h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}
 
 
/* Text elements
-------------------------------------------------------------- */
 
p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }
 
a:focus, 
a:hover     { color: #e67918; text-decoration: underline; }
a           { color: #e67918; text-decoration: none; outline-width: 0;}
 
blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }
 
abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }
 
pre         { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

.required   { color: #e67918; }
 
 
/* Lists
-------------------------------------------------------------- */
 
li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }
 
ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }
 
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

#nav ol, #nav ul, .nav ol, .nav ul, ol.nav, ul.nav {list-style: none; margin: 0;}

input.text {padding: 4px;}

.content-wrapper, .column-wrapper {overflow: hidden;}

#main-feature {background: url(../images/main-feature-group-one.jpg) top center no-repeat; height: 720px; left: 0; position: absolute; top: 0; width: 100%;}
.hot-spot-wrapper {height: 508px; left: 50%; margin-left: -480px; position: absolute; top: 0; width: 960px;}
.hot-spot-wrapper .hot-spot {background: url(../images/hot-spot.png) top left no-repeat; display: block; height: 42px; position: absolute; text-indent: -8000px; width: 42px; z-index: 90;}
.hot-spot-wrapper .hot-spot:hover {background-position: bottom left;}
.hot-spot-wrapper .all-products {background: url(../images/button-explore-products.png) 0 0 no-repeat; display: block; height: 52px; left: 765px; top: 271px; position: absolute; text-indent: -8000px; width: 204px; z-index: 90;}

.hot-spot.one {left: 93px; top: 279px;}
.hot-spot.two {left: 232px; top: 217px;}
.hot-spot.three {left: 330px; top: 292px;}
.hot-spot.four {left: 529px; top: 360px;}
.hot-spot.five {left: 703px; top: 433px;}

.qtip { opacity: 0.85; filter: alpha(opacity=85); }
.qtip .qtip-content {font-size: .9em; font-weight: bold; }

#page-wrapper {left: 50%; margin-left: -480px; position: absolute; top: 0; width: 960px; z-index: 0;}

#header {height: 108px; position: relative;}
#header h1 {background: url(../images/armor-works-logo.png) 0 0 no-repeat; height: 62px; left: -7px; margin-bottom: 0; position: absolute; text-indent: -8000px; top: 44px; width: 239px;}
#header h1 a { display: block; height: 62px; width: 239px; }

#header .search {background: url(../images/search-background.png) 0 0 no-repeat; float: right; height: 26px; right: 0px; position: absolute; top: 10px; width: 364px;}
#header .search input.text {border-width: 0; color: #403f3f; float: left; font-size: 1.15em; margin: 3px 15px 0 30px; padding: 0; width: 232px; font-family: Helvetica, Arial, "Helvetica Neue", Verdana, sans-serif;}
#header .search input.button {background: url(../images/button-search.png) 0 0 no-repeat; border-width: 0; color: #ca6a14; cursor: pointer; float: left; font-size: 1px; height: 26px; text-align: left; text-indent: -8000px; width: 87px;}

#header .nav {background: url(../images/navigation-background.png) 0 0 no-repeat; height: 72px; right: -9px; margin: 0; position: absolute; top: 37px; width: 681px;}
#header .nav ul {overflow: hidden; padding: 19px 0 0 18px;}
#header .nav ul li {border-right: solid 1px #6f6e6e; float: left; padding-right: 10px; padding-left: 9px; height: 33px;}
#header .nav ul li.first {padding-left: 7px;}
#header .nav ul li.last {border-right-width: 0; padding-right: 0;}
#header .nav ul li a.products, #header .nav ul li a.about-us, #header .nav ul li a.news, #header .nav ul li a.contact {background-image: url(../images/main-navigation.png); background-repeat: no-repeat; display: block; height: 33px; text-indent: -8000px;}
#header .nav ul li.active a {}

#header .nav ul li a.products {width: 212px;}
#header .nav ul li a.products:hover, #header .nav ul li.active a.products {background-position: 0 -33px;}
#header .nav ul li a.products.selected, #header .nav ul li.active a.products.selected {background-position: 0 -66px;}
#header .nav ul li a.about-us {background-position: -212px 0; width: 104px;}
#header .nav ul li a.about-us:hover, #header .nav ul li.active a.about-us {background-position: -212px -33px;}
#header .nav ul li a.about-us.selected, #header .nav ul li.active a.about-us.selected {background-position: -212px -66px;}
#header .nav ul li a.news {background-position: -316px 0; width: 136px;}
#header .nav ul li a.news:hover, #header .nav ul li.active a.news {background-position: -316px -33px;}
#header .nav ul li a.community {background-position: -338px 0; width: 143px;}
#header .nav ul li a.community:hover, #header .nav ul li.active a.community {background-position: -338px -33px;}
#header .nav ul li a.community.selected, #header .nav ul li.active a.community.selected {background-position: -338px -66px;}
#header .nav ul li a.contact {background-position: -452px 0; width: 119px;}
#header .nav ul li a.contact:hover, #header .nav ul li.active a.contact {background-position: -452px -33px;}

#menu-products {}
#menu-about-us {display: none;}
#menu-community {display: none;}

.secondary-menu {left: 25px; position: absolute; top: 47px; width: 633px; height: 0; overflow: hidden; background-color: transparent; z-index: 92;}
.secondary-menu .header {height: 19px;}
.secondary-menu .content-wrapper {background: #dce0df url(../images/menu-background.png) 0 0 repeat-y; height: 225px; padding: 15px 25px;}
.secondary-menu .footer {background: transparent url(../images/menu-footer.png) 0 0 no-repeat; height: 13px;}

.secondary-menu img.product-image {border: 1px solid #e5e8e7;}
.secondary-menu a:hover img.product-image { border-color: #000; }
.secondary-menu h3 {color: #3e3d3d; font-size: 0.88em; font-weight: bold; margin-bottom: 5px; width: 153px;}
.secondary-menu h3 a {color: #3e3d3d;}
.secondary-menu .product-one, .secondary-menu .product-two, .secondary-menu .product-three, .secondary-menu .product-four {float: left; margin-right: 15px; width: 132px;}
.secondary-menu .product-two {margin-right: 0; padding-top: 8px; width: 430px;}
.secondary-menu .product-two img {border: 1px solid #e5e8e7;}
.secondary-menu .product-two a:hover img { border-color: #000; }
.secondary-menu .product-three {width: 205px;}
.secondary-menu .product-three h3, .secondary-menu .product-four h3 {width: 205px;}
.secondary-menu .product-four {margin-right: 0; width: 205px;}
#header .secondary-menu .product-list {padding-top: 5px; list-style: square; list-style-position: outside; padding-left: 15px; width: 117px;}
#header .secondary-menu .product-list li {border-width: 0; color: #E67918; float: none; font-size: 0.88em; height: auto; padding: 0 0 10px 0;}

#menu-products .header {background: transparent url(../images/menu-products-header.png) 0 0 no-repeat;}
#menu-about-us .header {background: transparent url(../images/menu-about-us-header.png) 0 0 no-repeat;}
#menu-community .header {background: transparent url(../images/menu-community-header.png) 0 0 no-repeat;}

#category-promo {background: transparent url(../images/category-promo-background.png) 0 0 no-repeat; height: 176px; margin: 400px 0 16px -4px; padding: 30px 0 0 36px; position: relative; width: 938px;}

.categroy-slider {overflow: hidden; height: 130px; width: 920px;}
.categroy-slider ul {height: 130px; margin: 0;}
.categroy-slider ul li {list-style: none; float: left; margin-right: 32px; height: 130px; width: 198px;}

.categroy-slider ul li .category {background: url(../images/slider-image-shadow.png) 0 0 no-repeat; height: 130px; width: 198px;}
.categroy-slider ul li .category a {background: url(../images/slider-image-border.png) 0 0 no-repeat; display: block; height: 100px; margin-left: 8px; width: 190px;}
.categroy-slider ul li .category a:hover {background-position: 0 -100px;}
.categroy-slider ul li .category a img {margin: 5px;}
.categroy-slider ul li .category h2 {color: #fff; font-size: 0.95em; font-weight: bold; margin: 5px 0 0 8px;}

#previous-category, #next-category {background: url(../images/arrows-next-previous.png) 0 0 no-repeat; display: block; position: absolute; height: 24px; text-indent: -8000px; top: 69px; width: 21px;}
#previous-category {left: 11px;}
#next-category {background-position: -21px 0; right: 17px; z-index: 3;}

#content, #content-wide {margin: 15px 0 0;}

.breadcrumb {background: url(../images/breadcrumb-background.png) 0 bottom no-repeat; color: #fff; font-size: 0.80em; margin-bottom: 8px; padding: 3px 10px 6px;}
.breadcrumb span {color: #ccc; padding: 0 5px;}

.hr-fancy {background: url(../images/hr-fancy.png) 0 0 no-repeat; font-size: 1px; height: 3px; margin-bottom: 10px;}
.hr-fancy.center {background-position: 50% 0;}
.hr-fancy.right {background-position: right 0;}

.secondary-nav {float: left; width: 250px;}
.secondary-nav .header {background: url(../images/secondary-nav-header.png) 0 0 no-repeat; height: 15px;}
.secondary-nav .nav {background: url(../images/secondary-nav-background.png) 0 0 repeat-y;}
.secondary-nav .nav dl {margin: 0 20px;}
.secondary-nav .nav dl dt {background: url(../images/secondary-nav-item-background.jpg) 0 0 no-repeat; color: #d2d2d2; cursor: pointer; font-size: 0.9em; height: 25px; padding: 4px 12px 1px;}
.secondary-nav .nav dl dt.selected, .secondary-nav .nav dl dt:hover {color: #e4791a;}
.secondary-nav .nav dl dd {display: none; margin-left: 15px;}
.secondary-nav .nav ol, .secondary-nav .nav ul {color: #e4791a; padding: 9px 12px 9px 0;}
.secondary-nav .nav ol li, .secondary-nav .nav ul li {font-size: 0.9em;}
.secondary-nav .nav ol li ol, .secondary-nav .nav ul li ul {margin: 0 0 0 12px; padding: 4px 0;}
.secondary-nav .nav ol li a, .secondary-nav .nav ul li a	{ display: block; }
.secondary-nav .nav ol li.active a, .secondary-nav .nav ul li a.active	{ background: url(../images/secondary-nav-active.png); font-weight: bold; color: #eee; padding-left: 5px; }

.secondary-nav .nav a, .secondary-nav .nav ul#products-nav li a.active {color: #ccc;}
.secondary-nav .nav a:hover, .secondary-nav .nav a:hover em, .secondary-nav .nav ul#products-nav li ul li a:hover, .secondary-nav .nav ul#products-nav li a.active	{ color: #eee; }
.secondary-nav .nav a em	{ color: #888; font-weight: normal; }

.secondary-nav .nav ul#products-nav li a { color: #e4791a; }
.secondary-nav .nav ul#products-nav li ul li a  { color: #ccc; }

.secondary-nav .footer {background: url(../images/secondary-nav-footer.png) 0 0 no-repeat; height: 14px; margin-bottom: 10px; }

.secondary-nav form { margin: 4px 0; }
.secondary-nav legend   { display: none; }
.secondary-nav select   { margin-bottom: 4px; margin-left: 12px; font-family: Helvetica, Arial, "Helvetica Neue", Verdana, sans-serif; font-size: 0.9em; background: #3f3c3d url(../images/textbox-gradient-background.png) 0 0 repeat-x; color: #ccc; border: solid 1px #514e4f; width: 171px; padding: 1px; }

.secondary-nav .headquarters    { font-size: 0.9em; line-height: 1.5em; padding-top: 8px; padding-bottom: 8px; }
.secondary-nav .headquarters a, .secondary-nav .headquarters a:hover  { color: #e4791a; font-weight: bold; }
.secondary-nav .headquarters strong { color: #e4791a; font-size: 1.2em; }
.secondary-nav .headquarters .location { border: solid 4px #e67918; }
.secondary-nav .headquarters a:hover .location    { border-color: #000; }

#content .content-column {margin-left: 270px;}
#content-wide .content-column 	{}

.page-title {background: url(../images/page-title-background.png) 0 0 no-repeat; color: #fff; font-size: 1.6em; letter-spacing: -1px; font-weight: bold; line-height: 1.0em; margin-bottom: 10px; padding: 7px 12px 9px 10px; text-shadow: 2px 2px 2px rgba(0,0,0,0.8);}

.page-content { background: url(../images/page-content-background.png); min-height: 225px; padding: 15px 20px; -moz-border-radius: 7px; -webkit-border-radius: 7px; color: #eee; margin-bottom: 10px; }

.page-content form label, .page-content form input, .page-content form textarea, .page-content form select { float: left; padding: 4px; margin-bottom: 4px; font-family: Helvetica, Arial, "Helvetica Neue", Verdana, sans-serif; font-size: 1em; }
.page-content form label { display: block; text-align: right; width: 120px; margin-right: 10px; }
.page-content form br { clear: both; }
.page-content form input { width: 192px; }
.page-content form textarea { width: 480px; }
.page-content form input, .page-content form textarea, .page-content form select { background: #3f3c3d url(../images/textbox-gradient-background.png) 0 0 repeat-x; border: solid 1px #181617; border-bottom-color: #514e4f; border-left-color: #514e4f; color: #fff; }
.page-content form select { margin-bottom: 8px; }
.page-content form .checkbox_wrapper, .page-content form .checkbox { margin-left: 134px; padding: 4px; font-size: .9em; }
.page-content form .checkbox label { padding-left: 0; }
.page-content form input.captchafield {  }
.page-content form input.submitbutton { width: auto; text-align: center; padding: 4px 30px; margin-left: 138px; margin-top: 4px; background: #9f520d url(../images/submit-button.gif) repeat-x top left; border: 1px solid #c16615; font-weight: bold; cursor: pointer; }
.page-content form div  { overflow: hidden; }

#content .page-content img	{ max-width: 650px; }

.page-content .column-one   { float: left; width: 337px; }
.page-content .column-two   { margin-left: 367px; width: 283px; }
.page-content .column-two .products-image-container { padding: 4px; background: url(../images/background-white.png); margin-bottom: 5px; }
.page-content .column-two img   { display: block; }
.page-content .column-two h5    { margin-bottom: .5em; }

.page-content ul.product-thumbnails { list-style: none; margin: 0; padding: 0; }
.page-content ul.product-thumbnails li  { float: left; width: 153px; height: 170px; margin-right: 9px; padding: 0; }
.page-content ul.product-thumbnails img { width: 145px; height: 80px; border: 4px solid #e67918; }
.page-content ul.product-thumbnails a:hover img { border-color: #000; }
.page-content ul.product-thumbnails p   { padding: 0 4px; margin: 0; overflow: hidden; font-size: .9em; }
.page-content ul.product-thumbnails a   { display: block; }

.page-content ul.staff-members  { list-style: none; margin: 0; padding: 0; }
.page-content ul.staff-members li   { padding: 20px; margin: 0; background: url(../images/page-content-background.png); border-bottom: 1px solid #333;  }
.page-content ul.staff-members div.left { float: left; width: 180px; }
.page-content ul.staff-members div.right    { float: right; width: 430px; }
.page-content ul.staff-members h4   { margin-bottom: 0; }
.page-content ul.staff-members .staff-title { color: #808080; font-size: 0.75em; text-transform: uppercase; }

.page-content .data { width: 100%; }
.page-content .data th  { padding: 4px 5px 3px 10px; background: url(../images/secondary-nav-active.png); color: #fff; font-weight: bold; border-bottom: 1px solid #333; border-top: 1px solid #333; font-size: 0.8em; text-transform: uppercase; }
.page-content .data td  { padding: 3px 5px 3px 10px; background: url(../images/page-content-background.png); border-bottom: 1px solid #333; font-size: 0.9em; }

.page-content blockquote    { color: #ccc; font-size: 1em; background: url(../images/page-content-background.png); border-bottom: 1px solid #333; border-top: 1px solid #333; padding: 1.25em 1.25em 0 1.25em; }

.newsreleases	{ list-style: none; margin: 0 0 1em 0; border-top: 1px solid #333; }
.newsreleases li:hover  { background: url(../images/page-content-background.png); }
.newsreleases li:hover p	{ color: #eee; }
.newsreleases p	{ margin: 0 0 0.5em; }
.newsreleases h4	{ margin-bottom: .5em; }
.newsreleases li	{ border-bottom: 1px solid #333; padding-left: 15px; padding-top: 7px; padding-right: 15px; }
.newsreleases .date { font-size: 0.9em; margin: 0; }
.newsreleases a {}
.newsreleases li.pagination { border: none; text-align: center; padding-top: 1.5em; }
.newsreleases li.pagination a   { display: inline; }
.date { color: #808080; }
.date span { padding: 0 5px; color: #4E5156; }

.page-content div.story-credits { border-top: 1px solid #333; border-bottom: 1px solid #333; padding: 10px 20px 0 20px; margin-bottom: 25px; margin-top: 25px; background: url(../images/page-content-background.png); }
.page-content div.story-credits h5 { margin: 0; font-size: .8em; text-transform: uppercase; font-weight: normal; color: #ccc; }
.page-content div.story-credits p { color: #808080; font-size: .8em; margin-bottom: 10px; }

.newsreleases div.left  { width: 170px; float: left; }
.newsreleases div.right { width: 450px; float: right; }
.newsreleases div.left img  { margin-top: 5px; border: 2px solid #e67918; }
.newsreleases div.left img:hover, .newsreleases li:hover div.left img    { border: 2px solid #000; }

.firstarticle	{ list-style: none; margin: 0 0 1em 0; border-top: 1px solid #333; }
.firstarticle .date { font-style: italic; padding-left: .5em; font-size: .9em; }
.firstarticle li:hover .date    { color: #eee; }
.firstarticle li	{ border-bottom: 1px solid #333; padding-left: 1em; padding-top: 0.5em; padding-bottom: 0.5em; }
.firstarticle li:hover  { background: url(../images/page-content-background.png); }
.firstarticle li.pagination { border: none; text-align: center; padding-top: 1.5em; }

.comments { list-style:none; margin: 0 0 1.5em; }
.comments .date { font-size: .9em; }
.comments .date strong { color: #ccc; }
.comments .post_wrapper { padding-left: 20px; border-bottom: 1px dotted #3f3c3d; }
.comments li    { margin-top: 1.5em; }

.pagination { font-size: .9em; color: #808080; }
.pagination strong { color: #ccc; }

#footer {padding-bottom: 25px;}
#footer .header {background: url(../images/footer-header-background.png) 0 0 no-repeat; font-size: 1px; height: 6px;}
#footer .content-wrapper {background: url(../images/footer-background.png) 0 bottom no-repeat; overflow: hidden; padding: 14px 20px 10px;}
#footer .column-wrapper {padding-bottom: 35px;}
#footer .column-one {float: left; width: 470px;}
#footer .column-two {margin-left: 40px; width: 410px; float: left; position: relative;}

#footer h3 {font-size: 1.3em; font-weight: bold; margin-bottom: 5px;}

#footer .featured-products-wrapper {height: 195px; margin-bottom: 25px; padding: 5px 0 0 18px; position: relative;}

.feature-products-slider ul {height: 195px; margin: 0; overflow: hidden;}
.feature-products-slider ul li {float: left; list-style: none; margin-right: 22px; height: 195px; width: 128px;}

.feature-products-slider ul li .product {background: url(../images/slider-image-shadow-square.png) 0 0 no-repeat; height: 195px; width: 128px;}
.feature-products-slider ul li .product a {background-color: #e67918; display: block; height: 110px; margin-left: 8px; overflow: hidden; width: 110px;}
.feature-products-slider ul li .product a:hover {background-color: #000;}
.feature-products-slider ul li .product a img {height: 102px; margin: 4px; width: 102px;}
.feature-products-slider ul li .product h4 {color: #ccc; font-size: 0.85em; font-weight: bold; margin: 5px 0 10px 8px;}
.feature-products-slider ul li a.details {background: url(../images/button-details.png) 0 0 no-repeat; display: block; height: 25px; text-indent: -8000px; width: 110px;}
.feature-products-slider ul li a.details:hover {background-position: 0 -25px; background-color: transparent;}

#previous-featured-products, #next-featured-products {background: url(../images/arrows-next-previous.png) 0 0 no-repeat; display: block; position: absolute; height: 24px; text-indent: -8000px; top: 47px; width: 21px;}
#previous-featured-products {left: -7px;}
#next-featured-products {background-position: -21px 0; right: -7px; z-index: 3;}

#previous-featured-products:hover, #previous-category:hover {background-position: 0 -24px;}
#next-featured-products:hover, #next-category:hover {background-position: -21px -24px;}

#footer .company-info {overflow: hidden; padding-top: 10px;}
#footer .company-info a.location {border: solid 4px #e67918; display: block; float: left; height: 86px; width: 117px;}
#footer .company-info a.location:hover {border-color: #000;}
#footer .company-info .vcard {font-size: 0.9em; margin: 0 0 0 150px;}
#footer .company-info .vcard dt {color: #e67918; font-size: 1.2em;}
#footer .company-info .vcard dt.fn.n {display: none;}
#footer .company-info .vcard dd {margin-left: 0;}

#footer .featured-article {position: relative;}
#footer .featured-article .article-image-title {position: relative; height: 193px;}
#footer .featured-article .article-image-title:hover h4 a	{ text-decoration: underline; }
#footer .featured-article .article-image-title h4 {background: url(../images/black-transparency-background.png) 0 0 repeat; bottom: 13px; font-size: 1.3em; margin-bottom: 0; padding: 10px 9px 6px; position: absolute; left: 0; width: 392px; /* this was added to the new survival story functionality on 09.08, please remove when we switch it up to the original*/color: #e67918; }
#footer .featured-article .article-image-title h4 a {display: block;}
#footer .featured-article .article-image-title h4 a span,
#footer .featured-article .article-image-title h4 span {color: #fff;}
#footer .featured-article .article-image-title .hr-fancy {bottom: 0px; position: absolute; left: 0; width: 410px;}
#footer .featured-article p {color: #ccc; font-size: 0.85em; line-height: 1.75em; margin-bottom: 30px;}

.subscription-wrapper {overflow: hidden;}

.email-subscribe {overflow: hidden; margin-bottom: 15px;}
.email-subscribe input.text {background: url(../images/textbox-gradient-background.png) 0 0 repeat-x; border: solid 1px #181617; border-bottom-color: #514e4f; border-left-color: #514e4f; color: #fff; float: left; margin-right: 8px; width: 192px;}
.email-subscribe input.button {background: url(../images/button-send-me-the-stories.png) 0 0 no-repeat; border-width: 0; color: #ca6a14; cursor: pointer; float: left; font-size: 1px; height: 26px; text-align: left; text-indent: -8000px; width: 156px;}

#footer small {font-size: 0.7em;}

#footer .secondary-info {background: url(../images/armor-works-footer-logo.png) 0 5px no-repeat; padding: 8px 0 10px 170px; position: relative;}
#footer .secondary-info .copyright {color: #c1c1c1; font-size: 0.85em; margin-bottom: 0;}
#footer .secondary-info .badge {height: 44px; position: absolute; right: 0; top: 3px; width: 109px;}

#footer .nav {overflow: hidden; margin-bottom: 5px; width: 855px;}
#footer .nav li {float: left; border-right: solid 1px #737373; font-size: 0.80em; line-height: 1.0em; margin-right: 7px; padding-right: 7px;}
#footer .nav li.last {border-right-width: 0; margin-right: 0;}
#footer .nav li a {text-transform: uppercase;}


div#nyroModalLoading {
  border: 12px solid #fff;
  width: 150px;
  height: 150px;
  text-indent: -9999em;
  background: #fff url(../images/ajaxLoader.gif) no-repeat;
  background-position: center;
  -moz-border-radius: 9px; -webkit-border-radius: 9px;
}
div#nyroModalLoading.error {
  border: 4px solid #f66;
  line-height: 20px;
  padding: 20px;
  width: 300px;
  height: 100px;
  text-indent: 0;
  background: #fff;
}
div#nyroModalWrapper {
  
  border: 12px solid rgba(0, 0, 0, 0.3);
  -moz-border-radius: 9px; -webkit-border-radius: 9px;
}
a#closeBut {
  position: absolute;
  display: block;
  top: -26px;
  right: -26px;
  width: 30px;
  height: 30px;
  text-indent: -9999em;
  background: url(../images/closebox.png) no-repeat;
  outline: 0;
}
h1#nyroModalTitle {
  display: none;
}
div.wrapper div#nyroModalContent {
  background-color: #000;
  padding: 0;
}
div.wrapper div#nyroModalContent .note p {
  margin-bottom: 8px;
  width: 400px;
}
div.wrapperImg div#nyroModalContent {
  position: relative;
  overflow: hidden;
  text-align: center;
}
div.wrapperImg img {
  vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
  position: absolute;
  bottom: 0;
  left: 0;
  background: black;
  padding: 10px;
  margin: 10px;
  border: 1px white dotted;
  overflow: hidden;
  opacity: 0.2;
  filter: alpha(opacity=20);
  display: none;
}
div.wrapperImg div#nyroModalContent div:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: help;
}
a.nyroModalPrev, a.nyroModalNext {
  z-index: 105;
  outline: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 40%;
  cursor: pointer;
  text-indent: -9999em;
  background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
div.wrapperSwf a.nyroModalPrev, div.wrapperSwf a.nyroModalNext, div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext {
  height: 60%;
  width: 20%;
}
a.nyroModalPrev {
  left: 0;
}
a.nyroModalPrev:hover {
  background: url(../imgages/prev.gif) left 20% no-repeat;
}
a.nyroModalNext {
  right: 0;
}
a.nyroModalNext:hover {
  background: url(../imgages/next.gif) right 20% no-repeat;
}



/* Hacks */

.hide {
	position: absolute;
	left: -9999px;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block; }
	
/* Hides from IE-mac \*/ 
* html .clearfix {
	height: 1%; }

.clearfix {
	display: block; }
/* End hide from IE-mac */
