@charset "UTF-8";
/* CSS Document */
body {
background-image: url(../images/site-bg-gow.jpg);
background-repeat: no-repeat;
background-color: #000000;
background-position: top center;
margin: 0;
padding: 0;
}
/*------------MAIN NAV---------*/
a.products {
display: block;
width: 130px;
height: 36px;
border: none;
background: url(../images/nav/products-btn.png) 0 0 no-repeat;
}
a.products:hover {
background-position: 0 -36px;
}
a.about {
display: block;
width: 130px;
height: 36px;
border: none;
background: url(../images/nav/whoweare-btn.png) 0 0 no-repeat;
}
a.about:hover {
background-position: 0 -36px;
}
a.contact {
display: block;
width: 130px;
height: 36px;
border: none;
background: url(../images/nav/contact-btn.png) 0 0 no-repeat;
}
a.contact:hover {
background-position: 0 -36px;
}
a.login-btn {
display: block;
float: left;
width: 70px;
height: 16px;
border: none;
background: url(../images/nav/login-btn.png) 0 0 no-repeat;
}
a.login-btn:hover {
background-position: 0 -16px;
}
a.register-btn {
display: block;
float: left;
margin: 0 20px 0 2px;
width: 77px;
height: 16px;
border: none;
background: url(../images/nav/register-btn.png) 0 0 no-repeat;
}
a.register-btn:hover {
background-position: 0 -16px;
}
a.logout-btn {
display: block;
width: 70px;
height: 16px;
border: none;
background: url(../images/nav/logout-btn.png) 0 0 no-repeat;
}
a.logout-btn:hover {
background-position: 0 -16px;
}
a.myaccount-btn {
display: block;
width: 77px;
height: 16px;
border: none;
background: url(../images/nav/account-btn.png) 0 0 no-repeat;
}
a.myaccount-btn:hover {
background-position: 0 -16px;
}
.formbox {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
background-color: #000000;
border: 1px solid #333333;
height: 27px;
text-align: center;
}
.checkout-text {
font-size: 9px;
color: #FF0000;
text-transform: uppercase;
background: url(../images/nav/checkout-bg.png) no-repeat;
padding-left: 5px;
display: inline-block;
height: 17px;
width: 89px;
vertical-align: text-bottom;
text-align: left;
padding-top: 3px;
}
.mycart-text {
font-family: "Lucida Sans";
font-size: 9px;
color: #FFFFFF;
text-transform: uppercase;
background-image: url(../images/nav/mycart-bg.png);
background-repeat: no-repeat;
text-align: right;
padding-right: 4px;
}
/*--------SITE WIDE LINKS------*/
a:link {
font-family: "Lucida Sans";
font-size: 10px;
color: #FFFFFF;
text-decoration: none;
}
a:visited {
font-family: "Lucida Sans";
font-size: 10px;
color: #FFFFFF;
text-decoration: none;
}
a:hover {
font-family: "Lucida Sans";
font-size: 10px;
color: #FF0000;
text-decoration: none;
}
a:active {
font-family: "Lucida Sans";
font-size: 10px;
color: #FFFFFF;
text-decoration: none;
}
.red-star {
color: #FF0000;
}
/*--------Home Page------*/
.product-left {
border-left-width: 1px;
border-top-width: 1px;
border-bottom-width: 1px;
border-left-style: solid;
border-top-style: solid;
border-bottom-style: solid;
border-left-color: #333333;
border-top-color: #333333;
border-bottom-color: #333333;
}
.product-right {
border-right-width: 1px;
border-top-width: 1px;
border-bottom-width: 1px;
border-right-style: solid;
border-top-style: solid;
border-bottom-style: solid;
border-right-color: #333333;
border-top-color: #333333;
border-bottom-color: #333333;
}
.product-middle {
border-width: 1px;
border-style: solid;
border-color: #333333;
}
.product-home-padding {
padding-top: 10px;
}
.home-text {
font-family: "Lucida Sans";
font-size: 10px;
color: #FFFFFF;
line-height: 20px;
padding-top: 35px;
padding-right: 69px;
padding-left: 31px;
padding-bottom: 150px;
}
/*-------FOOTER-------*/
a.footer-link:link {
font-family: "Lucida Sans";
font-size: 10px;
color: #666666;
text-decoration: none;
text-transform: uppercase;
}
a.footer-link:visited {
font-family: "Lucida Sans";
font-size: 10px;
color: #666666;
text-decoration: none;
text-transform: uppercase;
}
a.footer-link:hover {
font-family: "Lucida Sans";
font-size: 10px;
color: #FF0000;
text-decoration: none;
text-transform: uppercase;
}
a.footer-link:active {
font-family: "Lucida Sans";
font-size: 10px;
color: #666666;
text-decoration: none;
text-transform: uppercase;
}
.footer-text {
font-family: "Lucida Sans";
font-size: 10px;
color: #666666;
text-transform: uppercase;
}
/*-------CATEORY PAGE--------*/
.product-thumb {
border-width: 1px;
border-style: solid;
border-color: #333333;
}
#secondary-images {
padding: 0px;
margin: 0px;
margin-bottom: 9px;
}
.cat-text {
font-family: "Lucida Sans";
font-size: 10px;
color: #999999;
padding-right: 12px;
padding-bottom: 10px;
}
.prod-title {
font-family: "Lucida Sans";
text-transform: uppercase;
color: #FFFFFF;
font-size: 14px;
letter-spacing: 3px;
padding-right: 12px;
padding-top: 11px;
padding-bottom: 5px;
}
.moreinfo-btn {
padding-left: 13px;
}
/*---------INDIV PRODUCT PAGE------*/
.prod-title-ind {
font-family: "Lucida Sans";
text-transform: uppercase;
color: #FFFFFF;
font-size: 14px;
letter-spacing: 3px;
padding-bottom: 2px;
padding-top: 15px;
}
.prod-text-indv {
font-family: "Lucida Sans";
font-size: 10px;
color: #999999;
line-height: 15px;
}
.price-desc {
font-family: "Lucida Sans";
font-size: 11px;
color: #CCCCCC;
text-transform: capitalize;
}
.price {
font-family: "Lucida Sans";
font-size: 11px;
color: #FF0000;
text-transform: uppercase;
}
.formbox-qty {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
background-color: #000000;
border: 1px solid #FF0000;
height: 25px;
text-align: center;
}
.spec-title {
font-family: "Lucida Sans";
font-size: 11px;
color: #FFFFFF;
text-transform: uppercase;
padding-top: 10px;
padding-bottom: 10px;
}
.prod-specs {
font-family: "Lucida Sans";
font-size: 10px;
color: #999999;
text-transform: capitalize;
padding-bottom: 10px;
line-height: 15px;
}
.ship-atten {
font-family: "Lucida Sans";
font-size: 10px;
color: #FF0000;
padding-left: 10px;
padding-bottom: 5px;
margin-top: 34px;
}
.ship-terms {
font-family: "Lucida Sans";
font-size: 10px;
color: #FFFFFF;
padding-left: 10px;
padding-bottom: 5px;
padding-top: 5px;
padding-right: 25px;
background-color: #333333;
}
.main-image-pad {
padding-top: 10px;
}
/*-----CONTACT PAGE----------------*/
.contact-title {
padding-top: 90px;
}
.contact-text {
font-family: "Lucida Sans";
font-size: 12px;
color: #FFFFFF;
line-height: 15px;
}
.contact-address {
font-family: "Lucida Sans";
font-size: 10px;
color: #999999;
}
.contact-addressBOLD {
font-family: "Lucida Sans";
font-size: 10px;
color: #FF0000;
}
a.contact-link:link {
font-family: "Lucida Sans";
font-size: 10px;
color: #FF0000;
text-decoration: none;
}
a.contact-link:visited {
font-family: "Lucida Sans";
font-size: 10px;
color: #FF0000;
text-decoration: none;
}
a.contact-link:hover {
font-family: "Lucida Sans";
font-size: 10px;
color: #FF0000;
text-decoration: underline;
}
a.contact-link:active {
font-family: "Lucida Sans";
font-size: 10px;
color: #FF0000;
text-decoration: none;
}
/*--------ABOUT US PAGE-------*/
.about-text {
font-family: "Lucida Sans";
font-size: 10px;
color: #FFFFFF;
line-height: 20px;
}
.about-title {
padding-top: 50px;
}
/*---------LOGIN REG PAGES--------*/
.login-text {
font-family: "Lucida Sans";
font-size: 12px;
color: #FFFFFF;
line-height: 15px;
}
.userpass-text {
font-family: "Lucida Sans";
font-size: 10px;
color: #cccccc;
line-height: 15px;
}
.reg-text {
font-family: "Lucida Sans";
font-size: 10px;
color: #FFFFFF;
}
.formbox-reg {
font-family: "Lucida Sans";
font-size: 10px;
color: #FFFFFF;
background-color: #000000;
border: 1px solid #333333;
height: 15px;
text-align: center;
}
/*------POLICIES PAGE------*/
.policy-text {
font-family: "Lucida Sans";
font-size: 10px;
color: #FFFFFF;
line-height: 20px;
}
.policy-text-titles {
font-family: "Lucida Sans";
font-size: 12px;
color: #FFFFFF;
font-weight: bold;
}
a.faq-link:link {
font-family: "Lucida Sans";
font-size: 12px;
color: #FFFFFF;
text-decoration: none;
}
a.faq-link:visited {
font-family: "Lucida Sans";
font-size: 12px;
color: #FFFFFF;
text-decoration: none;
}
a.faq-link:hover {
font-family: "Lucida Sans";
font-size: 12px;
color: #FFFFFF;
text-decoration: none;
}
a.faq-link:active {
font-family: "Lucida Sans";
font-size: 12px;
color: #FFFFFF;
text-decoration: none;
}
.page-title {
font-family: "Lucida Sans";
font-size: 14px;
color: #FFFFFF;
padding-top: 30px;
padding-bottom: 12px;
}
.cartcheckout-text {
font-family: "Lucida Sans";
font-size: 10px;
color: #FFFFFF;
line-height: 15px;
}
.prototypes {
font-family: "Lucida Sans";
font-size: 11px;
color: #FF0000;
text-transform: uppercase;
padding: 12px 0 30px;
}
/* TABS */.widget {
color: #999999;
width: 417px;
margin-top: 20px;
float: left;
}
.tabnav {
float: right;
margin: 0;
padding: 0;
}
.tabnav li {
display: inline;
float: left;
list-style: none;
}
.tabnav a {
width: 82px;
height: 31px;
float: left;
text-indent: -9999px;
outline: none;
position: relative;
z-index: 2;
display: block;
}
.tabnav li a.summary {
background: url(../images/summary.jpg) no-repeat;
}
.tabnav li a.specs {
background: url(../images/specs.jpg) no-repeat;
}
.tabnav li a.backstory {
background: url(../images/backstory.jpg) no-repeat;
}
.tabnav li a.gallery {
background: url(../images/gallery.jpg) no-repeat;
}
.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
background-position: 0 -31px;
}
.tabdiv {
background: #000;
border: 1px solid #4d4d4d;
border-top: 4px solid #616161;
position: relative;
top: -4px;
z-index: 1;
overflow: auto;
padding: 19px 10px;
width: 397px;
min-height: 140px;
margin-top: 31px;
}
.tabdiv p, .tabdiv ul {
color: #ccc;
margin: 0;
font-family: "Lucida Sans";
font-size: 10px;
line-height: 15px;
float: left;
}
.tabdiv h5 {
color: #fff;
font-size: 10px;
font-family: "Lucida Sans";
line-height: 15px;
margin: 0 0 5px 0;
padding: 0;
text-transform: uppercase;
}
.tabdiv ul {
margin: 0;
padding: 0;
}
.tabdiv li {
list-style: none;
}
.ui-tabs-hide {
display: none;
}

