@charset "UTF-8";
/* NWP Engineering CSS */
html{
	min-height: 100%;	
}
body{
	height: 100%;
	font-family:Tahoma, Geneva, sans-serif;
	background:url(../images/bg.png) top center no-repeat fixed;
	background-color: #090909;
	margin: 0;
	padding: 0;
}
#iframe{
	display: none;
	overflow: hidden;
}
iframe{
	overflow: hidden;
}
iframe[seamless]{
   overflow: hidden;
}
.text-center{
	text-align:center!important;	
}
.img-center{
	text-align:center!important;	
	display: block;
	margin: 0 auto;
}
.indent{
	margin-left: 20px!important;	
}
.indent-up{
	margin-top: -20px!important;	
}
.smallprint{
	font-size:10px!important;	
}
.clear{
	clear:both;
}
.blue{
	color:	#0067a9!important;
}
.hover{
	opacity: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.hover:hover{
	opacity: 0.65;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;	
}
a{
	color: #0067a9;
	text-decoration:none;	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover{
	color: #0093f2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#header-top{
	width:100%;
	height: 34px;
	min-width: 976px;
	background:	#090909;
}
#header-top-container{
	position: relative;
	height: 100%;
	width: 960px;
	margin: 0 auto;
}
.cart-text{
	padding:0;
	margin-top:10px;
	margin-right: 20px;
	float: right;
	color: #FFF;
	font-size: 12px;
}
#header{
	width: 100%;
	min-width: 976px;
	height: 46px;	
	background:url(../images/header.png) repeat-x;
}
#logo-container{
	position:absolute;
	width: 324px;
	height: 77px;
	margin: -20px 0 0 -15px;
	padding: 10px 0 0 28px;
	background:url(../images/logo-holder.png) no-repeat;
}
#logo-container img{
	position:absolute;
	top: 2px;
	left: 23px;	
	opacity: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#logo-container img.roll{
	z-index: 1;	
}
#logo-container img.roll:hover{
	opacity: 0;	
}
#nav-container{
	width: 960px;
	margin: 0 auto;
}
#nav{
	width: auto;
	height: 100%;
	float: right;
	padding: 0;
}	
#nav ul{
	margin-top:1px;
	list-style:none;
	text-transform:uppercase;
	text-align:center;
	font-size:11px;
	letter-spacing:3px;
	line-height:44px;
}
#nav li{
	float: left;
	height:43px;
	position:relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#nav li a{
	text-decoration:none;
	padding: 20px 24px;
	color: #FFF;
	font-size: 11px;
}
#nav li ul{
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	line-height:0px;
	text-align: left;
	z-index:99;
	background: #202020;
}
#nav li ul li{
	background: url(../images/header-sub.png) repeat-x top;	
	border: 1px solid #006598;
	border-top: none;
	z-index:99;
}
#nav li ul li:hover{
	background: green;	
}
#nav li ul li, #nav li ul li a{
	float: none;	
}
#nav li ul li a{
	width: 140px;
	padding: 20px;
	display: block;	
}
#nav li:hover ul{
	display: block;
}

#nav li:hover{	
	background: rgba(0, 130, 200, 0.4);
	box-shadow: inset 0 0 10px 4px #000;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
