@import '//fonts.googleapis.com/css?family=Lato:400,400italic|Arvo:700,400,400italic';


html, body, ul, li, h1, h2, h3, h4 {

	margin: 0;

	padding: 0;

	list-style: none;

}

img {

	border: 0;

}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
	
a {

	color: #ffffff;

	text-decoration: none;

}

a:hover {

	color:#FFFF00;

}

.clear {

	clear: both;

}



body {

	background: #333333;

	text-align: center;

	color: #acaaab;

	font: 11px verdana, sans-serif;

}

#wrapper {

	text-align: left;

	margin: 15px auto;

	width: 778px;

	position: relative;

	background: #000000 url(../images/bg.jpg) repeat-y;

	border: 3px solid #111111;

}
/*
// background: url(../images/jpwings.jpg) no-repeat;
*/
#head-1 {

	background: url(../images/head_1.jpg) no-repeat;

	width: 778px;

	height: 386px;

	top: 0;
	
	left: 10%;
	
	position: absolute;

}

#head-2 {

	background: url(../images/jpwings2_bw2.jpg) no-repeat;

	width: 778px;
	height: 412px;
	top: 0;
	left: 10%;
	position: absolute;

}


#mailform {

	bottom: 8%;
	right: 2%;
	position: absolute;
	color: #acaaab;
	font: 9px verdana, sans-serif;

}



#nav {

	top: 38%;
	color: #acaaab;
	font: 10px verdana, sans-serif;
	position: absolute;

}

#nav a {

  text-decoration: none;

  color: #acaaab;

}

#gallery img {

	display: block;

}

h1 {

  height: 486px;

  background: url(../images/logo.jpg) no-repeat;

  color: black;

  font-weight: normal;

}

h1 span {

  display: block;

}

h1 em {

  font-style: normal;

  color: white;

  padding-right: 3px;

}

h1 .hone {

  padding: 65px 0 0 58px;

  font: 50px Keaton, "Arial Narrow", "Tahoma", arial, sans-serif;

}

h1 .htwo {

  position: relative;

  top: -0.5em;

  left: 7.5em;

  font-size: 18px;

}

h1 .hthree {

  position: relative;

  top: -1.0em;

  left: 4.5em;

  font-size: 12px;

  letter-spacing: 2px;

  color: #E3C0C1;

}

h2 {

  font: 24px verdana, sans-serif;

  font-weight: normal;

  color: #ffff00;

  height: 30px;

}

h2 em {

  color: white;

}

h3{

  font: 11px verdana, sans-serif;

  color: #555555;

  }



#body-left {

	float: left;

	width: auto;

	padding-left: 10px;

}

#gallery {

	border: 1px solid #222222;

	background: #111111;

	margin: 13px 10px 0 6px;

	height: 261px;

	position: relative;

}

.gal {

	background: #000000;

	padding: 4px;

	position: absolute;

}

#gzero {

	top: 13px;

	left: 15px;

	width: 221px;

}

#gone {

	top: 200px;

	left: 15px;

	width: 57px;

}

#gtwo {

	top: 200px;

	left: 98px;

	width: 57px;

}

#gthree {

	top: 200px;

	left: 179px;

	width: 57px;

}



#body-right {

	float: right;

	width: 430px;

	padding-right: 10px;

}

/*
// image cycler - idea and work partially developed by Simon Battersy image crossfade
*/
#cycleimgs{position: relative;}
#cycleimgs img{position:absolute;z-index:1}
#cycleimgs img.active{z-index:3}

#footer {

	text-align: right;

	color: #000000;

	border-top: 1px solid #222222;

	padding: 6px 25px 20px 0;

}

.spacer {

	height: 18px;

}





h4{

	height: 175px;

	font-weight: normal;

	}
	
	pre {
  border:1px solid #000;
  overflow-x:auto;
  background: #222;
  color: #fff;
  text-shadow: none;
}

.wrapper {
    max-width: 620px;
    padding: 0 10px 20px 10px;
    margin: auto;
}



.fadein{
  -webkit-animation-name: reset, fade-in;
  -webkit-animation-duration: .7s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: reset, fade-in;
  -moz-animation-duration: .7s;
  -moz-animation-timing-function: ease-in;
  -moz-animation-iteration-count: 1;
  -o-animation-name: reset, fade-in;
  -o-animation-duration: .7s;
  -o-animation-timing-function: ease-in;
  -o-animation-iteration-count: 1;
  -ms-animation-name: reset, fade-in;
  -ms-animation-duration: .7s;
  -ms-animation-timing-function: ease-in;
  -ms-animation-iteration-count: 1;
  animation-name: reset, fade-in;
  animation-duration: .7s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;

  }


.fadein2{
  -webkit-animation-name: reset, fade-in;
  -webkit-animation-duration: .7s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: reset, fade-in;
  -moz-animation-duration: .7s;
  -moz-animation-timing-function: ease-in;
  -moz-animation-iteration-count: 1;
  -o-animation-name: reset, fade-in;
  -o-animation-duration: .7s;
  -o-animation-timing-function: ease-in;
  -o-animation-iteration-count: 1;
  -ms-animation-name: reset, fade-in;
  -ms-animation-duration: .7s;
  -ms-animation-timing-function: ease-in;
  -ms-animation-iteration-count: 1;
  animation-name: reset, fade-in;
  animation-duration: .7s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
      display: block;
    margin-left: auto;
    margin-right: auto;
  }
  

.product a:hover { 
	background-color: #000000; }

// FBEFEF - color type


#products {
  float: left;
  clear: both;
  margin: 0 0 0 -30px;
  line-height: 0;
  }
  
.product,
.product_header {
  -webkit-transition: all .45s ease-out;
  -moz-transition: all .45s ease-out;
  -ms-transition: all .45s ease-out;
  -o-transition: all .45s ease-out;
  transition:  all .45s ease-out;
  }

.no_transition .product,
.no_transition .product_header {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition:  none;
  }

.product {
  position: relative;
  float: left;
  width: 280px;
  height: 280px;
  margin: 0 0 30px 30px;
  background: transparent;
  }

.product a {
  position: static;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #fff !important;
  border-radius: 4px;
  background: transparent;
  border: none;
  }

.product a:hover {
  color: #FBEFEF !important;
  }

.product .product_header {
  position: absolute;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0); /* IE6-IE8 */
  width: 100%;
  margin: 45% auto 0;
  }

.product_header h1,
.product_header h2,
.product_header h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: normal;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.7);
  }

.product_header h1,
.product_header h2 {
  width: 95%;
  margin: 0 auto;
  font-size: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  }

.product_header h3 {
  margin-left: -1px;
  }

.product_header h3 span {
  position: relative;
  top: -3px;
  font-size: .7em;
  }

.product_header .dash {
  display: block;
  width: 24px;
  height: 1px;
  margin: 6px auto 10px;
  background: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,.7);
  }

.product_header h5 {
  position: absolute;
  top: -13px;
  left: 0;
  width: 100%;
  font-size: 11px;
  font-style: italic;
  color: #ddd;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.7);
  }


.product a:hover {
  overflow: hidden;
  -webkit-box-shadow: 0 1px 8px rgba(0,0,0,.4);
  box-shadow: 0 1px 8px rgba(0,0,0,.4);
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  }

.product a:hover .product_header {
  opacity: .9;
  filter: alpha(opacity=90); /* IE6-IE8 */
  margin-top: 10%;
  }

  
  
  