/** Pinnacle Nav **/
#pinnaclenav {
background: url(../images/pinnaclenav-bg.jpg) repeat-x;
float: right;
height: 17px;
line-height: 17px;
text-transform: uppercase;
}
#pinnaclenav a.checkout {
background: url(../images/icon-cart.jpg) no-repeat right -2px;
padding-right: 27px;
}
/** Homepage Splash **/
#home-splash {
 background: url(../images/home-splash-bg.jpg) no-repeat top right;
 overflow: auto;
 position: relative;
 width: 955px;
}

#sidebar {
  background: url(../images/sidebar-bg.jpg) repeat-x;
  float: left;
  width: 254px;
}

#sidebar dl {
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}

#sidebar dt, #sidebar dd {
  border-bottom: 1px solid #333;
  min-height: 50px;
  _height: 50px;
}

#sidebar dt {
  background: url(../images/projects.png) no-repeat 50% 90%;
  text-indent: -9999px;
  height: 50px;
}

#sidebar #blog-banner {
  margin: 81px 0 0 0;
  text-align: center;
}

#home-splash #content {
  margin-top: 23px;
  margin-left: 254px;
  margin-bottom: 177px;
}

#home-splash h2 {
  background: url(../images/our-latest-products.png) no-repeat 50% 0;
  height: 28px;
  margin: 90px 0 15px 0;
  text-indent: -9999px;
}