#nav li:active{	
	background: rgba(0, 155, 222, 0.6);
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
#nav-seperator{
	width: 2px!important;
	padding: 0px!important;
	margin:0px!important;
	background: url(../images/nav-seperator.png) no-repeat center;
	float: left;
}
#nav-seperator:hover{
	background: url(../images/nav-seperator.png) no-repeat center!important;
}
#container{
	width:100%;
		max-width: 1004px;
		min-width: 976px;
	height: auto;
	margin: 0 auto;
	background: #1c1c1c;
	border-top: 0;
	border-bottom: 0;
	border-right: 7px;
	border-left: 7px;
	border-image:url(../images/container-border.png) 0 7 0 7 repeat; 
	box-sizing: border-box;  
}
#page-container{
	position: relative;
	width: 960px;
	height: auto;
	margin:0 auto;	
	padding: 0;
}
#main{
	position: relative;
	height: auto;
		min-height:1044px;
	width: 644px;
	padding:0 20px;
	float: left;
	color: #FFF;
}
#main img{
	border: 1px solid #0067a9;
}
#main h1{
	margin:5px 0 20px 320px;
	text-transform:uppercase;
	font-size: 14px;
	font-weight:normal;
	letter-spacing:2px;
	color: #0067a9;
	font-family: 'Lato', sans-serif;
}
#main h3{
	color: #0067a9;
	font-size:15px;	
}
#main h4{
	font-size:15px;	
}
#main h5{
	font-size:16px;
	font-weight:normal;	
}
#main h6{
	font-size:15px;
	font-weight:normal;	
}
#main input, input[type='text'], input[type='password'], textarea {
	height: 24px;
	margin:5px 10px;
	padding: 0 10px;
	border-radius: 6px;
	border: 1px solid #333434;
	color: #fff;
	background:url(../images/input-bg.png) bottom repeat-x;
		background-color: #0b0b0b;
}
#main .product h3{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#main .product h7{
	font-size:13px;
	font-weight:normal;	
	margin-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
}
#main p{
	font-size: 13px;	
}
#main ul{
	font-size: 13px;	
}
#seperator-h{
	width: 100%;
	height: 2px;
	background:url(../images/seperator-h.png);
}
.seperator-v{
	height: 100%;
	width: 2px;
	float: left;
	margin: 26px 0;
	background:url(../images/seperator-v.png);
}
#sidebar-seperator-hide{
	height: 26px;
	width: 4px;
	margin-left: 683px;
	position:absolute;
	top: 0px;		
}
#sidebar{
	position:relative;
	width: 272px;
	margin: 26px 0;
	float: right;
	z-index:1; 
	-webkit-transition: height 0.6s;
	-moz-transition: height 0.6s;
	-ms-transition: height 0.6s;
	-o-transition: height 0.6s;
	transition: height 0.6s;
}
.sidebar-item{
	width: 238px;
	background:url(../images/siderbar-item-bg.png) top center no-repeat;
	background-color: #0c0c0c;	
	margin:0 0 30px 20px;
	padding: 10px 5px;
	text-align:center;	
}
.sidebar-item h2{
	text-align: left;
	color: #FFF;
	text-transform:uppercase;
	font-size: 12px;
	font-weight:normal;
	font-family: 'Lato', sans-serif;
	margin:0 0 11px 5px;
}
.sidebar-item hr{
	margin: 0 auto;
}
#newsletter{
	height: 130px;
}
#newsletter input{
	width: 170px;
	height: 25px;
	margin:15px 0;
	padding: 0 10px	;
	border-radius: 6px;
	border: 1px solid #333434;
	color: #fff;
	background:url(../images/input-bg.png) bottom repeat-x;
}
#newsletter input:focus{
	outline:none;
}
#instagram{
	height: 85px;
}
.sidebar-item #content{
	padding: 20px 10px;
	text-align:left;
	line-height: 27px;
	min-height: 0;
	width: auto;
	margin-bottom: 0;
	margin-left: 0!important;	
}
#instagram #content img{
	float: left;
	margin:0 5px;	
}
#instagram a{
	margin-left: 10px;
	text-decoration:none;
}
#facebook{
	height: 280px;	
}
#box-container {
    width: 236px;
	height:240px;
    overflow: hidden;
	margin:20px auto 0;
}
#faq-side{
	height:260px;
	color: #FFF;
	font-size:12px;	
	padding: 10px 0px;
	position: relative;
}
#faq-side p{
	margin:0;
	padding: 10px 5px 5px;	
}
#faq-side img{
	width: 236px;
	position:absolute;
	top: 40px;
	left: 1px;	
	opacity: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#faq-side img.roll{
	z-index: 1;	
}
#faq-side img.roll:hover{
	opacity: 0;	
}
#twitter #content{
	padding: 10px;
	text-align: center;
}
.button2{
	text-transform:uppercase;
	font-family: 'Lato', sans-serif!important;
	text-align:center;
	font-size:11px!important;
	font-weight: mormal!important;
	padding: 5px 10px;
	width: auto!important;
	color: #fff!important;
	border: none!important;
	border-radius: 6px!important;
	border-top: 1px solid #9bc8e5!important;
	background: #0164a2!important;
	line-height: normal!important;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.button2:hover{
	cursor: pointer;
	background: #0071bb!important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.button2 i{
	margin-right:5px;	
}
#main #contact input, textarea {
	margin:5px 10px;
	padding: 0 10px;
	border-radius: 6px;
	border: 1px solid #333434;
	color: #fff;
	background:url(../images/input-bg.png) bottom repeat-x;
		background-color: #0b0b0b;
}
#main #contact input{
	height: 30px;
	width: 265px;
}
#main #contact input:focus, textarea:focus{
	outline:none;
}
#main #contact input[type="submit"], input[type="reset"]{
	width: auto!important;
}
#main #contact textarea{
	resize: none;
	height: 250px;
	width: 576px;
	padding: 10px;
}
.gallery-photo{ 
	padding:1px;
	margin:9px;
	width:190px;
	max-height: 190px;
	overflow: hidden;
	float:left;
	border: 1px solid #0067a9;
}
.gallery-photo img{ 
	border: none!important;
}
.gallery-photo:hover{
	border-color:#0093f2;
}
.product{
	width: 100%;
	height: auto;
	display: block;	
}
.product input[type="submit"]{
	width: auto;	
}
.product ul{
	list-style:none;	
}
.product ul li ul{
	list-style: circle;
}
#PPMiniCart {
	width: 500px!important;	
	z-index: 9999;
	margin-left:-50px!important;
}
#PPMiniCart form{
	width: 100%!important;	
}
#PPMiniCart .minicart-item a{
	width: 300px!important	
}
#PPMiniCart .minicart-attributes{
	margin-top:24px!important;	
}
.faq img{
	width: 100%;	
}
.faq h3 {
  margin: 0;
  background-color: #181818;
  background-image: linear-gradient(bottom, #181818 14%, #1c1c1c 57%);
  background-image: -o-linear-gradient(bottom, #181818 14%, #1c1c1c 57%);
  background-image: -moz-linear-gradient(bottom, #181818 14%, #1c1c1c 57%);
  background-image: -webkit-linear-gradient(bottom, #181818 14%, #1c1c1c 57%);
  background-image: -ms-linear-gradient(bottom, #181818 14%, #1c1c1c 57%);
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.faq h3 a {
  background: url(../images/sprite.png) 15px 13px no-repeat;	
  display: block;
  padding: 10px;
  padding-left: 32px;
  margin: 0;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  border-bottom: 1px solid #0067a9;
  text-shadow: 1px 1px 1px rgb(128,10,85);
    -webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.faq h3:hover{
	background: #1e2026;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.faq h3.open  {
	background: #191919;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.faq h3.open a {
	background-position: 13px -75px; 
}
.faq h3 + div { padding: 10px; }
.faq h3+div {
  display: none;
}
.newssection{
	width:300px;
	height: 360px;
	margin: 10px;
	margin-top:20px;	
	float: left;
	text-align:center;
}
#newsseperator{
	height: 360px;	
}
#newsseperator2{
	height: 400px;	
}
#2{
	height: 400px;	
}
#newsseperator3{
	height: 600px;	
}
#3{
	hieght: 600px;	
}
#footer{
	position:relative;
	width: 100%;
	height: 64px;
	background:url(../images/footer.png) repeat-x;
	font-family: 'Lato', sans-serif;
	line-height: 44px;
}
#footer a{
	font-size: 11px;	
}
#footer p{
	color: #FFF;
	margin-top: 10px;
	margin-left: 30px;
	font-size: 11px;
	float: left;	
}
#footer img{
	float: right;
	margin: 8px 20px	
}
#disclaimer{
	position: absolute;
	bottom: -6px;
	left: 30px;
	font-size: 11px;
}