#home-splash #latest-products {
  text-align: center;
}

#home-splash #latest-products li {
  display: inline;
  margin: 0 12px;
}

#home-splash #buttons {
  background: #070707;
  margin-top: 25px;
  overflow: auto;
  padding-left: 74px;
}

#home-splash #buttons li {
  float: left;
  list-style: none;
  margin: 0 12px;
}

#home-splash #buttons a {
  display: block;
  height: 61px;
  text-indent: -9999px;
  width: 252px;
}

#home-splash #busts {
  background: url(../images/btn-busts.jpg) no-repeat;
}

#home-splash #weapons {
  background: url(../images/btn-weapons.jpg) no-repeat;
}

#home-splash #newsletter {
  background: url(../images/newsletter-bg.jpg) no-repeat;
  bottom: 0;
  height: 167px;
  position: absolute;
  right: 0;
  width: 701px;
}

#home-splash #newsletter h3 {
  background: url(../images/news-from-the-front.png) no-repeat 50% 20px;
  height: 41px;
  padding: 20px 0;
  text-indent: -9999px;
}

#home-splash #newsletter .tagline {
  background: #000;
  background: rgba(0, 0, 0, .75);
  color: #ccc;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
}

#home-splash #newsletter .links, #home-splash #newsletter .links a {
  color: #f00;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
}