#cart {
	position: absolute;
	right: 5px;
	top: 4px;
	z-index: 9;
	min-width: 300px;
	font-size: 12px;
}
#cart .heading {
	float: right;
	margin-top: 5px;
	padding-left: 14px;
	padding-right: 14px;
	position: relative;
	z-index: 1;
}
#cart .heading h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#cart .heading a {
	color: #0067a9;
	text-decoration: none;
	cursor: pointer;
}
#cart .heading a span {
	background: url('../products/catalog/view/theme/default/image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px;
}
#cart .content {
	clear: both;
	display: none;
	position: relative;
	top: 5px;
	padding: 8px;
	min-height: 150px;
	border: 1px solid #0067a9;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	background: #1c1c1c;
	color: #FFF;
	z-index: 999999;
}
#cart.active .content {
	display: block;
}
.mini-cart-info img {
	border:none!important;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #FFF;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #FFF;
	padding: 4px;
}
#cart .checkout {
	text-align: right;
	clear: both;
}
#cart .empty {
	padding-top: 50px;
	text-align: center;
}

#welcome {
	position: absolute;
	top:9px;
	right: 200px;
	z-index: 15;
	width: 298px;
	text-align: right;
	color: #999999;
	font-size: 12px;
}

#search {
	position: absolute;
	top: 50px;
	right: 35px;
	margin: 20px 0 10px;
	width: 360px;
	height:24px;
	z-index: 5;
	border-radius: 6px;
	border: 1px solid #333434;
	color: #fff;
	background:url(../images/input-bg.png) bottom repeat-x;
}
.button-search {
	position: absolute;
	right: 0;
	background: url('../images/button-search.png') center center no-repeat;
	width: 28px;
	height: 24px;
	cursor: pointer;
}
#search input {
	position:absolute;
	left:0;
	width: 300px;
	height: 24px;
	margin: 0px;
	border-radius: 6px;
	border: none;
	color: #fff;
	background: none;
}
#search input:focus{
	outline: none;	
}